.hs-root{position:relative;width:100%;overflow:hidden;background:var(--hs-left-bg, #F3EEE3);isolation:isolate}.hs-track{position:relative;width:100%;height:var(--hs-desktop-h, 640px)}.hs-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;opacity:0;visibility:hidden;pointer-events:none;z-index:1;transition:opacity 1.05s cubic-bezier(.65,0,.35,1),visibility 0s linear 1.05s}.hs-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2;transition:opacity 1.05s cubic-bezier(.65,0,.35,1),visibility 0s linear 0s}.hs-left{position:relative;width:40%;min-width:320px;background:var(--hs-left-bg, #F3EEE3);display:flex;flex-direction:column;justify-content:space-between;padding:48px 40px 32px;box-sizing:border-box}.hs-left-inner{position:relative;flex:1;display:flex;flex-direction:row;align-items:stretch;gap:18px;min-height:0}.hs-left-top{flex:0 0 auto;display:flex;flex-direction:column;width:46%;max-width:220px}.hs-eyebrow{display:flex;flex-direction:row;align-items:flex-start;gap:14px;margin-bottom:20px}.hs-index{font-size:64px;line-height:1;font-weight:700;letter-spacing:-.02em;color:var(--hs-accent, #C9A177);opacity:.55}.hs-label{font-size:16px;font-weight:600;line-height:1.3;padding-top:10px;color:var(--hs-heading-color, #141414);max-width:90px}.hs-small-img-wrap{width:100%;aspect-ratio:4 / 5;overflow:hidden;border-radius:2px}.hs-small-img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.001);transition:transform 1.4s cubic-bezier(.16,1,.3,1)}.hs-slide.is-active .hs-small-img{transform:scale(1.06)}.hs-heading{flex:1;writing-mode:vertical-rl;transform:rotate(180deg);font-size:clamp(28px,3.6vw,52px);font-weight:800;letter-spacing:.04em;line-height:1;color:var(--hs-heading-color, #141414);margin:0;white-space:nowrap;overflow:hidden;display:flex;align-items:center;justify-content:center;min-width:0;min-height:0}.hs-desc-card{position:absolute;right:-40px;top:40%;transform:translateY(-50%);width:260px;max-width:70vw;background:#fff;padding:22px 24px;box-shadow:0 18px 40px #1414141f;z-index:5}.hs-desc-card p{margin:0;font-size:14px;line-height:1.6;color:#333}.hs-nav{display:flex;gap:18px;align-items:center;margin-top:24px}.hs-nav-btn{width:38px;height:38px;border:1px solid rgba(20,20,20,.25);border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--hs-heading-color, #141414);padding:0;transition:background-color .35s ease,border-color .35s ease,transform .35s cubic-bezier(.34,1.56,.64,1)}.hs-nav-btn svg{width:16px;height:16px}.hs-nav-btn:hover{background:var(--hs-heading-color, #141414);border-color:var(--hs-heading-color, #141414);color:#fff;transform:translateY(-2px)}.hs-nav-btn:active{transform:translateY(0) scale(.94)}.hs-right{position:relative;width:60%;height:100%;overflow:hidden}.hs-large-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform 8s linear}.hs-slide.is-active .hs-large-img{transform:scale(1.1);transition:transform 9s linear}.hs-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 55%,#00000052);pointer-events:none}.hs-cta{position:absolute;right:36px;bottom:30px;display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-size:14px;font-weight:600;letter-spacing:.03em;z-index:3}.hs-cta-text{position:relative;padding-bottom:3px}.hs-cta-text:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(1);transform-origin:right;transition:transform .5s cubic-bezier(.65,0,.35,1)}.hs-cta:hover .hs-cta-text:after{transform:scaleX(1.15);transform-origin:left}.hs-cta-ring{width:28px;height:28px;display:inline-flex}.hs-cta-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.hs-ring-track{fill:none;stroke:#ffffff4d;stroke-width:2}.hs-ring-progress{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-dasharray:125.6;stroke-dashoffset:125.6}.hs-slide.is-active .hs-ring-progress{transition:stroke-dashoffset linear}.hs-anim{opacity:0;transform:translateY(22px);transition:opacity .4s ease,transform .4s ease;will-change:opacity,transform}.hs-slide.is-active .hs-anim{opacity:1;transform:translateY(0);transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1)}.hs-nav-dots{display:inline-flex;align-items:center;gap:8px;margin-left:6px}.hs-progress-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#14141433;cursor:pointer;transition:background-color .4s ease,transform .4s ease}.hs-progress-dot.is-active{background:var(--hs-heading-color, #141414);transform:scale(1.25)}@media(max-width:989px){.hs-left{padding:36px 28px 24px}.hs-index{font-size:52px}.hs-desc-card{width:220px;right:-30px}}@media(max-width:749px){.hs-track{height:var(--hs-mobile-h, 720px)}.hs-slide{flex-direction:row}.hs-left{width:34%;min-width:0;padding:24px 16px 20px}.hs-right{width:66%}.hs-left-inner{flex-direction:column;gap:10px}.hs-left-top{width:100%;max-width:none}.hs-eyebrow{flex-direction:column;gap:2px;margin-bottom:16px}.hs-index{font-size:38px}.hs-label{font-size:13px;padding-top:0;max-width:100%}.hs-small-img-wrap{display:none}.hs-heading{font-size:clamp(22px,7vw,32px)}.hs-desc-card{position:static;transform:none;width:100%;margin-top:16px;padding:14px 16px;box-shadow:0 10px 24px #1414141a}.hs-cta{right:18px;bottom:18px;font-size:12px}.hs-nav-dots{margin-left:0}}@media(prefers-reduced-motion:reduce){.hs-slide,.hs-anim,.hs-large-img,.hs-small-img,.hs-nav-btn{transition-duration:.01ms!important;animation-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-hero-slider.css.map */
