.fyre-slideshow{display:block;width:min(var(--fyre-slideshow-width, 92%),var(--fyre-slideshow-max-width, 1500px));max-width:100%;margin:var(--fyre-slideshow-margin-top, 32px) auto var(--fyre-slideshow-margin-bottom, 32px);color:#111;outline:none;scroll-margin-top:var(--header-height, 132px)}.fyre-slideshow__heading{display:flex;align-items:center;gap:14px;width:min(var(--fyre-slideshow-content-width, 86%),var(--fyre-slideshow-content-max-width, 2000px));max-width:calc(100% - 24px);margin:0 auto;padding:var(--fyre-slideshow-padding-top, 48px) 0 var(--fyre-slideshow-heading-padding-bottom, 24px);color:#19191b}.fyre-slideshow__heading h2{margin:0;color:inherit;font-weight:700;text-transform:uppercase}.fyre-slideshow__heading:before,.fyre-slideshow__heading:after{content:"";display:none;width:clamp(24px,3vw,48px);height:3px;flex:0 0 auto;background:var(--fyre-slideshow-accent, #cf0000)}.fyre-slideshow--heading-desktop-left .fyre-slideshow__heading{justify-content:flex-start;text-align:left}.fyre-slideshow--heading-desktop-left .fyre-slideshow__heading h2{font-size:clamp(var(--fyre-slideshow-heading-size-mobile, 28px),3.1vw,var(--fyre-slideshow-heading-size, 44px));line-height:.98}.fyre-slideshow--heading-desktop-left .fyre-slideshow__heading h2 span{position:relative;display:inline-block;padding-bottom:4px}.fyre-slideshow--heading-desktop-left .fyre-slideshow__heading h2 span:after{position:absolute;right:auto;bottom:0;left:0;width:calc(100% + 75px);height:4px;background:var(--fyre-slideshow-accent, #cf0000);content:""}.fyre-slideshow--heading-desktop-center .fyre-slideshow__heading{justify-content:center;text-align:center}.fyre-slideshow--heading-desktop-center .fyre-slideshow__heading:before,.fyre-slideshow--heading-desktop-center .fyre-slideshow__heading:after{display:block}.fyre-slideshow--heading-desktop-center .fyre-slideshow__heading h2{font-size:clamp(20px,1.8vw,30px);line-height:1}.fyre-slideshow__viewport{position:relative;height:min(var(--fyre-slideshow-height, 540px),68vh);min-height:320px;overflow:hidden;border-radius:var(--fyre-slideshow-radius, 12px);background:var(--fyre-slideshow-background, #f3f3f3);perspective:var(--fyre-slideshow-perspective, 1200px);touch-action:pan-y;isolation:isolate}.fyre-slideshow__track{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d}.fyre-slideshow__slide{position:absolute;top:50%;left:50%;width:min(72%,1080px);height:calc(100% - 34px);margin:0;padding:0;overflow:hidden;border:0;border-radius:var(--fyre-slideshow-radius, 12px);background:#111;box-shadow:0 24px 55px rgba(0,0,0,var(--fyre-slideshow-shadow-opacity, .35));cursor:pointer;opacity:0;pointer-events:none;transform:translate3d(-50%,-50%,-160px) scale(.7);transition:transform .62s cubic-bezier(.22,1,.36,1),opacity .42s ease,box-shadow .42s ease,filter .42s ease;will-change:transform,opacity}.fyre-slideshow__slide[data-position="0"]{z-index:4;opacity:1;pointer-events:auto;transform:translate3d(-50%,-50%,0) scale(1) rotateY(0)}.fyre-slideshow__slide[data-position="-1"]{z-index:3;opacity:var(--fyre-slideshow-side-opacity, .6);pointer-events:auto;filter:saturate(.78) brightness(.74);transform:translate3d(-116%,-50%,-100px) scale(var(--fyre-slideshow-side-scale, .82)) rotateY(var(--fyre-slideshow-rotation, 14deg))}.fyre-slideshow__slide[data-position="1"]{z-index:3;opacity:var(--fyre-slideshow-side-opacity, .6);pointer-events:auto;filter:saturate(.78) brightness(.74);transform:translate3d(16%,-50%,-100px) scale(var(--fyre-slideshow-side-scale, .82)) rotateY(calc(var(--fyre-slideshow-rotation, 14deg) * -1))}.fyre-slideshow__slide[data-position=hidden]{visibility:hidden}.fyre-slideshow__slide:focus-visible{outline:3px solid var(--fyre-slideshow-accent, #cf0000);outline-offset:-3px}.fyre-slideshow__image{display:block;width:100%;height:100%;object-fit:var(--fyre-slideshow-image-fit, cover);pointer-events:none;-webkit-user-select:none;user-select:none}.fyre-slideshow--classic .fyre-slideshow__slide{width:calc(100% - 34px);transform:translate3d(-50%,-50%,0) scale(.985)}.fyre-slideshow--classic .fyre-slideshow__slide[data-position="0"]{transform:translate3d(-50%,-50%,0) scale(1)}.fyre-slideshow--classic .fyre-slideshow__slide[data-position="-1"],.fyre-slideshow--classic .fyre-slideshow__slide[data-position="1"]{visibility:hidden;opacity:0;pointer-events:none}.fyre-slideshow__arrow{position:absolute;top:50%;z-index:8;display:grid;place-items:center;width:48px;height:48px;margin:0;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:999px;color:var(--fyre-slideshow-control-color, #111);background:var(--fyre-slideshow-control-bg, #fff);box-shadow:0 8px 26px #0000002e;cursor:pointer;transform:translateY(-50%);transition:transform .2s ease,background-color .2s ease,color .2s ease}.fyre-slideshow__arrow:hover{transform:translateY(-50%) scale(1.08)}.fyre-slideshow__arrow:focus-visible{outline:3px solid var(--fyre-slideshow-accent, #cf0000);outline-offset:3px}.fyre-slideshow__arrow svg{width:24px;height:24px}.fyre-slideshow__arrow--previous{left:clamp(10px,2.5vw,36px)}.fyre-slideshow__arrow--next{right:clamp(10px,2.5vw,36px)}.fyre-slideshow__footer{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;gap:18px;min-height:34px;padding-top:14px}.fyre-slideshow__footer:before{content:"";position:absolute;z-index:-1;top:-58px;left:14%;right:14%;height:82px;border-radius:50%;background:rgba(0,0,0,calc(var(--fyre-slideshow-shadow-opacity, .35) * .72));filter:blur(24px);pointer-events:none}.fyre-slideshow__progress{display:flex;align-items:center;justify-content:center;gap:6px;max-width:calc(100% - 70px);overflow-x:auto;scrollbar-width:none}.fyre-slideshow__progress::-webkit-scrollbar{display:none}.fyre-slideshow__progress-button{display:grid;place-items:center;flex:0 0 auto;width:30px;height:24px;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.fyre-slideshow__progress-button span{display:block;width:100%;height:3px;border-radius:99px;background:#c8c8c8;transition:height .2s ease,background-color .2s ease}.fyre-slideshow__progress-button:hover span,.fyre-slideshow__progress-button:focus-visible span{height:5px}.fyre-slideshow__progress-button.is-active span{height:5px;background:var(--fyre-slideshow-accent, #cf0000)}.fyre-slideshow__progress-button:focus-visible{outline:2px solid var(--fyre-slideshow-accent, #cf0000);outline-offset:1px}.fyre-slideshow__counter{flex:0 0 auto;margin:0;color:#5c5c5c;font-size:12px;font-variant-numeric:tabular-nums;letter-spacing:.08em}.fyre-slideshow__empty{display:grid;gap:6px;min-height:180px;place-content:center;padding:30px;border:1px dashed #aaa;border-radius:10px;color:#333;background:#f5f5f5;text-align:center}.fyre-slideshow--single .fyre-slideshow__slide{width:min(92%,1320px)}@media(max-width:749px){.fyre-slideshow{width:100%;margin-top:min(var(--fyre-slideshow-margin-top, 32px),24px);margin-bottom:min(var(--fyre-slideshow-margin-bottom, 32px),24px)}.fyre-slideshow__heading{width:calc(100% - 24px);padding-top:var(--fyre-slideshow-padding-top-mobile, 32px);padding-bottom:var(--fyre-slideshow-heading-padding-bottom-mobile, 16px)}.fyre-slideshow--heading-mobile-left .fyre-slideshow__heading{justify-content:flex-start;text-align:left}.fyre-slideshow--heading-mobile-left .fyre-slideshow__heading:before,.fyre-slideshow--heading-mobile-left .fyre-slideshow__heading:after{display:none}.fyre-slideshow--heading-mobile-left .fyre-slideshow__heading h2{font-size:var(--fyre-slideshow-heading-size-mobile, 28px);line-height:.98}.fyre-slideshow--heading-mobile-left .fyre-slideshow__heading h2 span{position:relative;display:inline-block;padding-bottom:4px}.fyre-slideshow--heading-mobile-left .fyre-slideshow__heading h2 span:after{position:absolute;right:auto;bottom:0;left:0;width:calc(100% + 75px);height:4px;background:var(--fyre-slideshow-accent, #cf0000);content:""}.fyre-slideshow--heading-mobile-center .fyre-slideshow__heading{justify-content:center;text-align:center}.fyre-slideshow--heading-mobile-center .fyre-slideshow__heading:before,.fyre-slideshow--heading-mobile-center .fyre-slideshow__heading:after{display:block}.fyre-slideshow--heading-mobile-center .fyre-slideshow__heading h2{font-size:20px;line-height:1}.fyre-slideshow--heading-mobile-center .fyre-slideshow__heading h2 span{padding-bottom:0}.fyre-slideshow--heading-mobile-center .fyre-slideshow__heading h2 span:after{content:none}.fyre-slideshow__viewport{height:min(var(--fyre-slideshow-mobile-height, 300px),62vh);min-height:200px;border-radius:min(var(--fyre-slideshow-radius, 12px),10px)}.fyre-slideshow__slide{width:84%;height:calc(100% - 22px);border-radius:min(var(--fyre-slideshow-radius, 12px),10px)}.fyre-slideshow__slide[data-position="-1"]{transform:translate3d(-124%,-50%,-80px) scale(.78) rotateY(10deg)}.fyre-slideshow__slide[data-position="1"]{transform:translate3d(24%,-50%,-80px) scale(.78) rotateY(-10deg)}.fyre-slideshow--classic .fyre-slideshow__slide{width:calc(100% - 20px)}.fyre-slideshow__arrow{width:40px;height:40px}.fyre-slideshow__arrow--previous{left:8px}.fyre-slideshow__arrow--next{right:8px}.fyre-slideshow__footer{gap:10px;padding:10px 10px 0}.fyre-slideshow__progress-button{width:22px}}@media(prefers-reduced-motion:reduce){.fyre-slideshow__slide,.fyre-slideshow__arrow,.fyre-slideshow__progress-button span{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/114/assets/fyre-slideshow.css.map */
