/* Reutilizamos los estilos anteriores */
body { font-family: 'Poppins', sans-serif; background-color: #121212; color: #e0e0e0; }
h1, h2, .navbar-brand { font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.navbar-dark { background-color: rgba(0,0,0,0.9) !important; backdrop-filter: blur(5px); }
.navbar-brand span { color: #fbcc11; }
.hero-section {background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url('assets/images/BANNER-DESKTOP-LOS MISTERS.jpg?v=2776393835');background-size: cover; display: flex; align-items: center; justify-content: center; text-align: center;}
/* Filtros */
.filter-btn {background-color: #333;color: #ccc;border: none;margin: 5px;text-transform: capitalize;}
.filter-btn.active, .filter-btn:hover {/*background-color: #ff5722;color: white;*/background-color: #fbcc11;color: #000000;}
.product-card {background-color: #1a1a1a; border: 1px solid #333; border-radius: 15px; transition: all 0.3s ease; overflow: hidden;}
.product-card:hover { /*transform: translateY(-5px);*/ border-color: #fbcc11; box-shadow: 0 10px 20px rgba(255, 87, 34, 0.2); }
.product-card img { height: 250px; object-fit: cover; }
.product-card .la-modal img { height: 250px;object-fit: contain; }            
.price-badge {background-color: #fbcc11; color: #000000; font-weight: bold; padding: 5px 15px; border-radius: 20px;position: absolute; top: 10px; right: 10px;}
.btn-add { border: 2px solid #fbcc11; color: #fbcc11; font-weight: 600; }
.btn-add:hover { background-color: #fbcc11; color: #000000; }
#cartSidebar {position: fixed; top: 0; right: -400px; width: 350px; height: 100vh;background-color: #1a1a1a; border-left: 2px solid #fbcc11; z-index: 1050;transition: 0.4s; padding: 2rem;}
#cartSidebar.active { right: 0; }
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 1040; display: none; }
.la-modal{position: fixed;top: 0;bottom: 0;left: 0;right: 0;justify-content: center;display: flex;z-index: 9999;align-items: center;background: #333333f7;padding: 20px;}
@media(max-width: 799px){.altu{overflow: scroll;max-height: 90vh;}}