/* Category page visual stabilization */
#product-category.zoomag-category-page{
  max-width:1320px;
  margin-inline:auto;
  padding-inline:12px;
}

#product-category .zoomag-animated-background{
  background:transparent !important;
  z-index:0 !important;
  opacity:.7;
}

#product-category .zm-info-unique-breadcrumb-wrapper{margin-bottom:16px !important;}
#product-category ul.zm-info-unique-breadcrumb{
  padding:10px 12px !important;
  border-radius:12px !important;
  box-shadow:0 4px 14px rgba(17,24,39,.04) !important;
  background:rgba(255,255,255,.95) !important;
  border:1px solid #e7edf4 !important;
}
#product-category .zm-info-unique-breadcrumb-link{
  color:#1f2937 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  max-width:none !important;
  padding:0 !important;
  transform:none !important;
}
#product-category .zm-info-unique-home-icon{color:var(--zoomag-primary,#0ea5a4) !important; filter:none !important;}
#product-category .zm-info-unique-breadcrumb-separator,
#product-category .zm-info-unique-breadcrumb-separator i{
  color:#98a2b3 !important;
  animation:none !important;
  margin:0 2px !important;
}

/* Tame oversized/red blocks and keep unified spacing */
#product-category .zoomag-category-header{
  border-radius:16px !important;
  padding:20px 20px !important;
  margin-bottom:18px !important;
  box-shadow:0 10px 24px rgba(17,24,39,.08) !important;
}

#product-category .zoomag-controls-panel{
  border-radius:14px !important;
  box-shadow:0 8px 18px rgba(17,24,39,.06) !important;
}

@media (max-width: 991.98px){
  #product-category.zoomag-category-page{padding-inline:10px;}
  #product-category .row.g-4{--bs-gutter-x:1rem;}
}

@media (max-width: 768px){
  /* Scope mobile fluid/container rules only to this page */
  #product-category.zoomag-category-page{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  #product-category .zoomag-category-header{
    padding:16px 14px !important;
    border-radius:14px !important;
  }
  #product-category .zoomag-subcategories-grid{
    gap:10px !important;
  }
}


/* === Category image protection + wider visual frame === */
#product-category .zoomag-products-grid{
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 20px !important;
}

#product-category .zoomag-product-item{
  min-height: 448px !important;
}

#product-category .product-thumb .image{
  height: 238px !important;
  padding: 6px !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #f7faf9 0%, #eef6f3 100%) !important;
  border: 1px solid rgba(32, 114, 100, 0.10) !important;
}

#product-category .product-thumb .image a{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#product-category .product-thumb .image img{
  width: 94% !important;
  height: 94% !important;
  max-width: 94% !important;
  max-height: 94% !important;
  object-fit: contain !important;
  object-position: center !important;
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
}

#product-category .product-thumb:hover .image img{
  transform: scale(1.04) !important;
}

#product-category .zoomag-subcategory-image,
#product-category .zoomag-category-icon{
  position: relative !important;
  overflow: hidden !important;
}

#product-category .zoomag-subcategory-img,
#product-category .zoomag-category-thumb{
  pointer-events: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
}

#product-category .zm-image-protected::after,
#product-category .product-thumb .image::after,
#product-category .zoomag-subcategory-image::after,
#product-category .zoomag-category-icon::after{
  content: '© ZooMag';
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  color: rgba(36, 44, 55, .78);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: 0 8px 18px rgba(16, 24, 40, .10);
  backdrop-filter: blur(8px);
  pointer-events: none;
}

@media (max-width: 991.98px){
  #product-category .zoomag-products-grid{
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  }

  #product-category .product-thumb .image{
    height: 214px !important;
  }
}

@media (max-width: 767.98px){
  #product-category .zoomag-products-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  #product-category .product-thumb .image{
    height: 184px !important;
    padding: 4px !important;
  }

  #product-category .product-thumb .image::after,
  #product-category .zoomag-subcategory-image::after,
  #product-category .zoomag-category-icon::after{
    right: 8px;
    bottom: 8px;
    font-size: 10px;
    padding: 3px 7px;
  }
}
