.atomized-hero{display:block;padding:20px 24px 0;background:#f5f0e7;color:#f8f3e8}.atomized-hero__frame{position:relative;width:min(100%,var(--hero-max-width));height:var(--hero-desktop-height);margin:0 auto;overflow:hidden;background:#080808;isolation:isolate}.atomized-hero__slides,.atomized-hero__slide,.atomized-hero__media,.atomized-hero__media picture,.atomized-hero__media img,.atomized-hero__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.atomized-hero__slides{touch-action:pan-y}.atomized-hero__slide{z-index:0;opacity:0;visibility:hidden;transition:opacity var(--hero-transition) ease,visibility 0s linear var(--hero-transition)}.atomized-hero__slide.is-active{z-index:1;opacity:1;visibility:visible;transition:opacity var(--hero-transition) ease}.atomized-hero__media img,.atomized-hero__placeholder{display:block;object-fit:cover}.atomized-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000c7,#00000047 58%,#00000014);opacity:var(--overlay-opacity)}.atomized-hero__content-wrap{position:relative;z-index:2;display:flex;align-items:center;width:100%;height:100%;padding:clamp(36px,6vw,96px);pointer-events:none}.atomized-hero__slide--center .atomized-hero__content-wrap{justify-content:center;text-align:center}.atomized-hero__slide--right .atomized-hero__content-wrap{justify-content:flex-end;text-align:right}.atomized-hero__content{width:min(100%,620px);pointer-events:auto}.atomized-hero__eyebrow{margin:0 0 14px;color:#c7a45a;font-size:1.15rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.atomized-hero__heading{margin:0;color:#fffaf0;font-family:var(--font-heading-family);font-size:clamp(3.8rem,5.2vw,7.4rem);font-weight:400;line-height:.98;letter-spacing:-.025em;text-wrap:balance}.atomized-hero__description{max-width:54rem;margin-top:22px;color:#fffaf0e0;font-size:clamp(1.45rem,1.25vw,1.85rem);line-height:1.55}.atomized-hero__slide--center .atomized-hero__description{margin-inline:auto}.atomized-hero__slide--right .atomized-hero__description{margin-left:auto}.atomized-hero__cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:28px;padding:12px 28px;border:1px solid #c7a45a;background:#c7a45a;color:#090909;font-size:1.2rem;font-weight:600;letter-spacing:.14em;line-height:1.2;text-decoration:none;text-transform:uppercase;transition:background-color .18s ease,color .18s ease}.atomized-hero__cta:hover,.atomized-hero__cta:focus-visible{background:transparent;color:#fffaf0}.atomized-hero__arrow,.atomized-hero__pause,.atomized-hero__dot{border:0;color:#fffaf0;cursor:pointer}.atomized-hero__arrow{position:absolute;z-index:4;top:50%;display:grid;width:48px;height:48px;padding:0;border:1px solid rgba(255,250,240,.45);border-radius:50%;background:#0808087a;place-items:center;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.atomized-hero__arrow--previous{left:22px}.atomized-hero__arrow--next{right:22px}.atomized-hero__arrow svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.5}.atomized-hero__controls{position:absolute;z-index:4;right:0;bottom:22px;left:0;display:flex;align-items:center;justify-content:center;gap:12px}.atomized-hero__dots{display:flex;align-items:center;gap:4px}.atomized-hero__dot{width:28px;height:32px;padding:0 6px;background:transparent}.atomized-hero__dot span{display:block;width:100%;height:2px;background:#fffaf07a;transition:background-color .18s ease,transform .18s ease}.atomized-hero__dot.is-active span{background:#c7a45a;transform:scaleY(2)}.atomized-hero__pause{display:grid;width:34px;height:34px;padding:8px;border:1px solid rgba(255,250,240,.45);border-radius:50%;background:#0808087a;place-items:center}.atomized-hero__pause svg{grid-area:1 / 1;width:16px;height:16px;fill:currentColor}.atomized-hero__play-icon,.atomized-hero__pause.is-paused .atomized-hero__pause-icon{display:none}.atomized-hero__pause.is-paused .atomized-hero__play-icon{display:block}.atomized-hero__trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(100%,var(--hero-max-width));margin:0 auto;padding:16px clamp(18px,4vw,56px);background:#0b0b0b;color:#eee6d8;font-size:1.15rem;letter-spacing:.08em;list-style:none;text-align:center;text-transform:uppercase}.atomized-hero__trust li{display:flex;align-items:center;justify-content:center;gap:10px}.atomized-hero__trust li+li{border-left:1px solid rgba(199,164,90,.28)}.atomized-hero__trust span{width:4px;height:4px;border-radius:50%;background:#c7a45a}@media screen and (max-width:749px){.atomized-hero{padding:0}.atomized-hero__frame{height:auto;aspect-ratio:58 / 28}.atomized-hero__media--desktop-fallback{background:#0b0b0b}.atomized-hero__media--desktop-fallback img{object-fit:contain;object-position:center}.atomized-hero__content-wrap{align-items:flex-end;padding:14px 20px 62px}.atomized-hero__slide--mobile-top-left .atomized-hero__content-wrap,.atomized-hero__slide--mobile-center-left .atomized-hero__content-wrap,.atomized-hero__slide--mobile-bottom-left .atomized-hero__content-wrap,.atomized-hero__slide--mobile-left .atomized-hero__content-wrap{justify-content:flex-start;text-align:left}.atomized-hero__slide--mobile-top-center .atomized-hero__content-wrap,.atomized-hero__slide--mobile-center .atomized-hero__content-wrap,.atomized-hero__slide--mobile-bottom-center .atomized-hero__content-wrap{justify-content:center;text-align:center}.atomized-hero__slide--mobile-top-left .atomized-hero__content-wrap,.atomized-hero__slide--mobile-top-center .atomized-hero__content-wrap{align-items:flex-start}.atomized-hero__slide--mobile-center-left .atomized-hero__content-wrap,.atomized-hero__slide--mobile-center .atomized-hero__content-wrap{align-items:center}.atomized-hero__slide--mobile-top-center .atomized-hero__description,.atomized-hero__slide--mobile-center .atomized-hero__description,.atomized-hero__slide--mobile-bottom-center .atomized-hero__description{margin-inline:auto}.atomized-hero__slide--mobile-top-left .atomized-hero__description,.atomized-hero__slide--mobile-center-left .atomized-hero__description,.atomized-hero__slide--mobile-bottom-left .atomized-hero__description,.atomized-hero__slide--mobile-left .atomized-hero__description{margin-left:0}.atomized-hero__heading{font-size:clamp(2.2rem,7vw,2.8rem);line-height:1.02}.atomized-hero__eyebrow{margin-bottom:6px;font-size:.85rem;letter-spacing:.16em}.atomized-hero__description{margin-top:7px;font-size:1.05rem;line-height:1.3}.atomized-hero__cta{min-height:38px;margin-top:9px;padding:8px 16px;font-size:1rem}.atomized-hero__arrow{top:auto;bottom:20px;width:44px;height:44px;transform:none}.atomized-hero__arrow--previous{left:14px}.atomized-hero__arrow--next{right:14px}.atomized-hero__controls{bottom:23px}.atomized-hero__dot{width:44px;height:44px;padding:0 10px}.atomized-hero__pause{width:44px;height:44px}.atomized-hero__trust{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:9px 6px;font-size:.85rem;letter-spacing:.04em}.atomized-hero__trust li+li{border-left:1px solid rgba(199,164,90,.28)}.atomized-hero__trust li{gap:0;line-height:1.25}.atomized-hero__trust span{display:none}}@media(prefers-reduced-motion:reduce){.atomized-hero__slide,.atomized-hero__dot span,.atomized-hero__cta{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-atomized-hero-carousel.css.map */
