.peel-section__header{text-align:center;max-width:60ch;margin:0 auto 4.5rem}.peel-section__eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.peel-section__title{font-size:clamp(2.8rem,3.5vw,4.2rem);line-height:1.1;margin:0}.peel-section__sub{margin-top:1.2rem;font-size:1.6rem;line-height:1.6;opacity:.82}.peel-hero__grid{display:grid;gap:3.6rem;align-items:center;grid-template-columns:1fr}@media screen and (min-width:990px){.peel-hero__grid{grid-template-columns:1.05fr 1fr;gap:6rem}.peel-hero--media-left .peel-hero__grid{grid-template-columns:1fr 1.05fr;direction:rtl}.peel-hero--media-left .peel-hero__content{direction:ltr}}.peel-hero__eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:1.3rem;font-weight:600;margin-bottom:1.2rem}.peel-hero__title{font-size:clamp(3.6rem,5vw,6rem);line-height:1.04;margin:0 0 1.6rem}.peel-hero__text{font-size:1.7rem;line-height:1.6;max-width:46ch;opacity:.85;margin:0}.peel-hero__cta{margin-top:2.8rem;display:flex;gap:1.2rem;flex-wrap:wrap}.peel-hero__media{position:relative}.peel-hero__media img{width:100%;height:auto;display:block;border-radius:24px}.peel-hero__media-ph{aspect-ratio:4 / 5;border-radius:24px;display:grid;place-items:center;font-size:1.4rem;letter-spacing:.04em;opacity:.6}.peel-hero__media:before{content:"";position:absolute;inset:-6% -6% auto auto;width:55%;aspect-ratio:1;background-color:var(--color-accent-soft);border-radius:50%;z-index:-1;transition:background-color .3s ease}.peel-benefits__grid{display:grid;gap:3rem;grid-template-columns:1fr;text-align:center}@media screen and (min-width:750px){.peel-benefits__grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.peel-benefit__icon{width:5.4rem;height:5.4rem;margin:0 auto 1.6rem;color:var(--color-accent-ink);transition:color .3s ease}.peel-benefit__icon svg{width:100%;height:100%;display:block}.peel-benefit__title{font-size:2rem;margin:0 0 .8rem}.peel-benefit__text{font-size:1.5rem;line-height:1.6;opacity:.8;max-width:34ch;margin:0 auto}.peel-steps__grid{display:grid;gap:3.2rem;grid-template-columns:1fr;position:relative}@media screen and (min-width:750px){.peel-steps__grid{grid-template-columns:repeat(3,1fr);gap:2.4rem}.peel-steps__grid:before{content:"";position:absolute;top:2.7rem;left:16%;right:16%;height:2px;background-image:linear-gradient(to right,var(--color-accent-soft),var(--color-accent),var(--color-accent-soft));z-index:0}}.peel-step{text-align:center;padding:.5rem;position:relative;z-index:1}.peel-step .step-badge{margin:0 auto 1.8rem;position:relative;box-shadow:0 0 0 6px var(--color-accent-soft);transition:transform .25s ease,box-shadow .25s ease}.peel-step:hover .step-badge{transform:translateY(-3px) scale(1.06);box-shadow:0 0 0 9px var(--color-accent-soft)}.peel-step__title{font-size:2.1rem;margin:0 0 .6rem}.peel-step__text{font-size:1.5rem;line-height:1.6;opacity:.8;max-width:32ch;margin:0 auto}.peel-xsell__title{text-align:center;margin:0 0 3.5rem}.peel-xsell__grid{display:grid;gap:1.6rem;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:750px){.peel-xsell__grid{grid-template-columns:repeat(4,1fr);gap:2.4rem}}.peel-xsell__card{display:flex;flex-direction:column;background-color:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);border-radius:16px;padding:1.4rem}.peel-xsell__media{display:block;aspect-ratio:1;border-radius:10px;overflow:hidden;margin-bottom:1.2rem}.peel-xsell__media img{width:100%;height:100%;object-fit:cover}.peel-xsell__body{display:flex;flex-direction:column;flex:1}.peel-xsell__name{font-weight:600;font-size:1.5rem;line-height:1.3;text-decoration:none;color:inherit}.peel-xsell__price{display:block;margin:.4rem 0 1.2rem;opacity:.8;font-size:1.4rem}.peel-xsell__body form{margin-top:auto}.peel-xsell__add{width:100%;margin-top:auto;padding:.95rem 1.4rem;font-size:1.4rem}.peel-xsell__add[disabled]{opacity:.5;cursor:not-allowed}.peel-xsell__empty{text-align:center;opacity:.7;font-size:1.5rem}.peel-tm__grid{display:grid;gap:4rem;align-items:center;grid-template-columns:1fr}@media screen and (min-width:990px){.peel-tm__grid{grid-template-columns:.85fr 1.15fr;gap:5rem}}.peel-tm__eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.18em;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.peel-tm__title{font-size:clamp(2.6rem,3.4vw,4rem);line-height:1.1;margin:0}.peel-tm__sub{margin-top:1.4rem;font-size:1.6rem;line-height:1.6;opacity:.82}.peel-tm__sub p{margin:0}.peel-tm__rating{margin-top:2.4rem;display:flex;align-items:center;flex-wrap:wrap;gap:.8rem 1.2rem}.peel-tm__stars{display:inline-flex;gap:.2rem;color:var(--tm-star, #f5b50a);flex-shrink:0}.peel-tm__stars svg{width:2.2rem;height:2.2rem}.peel-tm__rating-text{font-size:1.5rem;line-height:1.5;font-weight:500}.peel-tm__rating-text p{margin:0}.peel-tm__panel{position:relative;overflow:hidden;background-color:var(--tm-panel, #b13bbd);border-radius:28px;padding:3rem 2.4rem}@media screen and (min-width:750px){.peel-tm__panel{padding:4rem 3.6rem}}.peel-tm__panel--carousel{background-color:transparent;border-radius:0;overflow:visible;padding:0}@media screen and (min-width:750px){.peel-tm__panel--carousel{padding:0}}.peel-tm__watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:clamp(3rem,6vw,6.4rem);font-weight:800;letter-spacing:.04em;color:#ffffff29;white-space:nowrap;pointer-events:none;z-index:0}.peel-tm__cards{position:relative;z-index:1;column-count:1;column-gap:1.6rem}@media screen and (min-width:600px){.peel-tm__cards{column-count:2}}.peel-tm__card{break-inside:avoid;margin-bottom:1.6rem;background:#fff;border-radius:10px;padding:1.4rem 1.6rem;box-shadow:0 8px 22px #00000029;color:#2b2b2b}.peel-tm__card:nth-child(3n+1){transform:rotate(-1.4deg)}.peel-tm__card:nth-child(3n+2){transform:rotate(1.1deg)}.peel-tm__card:nth-child(3n+3){transform:rotate(.6deg)}.peel-tm__card-head{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.peel-tm__avatar{width:3.2rem;height:3.2rem;border-radius:50%;object-fit:cover;flex-shrink:0}.peel-tm__avatar--ph{display:grid;place-items:center;background:var(--tm-panel, #b13bbd);color:#fff;font-size:1.4rem;font-weight:700;text-transform:uppercase}.peel-tm__name{font-size:1.4rem;font-weight:700}.peel-tm__text{margin:0;font-size:1.35rem;line-height:1.5}.peel-tm__meta{margin:.8rem 0 0;font-size:1.15rem;color:#8a8a8a}.peel-tm__card--quote{text-align:center;padding:1.8rem 2rem}.peel-tm__quote{margin:0;font-size:1.5rem;line-height:1.45;font-weight:600}.peel-tm__quote-name{display:block;margin-top:.8rem;font-size:1.2rem;color:#8a8a8a}.peel-ba__grid{display:flex;flex-direction:column;gap:2.8rem}.peel-ba__features{display:flex;gap:1.4rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:.4rem 1.5rem 1.4rem;margin:0 -1.5rem;scrollbar-width:none}.peel-ba__features::-webkit-scrollbar{display:none}.peel-ba__group{display:contents}.peel-ba__feature{flex:0 0 78%;max-width:78%;scroll-snap-align:center;text-align:left}.peel-ba__feature-icon{width:4rem;height:4rem;color:var(--color-accent-ink);margin:0 0 1rem}.peel-ba__feature-icon svg{width:100%;height:100%}.peel-ba__feature-title{font-size:1.7rem;line-height:1.25;margin:0 0 .6rem}.peel-ba__feature-text{margin:0;font-size:1.35rem;line-height:1.6;opacity:.72}@media screen and (min-width:990px){.peel-ba__grid{display:grid;grid-template-columns:1fr minmax(0,1.7fr) 1fr;column-gap:4rem;align-items:center}.peel-ba__features{display:contents}.peel-ba__group{display:flex;flex-direction:column;gap:3.6rem;grid-row:1;align-self:center}.peel-ba__group--left{grid-column:1;text-align:right;align-items:flex-end}.peel-ba__group--right{grid-column:3;text-align:left;align-items:flex-start}.peel-ba__slider{grid-column:2;grid-row:1;align-self:center}.peel-ba__feature{flex:none;max-width:32ch;scroll-snap-align:none}.peel-ba__group--left .peel-ba__feature-icon{margin-left:auto;margin-right:0}.peel-ba__group--right .peel-ba__feature-icon{margin-left:0;margin-right:auto}}.peel-ba__slider{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:1.2rem;overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:pan-y;box-shadow:0 1.6rem 4rem #0000002e;cursor:ew-resize}.peel-ba__media{position:absolute;top:0;right:0;bottom:0;left:0}.peel-ba__media img,.peel-ba__media svg.peel-ba__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.peel-ba__media--after{clip-path:inset(0 0 0 50%)}.peel-ba__tag{position:absolute;bottom:1.4rem;z-index:3;padding:.5rem 1.2rem;border-radius:.6rem;font-size:1.25rem;font-weight:600;color:var(--color-accent-on, #fff);background:var(--color-accent-ink);box-shadow:0 .4rem 1.2rem #0003;pointer-events:none;transition:opacity .15s ease}.peel-ba__tag--before{left:1.4rem;background:#ffffffeb;color:#2c2c2c}.peel-ba__tag--after{right:1.4rem}.peel-ba__range{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;z-index:4}.peel-ba__range:focus-visible+.peel-ba__handle{outline:3px solid var(--color-accent-ink);outline-offset:3px;border-radius:999px}.peel-ba__handle{position:absolute;top:0;bottom:0;left:50%;width:0;transform:translate(-50%);z-index:3;pointer-events:none}.peel-ba__handle:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:3px;transform:translate(-50%);background:#ffffffe6;box-shadow:0 0 0 1px #00000014}.peel-ba__handle-arrows{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4.4rem;height:4.4rem;border-radius:999px;background:#fffffff2;color:var(--color-accent-ink);display:flex;align-items:center;justify-content:center;box-shadow:0 .4rem 1.4rem #00000040}.peel-ba__handle-arrows svg{width:1.8rem;height:1.8rem;margin:0 -.4rem}.peel-ba__slider.is-dragging .peel-ba__media--after{transition:none}.peel-ba__slider.is-dragging{cursor:ew-resize}.peel-stats__grid{display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:center}@media screen and (min-width:750px){.peel-stats__grid{grid-template-columns:.85fr 1fr;gap:5rem}}.peel-stats__media{border-radius:1.6rem;overflow:hidden;box-shadow:0 1.6rem 4rem #0000002e;background:#000}.peel-stats__video{display:block;width:100%;aspect-ratio:3 / 4;object-fit:cover}.peel-stats__heading{font-size:clamp(2.4rem,3vw,3.4rem);line-height:1.15;margin:0 0 2.4rem}.peel-stats__list{list-style:none;margin:0;padding:0}.peel-stats__item{display:flex;align-items:center;gap:2rem;padding:1.8rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.peel-stats__item:last-child{border-bottom:0}.peel-stats__ringwrap{position:relative;flex:0 0 7rem;width:7rem;height:7rem}.peel-stats__ring{width:100%;height:100%;transform:rotate(-90deg)}.peel-stats__track{fill:none;stroke:var(--stat-track, rgba(177, 59, 189, .15));stroke-width:5}.peel-stats__bar{fill:none;stroke:var(--stat-ring, #b13bbd);stroke-width:5;stroke-linecap:round;stroke-dasharray:163.36;stroke-dashoffset:calc(163.36 - 163.36 * var(--pct, 0) / 100);transition:stroke-dashoffset .6s ease}.peel-stats__num{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.peel-stats__text{margin:0;font-size:1.4rem;line-height:1.55;opacity:.8}.peel-tm__carousel{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;z-index:1;box-shadow:0 1.4rem 3.6rem #00000029}.peel-tm__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease;pointer-events:none}.peel-tm__slide.is-active{opacity:1;pointer-events:auto}.peel-tm__slide img,.peel-tm__slide-ph{width:100%;height:100%;display:block;border-radius:16px}.peel-tm__slide--contain img{object-fit:contain}.peel-tm__slide--cover img{object-fit:cover}.peel-tm__dots{position:absolute;left:0;right:0;bottom:1.2rem;display:flex;justify-content:center;gap:.6rem;z-index:2}.peel-tm__dot{width:.8rem;height:.8rem;border-radius:50%;background:#ffffff8c;transition:background .3s ease,transform .3s ease}.peel-tm__dot.is-active{background:#fff;transform:scale(1.25)}.peel-faq{max-width:80rem;margin:0 auto}.peel-faq__item{border-bottom:1px solid rgba(128,128,128,.25)}.peel-faq__item:first-child{border-top:1px solid rgba(128,128,128,.25)}.peel-faq__q{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.2rem .4rem;font-size:clamp(1.6rem,1.9vw,1.9rem);font-weight:600;line-height:1.4}.peel-faq__q::-webkit-details-marker{display:none}.peel-faq__q:focus-visible{outline:2px solid var(--color-accent-ink, currentColor);outline-offset:4px;border-radius:6px}.peel-faq__q-text{flex:1}.peel-faq__icon{position:relative;flex:0 0 auto;width:2.2rem;height:2.2rem;border-radius:50%;background:var(--color-accent-soft);transition:background-color .3s ease,transform .3s ease}.peel-faq__icon:before,.peel-faq__icon:after{content:"";position:absolute;top:50%;left:50%;width:1rem;height:2px;background:var(--color-accent-ink, currentColor);transform:translate(-50%,-50%);transition:transform .3s ease,opacity .3s ease}.peel-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.peel-faq__item[open] .peel-faq__icon:after{opacity:0;transform:translate(-50%,-50%) rotate(0)}.peel-faq__item[open] .peel-faq__icon{transform:rotate(180deg)}.peel-faq__a{padding:0 .4rem 2.4rem;font-size:1.5rem;line-height:1.65;max-width:64ch;opacity:.82}.peel-faq__a>:first-child{margin-top:0}.peel-faq__a>:last-child{margin-bottom:0}@media(prefers-reduced-motion:no-preference){.peel-faq__item[open] .peel-faq__a{animation:peel-faq-reveal .3s ease}}@keyframes peel-faq-reveal{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:.82;transform:translateY(0)}}.peel-footer{margin-top:0}.peel-footer .page-width{display:flex;flex-direction:column;gap:4.8rem}.peel-footer__newsletter{border-radius:24px;padding:3.2rem;display:flex;flex-direction:column;gap:2rem;color:var(--color-accent-on, #2b2b2b)}@media screen and (min-width:750px){.peel-footer__newsletter{flex-direction:row;align-items:center;justify-content:space-between;padding:4rem 4.8rem;gap:4rem}}.peel-footer__newsletter-title{font-size:clamp(2.2rem,2.6vw,3rem);line-height:1.1;margin:0 0 .6rem}.peel-footer__newsletter-sub{margin:0;font-size:1.5rem;line-height:1.5;opacity:.8}.peel-footer__form{flex:0 1 46rem;width:100%}.peel-footer__form-row{display:flex;gap:1rem;flex-wrap:wrap}.peel-footer__input{flex:1 1 18rem;min-width:0;border:1px solid rgba(43,43,43,.25);background:#ffffffd9;border-radius:var(--buttons-radius, 10px);padding:1.2rem 1.6rem;font-size:1.5rem;color:#2b2b2b}.peel-footer__input:focus{outline:none;border-color:var(--color-accent-ink, #2b2b2b);box-shadow:0 0 0 2px var(--color-accent, #f9a8d4)}.peel-footer__submit{white-space:nowrap;padding-block:1.2rem}.peel-footer__submit .svg-wrapper{display:inline-flex;width:1.4rem}.peel-footer__submit .svg-wrapper svg{width:1.4rem;height:auto}.peel-footer__message{display:flex;align-items:center;gap:.6rem;margin-top:1rem;font-size:1.4rem}.peel-footer__message .svg-wrapper{display:inline-flex;width:1.4rem}.peel-footer__main{display:grid;grid-template-columns:1fr;gap:4rem}@media screen and (min-width:750px){.peel-footer__main{grid-template-columns:minmax(24rem,1.2fr) 2fr;gap:6rem}}.peel-footer__logo{display:block;height:auto;max-width:100%}.peel-footer__tagline{margin:1.8rem 0 0;font-size:1.5rem;line-height:1.6;opacity:.78;max-width:32ch}.peel-footer__social.list-social{margin:2rem 0 0;padding:0;justify-content:flex-start}.peel-footer__social .list-social__link{padding:.8rem}.peel-footer__menus{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}@media screen and (min-width:990px){.peel-footer__menus{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}}.peel-footer__menu-heading{font-size:1.3rem;text-transform:uppercase;letter-spacing:.14em;font-weight:600;margin:0 0 1.4rem;opacity:.7}.peel-footer__menu-list{display:flex;flex-direction:column;gap:1rem}.peel-footer__menu-link{text-decoration:none;color:currentColor;font-size:1.5rem;opacity:.82;transition:opacity .2s ease,color .2s ease}.peel-footer__menu-link:hover,.peel-footer__menu-link--active{opacity:1;color:var(--color-accent-ink, currentColor)}.peel-footer__bottom{display:flex;flex-direction:column;gap:2rem;padding-top:2.8rem;border-top:1px solid rgba(128,128,128,.25)}@media screen and (min-width:750px){.peel-footer__bottom{flex-direction:row;align-items:center;justify-content:space-between;gap:3rem}}.peel-footer__bottom-left,.peel-footer__bottom-right{display:flex;align-items:center;flex-wrap:wrap;gap:1.2rem 2rem}.peel-footer__copyright{font-size:1.3rem;opacity:.7}.peel-footer__copyright a{color:currentColor;text-decoration:none}.peel-footer__policies{display:flex;flex-wrap:wrap;gap:.6rem 1.6rem}.peel-footer__policy-link{font-size:1.3rem;color:currentColor;opacity:.7;text-decoration:none;transition:opacity .2s ease}.peel-footer__policy-link:hover{opacity:1}.peel-footer__bottom-right{justify-content:flex-start}@media screen and (min-width:750px){.peel-footer__bottom-right{justify-content:flex-end}}.peel-footer__localization{display:flex;gap:1rem;flex-wrap:wrap}.peel-footer__payment .list-payment{margin:0;justify-content:flex-start}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-sections.css.map */
