.fab-gallery__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border:none;border-radius:50%;background:#fffffff2;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 4px 14px #0000002e}.fab-gallery__play-button .fab-gallery__icon-play{width:22px;height:22px;margin-left:3px}.fab-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#ffffffeb;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 8px #00000024;transition:background-color .15s ease,opacity .15s ease,transform .15s ease;padding:0}.fab-gallery__arrow:hover:not(:disabled){background:#fff}.fab-gallery__arrow:disabled{opacity:.35;cursor:not-allowed}.fab-gallery__arrow--prev{left:.75rem}.fab-gallery__arrow--next{right:.75rem}.fab-gallery__arrow svg{width:18px;height:18px;display:block}.fab-gallery__zoom{position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;border:none;border-radius:50%;background:#ffffffeb;color:#111;cursor:zoom-in;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 8px #00000024;padding:0;transition:background-color .15s ease}.fab-gallery__zoom:hover{background:#fff}.fab-gallery__zoom svg{width:18px;height:18px;display:block}.fab-gallery__dots{display:none}.fab-gallery__dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;background:#ffffff8c;cursor:pointer;transition:background-color .22s ease,transform .22s ease;-webkit-appearance:none;appearance:none;box-shadow:0 0 0 1px #00000014,0 1px 2px #0000002e}.fab-gallery__dot--active{background:#fff;transform:scale(1.15)}.fab-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.25rem 0;scroll-snap-type:x proximity}.fab-gallery__thumbs::-webkit-scrollbar{display:none}.fab-gallery__thumb{flex:0 0 auto;width:64px;height:64px;border:2px solid transparent;border-radius:4px;background:#f5f5f5;padding:0;cursor:pointer;position:relative;overflow:hidden;transition:border-color .15s ease,opacity .15s ease;scroll-snap-align:start;opacity:.85}.fab-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.fab-gallery__thumb:hover{opacity:1}.fab-gallery__thumb--active{border-color:#111;opacity:1}.fab-gallery__thumb-badge{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;color:#fff;pointer-events:none}.fab-gallery__thumb-badge .fab-gallery__icon-play{width:18px;height:18px}@media(min-width:750px){.fab-gallery__thumbs{order:-1;flex-direction:column;flex:0 0 80px;width:80px;max-height:calc(560px + 3rem);overflow-y:auto;overflow-x:hidden;scroll-snap-type:y proximity;padding:0}.fab-gallery__thumb{width:80px;height:80px}.fab-gallery__arrow{opacity:0}fab-gallery:hover .fab-gallery__arrow,fab-gallery:focus-within .fab-gallery__arrow{opacity:1}fab-gallery:hover .fab-gallery__arrow:disabled,fab-gallery:focus-within .fab-gallery__arrow:disabled{opacity:.35}}@media(max-width:749px){.fab-gallery__arrow,.fab-gallery__zoom,.fab-gallery__thumbs{display:none!important}.fab-gallery__dots{display:flex;gap:6px;justify-content:center;align-items:center;position:absolute;left:0;right:0;bottom:12px;z-index:2;pointer-events:none}.fab-gallery__dot{pointer-events:auto}}@media(prefers-reduced-motion:reduce){.fab-gallery-lightbox__track,.fab-gallery-lightbox__image{transition:none!important}}body.fab-gallery-lightbox-open{overflow:hidden}.fab-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#141414f5;z-index:9999;display:none;flex-direction:column;color:#fff}.fab-gallery-lightbox--open{display:flex}.fab-gallery-lightbox__header{position:absolute;top:0;left:0;right:0;padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;z-index:3;pointer-events:none}.fab-gallery-lightbox__counter{font-size:.85rem;color:#ffffffd9;font-feature-settings:"tnum"}.fab-gallery-lightbox__actions{display:flex;gap:.5rem;pointer-events:auto}.fab-gallery-lightbox__action{width:36px;height:36px;border:none;background:#ffffff1a;color:#fff;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .15s ease}.fab-gallery-lightbox__action:hover{background:#ffffff2e}.fab-gallery-lightbox__action svg{width:18px;height:18px}.fab-gallery-lightbox__viewport{flex:1 1 auto;position:relative;overflow:hidden;display:flex;align-items:stretch;touch-action:none;-webkit-user-select:none;user-select:none}.fab-gallery-lightbox__track,.fab-gallery-lightbox__slide{pointer-events:none}.fab-gallery-lightbox__slide .fab-gallery-lightbox__image,.fab-gallery-lightbox__slide>video,.fab-gallery-lightbox__slide iframe,.fab-gallery-lightbox__slide [data-fab-gallery-external-video]{pointer-events:auto}.fab-gallery-lightbox__track{display:flex;height:100%;width:100%;transition:transform .48s cubic-bezier(.32,.72,0,1)}.fab-gallery-lightbox__slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;padding:3.5rem 2rem;box-sizing:border-box;position:relative}.fab-gallery-lightbox__slide>video{max-width:100%;max-height:100%;width:auto;height:auto}.fab-gallery-lightbox__slide [data-fab-gallery-external-video]{width:100%;max-width:1280px;aspect-ratio:16 / 9;height:auto;position:relative}.fab-gallery-lightbox__slide [data-fab-gallery-external-video] img{width:100%;height:100%;object-fit:contain}.fab-gallery-lightbox__image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;cursor:zoom-in;transform:translate(0) scale(1);transform-origin:center;transition:transform .24s cubic-bezier(.32,.72,0,1);touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.fab-gallery-lightbox__image[data-zoomed=true]{cursor:zoom-out}.fab-gallery-lightbox--zoomed .fab-gallery-lightbox__arrow{opacity:0;pointer-events:none}.fab-gallery-lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;background:#0000;color:#ffffffd9;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;padding:0;transition:color .15s ease}.fab-gallery-lightbox__arrow:hover:not(:disabled){color:#fff}.fab-gallery-lightbox__arrow:disabled{opacity:.3;cursor:not-allowed}.fab-gallery-lightbox__arrow svg{width:26px;height:26px}.fab-gallery-lightbox__arrow--prev{left:.75rem}.fab-gallery-lightbox__arrow--next{right:.75rem}@media(max-width:749px){.fab-gallery-lightbox__slide{padding:3rem .5rem}.fab-gallery-lightbox__arrow{display:none}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/fab-product-gallery.css.map */
