
/* Safe product page restore fix */
/* Product sections must stay visible */
.products-section,
.product-section,
.product-grid,
.products-grid,
.product-card,
.product-list,
.variant-grid,
.collection-grid,
.shop-section,
main section{
  visibility:visible!important;
}

/* Remove only secure/payment/trust items inside footer */
footer .secure-payment,
footer .payment-secure,
footer .footer-payment,
footer .payment-badges,
footer .secure-checkout,
footer .trust-payment,
footer [class*="secure-payment"],
footer [class*="payment-badge"],
footer [class*="secure-checkout"],
footer [class*="payment-secure"]{
  display:none!important;
}

/* If old footer contains only secure payment badges/text, hide those inner elements only */
footer img[alt*="payment" i],
footer img[alt*="secure" i],
footer img[src*="payment" i],
footer img[src*="secure" i]{
  display:none!important;
}
