/* TEVCO 12.7.5 stable gallery — independent of WooCommerce FlexSlider. */
body.single-product .tevco-pdp__gallery .tevco-stable-gallery{
  position:relative!important;display:block!important;width:100%!important;max-width:100%!important;
  margin:0!important;padding:0!important;direction:rtl!important;
}
body.single-product .tevco-stable-gallery__stage{
  display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;
  min-height:520px!important;padding:22px!important;overflow:hidden!important;border:1px solid #eef1f5!important;
  border-radius:14px!important;background:#fff!important;
}
body.single-product .tevco-stable-gallery__open{
  display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;
  min-height:474px!important;padding:0!important;border:0!important;background:transparent!important;
  text-decoration:none!important;cursor:zoom-in!important;position:relative!important;
}
body.single-product .tevco-stable-gallery__main{
  display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:474px!important;
  margin:auto!important;padding:0!important;object-fit:contain!important;object-position:center!important;
  opacity:1!important;visibility:visible!important;transform:none!important;transition:opacity .14s ease!important;
}
body.single-product .tevco-stable-gallery__main.is-changing{opacity:.35!important}
body.single-product .tevco-stable-gallery__zoom{
  position:absolute;left:14px;bottom:14px;width:42px;height:42px;display:grid;place-items:center;
  border:1px solid #e0e6ee;border-radius:50%;background:rgba(255,255,255,.94);color:#0b2748;
  box-shadow:0 8px 24px rgba(15,23,42,.12);font-size:24px;line-height:1;
}
body.single-product .tevco-stable-gallery__thumbs{
  display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:9px!important;
  width:100%!important;margin:12px 0 0!important;padding:0!important;direction:rtl!important;
}
body.single-product .tevco-stable-gallery__thumb{
  display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:82px!important;
  min-width:0!important;margin:0!important;padding:5px!important;border:1px solid #e2e7ee!important;border-radius:10px!important;
  background:#fff!important;cursor:pointer!important;overflow:hidden!important;appearance:none!important;
}
body.single-product .tevco-stable-gallery__thumb img{
  display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;opacity:.72!important;
  transition:opacity .15s ease!important;
}
body.single-product .tevco-stable-gallery__thumb:hover,
body.single-product .tevco-stable-gallery__thumb:focus-visible,
body.single-product .tevco-stable-gallery__thumb.is-active{
  border-color:#0b1f3a!important;outline:none!important;box-shadow:0 0 0 2px rgba(11,31,58,.12)!important;
}
body.single-product .tevco-stable-gallery__thumb:hover img,
body.single-product .tevco-stable-gallery__thumb.is-active img{opacity:1!important}
.tevco-gallery-is-open{overflow:hidden}
body.single-product .tevco-gallery-lightbox{
  position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:24px;
  background:rgba(5,12,24,.86);backdrop-filter:blur(5px);
}
body.single-product .tevco-gallery-lightbox[hidden]{display:none!important}
body.single-product .tevco-gallery-lightbox__canvas{
  width:min(1100px,calc(100vw - 48px));height:min(820px,calc(100vh - 48px));display:grid;place-items:center;
}
body.single-product .tevco-gallery-lightbox__canvas img{
  display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;
}
body.single-product .tevco-gallery-lightbox__close{
  position:fixed;top:max(16px,env(safe-area-inset-top));left:max(16px,env(safe-area-inset-left));
  z-index:2;width:48px;height:48px;border:1px solid rgba(255,255,255,.45);border-radius:50%;
  background:#fff;color:#111827;font-size:30px;line-height:1;cursor:pointer;
}
body.single-product .tevco-gallery-lightbox__close:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media(max-width:767px){
  body.single-product .tevco-stable-gallery__stage{min-height:340px!important;padding:14px!important}
  body.single-product .tevco-stable-gallery__open{min-height:310px!important}
  body.single-product .tevco-stable-gallery__main{max-height:310px!important}
  body.single-product .tevco-stable-gallery__thumbs{display:flex!important;gap:8px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;padding-bottom:4px!important}
  body.single-product .tevco-stable-gallery__thumb{flex:0 0 72px!important;width:72px!important;height:72px!important;scroll-snap-align:start!important}
  body.single-product .tevco-gallery-lightbox{padding:12px}
  body.single-product .tevco-gallery-lightbox__canvas{width:calc(100vw - 24px);height:calc(100vh - 24px)}
}
