
/* =========================
   Custom CSS – Heat Fence
   ========================= */

/* 🔒 Hide Product Prices (MRP, Selling Price & PDP Prices) */

/* Listing cards */
.sh-product-card-price,
.sh-product-card-mrp,
.sh-product-card-selling-price {
  display: none !important;
  visibility: hidden !important;
}

/* Product Detail Page (PDP) */
.product-pricing-root .product-pricing-primary,
.product-pricing-root .product-pricing-secondary,
.product-pricing-root .product-pricing-meas-unit,
.product-pricing-root .product-pricing-price span,
.product-pricing-root [class*="discount" i],
.product-pricing-root [class*="offer" i],
.product-pricing-root [class*="off" i] {
  display: none !important;
  visibility: hidden !important;
}

/* Clean up leftover price containers on PDP */
.product-pricing-root .product-pricing-price,
.product-pricing-root .price-container,
.product-pricing-root .price-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
}

/* Related/recommended product cards */
.related-products .sh-product-card-price,
.related-products .sh-product-card-mrp,
.related-products .product-card-price,
.related-products .product-card-mrp {
  display: none !important;
  visibility: hidden !important;
}

/* =========================
   Footer Styling – Black
   ========================= */
footer,
.site-footer,
.sh-footer {
  background-color: #000 !important; /* Black background */
  color: #fff !important;            /* White text */
}

/* Footer Links – White by default, Light Gray on hover */
footer a,
.site-footer a,
.sh-footer a {
  color: #fff !important;
}

footer a:hover,
.site-footer a:hover,
.sh-footer a:hover {
  color: #bbb !important;
}
