/* PatchBant V1.22.1 Product gallery/list polish */
html,body{overflow-x:hidden!important}
/* Product listing cards: product packages should be tall enough and never cropped */
.product-grid .product-card.premium-product,
.compact-products .product-card.premium-product{overflow:hidden!important;border-radius:24px!important}
.product-card.premium-product .product-art,
.product-card.premium-product .enhanced-product-art{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:330px!important;
  height:330px!important;
  padding:22px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#f8fbfc 0%,#eef6f7 100%)!important;
  border-bottom:1px solid rgba(219,231,239,.78)!important;
}
.product-card.premium-product .product-art > span{
  display:grid!important;
  place-items:center!important;
  width:94px!important;
  height:94px!important;
  border-radius:28px!important;
  background:#ecfffb!important;
  color:#07142d!important;
  font-size:38px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.06em!important;
}
.product-card.premium-product .product-card-img{
  position:absolute!important;
  inset:18px!important;
  width:calc(100% - 36px)!important;
  height:calc(100% - 36px)!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:scale(var(--pb-card-img-scale,1.2))!important;
  transform-origin:center center!important;
  transition:opacity .25s ease, transform .28s ease!important;
  filter:drop-shadow(0 18px 22px rgba(7,20,45,.10))!important;
}
.product-card.premium-product .product-card-img.primary-img{opacity:1!important;z-index:1!important}
.product-card.premium-product .product-card-img.secondary-img{opacity:0!important;z-index:2!important}
@media (hover:hover){
  .product-card.premium-product .product-art:hover .primary-img{opacity:0!important;transform:scale(var(--pb-card-img-scale-hover,1.24))!important}
  .product-card.premium-product .product-art:hover .secondary-img{opacity:1!important;transform:scale(var(--pb-card-img-scale-hover,1.24))!important}
}
.product-card.premium-product .image-count-badge{z-index:5!important;right:14px!important;top:14px!important}
.product-card.premium-product .product-art em{
  position:absolute!important;
  left:24px!important;
  right:24px!important;
  bottom:18px!important;
  z-index:6!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  border-radius:999px!important;
  background:rgba(43,53,72,.88)!important;
  color:#fff!important;
  font-style:normal!important;
  font-weight:950!important;
  opacity:0!important;
  transform:translateY(8px)!important;
  transition:.22s ease!important;
  pointer-events:none!important;
}
.product-card.premium-product .product-art:hover em,
.product-card.premium-product .product-art:focus-visible em{opacity:1!important;transform:translateY(0)!important}
/* Product detail gallery: keep thumbnails inside the gallery block and make click target obvious */
.pb-product-gallery{
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  min-width:0!important;
  overflow:visible!important;
}
.pb-gallery-main-wrap{
  min-height:560px!important;
  overflow:hidden!important;
  border-radius:32px!important;
}
.pb-gallery-main-button{
  min-height:560px!important;
  cursor:zoom-in!important;
  padding:30px!important;
}
.pb-gallery-main-image{
  max-width:82%!important;
  max-height:510px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
.pb-gallery-main-button:hover .pb-gallery-main-image{transform:scale(1.025)!important}
.pb-gallery-thumbs{
  display:flex!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
  max-width:100%!important;
  margin:0!important;
  padding:10px 4px 12px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scrollbar-width:thin!important;
  background:rgba(255,255,255,.70)!important;
  border:1px solid rgba(219,231,239,.82)!important;
  border-radius:22px!important;
  box-shadow:0 12px 28px rgba(7,20,45,.05)!important;
}
.pb-gallery-thumb{
  flex:0 0 92px!important;
  width:92px!important;
  height:92px!important;
  border-radius:18px!important;
  padding:8px!important;
  overflow:hidden!important;
}
.pb-gallery-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;display:block!important}
.pb-product-jump{margin-top:16px!important}
.pb-product-lightbox{touch-action:pan-y!important}.pb-product-lightbox img{max-width:92vw!important;max-height:84vh!important;object-fit:contain!important}
/* Improve desktop product card density after taller images */
.product-card.premium-product .product-body{padding-top:28px!important}
@media (max-width:1180px){
  .product-card.premium-product .product-art,.product-card.premium-product .enhanced-product-art{height:310px!important;min-height:310px!important}
}
@media (max-width:720px){
  .product-card.premium-product .product-art,.product-card.premium-product .enhanced-product-art{
    height:360px!important;
    min-height:360px!important;
    padding:18px!important;
  }
  .product-card.premium-product .product-card-img{
    inset:14px!important;
    width:calc(100% - 28px)!important;
    height:calc(100% - 28px)!important;
    transform:scale(var(--pb-card-img-scale-mobile,1.14))!important;
  }
  .product-card.premium-product .product-art em{opacity:1!important;transform:none!important;bottom:16px!important;left:18px!important;right:18px!important;min-height:46px!important}
  .pb-product-hero{gap:24px!important;padding-top:24px!important}
  .pb-gallery-main-wrap,.pb-gallery-main-button{min-height:430px!important;border-radius:26px!important}
  .pb-gallery-main-button{padding:20px!important}
  .pb-gallery-main-image{max-width:92%!important;max-height:390px!important}
  .pb-gallery-thumbs{border-radius:18px!important;padding:8px!important;gap:10px!important}
  .pb-gallery-thumb{flex-basis:78px!important;width:78px!important;height:78px!important;border-radius:16px!important}
  .pb-product-jump{position:relative!important;top:auto!important;margin-top:14px!important}
}
@media (max-width:390px){
  .product-card.premium-product .product-art,.product-card.premium-product .enhanced-product-art{height:330px!important;min-height:330px!important}
  .pb-gallery-main-wrap,.pb-gallery-main-button{min-height:390px!important}
  .pb-gallery-main-image{max-height:350px!important}
}
