.fk-product-gallery{position:relative;display:flex;flex-direction:row;min-height:40rem;overflow:hidden;border-radius:1rem;background-color:var(--lgt-grey, var(--fk-color-paper))}.fk-product-gallery,.fk-product-gallery *,.fk-product-gallery *:before,.fk-product-gallery *:after{box-sizing:border-box}.fk-product-gallery__previews{flex:0 0 6.6667rem;width:6.6667rem;padding:1rem .6667rem;border-right:1px solid var(--fk-color-border);background:transparent;display:flex;flex-direction:column;align-items:center;gap:.6667rem;overflow-x:hidden;overflow-y:auto}.fk-product-gallery__preview{position:relative;flex:0 0 5rem;width:5rem;height:5rem;padding:.2667rem;overflow:hidden;border:2px solid transparent;border-radius:var(--fk-radius-md);background:#fff;box-shadow:var(--fk-shadow-soft);cursor:pointer}.fk-product-gallery__preview.is-active{border-color:var(--fk-color-orange);box-shadow:0 0 .4rem #f2644959}.fk-product-gallery__preview:focus-visible,.fk-product-gallery__dot:focus-visible,.fk-product-gallery__chevron:focus-visible,.fk-product-gallery__open:focus-visible,.fk-product-gallery__modal-close:focus-visible{outline:2px solid var(--fk-color-green);outline-offset:2px}.fk-product-gallery__hero{position:relative;flex:1 1 auto;min-width:0;min-height:40rem;display:flex;flex-direction:column}.fk-product-gallery__slides{flex:1 1 auto;min-height:0}.fk-product-gallery__slide{height:100%}.fk-product-gallery__slide[hidden]{display:none}.fk-product-gallery__hero-media{width:100%;height:100%;min-height:33.3333rem;padding:1rem;display:grid;place-items:center;overflow:hidden}.fk-product-gallery__media-frame{position:relative;width:100%;height:100%;display:grid;place-items:center}.fk-product-gallery__media-frame--thumb{width:100%;height:100%}.fk-product-gallery__image,.fk-product-gallery__placeholder,.fk-product-gallery__placeholder .placeholder-svg{display:block;width:100%;height:100%}.fk-product-gallery__image{object-fit:contain;object-position:center;mix-blend-mode:multiply}.fk-product-gallery__placeholder{display:grid;place-items:center;color:#1226384d}.fk-product-gallery__placeholder .placeholder-svg{max-width:16rem;max-height:16rem}.fk-product-gallery__play{position:absolute;inset:50% auto auto 50%;width:2.9333rem;height:2.9333rem;transform:translate(-50%,-50%);border-radius:var(--fk-radius-pill);background:#f26449f0;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.0667rem;box-shadow:var(--fk-shadow-soft)}.fk-product-gallery__media-frame--thumb .fk-product-gallery__play{width:1.6rem;height:1.6rem;font-size:.6667rem}.fk-product-gallery__open{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;border:0;background:#0000001a;color:#fff;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .15s ease}.fk-product-gallery__open span{display:inline-flex;align-items:center;gap:.6667rem;padding:.6667rem 1.3333rem;border-radius:var(--fk-radius-pill);background:var(--fk-color-orange);color:#fff;font-size:var(--fk-txt-st-size);line-height:var(--fk-txt-st-line);font-weight:500}.fk-product-gallery__hero:hover .fk-product-gallery__open,.fk-product-gallery__open:focus-visible{opacity:1;pointer-events:auto}.fk-product-gallery--empty .fk-product-gallery__open{display:none}@media(hover:none){.fk-product-gallery__open{align-items:flex-end;padding-bottom:4.6667rem;background:transparent;opacity:1;pointer-events:auto}}.fk-product-gallery__actions{position:relative;z-index:3;flex:0 0 4.6667rem;height:4.6667rem;display:flex;align-items:center;justify-content:center;gap:.6667rem;padding:.6667rem 1rem}.fk-product-gallery__chevron{width:2.6667rem;height:2.6667rem;border:0;border-radius:var(--fk-radius-pill);background:var(--fk-color-border);color:var(--fk-color-orange);display:inline-flex;align-items:center;justify-content:center;font-size:1.3333rem;cursor:pointer;transition:background-color .15s ease,color .15s ease}.fk-product-gallery__chevron:hover:not(:disabled){background:var(--fk-color-orange);color:#fff}.fk-product-gallery__chevron:disabled{opacity:.45;cursor:default}.fk-product-gallery--single .fk-product-gallery__chevron,.fk-product-gallery--empty .fk-product-gallery__actions{display:none}.fk-product-gallery__selectors{width:max-content;min-height:2.6667rem;padding:0 1rem;border-radius:var(--fk-radius-pill);background:var(--fk-color-border);display:inline-flex;align-items:center;gap:.6667rem}.fk-product-gallery__dot{width:.6667rem;height:.6667rem;padding:0;border:0;border-radius:var(--fk-radius-pill);background:#122638b3;cursor:pointer}.fk-product-gallery__dot.is-active{background:var(--fk-color-orange)}.fk-product-gallery__templates,.fk-product-gallery__modal[hidden]{display:none}.fk-product-gallery__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;padding:1rem;background:#1226384d;display:grid;place-items:center}.fk-product-gallery__modal-panel{position:relative;width:min(100%,80rem);height:min(calc(100vh - 2rem),60rem);border-radius:1rem;background:#fff;box-shadow:0 0 1.3333rem #0000001a;display:grid;place-items:center;overflow:hidden}.fk-product-gallery__modal-close{position:absolute;top:1rem;right:1rem;z-index:2;width:2.6667rem;height:2.6667rem;border:0;border-radius:var(--fk-radius-pill);background:var(--fk-color-border);color:#122638d1;display:inline-flex;align-items:center;justify-content:center;font-size:1.3333rem;cursor:pointer}.fk-product-gallery__modal-media,.fk-product-gallery__modal-media-inner{width:100%;height:100%;display:grid;place-items:center}.fk-product-gallery__modal-media{padding:2rem}.fk-product-gallery__image--modal{max-width:100%;max-height:100%}.fk-product-gallery__modal-media video,.fk-product-gallery__modal-media iframe{display:block;width:min(100%,73.3333rem);max-height:calc(100vh - 6rem);aspect-ratio:16 / 9;border:0}body.fk-product-gallery-modal-open{overflow:hidden}@media screen and (max-width:989px){.fk-product-gallery{flex-direction:column;min-height:auto}.fk-product-gallery__previews{order:2;flex:0 0 auto;width:100%;padding:.6667rem;border-right:0;border-top:1px solid var(--fk-color-border);flex-direction:row;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.fk-product-gallery__previews::-webkit-scrollbar{display:none}.fk-product-gallery__preview{flex-basis:4.5333rem;width:4.5333rem;height:4.5333rem}.fk-product-gallery__hero{min-height:28rem}.fk-product-gallery__hero-media{min-height:23.3333rem;padding:.8rem}.fk-product-gallery__actions{flex-basis:3.8667rem;height:3.8667rem}.fk-product-gallery__modal-media{padding:1rem}}@media screen and (max-width:575px){.fk-product-gallery__hero{min-height:22.6667rem}.fk-product-gallery__hero-media{min-height:18.6667rem}.fk-product-gallery__open span{padding:.5333rem .9333rem;font-size:var(--fk-txt-sm-size);line-height:var(--fk-txt-sm-line)}.fk-product-gallery__modal{padding:.6667rem}.fk-product-gallery__modal-panel{height:min(calc(100vh - 1.3333rem),50.6667rem)}}
/*# sourceMappingURL=/cdn/shop/t/57/assets/component-fk-product-gallery.css.map */
