:root{--color-background: var(--bg-primary, #FFFFFF);--color-surface: var(--bg-secondary, #F7F7F7);--color-text: var(--text-primary, #000000);--color-muted: var(--text-secondary, #666666);--color-border: var(--border-color, #E5E5E5);--color-accent: var(--cta-bg, #000000);--color-success: var(--success-color, #10B981);--color-error: var(--error-color, #EF4444);--font-display: var(--font-heading, "Inter", -apple-system, sans-serif)}.pdp-section{position:relative;overflow-x:hidden}.pdp-section[data-enabled=false]{display:none}.pdp-container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;box-sizing:border-box}.pdp-breadcrumbs{padding:1rem 0;font-size:.85rem}.pdp-breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;padding:0;margin:0}.pdp-breadcrumbs li{display:flex;align-items:center;gap:.4rem}.pdp-breadcrumbs a{color:var(--color-muted);text-decoration:none;transition:color .2s}.pdp-breadcrumbs a:hover{color:var(--color-text)}.pdp-breadcrumbs .separator{color:var(--color-muted);-webkit-user-select:none;user-select:none}.pdp-breadcrumbs .current{color:var(--color-muted);font-weight:500}.pdp-hero{position:relative;overflow:hidden}.pdp-hero__bg{position:absolute;top:-80px;left:0;right:0;bottom:-80px;z-index:0;will-change:transform;pointer-events:none}.pdp-hero__container{position:relative;z-index:1;padding-top:48px;padding-bottom:64px}@media(max-width:767px){.pdp-hero__container{padding-top:32px;padding-bottom:40px}}.pdp-buybox-card{border-radius:24px;padding:2rem;box-shadow:0 8px 48px #0000001f}@media(max-width:767px){.pdp-hero .pdp-container{padding-left:0;padding-right:0}.pdp-hero .pdp-gallery{padding:0 1rem;box-sizing:border-box;width:100%}.pdp-hero .pdp-hero-grid{gap:1.25rem}.pdp-hero__container{padding-bottom:0!important}.pdp-buybox-card{border-radius:24px 24px 0 0;margin-left:0;margin-right:0;padding:1.5rem 1.25rem 2rem}}.pdp-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:768px){.pdp-hero-grid{grid-template-columns:57% 1fr;gap:4rem}}.pdp-gallery__main{position:relative;background:#ffffff40;border-radius:16px;overflow:hidden;aspect-ratio:1/1}.pdp-gallery__main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:2rem;box-sizing:border-box;transition:opacity .3s ease;opacity:0;display:block!important;pointer-events:none}.pdp-gallery__main img:first-child{opacity:1}.pdp-gallery__main .gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:var(--color-background);border:2px solid var(--color-border);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;opacity:0;transition:opacity .3s;z-index:5}.pdp-gallery__main:hover .gallery-arrow{opacity:1}.pdp-gallery__main .gallery-arrow--prev{left:12px}.pdp-gallery__main .gallery-arrow--next{right:12px}.pdp-gallery__main .gallery-arrow:hover{background:var(--color-text);color:var(--color-background);border-color:var(--color-text)}.pdp-gallery__counter{position:absolute;bottom:12px;right:12px;background:#0009;color:#fff;font-size:.75rem;padding:4px 10px;border-radius:20px;z-index:5}@media(hover:none){.pdp-gallery__main .gallery-arrow{opacity:.85;width:44px;height:44px}}.pdp-gallery__thumbs{display:flex;gap:.75rem;margin-top:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:4px}.pdp-gallery__thumbs::-webkit-scrollbar{display:none}.pdp-gallery__thumb{flex:0 0 72px;height:72px;border-radius:10px;overflow:hidden;border:2px solid var(--color-border);cursor:pointer;background:var(--color-surface);transition:border-color .2s;scroll-snap-align:start;padding:6px}.pdp-gallery__thumb img{width:100%;height:100%;object-fit:contain}.pdp-gallery__thumb.active,.pdp-gallery__thumb:hover{border-color:var(--color-text)}.pdp-buybox{position:sticky;top:100px}@media(max-width:767px){.pdp-buybox{position:static}}.pdp-buybox__title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.08;letter-spacing:-.02em;margin-bottom:.5rem}.pdp-buybox__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle;margin-left:.75rem}.pdp-buybox__tagline{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--color-muted);margin-bottom:1.25rem}.pdp-buybox__price{font-size:1.75rem;font-weight:900;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.pdp-buybox__price .compare{text-decoration:line-through;color:var(--color-muted);font-size:1.2rem;font-weight:600}.pdp-buybox__price .save-pill{font-size:.8rem;font-weight:700;padding:3px 10px;border-radius:999px}.pdp-specs{display:inline-flex;gap:0;margin-bottom:1.5rem;border:2px solid #000;border-radius:12px;overflow:hidden}.pdp-specs__item{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem 1.25rem;text-align:center}.pdp-specs__item+.pdp-specs__item{border-left:2px solid #000}.pdp-specs__icon{width:28px;height:28px}.pdp-specs__icon svg,.pdp-specs__icon img{width:100%;height:100%}.pdp-specs__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#666}.pdp-specs__value{font-size:1rem;font-weight:800}.pdp-qty{display:flex;align-items:center;border:2px solid var(--color-text);border-radius:999px;overflow:hidden;margin-bottom:1rem;width:fit-content}.pdp-qty button{width:44px;height:44px;background:none;border:none;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.pdp-qty button:hover{background:var(--color-surface)}.pdp-qty input{width:48px;text-align:center;border:none;font-size:1rem;font-weight:700;background:transparent;-moz-appearance:textfield}.pdp-qty input::-webkit-outer-spin-button,.pdp-qty input::-webkit-inner-spin-button{-webkit-appearance:none}.pdp-atc{width:100%;padding:1.25rem 2rem;font-family:var(--font-display);font-size:1.3rem;font-weight:800;border:none;border-radius:999px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:transform .15s,box-shadow .15s;box-sizing:border-box;max-width:100%}.pdp-atc:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.pdp-atc:active{transform:translateY(0)}.pdp-atc:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.pdp-atc:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}.pdp-trust{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.25rem;padding:1.25rem;background:#f7f7f7;border:2px solid #000;border-radius:12px;font-size:.9rem;font-weight:600;justify-items:center;box-sizing:border-box}.pdp-trust__item{display:flex;align-items:center;gap:.5rem;justify-content:center}.pdp-retailers{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding-top:1.25rem;margin-top:1.25rem;border-top:1px solid var(--color-border)}.pdp-retailers__label{font-size:.85rem;color:var(--color-muted);font-weight:600}.pdp-retailers__logo{height:24px;width:auto;filter:grayscale(1);opacity:.6;transition:all .25s}.pdp-retailers__logo:hover{filter:grayscale(0);opacity:1;transform:translateY(-2px)}.pdp-sticky-atc{position:fixed;bottom:0;left:0;width:100%;border-top:2px solid var(--color-text);box-shadow:0 -4px 20px #0000001f;padding:.75rem 1rem;z-index:999;display:flex;align-items:center;gap:1rem;transform:translateY(100%);transition:transform .3s ease;box-sizing:border-box}.pdp-sticky-atc.visible{transform:translateY(0)}.pdp-sticky-atc__thumb{width:44px;height:44px;border-radius:8px;object-fit:contain;background:var(--color-surface);padding:4px;flex-shrink:0}.pdp-sticky-atc__info{flex:1;min-width:0}.pdp-sticky-atc__title{font-size:.8rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-sticky-atc__price{font-weight:800}.pdp-sticky-atc__btn{padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;border:none;border-radius:999px;cursor:pointer;white-space:nowrap}@media(min-width:769px){.pdp-sticky-atc[data-desktop=false]{display:none!important}}.pdp-desc-section{border-top:1px solid;border-bottom:1px solid}.pdp-desc-accordion__toggle{width:100%;background:none;border:none;padding:1.75rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:var(--font-display);font-size:1.1rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;transition:opacity .2s}.pdp-desc-accordion__toggle:hover{opacity:.75}.pdp-desc-accordion__chevron{flex-shrink:0;transition:transform .35s ease}.pdp-desc-accordion__toggle[aria-expanded=true] .pdp-desc-accordion__chevron{transform:rotate(180deg)}.pdp-desc-accordion__body{max-height:0;overflow:hidden;transition:max-height .45s ease}.pdp-desc-accordion__body.is-open{max-height:2000px}.pdp-description{max-width:720px;margin:0 auto;padding-bottom:2rem}.pdp-description h2,.pdp-description h3{font-family:var(--font-display)}.pdp-description p{font-size:1.1rem;line-height:1.7}.pdp-description p+p{margin-top:1rem}.pdp-description strong{font-weight:800}.pdp-inbox-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.pdp-inbox-grid{grid-template-columns:1fr 1fr}}.pdp-inbox__list{list-style:none;padding:0;margin:1.5rem 0}.pdp-inbox__list li{padding:.5rem 0;font-size:1.05rem;display:flex;align-items:center;gap:.5rem}.pdp-inbox__list li:before{content:"\2726";color:var(--color-accent);font-size:.8rem}.pdp-inbox__image{border-radius:16px;overflow:hidden}.pdp-inbox__image img{width:100%;height:auto}.pdp-video{text-align:center}.pdp-video__heading{font-family:var(--font-display);font-weight:900;text-transform:uppercase;margin-bottom:1.5rem}.pdp-video__wrapper{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;max-width:960px;margin:0 auto}.pdp-video__poster{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.pdp-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;transition:transform .2s;border:none;cursor:pointer}.pdp-video__play:hover{transform:translate(-50%,-50%) scale(1.1)}.pdp-video__iframe-wrap{position:relative;padding-bottom:56.25%;height:0}.pdp-video__iframe-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.pdp-instructions{text-align:center;padding:2rem 0}.pdp-instructions__heading{font-family:var(--font-display);font-weight:900;text-transform:uppercase;margin-bottom:1rem}.pdp-instructions__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;font-weight:700;border-radius:999px;text-decoration:none;transition:all .2s;font-size:1rem}.pdp-instructions__btn:hover{transform:translateY(-2px)}.pdp-steps__heading{font-family:var(--font-display);text-align:center;font-weight:900;text-transform:uppercase;margin-bottom:3rem}.pdp-steps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.pdp-steps__card{text-align:center;padding:1.5rem;border-radius:16px;transition:transform .3s;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.pdp-steps__card:hover{transform:translateY(-6px)}.pdp-steps__illus{width:100%;height:auto;max-height:380px;object-fit:contain;margin-bottom:1rem;border-radius:12px;display:block}.pdp-steps__media{width:100%;height:auto;max-height:380px;object-fit:contain;margin-bottom:1rem;border-radius:12px;display:block;background:transparent}.pdp-steps__illus--placeholder{display:flex;align-items:center;justify-content:center;font-weight:900;font-size:3rem;color:var(--color-border);background:var(--color-surface);aspect-ratio:4/3}.pdp-steps__label{font-family:var(--font-display);font-weight:900;font-size:1.3rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word}.pdp-steps__body{font-size:.95rem;color:var(--color-muted);font-style:italic;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.pdp-steps__nav--auto{display:none}@media(max-width:767px){.pdp-steps__grid{grid-template-columns:1fr!important;gap:1.5rem!important}.pdp-steps--auto-layout{display:flex!important;flex-direction:row!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch;gap:0!important;scrollbar-width:none;border-radius:16px}.pdp-steps--auto-layout::-webkit-scrollbar{display:none}.pdp-steps--auto-layout .pdp-steps__card{width:100%!important;min-width:100%!important;scroll-snap-align:start!important;flex-shrink:0;box-sizing:border-box}.pdp-steps__nav--auto{display:flex!important;justify-content:center!important;gap:.75rem!important;margin-top:1rem!important}.pdp-steps__nav--auto button{width:44px;height:44px;border-radius:50%;border:2px solid var(--color-text);background:var(--color-background);cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.pdp-steps__nav--auto button:hover{background:var(--color-text);color:var(--color-background)}.pdp-steps--auto-layout .pdp-steps__illus,.pdp-steps--auto-layout .pdp-steps__media{max-height:clamp(180px,35vh,260px)!important;object-fit:contain!important}.pdp-steps--auto-layout .pdp-steps__illus--placeholder{max-height:clamp(180px,35vh,260px)!important;aspect-ratio:4/3!important}}.pdp-steps__carousel-wrap{position:relative}.pdp-steps__carousel{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:16px}.pdp-steps__carousel::-webkit-scrollbar{display:none}.pdp-steps__carousel .pdp-steps__card{min-width:100%;flex-shrink:0;scroll-snap-align:start;border-radius:16px;padding:2rem;box-sizing:border-box;overflow:hidden}.pdp-steps__carousel .pdp-steps__illus{width:100%;height:auto;max-height:380px;object-fit:contain;border-radius:12px}.pdp-steps__carousel .pdp-steps__media{width:100%;height:auto;max-height:380px;object-fit:contain;border-radius:12px;background:transparent}.pdp-steps__carousel .pdp-steps__label,.pdp-steps__carousel .pdp-steps__body{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.pdp-steps__carousel-arrows{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:5}.pdp-steps__arrow-btn{width:52px;height:52px;border-radius:50%;background:var(--color-text, #000);color:var(--color-background, #fff);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s,transform .15s;box-shadow:0 2px 12px #0003}.pdp-steps__arrow-btn:hover{opacity:.8;transform:scale(1.05)}.pdp-steps__footer{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.pdp-steps__progress-track{height:4px;background:var(--color-border, #E5E5E5);border-radius:2px}.pdp-steps__progress-fill{height:100%;background:var(--color-text, #000);border-radius:2px;transition:width .4s ease}.pdp-steps__counter{font-size:.9rem;font-weight:700;color:var(--color-muted, #666)}@media(max-width:767px){.pdp-steps__carousel{flex-direction:row!important;gap:0!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;border-radius:16px!important}.pdp-steps__carousel .pdp-steps__card{min-width:100%!important;width:100%!important;scroll-snap-align:start!important;padding:1.5rem!important}.pdp-steps__carousel .pdp-steps__illus,.pdp-steps__carousel .pdp-steps__media{max-height:clamp(180px,35vh,260px)!important;object-fit:contain!important}.pdp-steps__carousel .pdp-steps__illus--placeholder{max-height:clamp(180px,35vh,260px)!important;aspect-ratio:4/3!important}.pdp-steps__carousel-arrows{display:flex!important;right:8px!important;gap:8px!important}.pdp-steps__arrow-btn{width:44px!important;height:44px!important;box-shadow:0 2px 8px #00000040!important}.pdp-steps__footer{display:flex!important}}.pdp-ratings__heading{font-family:var(--font-display);font-weight:900;text-align:center;margin-bottom:2.5rem}.pdp-ratings-grid{display:flex;flex-wrap:wrap;gap:3rem;align-items:start;justify-content:center;max-width:700px;margin:0 auto}.pdp-ratings__score{flex:0 0 220px;text-align:center}.pdp-ratings__number{font-size:4rem;font-weight:900;line-height:1}.pdp-ratings__stars{font-size:1.5rem;margin:.5rem 0}.pdp-ratings__count{font-size:.9rem}.pdp-ratings__cta{display:inline-block;margin-top:1rem;padding:.6rem 1.5rem;border:2px solid;border-radius:999px;font-weight:700;font-size:.9rem;text-decoration:none;transition:opacity .2s}.pdp-ratings__cta:hover{opacity:.75}.pdp-ratings__bars{flex:1;min-width:250px;display:flex;flex-direction:column;gap:.5rem}.pdp-ratings__bar-row{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700}.pdp-ratings__bar-label{width:28px;text-align:right;flex-shrink:0}.pdp-ratings__bar-track{flex:1;height:10px;background:#80808033;border-radius:5px;overflow:hidden}.pdp-ratings__bar-fill{height:100%;border-radius:5px;transition:width .6s ease}.pdp-ratings__bar-count{width:36px;text-align:right;flex-shrink:0}.pdp-reviews__inner{max-width:720px;margin:0 auto}.pdp-reviews__heading{font-family:var(--font-display);font-weight:900;font-size:1.3rem;margin:0}.pdp-reviews__controls{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid}.pdp-reviews__sort{padding:.5rem 1rem;border-radius:999px;border:1px solid;font-size:.85rem;cursor:pointer}.pdp-reviews__card{border-bottom:1px solid;padding:1.5rem 0}.pdp-reviews__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.pdp-reviews__author{font-weight:800;font-size:1.1rem}.pdp-reviews__verified{font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem}.pdp-reviews__title{font-weight:700;margin-bottom:.5rem}.pdp-reviews__body{line-height:1.6}.pdp-reviews__helpful{display:flex;align-items:center;gap:1rem;margin-top:1rem;font-size:.85rem}.pdp-reviews__helpful button{background:none;border:1px solid;border-radius:999px;padding:4px 12px;cursor:pointer;font-size:.8rem;transition:opacity .2s}.pdp-reviews__helpful button:hover{opacity:.7}.pdp-reviews__show-more{display:block;margin:2rem auto 0;padding:.85rem 2.5rem;font-weight:700;border:2px solid;border-radius:999px;background:transparent;cursor:pointer;transition:all .2s}.pdp-reviews__show-more:hover{opacity:.75}.pdp-related__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.pdp-fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.pdp-fade-up.in-view{opacity:1;transform:translateY(0)}.pdp-section a:focus-visible,.pdp-section button:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}@media(max-width:767px){.pdp-section,.pdp-section *,.pdp-container,.pdp-hero-grid,.pdp-gallery,.pdp-buybox,.pdp-buybox *{box-sizing:border-box}.pdp-section{overflow-x:hidden;width:100%;max-width:100vw}.pdp-container{padding:0 1rem;max-width:100%;width:100%;overflow-x:hidden}.pdp-hero-grid{width:100%;max-width:100%}.pdp-gallery{width:100%;max-width:100%;min-width:0}.pdp-gallery__main{width:100%;max-width:100%}.pdp-gallery__main img{padding:1rem}.pdp-gallery__thumbs{padding-right:0;max-width:100%}.pdp-buybox{width:100%;max-width:100%;overflow-x:visible;padding:0;min-width:0}.pdp-buybox__title{font-size:2.25rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.pdp-buybox__price{max-width:100%}product-form,.pdp-buybox form{display:block;width:100%;max-width:100%}.pdp-atc{width:100%;max-width:100%;padding:1rem 1.25rem;font-size:1.1rem;min-width:0}.pdp-specs{display:inline-flex;flex-wrap:wrap;max-width:100%}.pdp-specs__item{padding:.6rem .75rem;min-width:0;flex:1 1 auto}.pdp-specs__label{font-size:.65rem}.pdp-specs__value{font-size:.9rem}.pdp-trust{grid-template-columns:1fr 1fr;width:100%;max-width:100%;padding:1rem;gap:.5rem;font-size:.8rem;overflow:hidden}.pdp-trust__item{font-size:.8rem;gap:.35rem;word-break:break-word;overflow-wrap:break-word;min-width:0}.pdp-qty{max-width:100%}.pdp-retailers{max-width:100%;overflow-x:auto}.pdp-inbox-grid.img-first-mobile{display:flex;flex-direction:column-reverse}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/product-page.css.map */
