/* NosaCell 5.3.7 — WooCommerce product gallery / zoom reliability */
body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image {
  position: relative;
  overflow: hidden;
}
body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image > a {
  position: relative;
  overflow: hidden;
}
body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
  position: relative;
  z-index: 1;
}
/* WooCommerce/jQuery Zoom writes the actual pixel width/height inline. Do not constrain it. */
body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image .zoomImg {
  z-index: 3;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: initial !important;
  filter: none !important;
  pointer-events: none;
}
.nosa-p41-gallery__counter { display: none; }

@media (hover:hover) and (pointer:fine) and (min-width:783px) {
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image > a {
    cursor: zoom-in;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image:hover > a {
    cursor: crosshair;
  }
}

/* Mobile/touch gallery: stable 1:1 canvas, horizontal thumbnails and no hover-zoom layer. */
@media (max-width:782px), (hover:none), (pointer:coarse) {
  body.nosa-product-premium-page .nosa-p41-gallery {
    overflow: hidden;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas {
    min-height: 0 !important;
    display: block !important;
    padding: 10px 10px 12px !important;
    overflow: hidden;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery {
    width: 100% !important;
    min-width: 0 !important;
    overflow: visible;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-viewport {
    width: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 16px;
    background: #fff;
    touch-action: pan-y pinch-zoom;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image {
    min-height: 0 !important;
    overflow: hidden;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image > a {
    width: 100%;
    min-height: 0 !important;
    aspect-ratio: 1 / 1;
    display: grid !important;
    place-items: center;
    padding: 8px !important;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 12px;
    filter: drop-shadow(0 14px 20px rgba(22,22,18,.08));
    user-select: none;
    -webkit-user-drag: none;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image .zoomImg {
    display: none !important;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs {
    width: 100%;
    display: flex !important;
    justify-content: flex-start;
    gap: 8px !important;
    margin: 10px 0 0 !important;
    padding: 4px 2px 7px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs::-webkit-scrollbar {
    display: none;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs li {
    width: 62px !important;
    flex: 0 0 62px !important;
    margin: 0 !important;
    padding: 0 !important;
    scroll-snap-align: start;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs img {
    width: 62px !important;
    height: 62px !important;
    display: block;
    padding: 5px !important;
    border: 1px solid #e2ded3 !important;
    border-radius: 13px !important;
    background: #fff !important;
    object-fit: contain !important;
    opacity: .68 !important;
    box-shadow: none !important;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs img.flex-active {
    border-color: #cfaa08 !important;
    opacity: 1 !important;
    box-shadow: 0 0 0 3px rgba(255,210,31,.18) !important;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__trigger {
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    width: 40px !important;
    height: 40px !important;
    z-index: 8 !important;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__counter {
    position: absolute;
    z-index: 7;
    right: 20px;
    bottom: 88px;
    min-width: 48px;
    height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border: 1px solid rgba(20,20,17,.09);
    border-radius: 999px;
    color: #5f5c52;
    background: rgba(255,255,255,.9);
    box-shadow: 0 7px 20px rgba(20,20,17,.07);
    backdrop-filter: blur(8px);
    font-size: 9px;
    font-weight: 850;
    direction: ltr;
    pointer-events: none;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__counter[hidden] {
    display: none !important;
  }
}
@media (max-width:420px) {
  body.nosa-product-premium-page .nosa-p41-gallery__canvas {
    padding-inline: 8px !important;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs li {
    width: 56px !important;
    flex-basis: 56px !important;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs img {
    width: 56px !important;
    height: 56px !important;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__counter {
    right: 16px;
    bottom: 82px;
  }
}
@media (prefers-reduced-motion:reduce) {
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs {
    scroll-behavior: auto;
  }
}

/* v5.5.3 — mobile scroll stability: dynamic gallery UI must never become the document scroll anchor. */
@media (max-width:782px), (hover:none), (pointer:coarse) {
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .flex-control-thumbs,
  body.nosa-product-premium-page .nosa-p41-gallery__counter,
  body.nosa-product-premium-page .nosa-product-sticky {
    overflow-anchor: none;
  }
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image > a {
    min-height: min(92vw, 520px) !important;
  }
}
@media (max-width:520px) {
  body.nosa-product-premium-page .nosa-p41-gallery__canvas .woocommerce-product-gallery__image > a {
    min-height: calc(100vw - 36px) !important;
  }
}
