.ow-gallery{display:grid;grid-template-columns:84px minmax(0,1fr);gap:16px;width:100%;min-width:0}.ow-gallery__thumbs{display:flex;flex-direction:column;gap:11px;max-height:600px;overflow-y:auto;scrollbar-width:thin}.ow-gallery__thumb{position:relative;display:flex;flex:0 0 auto;width:84px;height:78px;align-items:center;justify-content:center;overflow:hidden;padding:6px;border:1px solid #d8e2ea;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ow-gallery__thumb:hover{border-color:#8fc59b;box-shadow:0 5px 13px #0f172a14;transform:translateY(-1px)}.ow-gallery__thumb.is-active{border:2px solid #138a2e;box-shadow:0 0 0 2px #138a2e14}.ow-gallery__thumb img{display:block;width:100%;height:100%;object-fit:contain}.ow-gallery__badge{position:absolute;right:5px;bottom:5px;display:inline-flex;min-width:23px;height:23px;align-items:center;justify-content:center;padding:0 6px;border-radius:999px;background:#0b1726e0;color:#fff;font-size:9px;font-weight:900}.ow-gallery__stage{position:relative;display:flex;min-height:520px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #dfe7ed;border-radius:14px;background:#fff;box-shadow:0 5px 18px #0f172a0a}.ow-gallery__item{display:flex;width:100%;height:100%;align-items:center;justify-content:center;opacity:1;transition:opacity .18s ease}.ow-gallery__item[hidden]{display:none}.ow-gallery__zoom{display:flex;width:100%;height:100%;padding:12px;border:0;background:transparent;cursor:zoom-in;align-items:center;justify-content:center;box-sizing:border-box}.ow-gallery__image{display:block;width:auto;max-width:100%;max-height:540px;object-fit:contain;margin:0 auto;transform:none;transition:none}.ow-gallery__zoom:hover .ow-gallery__image{transform:none!important}@media screen and (max-width:700px){.ow-gallery__image{transform:translate(0)!important}.ow-gallery__zoom:hover .ow-gallery__image{transform:scale(1.02)!important}}.ow-gallery__counter{position:absolute;top:14px;right:14px;z-index:8;display:inline-flex;align-items:center;gap:4px;padding:7px 11px;border-radius:999px;background:#0b1726c7;color:#fff;font-size:12px;font-weight:800;line-height:1;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ow-gallery__nav{position:absolute;top:50%;z-index:9;display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;background:#0b17268c;color:#fff;font-size:26px;line-height:1;cursor:pointer;opacity:0;transform:translateY(-50%);transition:opacity .2s ease,background-color .2s ease,transform .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ow-gallery__stage:hover .ow-gallery__nav,.ow-gallery__nav:focus-visible{opacity:1}.ow-gallery__nav:hover{background:#138a2e;transform:translateY(-50%) scale(1.04)}.ow-gallery__nav--prev{left:8px}.ow-gallery__nav--next{right:8px}.ow-gallery__zoom-label{position:absolute;right:14px;bottom:14px;z-index:7;display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:#fffffff0;color:#0b1726;font-size:11px;font-weight:800;pointer-events:none;box-shadow:0 3px 12px #0f172a1a}.ow-gallery__video-preview{position:relative;display:flex;width:min(100%,760px);aspect-ratio:16 / 9;margin:0 auto;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:#000}.ow-gallery__video-preview picture{display:block;width:100%;height:100%}.ow-gallery__video-poster{display:block;width:100%;height:100%;object-fit:cover}.ow-gallery__video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.ow-gallery__video-play-icon{display:flex;width:68px;height:48px;align-items:center;justify-content:center;padding-left:4px;border-radius:13px;background:red;color:#fff;font-size:23px;line-height:1;box-shadow:0 6px 20px #0000003d;transition:transform .2s ease}.ow-gallery__video-play:hover .ow-gallery__video-play-icon{transform:scale(1.08)}.ow-gallery__video-preview.is-playing iframe{display:block;width:100%;height:100%;border:0}.ow-gallery__native-video,.ow-gallery__external-video,.ow-gallery__model{display:flex;width:100%;align-items:center;justify-content:center}.ow-gallery__native-video video,.ow-gallery__external-video iframe{display:block;width:min(100%,760px);height:auto;aspect-ratio:16 / 9;border:0;border-radius:10px;background:#000;object-fit:contain}.ow-gallery__model model-viewer{display:block;width:100%;min-height:520px}.ow-gallery-modal{width:min(1200px,calc(100vw - 32px));max-width:none;max-height:calc(100vh - 32px);padding:0;border:0;border-radius:12px;background:#fff}.ow-gallery-modal::backdrop{background:#000000c7}.ow-gallery-modal__close{position:absolute;top:12px;right:12px;z-index:2;display:flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#0b1726;color:#fff;font-size:28px;cursor:pointer}.ow-gallery-modal__content{display:flex;min-height:70vh;align-items:center;justify-content:center;padding:40px}.ow-gallery-modal__content img{display:block;width:100%;max-height:80vh;object-fit:contain}@media screen and (max-width:990px){.ow-gallery__stage{min-height:500px}}@media screen and (max-width:749px){.ow-gallery{display:flex;flex-direction:column-reverse}.ow-gallery__thumbs{overflow-x:auto;overflow-y:hidden;flex-direction:row;max-height:none;padding-bottom:5px}.ow-gallery__thumb{flex:0 0 72px;width:72px;height:68px}.ow-gallery__stage{min-height:340px}.ow-gallery__zoom{padding:14px}.ow-gallery__nav{width:40px;height:40px;font-size:26px;opacity:1}.ow-gallery__nav--prev{left:8px}.ow-gallery__nav--next{right:8px}.ow-gallery__zoom-label{display:none}.ow-gallery__video-preview,.ow-gallery__native-video video,.ow-gallery__external-video iframe{width:100%;border-radius:8px}.ow-gallery__video-play-text{display:none}.ow-gallery__video-play-icon{width:56px;height:40px;font-size:19px}.ow-gallery__model model-viewer{min-height:340px}.ow-gallery-modal__content{min-height:60vh;padding:24px 14px}}@media screen and (max-width:700px){.ow-gallery__stage{min-height:360px}.ow-gallery__image{max-height:340px}}@media screen and (max-width:749px){.ow-gallery__thumbs{display:none!important}.ow-gallery{display:block!important;width:100%}.ow-gallery__stage{width:100%;overflow:hidden;touch-action:pan-x pan-y;position:relative}.ow-gallery__zoom{width:100%;display:flex;align-items:center;justify-content:center}.ow-gallery__image{width:100%;height:auto;max-height:360px;object-fit:contain}.ow-gallery__nav{width:38px;height:38px}.ow-gallery__counter{top:12px;right:12px}.ow-gallery__zoom-label{display:none!important}}.ow-gallery-mobile{display:none}@media screen and (max-width:749px){.ow-gallery{display:none!important}.ow-gallery-mobile{display:block!important;position:relative;width:100%!important;overflow:hidden!important}.ow-gallery-mobile__track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;gap:12px!important;padding:0 18px 8px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x}.ow-gallery-mobile__track::-webkit-scrollbar{display:none}.ow-gallery-mobile__slide{flex:0 0 92%!important;width:92%!important;min-width:92%!important;height:225px!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;scroll-snap-align:center;scroll-snap-stop:always}.ow-gallery-mobile__image{display:block!important;width:100%!important;height:190px!important;object-fit:contain!important;object-position:center top!important}.ow-gallery-mobile__counter{position:absolute;top:10px;right:24px;z-index:5;padding:5px 10px;border-radius:999px;background:#0f172ac7;color:#fff;font-size:12px;font-weight:800}.ow-gallery-mobile__counter .ow-gallery-mobile__zoom{display:flex;width:100%;height:100%;padding:0;border:0;background:transparent;align-items:center;justify-content:center;cursor:zoom-in}}@media screen and (max-width:749px){.ow-gallery-mobile__video{display:block!important;width:100%!important;max-width:100%!important;height:270px!important;object-fit:contain!important;border:0}.ow-gallery-mobile__slide--video iframe{display:block!important;width:100%!important;height:270px!important;border:0}}@media screen and (min-width:750px)and (max-width:1100px){.ow-gallery__image{width:78%!important;max-width:640px!important;height:auto!important;max-height:420px!important;object-fit:contain!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/ow-gallery.css.map */
