/* ApoloCloud v2.2.2 - limpieza comercial y optimización visual */
.catalog-toolbar,
#catalogCounter,
.section-head .text-muted,
.header-shop-link:empty {
  display: none !important;
}
.section-head {
  margin-bottom: 18px !important;
}
.add_to_cart_button {
  background: #ffffff !important;
  color: #111827 !important;
  border: 1px solid rgba(255,255,255,.92) !important;
  min-height: 44px !important;
  font-weight: 900 !important;
  letter-spacing: .01em !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.22) !important;
}
.add_to_cart_button:hover,
.add_to_cart_button:focus {
  background: #dbeafe !important;
  color: #1e40af !important;
  border-color: #bfdbfe !important;
  transform: translateY(-1px) !important;
}
.add_to_cart_button i {
  font-size: 1.35rem !important;
  color: #2563eb !important;
  margin-right: 7px !important;
  line-height: 1 !important;
}
.add_to_cart_button.added {
  background: #dcfce7 !important;
  color: #14532d !important;
  border-color: #86efac !important;
}
.product-card,
.product-img img {
  will-change: transform;
}
@media (max-width: 991.98px) {
  .section-head { margin-top: 22px !important; }
  .add_to_cart_button { min-height: 42px !important; }
}
