/* ================================================================
   LEFT COLUMN — GALLERY (520px sticky)
   ================================================================ */
body.single-product .pp-pdp-gallery,
.pp-pdp .pp-pdp-gallery{
  flex:0 0 500px!important;
  max-width:500px!important;
  width:500px!important;
  float:none!important;
  margin:0!important;
  position:sticky!important;
  top:80px!important;
  align-self:flex-start!important;
  z-index:2!important;
  box-sizing:border-box!important;
}

/* WC Gallery container — force visible, column layout */
.pp-pdp-gallery .woocommerce-product-gallery,
body.single-product .pp-pdp-gallery > .woocommerce-product-gallery{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
  border-radius:16px!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  background:#f9f9f9!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  /* CRITICAL: override WC inline opacity:0 */
  opacity:1!important;
  visibility:visible!important;
}

/* Main image area */
.pp-pdp-gallery .woocommerce-product-gallery__wrapper{
  width:100%!important;
  max-width:100%!important;
  display:block!important;
  box-sizing:border-box!important;
}
.pp-pdp-gallery .woocommerce-product-gallery__image:first-child{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:14px!important;
  background:#fff!important;
  box-sizing:border-box!important;
  border-bottom:1px solid var(--line)!important;
  display:block!important;
}
.pp-pdp-gallery .woocommerce-product-gallery__image:first-child img{
  width:100%!important;
  height:auto!important;
  max-height:500px!important;
  object-fit:contain!important;
  display:block!important;
  border-radius:10px!important;
}

/* Thumbnail strip — horizontal row */
.pp-pdp-gallery .woocommerce-product-gallery__thumbs,
body.single-product .pp-pdp-gallery .woocommerce-product-gallery__thumbs{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  padding:10px 12px 12px!important;
  margin:0!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
  background:#f9f9f9!important;
  width:100%!important;
  box-sizing:border-box!important;
}
.pp-pdp-gallery .woocommerce-product-gallery__thumbs::-webkit-scrollbar{display:none!important;height:0!important}
.pp-pdp-gallery .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image{
  width:68px!important;
  height:68px!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
  border-radius:8px!important;
  border:2px solid transparent!important;
  overflow:hidden!important;
  cursor:pointer!important;
  opacity:.55!important;
  transition:opacity .15s,border-color .15s!important;
  background:#fff!important;
  box-sizing:border-box!important;
  display:block!important;
}
.pp-pdp-gallery .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image:hover,
.pp-pdp-gallery .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image.active{
  opacity:1!important;
  border-color:var(--clay)!important;
}
.pp-pdp-gallery .woocommerce-product-gallery__thumbs .woocommerce-product-gallery__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:6px!important;
}

/* Disable zoom */
.pp-pdp-gallery .zoomImg,
.pp-pdp-gallery .zoomLens{display:none!important}
.pp-pdp-gallery .woocommerce-product-gallery__image img{cursor:default!important}

