.pdp-universal-section{--pdp-accent: #7bc142;--pdp-accent-soft: #eef7e6;--pdp-text: #1b1b1b;--pdp-muted: #6b6b6b;--pdp-bg: #ffffff;--pdp-panel: #f7f7f5;--pdp-border: #e2e2dd;--pdp-instock: #2e7d32;--pdp-atc: #1b1b1b;--pdp-atc-text: #ffffff;--pdp-rating: #e6a100;--pdp-space: 24px;--pdp-space-sm: 12px;--pdp-space-lg: 36px;--pdp-radius: 10px;--pdp-radius-lg: 20px;--pdp-maxw: 1200px;background:var(--pdp-bg);color:var(--pdp-text)}.pdp-universal-section *,.pdp-universal-section *:before,.pdp-universal-section *:after{box-sizing:border-box}.pdp-universal-section .pdp-container{max-width:var(--pdp-maxw);margin-inline:auto;padding-inline:var(--pdp-space)}.pdp-universal-section h1,.pdp-universal-section h2,.pdp-universal-section h3{line-height:1.15;margin:0 0 .4em}.pdp-universal-section .pdp-h2{font-size:clamp(1.5rem,3vw,2.25rem)}.pdp-universal-section .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pdp-universal-section a:focus-visible,.pdp-universal-section button:focus-visible,.pdp-universal-section [tabindex]:focus-visible{outline:3px solid var(--pdp-accent);outline-offset:2px;border-radius:4px}.pdp-universal-section .pdp-media-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:240px;color:var(--pdp-muted);background:var(--pdp-panel)}.pdp-universal-section .pdp-media-placeholder svg{width:60%;height:60%;opacity:.4}.pdp-universal-section .pdp-section{padding-block:calc(var(--pdp-space) * 2)}.pdp-universal-section .pdp-section__head{text-align:center;margin-bottom:calc(var(--pdp-space) * 1.2)}.pdp-universal-section .pdp-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;color:var(--pdp-accent);font-weight:700}.pdp-universal-section .pdp-marquee{background:var(--pdp-marquee-bg, var(--pdp-accent));color:var(--pdp-marquee-text, #fff);overflow:hidden;padding-block:10px}.pdp-universal-section .pdp-marquee__track{display:flex;width:max-content;gap:0;white-space:nowrap;will-change:transform;animation:universal-marquee var(--pdp-marquee-speed, 20s) linear infinite}.pdp-universal-section .pdp-marquee:hover .pdp-marquee__track,.pdp-universal-section .pdp-marquee:focus-within .pdp-marquee__track{animation-play-state:var(--pdp-marquee-pause, paused)}.pdp-universal-section .pdp-marquee__item{font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding-inline:1.5rem}.pdp-universal-section .pdp-marquee__item:after{content:"\2022";margin-left:1.5rem}@keyframes universal-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.pdp-universal-section .pdp-marquee__track{animation:none}}.pdp-universal-section .pdp-power__grid{display:grid;gap:var(--pdp-space);align-items:center}@media(min-width:900px){.pdp-universal-section .pdp-power__grid{grid-template-columns:1fr minmax(220px,360px) 1fr}.pdp-universal-section .pdp-power__col--right{text-align:right}}.pdp-universal-section .pdp-power__media{border-radius:var(--pdp-radius-lg);overflow:hidden;position:relative}.pdp-universal-section .pdp-power__media img{width:100%;height:auto;display:block}.pdp-universal-section .pdp-power__col{display:flex;flex-direction:column;gap:var(--pdp-space)}.pdp-universal-section .pdp-callout__title{font-weight:700;margin-bottom:4px;font-size:16px;line-height:1.35}.pdp-universal-section .pdp-callout__body{color:var(--pdp-muted);font-size:.95rem}.pdp-universal-section .pdp-quality__grid{display:grid;gap:calc(var(--pdp-space) * 1.5);align-items:center}@media(min-width:750px){.pdp-universal-section .pdp-quality__grid{grid-template-columns:1fr 1fr}}.pdp-universal-section .pdp-quality__content{display:flex;flex-direction:column;align-items:flex-start}.pdp-universal-section .pdp-quality__content .pdp-eyebrow{margin-bottom:10px}.pdp-universal-section .pdp-quality__content .pdp-h2{margin-bottom:18px}.pdp-universal-section .pdp-quality__text{margin-bottom:var(--pdp-space);max-width:62ch;font-size:1.05rem;line-height:1.65}.pdp-universal-section .pdp-quality__text>*{margin-block:0 .85em}.pdp-universal-section .pdp-quality__text>*:last-child{margin-bottom:0}.pdp-universal-section .pdp-quality__content .pdp-accordion{width:100%}.pdp-universal-section .pdp-quality__img{overflow:hidden;max-width:520px;margin-inline:auto;background:var(--pdp-panel)}.pdp-universal-section .pdp-quality__img--circle{border-radius:50%;aspect-ratio:1/1;max-width:420px}.pdp-universal-section .pdp-quality__img--rounded_rect{border-radius:var(--pdp-radius-lg)}.pdp-universal-section .pdp-quality__img--none{border-radius:0}.pdp-universal-section .pdp-quality__img img{width:100%;height:auto;object-fit:contain;display:block}.pdp-universal-section .pdp-accordion{border-top:1px solid var(--pdp-border)}.pdp-universal-section .pdp-accordion__item{border-bottom:1px solid var(--pdp-border)}.pdp-universal-section .pdp-accordion__trigger{width:100%;text-align:left;background:none;border:0;padding:16px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;font:inherit;font-weight:700;color:inherit}.pdp-universal-section .pdp-accordion__icon{flex:0 0 auto;transition:transform .25s ease;color:var(--pdp-accent)}.pdp-universal-section .pdp-accordion__trigger[aria-expanded=true] .pdp-accordion__icon{transform:rotate(45deg)}.pdp-universal-section .pdp-accordion__panel{overflow:hidden;height:0;transition:height .25s ease}.pdp-universal-section .pdp-accordion__panel-inner{padding-bottom:16px;color:var(--pdp-muted)}.pdp-universal-section .pdp-lifestyle{display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:750px){.pdp-universal-section .pdp-lifestyle{grid-template-columns:2fr 1fr}}.pdp-universal-section .pdp-lifestyle figure{margin:0;border-radius:var(--pdp-radius-lg);overflow:hidden;background:var(--pdp-panel);display:flex;align-items:center}.pdp-universal-section .pdp-lifestyle img{width:100%;height:auto;object-fit:contain;object-position:var(--pdp-lifestyle-position, center center);display:block}.pdp-universal-section .pdp-fullbleed{background:var(--pdp-banner-bg, var(--pdp-accent));color:var(--pdp-banner-text, #fff);text-align:center;padding:clamp(40px,8vw,90px) var(--pdp-space)}.pdp-universal-section .pdp-fullbleed h2{font-size:clamp(1.8rem,5vw,3.2rem);margin:0}.pdp-universal-section .pdp-attrs{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--pdp-space);text-align:center}@media(min-width:600px){.pdp-universal-section .pdp-attrs{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.pdp-universal-section .pdp-attrs{grid-template-columns:repeat(6,1fr)}}.pdp-universal-section .pdp-attr{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:.85rem;font-weight:600}.pdp-universal-section .pdp-attr svg,.pdp-universal-section .pdp-attr img{width:44px;height:44px}.pdp-universal-section .pdp-attr__dot{width:44px;height:44px;border-radius:50%;background:var(--pdp-accent-soft);display:grid;place-items:center;color:var(--pdp-accent);font-weight:800}.pdp-universal-section .pdp-attr__icon{width:44px;height:44px;border-radius:50%;background:var(--pdp-accent-soft);color:var(--pdp-accent);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #7bc14214}.pdp-universal-section .pdp-attr__icon svg{width:24px;height:24px;stroke:currentColor}.pdp-universal-section .pdp-ugc__viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.pdp-universal-section .pdp-ugc__viewport::-webkit-scrollbar{display:none}.pdp-universal-section .pdp-ugc__viewport:focus-visible{outline:3px solid var(--pdp-accent);outline-offset:4px}.pdp-universal-section .pdp-ugc__track{display:flex;min-width:100%}.pdp-universal-section .pdp-ugc__slide{flex:0 0 100%;padding-inline:6px;scroll-snap-align:start;scroll-snap-stop:always}@media(min-width:750px){.pdp-universal-section .pdp-ugc__slide{flex-basis:33.333%}}.pdp-universal-section .pdp-ugc__card{position:relative;border-radius:var(--pdp-radius-lg);overflow:hidden;background:#000;aspect-ratio:9 / 16}.pdp-universal-section .pdp-ugc__card video,.pdp-universal-section .pdp-ugc__card iframe{display:block;width:100%;height:100%;object-fit:cover;border:0;pointer-events:auto}.pdp-universal-section .pdp-ugc__caption{position:absolute;inset-inline:0;bottom:0;padding:12px;color:#fff;background:linear-gradient(transparent,#000000b3);font-size:.9rem;pointer-events:none}.pdp-universal-section .pdp-ugc__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;border:0;background:#00000040;cursor:pointer}.pdp-universal-section .pdp-ugc__play svg{width:56px;height:56px;fill:#fff}.pdp-universal-section .pdp-dots{display:flex;gap:8px;justify-content:center;margin-top:14px}.pdp-universal-section .pdp-dot{width:10px;height:10px;border-radius:50%;border:0;background:var(--pdp-border);cursor:pointer;padding:0}.pdp-universal-section .pdp-dot.is-active{background:var(--pdp-accent)}.pdp-universal-section .pdp-related__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--pdp-space)}@media(min-width:750px){.pdp-universal-section .pdp-related__grid{grid-template-columns:repeat(4,1fr)}}.pdp-universal-section .pdp-card{text-decoration:none;display:flex;flex-direction:column;gap:8px}.pdp-universal-section .pdp-card__media{border-radius:var(--pdp-radius);overflow:hidden;background:var(--pdp-panel);aspect-ratio:1/1}.pdp-universal-section .pdp-card__media img{width:100%;height:100%;object-fit:cover}.pdp-universal-section .pdp-card__title{font-weight:600;font-size:.95rem}.pdp-universal-section .pdp-card__price{font-weight:800}.pdp-universal-section .pdp-lightbox[hidden]{display:none}.pdp-universal-section .pdp-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:var(--pdp-space);background:#000000b8}.pdp-universal-section .pdp-lightbox__panel{position:relative;max-width:min(960px,96vw);max-height:90vh;overflow:auto;background:var(--pdp-bg);border-radius:var(--pdp-radius);padding:var(--pdp-space-sm)}.pdp-universal-section .pdp-lightbox__panel img{width:100%;height:auto;display:block}.pdp-universal-section .pdp-lightbox__close{position:sticky;top:0;float:right;border:0;background:var(--pdp-atc);color:var(--pdp-atc-text);border-radius:999px;width:36px;height:36px;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/28/assets/component-universal-sections.css.map */
