.master-pdp{--master-pdp-radius: 12px;--master-pdp-radius-sm: 8px;--master-pdp-gap: 24px;--master-pdp-section-spacing: 64px;--master-pdp-max-width: 1280px;--master-pdp-accent: var(--color-foreground, #3B3FE0);--master-pdp-accent-contrast: #ffffff;--master-pdp-border: rgba(0,0,0,.08);--master-pdp-muted: rgba(0,0,0,.55);--master-pdp-bg-soft: rgba(0,0,0,.03);max-width:var(--master-pdp-max-width);margin:0 auto;padding:0 20px;font-family:var(--font-body-family, inherit);color:var(--color-foreground, inherit);box-sizing:border-box}.master-pdp *{box-sizing:border-box}.master-pdp-section{margin-block:var(--master-pdp-section-spacing)}.master-pdp h1,.master-pdp h2,.master-pdp h3{font-family:var(--font-heading-family, inherit);line-height:1.15;margin:0}.master-pdp-hero{display:grid;grid-template-columns:1fr;gap:var(--master-pdp-gap)}@media(min-width:990px){.master-pdp-hero{grid-template-columns:1.1fr 1fr;align-items:start;gap:56px}}.master-pdp-hero__vendor{display:block;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--master-pdp-muted);margin-bottom:8px}.master-pdp-hero__title{font-size:clamp(28px,3.4vw,40px);font-weight:700;margin-bottom:14px}.master-pdp-hero__rating-inline{display:flex;align-items:center;gap:8px;margin-bottom:14px}.master-pdp-hero__rating-count{font-size:14px;color:var(--master-pdp-muted)}.master-pdp-hero__description{margin:20px 0;font-size:15px;line-height:1.6;color:var(--master-pdp-muted)}.master-pdp-hero__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.master-pdp-hero__tag{font-size:12px;padding:4px 10px;border-radius:999px;background:var(--master-pdp-bg-soft);border:1px solid var(--master-pdp-border)}.master-pdp-gallery__main{position:relative;border-radius:var(--master-pdp-radius);overflow:hidden;background:var(--master-pdp-bg-soft);aspect-ratio:1 / 1}.master-pdp-gallery__main-item{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .25s ease}.master-pdp-gallery__main-item.is-active{opacity:1;visibility:visible}.master-pdp-gallery__main-item img,.master-pdp-gallery__main-item video,.master-pdp-gallery__main-item model-viewer{width:100%;height:100%;object-fit:cover;display:block}.master-pdp-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);background:var(--master-pdp-accent-contrast);border:1px solid var(--master-pdp-border);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.master-pdp-gallery__nav--prev{left:12px}.master-pdp-gallery__nav--next{right:12px}.master-pdp-gallery__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px}.master-pdp-gallery__thumb{flex:0 0 auto;width:64px;height:64px;border-radius:var(--master-pdp-radius-sm);overflow:hidden;border:2px solid transparent;background:var(--master-pdp-bg-soft);cursor:pointer;position:relative;padding:0}.master-pdp-gallery__thumb.is-active{border-color:var(--master-pdp-accent)}.master-pdp-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.master-pdp-price-block{display:flex;align-items:baseline;gap:10px;margin-bottom:20px;flex-wrap:wrap}.master-pdp-price-block__current{font-size:26px;font-weight:700}.master-pdp-price-block__compare{color:var(--master-pdp-muted);font-size:17px}.master-pdp-price-block__badge{background:var(--master-pdp-accent);color:var(--master-pdp-accent-contrast);font-size:12px;font-weight:700;padding:3px 8px;border-radius:6px}.master-pdp-price-block__unit{font-size:13px;color:var(--master-pdp-muted)}.master-pdp-variant-picker{margin-bottom:24px}.master-pdp-variant-option{margin-bottom:16px}.master-pdp-variant-option__label{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.master-pdp-variant-option__selected-value{font-weight:400;color:var(--master-pdp-muted)}.master-pdp-variant-option__pills,.master-pdp-variant-option__swatches{display:flex;flex-wrap:wrap;gap:8px}.master-pdp-variant-pill{border:1px solid var(--master-pdp-border);background:transparent;border-radius:999px;padding:8px 16px;font-size:14px;cursor:pointer;transition:border-color .15s ease}.master-pdp-variant-pill.is-selected,.master-pdp-variant-pill:hover{border-color:var(--master-pdp-accent)}.master-pdp-variant-swatch{width:36px;height:36px;border-radius:50%;border:2px solid transparent;padding:2px;background:transparent;cursor:pointer}.master-pdp-variant-swatch.is-selected{border-color:var(--master-pdp-accent)}.master-pdp-variant-swatch__inner{display:block;width:100%;height:100%;border-radius:50%;background:var(--swatch-color, #ccc);border:1px solid var(--master-pdp-border)}.master-pdp-variant-picker__native-fallback{display:none}.master-pdp-buy-buttons__form{display:flex;gap:12px;flex-wrap:wrap;align-items:stretch}.master-pdp-quantity-selector{display:flex;align-items:center;border:1px solid var(--master-pdp-border);border-radius:var(--master-pdp-radius-sm);overflow:hidden}.master-pdp-quantity-selector__btn{width:40px;background:transparent;border:none;cursor:pointer;font-size:18px}.master-pdp-quantity-selector__input{width:44px;border:none;text-align:center;font-size:15px;-moz-appearance:textfield}.master-pdp-buy-buttons__add-to-cart{flex:1;min-width:200px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--master-pdp-accent);color:var(--master-pdp-accent-contrast);border:none;border-radius:var(--master-pdp-radius-sm);font-weight:700;font-size:15px;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;padding:0 20px}.master-pdp-buy-buttons__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.master-pdp-buy-buttons__quick-buy{width:100%;margin-top:10px}.master-pdp-benefits{display:grid;grid-template-columns:1fr;gap:var(--master-pdp-gap)}@media(min-width:990px){.master-pdp-benefits{grid-template-columns:.9fr 1fr;gap:56px;align-items:center}}.master-pdp-benefits__image img{width:100%;border-radius:var(--master-pdp-radius);display:block}.master-pdp-benefits__heading{font-size:clamp(24px,3vw,32px);margin-bottom:10px}.master-pdp-benefits__subheading{color:var(--master-pdp-muted);margin-bottom:24px}.master-pdp-benefits__list{border:1px solid var(--master-pdp-border);border-radius:var(--master-pdp-radius);padding:8px 24px}.master-pdp-benefit-item{display:flex;gap:14px;padding:20px 0;border-bottom:1px solid var(--master-pdp-border)}.master-pdp-benefit-item:last-child{border-bottom:none}.master-pdp-benefit-item__icon{flex:0 0 auto;color:var(--master-pdp-accent);margin-top:2px}.master-pdp-benefit-item__title{font-size:16px;margin-bottom:4px}.master-pdp-benefit-item__description{font-size:14px;color:var(--master-pdp-muted);line-height:1.5}.master-pdp-social-proof{display:flex;justify-content:center;margin-block:40px}.master-pdp-social-proof__badge{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--master-pdp-border);border-radius:999px;padding:10px 20px;background:var(--master-pdp-bg-soft)}.master-pdp-social-proof__text{font-size:14px}.master-pdp-testimonials__heading{text-align:center;font-size:clamp(24px,3vw,32px);margin-bottom:8px}.master-pdp-testimonials__subheading{text-align:center;color:var(--master-pdp-muted);margin-bottom:32px}.master-pdp-testimonials__carousel{position:relative;display:flex;align-items:center;gap:12px}.master-pdp-testimonials__track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:8px;flex:1}.master-pdp-testimonials__slide{flex:0 0 280px;scroll-snap-align:start}.master-pdp-testimonials__nav{flex:0 0 auto;width:36px;height:36px;border-radius:50%;border:1px solid var(--master-pdp-border);background:var(--master-pdp-accent-contrast);cursor:pointer;display:flex;align-items:center;justify-content:center}.master-pdp-testimonial-card{border:1px solid var(--master-pdp-border);border-radius:var(--master-pdp-radius);padding:18px;height:100%}.master-pdp-testimonial-card__photo img,.master-pdp-testimonial-card__photo-placeholder{width:100%;aspect-ratio:4/3;border-radius:var(--master-pdp-radius-sm);object-fit:cover;background:var(--master-pdp-bg-soft);display:flex;align-items:center;justify-content:center;color:var(--master-pdp-muted);margin-bottom:12px}.master-pdp-testimonial-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.master-pdp-testimonial-card__name{font-weight:600;display:flex;align-items:center;gap:4px;font-size:14px}.master-pdp-testimonial-card__verified-icon{color:var(--master-pdp-accent)}.master-pdp-testimonial-card__quote{font-size:14px;line-height:1.55;color:var(--master-pdp-muted)}.master-pdp-star-rating{display:inline-flex;gap:1px;color:#f5a623}.master-pdp-press{border-top:1px solid var(--master-pdp-border);border-bottom:1px solid var(--master-pdp-border);padding-block:24px;overflow:hidden}.master-pdp-press__track{display:flex;gap:48px;white-space:nowrap;animation:master-pdp-marquee 30s linear infinite}.master-pdp-press__outlet{font-weight:800;margin-right:10px;text-transform:uppercase;font-size:14px}.master-pdp-press__quote{font-style:italic;color:var(--master-pdp-muted);font-size:14px}@keyframes master-pdp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.master-pdp-stats__heading{text-align:center;font-size:clamp(24px,3vw,32px);margin-bottom:8px}.master-pdp-stats__subheading{text-align:center;color:var(--master-pdp-muted);margin-bottom:32px}.master-pdp-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:700px){.master-pdp-stats__grid{grid-template-columns:repeat(4,1fr)}}.master-pdp-stat-card{background:var(--master-pdp-accent);color:var(--master-pdp-accent-contrast);border-radius:var(--master-pdp-radius);padding:28px 16px;text-align:center}.master-pdp-stat-card__circle-wrap{position:relative;width:80px;height:80px;margin:0 auto 16px}.master-pdp-stat-card__circle{transform:rotate(-90deg)}.master-pdp-stat-card__circle-bg{stroke:#ffffff40}.master-pdp-stat-card__circle-fill{stroke:#fff;stroke-dasharray:var(--circumference);stroke-dashoffset:var(--circumference);transition:stroke-dashoffset 1.2s ease-out}.master-pdp-stat-card__percentage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.master-pdp-stat-card__label{font-size:13px;line-height:1.4;opacity:.95}.master-pdp-variant-gallery__heading{text-align:center;font-size:clamp(24px,3vw,32px);margin-bottom:8px}.master-pdp-variant-gallery__subheading{text-align:center;color:var(--master-pdp-muted);margin-bottom:32px}.master-pdp-variant-gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.master-pdp-variant-gallery-item__select{width:100%;border:2px dashed var(--master-pdp-border);border-radius:var(--master-pdp-radius);background:transparent;padding:16px;cursor:pointer;text-align:center}.master-pdp-variant-gallery-item__select:hover{border-color:var(--master-pdp-accent)}.master-pdp-variant-gallery-item__image img{width:100%;aspect-ratio:1/1;object-fit:contain;margin-bottom:12px}.master-pdp-variant-gallery-item__title{font-size:14px;font-weight:600}.master-pdp-comparison{display:grid;grid-template-columns:1fr;gap:var(--master-pdp-gap)}@media(min-width:990px){.master-pdp-comparison{grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}}.master-pdp-comparison__heading{font-size:clamp(24px,3vw,32px);margin-bottom:14px}.master-pdp-comparison__description{color:var(--master-pdp-muted);margin-bottom:22px;line-height:1.6}.master-pdp-comparison__cta{display:inline-block;background:var(--master-pdp-accent);color:var(--master-pdp-accent-contrast);padding:14px 28px;border-radius:var(--master-pdp-radius-sm);font-weight:700;text-decoration:none;text-transform:uppercase;font-size:14px}.master-pdp-comparison__table{border-radius:var(--master-pdp-radius);overflow:hidden;border:1px solid var(--master-pdp-border)}.master-pdp-comparison-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;align-items:center;border-bottom:1px solid var(--master-pdp-border)}.master-pdp-comparison-row:last-child{border-bottom:none}.master-pdp-comparison-row--header{background:var(--master-pdp-bg-soft);font-weight:700;font-size:13px;text-transform:uppercase}.master-pdp-comparison-row>div{padding:14px 12px;text-align:center}.master-pdp-comparison-row__label{text-align:left!important;font-size:14px}.master-pdp-comparison__col-us,.master-pdp-comparison-row__us{background:#3b3fe014}.master-pdp-comparison-icon--check,.master-pdp-comparison-icon--check svg{color:var(--master-pdp-accent)}.master-pdp-comparison-icon--cross,.master-pdp-comparison-icon--cross svg{color:#e54c4c}.master-pdp-comparison-icon--check-muted,.master-pdp-comparison-icon--cross-muted{color:var(--master-pdp-muted);opacity:.6}.master-pdp-spotlight{display:grid;grid-template-columns:1fr;border-radius:var(--master-pdp-radius);overflow:hidden}@media(min-width:990px){.master-pdp-spotlight{grid-template-columns:1fr 1fr;min-height:420px}.master-pdp-spotlight--image-right{direction:rtl}.master-pdp-spotlight--image-right>*{direction:ltr}}.master-pdp-spotlight__image{background:var(--master-pdp-bg-soft)}.master-pdp-spotlight__image img{width:100%;height:100%;object-fit:cover;display:block}.master-pdp-spotlight__content{background:var(--master-pdp-accent);color:var(--master-pdp-accent-contrast);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 32px}.master-pdp-spotlight__icon{margin-bottom:16px}.master-pdp-spotlight__title{font-size:clamp(22px,2.6vw,30px);margin-bottom:12px}.master-pdp-spotlight__description{opacity:.95;line-height:1.6;margin-bottom:20px;max-width:380px}.master-pdp-spotlight__cta{background:var(--master-pdp-accent-contrast);color:var(--master-pdp-accent);padding:14px 28px;border-radius:var(--master-pdp-radius-sm);font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.master-pdp-spotlight__payment-icons{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap;justify-content:center}.master-pdp-features__heading{text-align:center;font-size:clamp(24px,3vw,32px);margin-bottom:32px}.master-pdp-features__grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:700px){.master-pdp-features__grid{grid-template-columns:repeat(2,1fr)}}.master-pdp-features__grid .master-pdp-benefit-item{border:1px solid var(--master-pdp-border);border-radius:var(--master-pdp-radius);padding:18px;border-bottom:1px solid var(--master-pdp-border)}.master-pdp-faq__heading{text-align:center;font-size:clamp(24px,3vw,32px);margin-bottom:32px}.master-pdp-faq__list{max-width:720px;margin:0 auto}.master-pdp-faq-item{border-bottom:1px solid var(--master-pdp-border);padding:18px 4px}.master-pdp-faq-item__question{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;font-size:15px;list-style:none}.master-pdp-faq-item__question::-webkit-details-marker{display:none}.master-pdp-faq-item__chevron{transition:transform .2s ease;flex-shrink:0;margin-left:12px}.master-pdp-faq-item[open] .master-pdp-faq-item__chevron{transform:rotate(180deg)}.master-pdp-faq-item__answer{padding-top:12px;color:var(--master-pdp-muted);line-height:1.6;font-size:14px}.master-pdp-guarantees__heading{text-align:center;font-size:clamp(24px,3vw,32px);margin-bottom:32px}.master-pdp-guarantees__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;text-align:center}@media(min-width:700px){.master-pdp-guarantees__grid{grid-template-columns:repeat(4,1fr)}}.master-pdp-guarantee-item__icon{color:var(--master-pdp-accent);margin-bottom:12px;display:flex;justify-content:center}.master-pdp-guarantee-item__title{font-size:15px;margin-bottom:4px}.master-pdp-guarantee-item__description{font-size:13px;color:var(--master-pdp-muted)}.master-pdp-final-cta{display:grid;grid-template-columns:1fr;border-radius:var(--master-pdp-radius);overflow:hidden;background:var(--master-pdp-bg-soft)}@media(min-width:990px){.master-pdp-final-cta{grid-template-columns:1fr 1fr}}.master-pdp-final-cta__image img{width:100%;height:100%;object-fit:cover;display:block}.master-pdp-final-cta__content{padding:48px 32px;display:flex;flex-direction:column;justify-content:center}.master-pdp-final-cta__heading{font-size:clamp(24px,3vw,34px);margin-bottom:14px}.master-pdp-final-cta__description{color:var(--master-pdp-muted);margin-bottom:22px;line-height:1.6}.master-pdp-final-cta__button{display:inline-block;background:var(--master-pdp-accent);color:var(--master-pdp-accent-contrast);padding:16px 32px;border-radius:var(--master-pdp-radius-sm);font-weight:700;text-decoration:none;text-align:center;text-transform:uppercase}.master-pdp-sticky-bar{position:fixed;left:0;right:0;bottom:0;background:var(--master-pdp-accent);color:var(--master-pdp-accent-contrast);transform:translateY(100%);transition:transform .25s ease;z-index:40;box-shadow:0 -4px 16px #0000001f}.master-pdp-sticky-bar.is-visible{transform:translateY(0)}.master-pdp-sticky-bar__inner{max-width:var(--master-pdp-max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 20px}.master-pdp-sticky-bar__info{display:flex;align-items:center;gap:12px;min-width:0}.master-pdp-sticky-bar__thumb img{width:44px;height:44px;border-radius:8px;object-fit:cover;display:block}.master-pdp-sticky-bar__text{display:flex;flex-direction:column;min-width:0}.master-pdp-sticky-bar__title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}.master-pdp-sticky-bar__price{font-size:14px;font-weight:700}.master-pdp-sticky-bar__cta{flex:0 0 auto;display:flex;align-items:center;gap:8px;background:var(--master-pdp-accent-contrast);color:var(--master-pdp-accent);border:none;border-radius:var(--master-pdp-radius-sm);padding:10px 18px;font-weight:700;font-size:13px;text-transform:uppercase;cursor:pointer;white-space:nowrap}@media(max-width:480px){.master-pdp-sticky-bar__title{max-width:120px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/master-pdp.css.map */
