/*
Custom Css
*/

/* ===================================================
   OCULTAR PRECIOS Y FUNCIONALIDAD DE CARRITO
   Sitio convertido a catálogo de productos sin compra
   =================================================== */

/* Ocultar todos los precios */
.price-section { display: none !important; }
.price-filter { display: none !important; }
.product-card .h5.text-success { display: none !important; }
.product-card .text-decoration-line-through { display: none !important; }
.card .text-muted.text-right { display: none !important; }
.related-product-card .text-success.fw-bold { display: none !important; }

/* Ocultar badges de precio/descuento */
.badge.bg-danger { display: none !important; }

/* Ocultar funcionalidad de carrito y compra */
.purchase-form { display: none !important; }
.btn-add-cart { display: none !important; }
.add-to-cart { display: none !important; }
.btn-success.add-to-cart { display: none !important; }

/* Ocultar icono de carrito en navegación */
.nav-icon[href="cart.php"] { display: none !important; }
#cart-count { display: none !important; }

/* Ocultar selector de ordenamiento por precio */
#sort-products { display: none !important; }
