.section-hero-carousel .hero-carousel{--champagne-base: #FFFFFF;--ink-charcoal: #3D3832;--sepia-brown: #6B5B47;--soft-gold: #D4C4A0;--warm-gold: #BFB086;--accent-red: #922B3E;position:relative;width:100%;aspect-ratio:16/9;height:auto;min-height:280px;margin:0;padding:0;overflow:hidden;background-color:var(--champagne-base, #FFFFFF);will-change:transform;transform:translateZ(0);-webkit-transform:translateZ(0);cursor:default;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;touch-action:pan-y pinch-zoom}@media screen and (min-width: 768px){.section-hero-carousel .hero-carousel{aspect-ratio:16/9;height:auto;min-height:350px}}@media screen and (min-width: 990px){.section-hero-carousel .hero-carousel{aspect-ratio:16/9;height:auto;min-height:400px}}@media screen and (min-width: 1200px){.section-hero-carousel .hero-carousel{aspect-ratio:21/9;height:auto;min-height:450px;max-width:95vw!important;margin:0 auto!important}}.section-hero-carousel .hero-carousel__container{position:relative;width:100%;height:100%;overflow:hidden;margin:0;padding:0}.section-hero-carousel .hero-carousel__track{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin:0;padding:0}.section-hero-carousel .hero-carousel__slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;visibility:hidden;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translate(100%);z-index:1}.section-hero-carousel .hero-carousel__slide--active{opacity:1;visibility:visible;transform:translate(0);z-index:2}.section-hero-carousel .hero-carousel__slide--entering{transform:translate(100%);opacity:0;z-index:3}.section-hero-carousel .hero-carousel__slide--exiting{transform:translate(-100%);opacity:0;z-index:1}.section-hero-carousel .hero-carousel__slide-link{display:block;width:100%;height:100%;margin:0;padding:0;border:0;text-decoration:none;cursor:pointer;transition:transform .3s ease}.section-hero-carousel .hero-carousel__slide-link:hover{transform:scale(1.02)}.section-hero-carousel .hero-carousel__image-container{display:block;width:100%;height:100%;position:relative;overflow:hidden;margin:0;padding:0;border:0}.section-hero-carousel .hero-carousel__image{width:100%;height:100%;max-width:100%;margin:0;padding:0;border:0;object-fit:contain;object-position:center;display:block;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;pointer-events:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;transform:translateZ(0)}.section-hero-carousel .hero-carousel__image--cover{object-fit:cover;height:70vh}.section-hero-carousel .hero-carousel__slide-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff;margin:0;padding:0;border:0}.section-hero-carousel .hero-carousel__placeholder-content{text-align:center;color:var(--sepia-brown);margin:0;padding:0}.section-hero-carousel .hero-carousel__placeholder-text{font-family:"Poppins",var(--font-body-family);font-size:2.4rem;font-weight:300;opacity:.6;margin:0;padding:0}.section-hero-carousel .hero-carousel__indicators{display:none;position:absolute;bottom:2rem;left:50%;transform:translate(-50%);align-items:center;gap:1rem;z-index:10;margin:0;padding:0;border:0}.section-hero-carousel .hero-carousel__indicator{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:0;padding:0}.section-hero-carousel .hero-carousel__indicator:hover{border-color:#fffc;transform:scale(1.1)}.section-hero-carousel .hero-carousel__indicator--active{background:#fff;border-color:#fff;transform:scale(1.2)}.section-hero-carousel .hero-carousel__navigation{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 2rem;z-index:10;pointer-events:none;margin:0;border:0}.section-hero-carousel .hero-carousel__nav-button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;margin:0;padding:0}.section-hero-carousel .hero-carousel__nav-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:scale(1.05)}.section-hero-carousel .hero-carousel__nav-button:active{transform:scale(.95)}.section-hero-carousel .hero-carousel__nav-icon{width:24px;height:24px;stroke-width:2}.section-hero-carousel .hero-carousel__progress-container{position:absolute;bottom:0;left:0;width:100%;height:4px;background:#fff3;z-index:10;margin:0;padding:0;border:0}.section-hero-carousel .hero-carousel__progress-bar{height:100%;background:linear-gradient(90deg,var(--accent-red),var(--warm-gold));width:0%;transition:width linear;margin:0;padding:0;border:0}@media screen and (min-width: 1200px){.section-hero-carousel .hero-carousel__indicators{bottom:3rem;gap:1.2rem}.section-hero-carousel .hero-carousel__indicator{width:14px;height:14px}.section-hero-carousel .hero-carousel__navigation{padding:0 3rem}.section-hero-carousel .hero-carousel__nav-button{width:60px;height:60px}.section-hero-carousel .hero-carousel__nav-icon{width:28px;height:28px}.section-hero-carousel .hero-carousel__placeholder-text{font-size:2.6rem}}@media screen and (min-width: 990px){.section-hero-carousel .hero-carousel__placeholder-text{font-size:2.4rem}}@media screen and (max-width: 989px) and (min-width: 768px){.section-hero-carousel .hero-carousel__indicators{bottom:1.5rem;gap:.8rem}.section-hero-carousel .hero-carousel__indicator{width:10px;height:10px}.section-hero-carousel .hero-carousel__navigation{padding:0 1.5rem}.section-hero-carousel .hero-carousel__nav-button{width:44px;height:44px}.section-hero-carousel .hero-carousel__nav-icon{width:20px;height:20px}.section-hero-carousel .hero-carousel__placeholder-text{font-size:2rem}}@media screen and (max-width: 767px){.section-hero-carousel .hero-carousel__indicators{bottom:1rem;gap:.6rem}.section-hero-carousel .hero-carousel__indicator{width:8px;height:8px}.section-hero-carousel .hero-carousel__navigation{padding:0 1rem}.section-hero-carousel .hero-carousel__nav-button{width:40px;height:40px}.section-hero-carousel .hero-carousel__nav-icon{width:18px;height:18px}.section-hero-carousel .hero-carousel__placeholder-text{font-size:1.8rem}.section-hero-carousel .hero-carousel__slide-link:hover{transform:none}}@media screen and (max-width: 480px){.section-hero-carousel .hero-carousel{aspect-ratio:16/9;height:auto;min-height:280px}.section-hero-carousel .hero-carousel__indicators{bottom:.8rem;gap:.5rem}.section-hero-carousel .hero-carousel__indicator{width:6px;height:6px;border-width:1px}.section-hero-carousel .hero-carousel__navigation{padding:0 .5rem}.section-hero-carousel .hero-carousel__nav-button{width:36px;height:36px}.section-hero-carousel .hero-carousel__nav-icon{width:16px;height:16px}.section-hero-carousel .hero-carousel__placeholder-text{font-size:1.6rem}}.section-hero-carousel .hero-carousel__slide--loading{background:#fff}.section-hero-carousel .hero-carousel__slide--loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:loading-shimmer 1.5s infinite;margin:0;padding:0;border:0}@keyframes loading-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.section-hero-carousel .hero-carousel__indicator:focus-visible,.section-hero-carousel .hero-carousel__nav-button:focus-visible{outline:2px solid var(--warm-gold);outline-offset:2px}.section-hero-carousel .hero-carousel__slide-link:focus-visible{outline:3px solid var(--warm-gold);outline-offset:3px}@media (prefers-reduced-motion: reduce){.section-hero-carousel .hero-carousel__slide,.section-hero-carousel .hero-carousel__slide-link,.section-hero-carousel .hero-carousel__image,.section-hero-carousel .hero-carousel__indicator,.section-hero-carousel .hero-carousel__nav-button,.section-hero-carousel .hero-carousel__progress-bar{transition:none;animation:none}.section-hero-carousel .hero-carousel__slide-link:hover{transform:none}}@media (prefers-contrast: high){.section-hero-carousel .hero-carousel__indicator{border-color:#fff}.section-hero-carousel .hero-carousel__nav-button{border-color:#fff;background:#000c}.section-hero-carousel .hero-carousel__progress-container{background:#fff}}@media print{.section-hero-carousel .hero-carousel{height:auto;min-height:auto;page-break-inside:avoid}.section-hero-carousel .hero-carousel__slide{position:static;opacity:1;visibility:visible;transform:none;page-break-inside:avoid;page-break-after:always}.section-hero-carousel .hero-carousel__slide:last-child{page-break-after:auto}.section-hero-carousel .hero-carousel__indicators,.section-hero-carousel .hero-carousel__navigation,.section-hero-carousel .hero-carousel__progress-container{display:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/hero-carousel.css.map */
