html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    
    background-image: url("photo/Imagen Barber shop.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

body {
    padding-top: 120px;
}

header {
    background: rgba(0,0,0,0.70) !important; 
    backdrop-filter: blur(4px);
    padding: 25px 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    margin: 0 !important;
    border: none !important;
}

header::before {
    content: "";
    width: 100%;
    height: 5px; 
    background: linear-gradient(90deg, #ffffff, #ffd700, #ffffff);
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(0.6px);
}

.navbar,
.navbar *,
.container,
.container-fluid,
.navbar .container,
.navbar .container-fluid {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar {
    background: rgb(19, 18, 18) !important;
    backdrop-filter: blur(4px);
}

nav,
.menu li a,
.navbar-nav .nav-link {
    color: #050505e7 !important;
    background: transparent !important;
}

nav {
    display: flex;
    align-items: center;
    gap: 45px;
}

nav img {
    width: 65px;
}

.navbar-brand,
.logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #ffd700 !important;
    margin-right: 30px;
    text-shadow: 0 0 12px rgba(255,215,0,0.8);
}

.menu li,
.navbar-nav .nav-item {
    margin: 0 18px;
}
.text-center{
    font-size: 30px; 
}

.menu li a,
.navbar-nav .nav-link {
    color: #dbd3d3 !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 12px 18px;
    letter-spacing: 1.5px;
    transition: 0.3s ease;
}

.menu li a:hover,
.navbar-nav .nav-link:hover {
    color: #ffd700 !important;
    text-shadow: 0 0 10px rgba(255,215,0,1);
    transform: scale(1.1);
}

.main-container {
    display: flex;
    min-height: 100vh;
    background: transparent !important;
}

section {
    padding: 50px 30px;
    margin-bottom: 30px;
    background: rgba(0,0,0,0.55);
    border: 2px solid #d4af37;
    border-radius: 15px;
    color: #eeebeb;
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.45);
}

section h2 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0 0 12px #d4af37;
}

button, .btn {
    background: linear-gradient(to right, #d4af37, #b8962f);
    color: #000;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: bold;
}

.product-card {
    background-color: rgba(0,0,0,0.65);
    border: 2px solid #d4af37;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
   
}

.product-card p {
    font-size: 30px;
}
.product-card h5 {
    font-size: 50px;
}
.product-card h2 {
    font-size: 50px;
}


.sidebar {
    width: 260px;
    background-color: rgba(5, 5, 5, 0.75);
    padding: 25px;
    border-right: 3px solid #d4af37;
}

.sidebar h2 {
    color: #d4af37;
    font-size: 18px;
    border-bottom: 1px solid #d4af37;
    padding-bottom: 10px;
}

.sidebar li {
    padding: 12px 0;
    cursor: pointer;
    color: #ffffff;
}

main {
    flex: 1;
    padding: 50px;
}

h1, h2, h3, h4, h5, h6 {
    color: #d4af37 !important;
}

p, span, li, label, small {
    color: #ffffff !important;
}

a {
    color: #ffffff !important;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.85)
    );
    z-index: 0;
    pointer-events: none;
}

body > * {
    position: relative;
    z-index: 1;
}


#cartModal p,
#cartModal span,
#cartModal li,
#cartModal h5 {
    color: #fff !important;
}

#cartModal .list-group-item {
    color: #000 !important;
}


.imagen-producto {
    max-width: 100px;
    height: auto;
    border-radius: 10px;
}

html {
            background-color: #000 !important;
            min-height: 100%;
        }
        
        body {
            background-color: #000000 !important;
            
            background-size: cover !important;
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-attachment: fixed !important;
            color: #fff;
            font-family: 'Quicksand', sans-serif;
            min-height: 100vh;
            margin: 0;
            padding: 0;
        }
        
        /* Overlay oscuro para mejor legibilidad */
        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: -1;
        }

        .titulo-categoria {
            text-align: center;
            color: #d4af37;
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            font-weight: bold;
            margin: 40px 0;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .product-card {
            background: linear-gradient(145deg, rgba(40, 40, 40, 0.9), rgba(30, 30, 30, 0.95));
            border: 2px solid #d4af37;
            border-radius: 20px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 8px 32px rgba(212, 175, 55, 0.2);
            transition: all 0.3s ease;
            height: 100%;
            min-height: 450px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 48px rgba(212, 175, 55, 0.4);
            border-color: #f4d03f;
        }

        .product-image {
            width: 100%;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 15px;
            padding: 15px;
        }

        .product-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
        }

        .product-card h5 {
            color: #d4af37;
            font-size: clamp(1.1rem, 2vw, 1.4rem);
            font-weight: bold;
            margin: 15px 0;
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-card p {
            color: #ddd;
            font-size: 0.95rem;
            line-height: 1.5;
            margin: 10px 0;
            min-height: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .precio {
            background: linear-gradient(135deg, #d4af37, #b8962f);
            color: #000;
            font-weight: bold;
            font-size: 1.2rem;
            border: none;
            padding: 12px 35px;
            border-radius: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
            margin-top: 15px;
            cursor: pointer;
        }

        .precio:hover {
            transform: scale(1.08);
            box-shadow: 0 6px 25px rgba(212, 175, 55, 0.6);
            background: linear-gradient(135deg, #f4d03f, #d4af37);
        }

        .no-productos {
            text-align: center;
            padding: 80px 20px;
            color: #d4af37;
            background: rgba(0, 0, 0, 0.6);
            border: 2px solid #d4af37;
            border-radius: 20px;
            margin: 40px auto;
            max-width: 600px;
        }

        .no-productos i {
            font-size: 80px;
            margin-bottom: 20px;
            opacity: 0.7;
            display: block;
        }
        
        .no-productos h3 {
            color: #d4af37;
            font-size: clamp(1.5rem, 3vw, 2rem);
            margin-bottom: 15px;
            font-weight: bold;
        }
        
        .no-productos p {
            color: #ddd;
            font-size: 1.1rem;
            margin-bottom: 0;
        }

        .cart-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #d4af37, #b8962f);
            color: #000;
            border-radius: 50%;
            font-size: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 99999;
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.7);
            transition: transform 0.3s ease;
        }

        .cart-btn:hover {
            transform: scale(1.1);
        }

        .btn-volver {
            background: transparent;
            border: 2px solid #d4af37;
            color: #d4af37;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: bold;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .btn-volver:hover {
            background: #d4af37;
            color: #000;
        }
        
  
        .container {
            background: transparent !important;
        }
        
     
        @media (max-width: 768px) {
            .product-card {
                min-height: 400px;
                padding: 20px 15px;
            }
            
            .product-image {
                height: 150px;
            }
        }

        .modal-content:focus,
        .modal-dialog:focus,
        .modal:focus {
            outline: none !important;
            box-shadow: none !important;
            border-color: #d4af37 !important;
        }

        @media (max-width: 768px) {
            .main-container {
                flex-direction: column;
            }

            .sidebar {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

            .sidebar ul {
                padding-left: 0;
            }

            .sidebar li {
                list-style: none;
                margin: 5px 0;
            }
        }

        body {
            background-color: #1a1a1a;
            color: #fff;
        }

        .cart-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #d4af37, #b8962f);
            color: #000;
            border-radius: 50%;
            font-size: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 99999;
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.7);
            transition: transform 0.3s ease;
        }

        .cart-btn:hover {
            transform: scale(1.1);
        }

        .titulo-productos {
            text-align: center;
            color: #d4af37;
            font-size: 2.5rem;
            font-weight: bold;
            margin: 40px 0;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .product-card {
            background: linear-gradient(145deg, rgba(40, 40, 40, 0.8), rgba(30, 30, 30, 0.9));
            border: 2px solid #d4af37;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 8px 32px rgba(212, 175, 55, 0.2);
            transition: all 0.3s ease;
            height: 100%;
            min-height: 550px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 48px rgba(212, 175, 55, 0.4);
            border-color: #f4d03f;
        }

        .product-image {
            width: 100%;
            height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 15px;
            padding: 20px;
        }

        .product-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
        }

        .product-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-card h5 {
            color: #d4af37;
            font-size: 1.6rem;
            font-weight: bold;
            margin: 15px 0;
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-card p {
            color: #ddd;
            font-size: 1rem;
            line-height: 1.6;
            margin: 15px 0;
            min-height: 70px;
        }

        .precio {
            background: linear-gradient(135deg, #d4af37, #b8962f);
            color: #000;
            font-weight: bold;
            font-size: 1.3rem;
            border: none;
            padding: 14px 40px;
            border-radius: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
            margin-top: 20px;
        }

        .precio:hover {
            transform: scale(1.08);
            box-shadow: 0 6px 25px rgba(212, 175, 55, 0.6);
            background: linear-gradient(135deg, #f4d03f, #d4af37);
        }

        /* 🎨 CARRITO MEJORADO - SIN LOOK IA */
        .cart-item {
            background: rgba(30, 30, 30, 0.6);
            border: none;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 16px;
            transition: all 0.3s ease;
            position: relative;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        .cart-item:hover {
            background: rgba(40, 40, 40, 0.8);
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(212, 175, 55, 0.15);
        }

        /* Botón eliminar sutil - solo visible en hover */
        .delete-btn {
            position: absolute!important;
            top: 2px!important;
            right: 10px!important;
            background: transparent;
            color: #666;
            border: none;
            padding: 4px 8px;
            font-size: 18px;
            cursor: pointer;
            opacity: 0;
            transition: all 0.2s ease;
            border-radius: 6px;
        }

        .cart-item:hover .delete-btn {
            opacity: 1;
        }

        .delete-btn:hover {
            background: rgba(220, 53, 69, 0.2);
            color: #dc3545;
        }

        .cart-item-removing {
            animation: slideOut 0.4s ease forwards;
        }

        @keyframes slideOut {
            to {
                opacity: 0;
                transform: translateX(100%);
                height: 0;
                padding: 0;
                margin: 0;
            }
        }

        /* Nombres de productos con mejor jerarquía */
        .product-name {
            color: #e5e5e5;
            font-weight: 600;
            font-size: 1rem;
            letter-spacing: -0.02em;
            margin-bottom: 4px;
        }

        .product-unit-price {
            color: #999;
            font-size: 0.875rem;
            opacity: 0.8;
        }

        /* Controles de cantidad unificados */
        .quantity-control {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: rgba(212, 175, 55, 0.08);
            padding: 6px 14px;
            border-radius: 20px;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }

        .quantity-btn {
            background: rgba(212, 175, 55, 0.15);
            color: #d4af37;
            border: none;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
            line-height: 1;
        }

        .quantity-btn:hover {
            background: rgba(212, 175, 55, 0.25);
            transform: scale(1.05);
        }

        .quantity-btn:active {
            transform: scale(0.95);
        }

        .quantity-display {
            color: #d4af37;
            font-weight: 600;
            font-size: 15px;
            min-width: 24px;
            text-align: center;
            font-family: 'Courier New', monospace;
        }

        /* Subtotal con más peso visual */
        .subtotal-price {
            color: #d4af37;
            font-size: 1.25rem;
            font-weight: 700;
            padding-right: 35px;
        }

        /* Total rediseñado */
        .cart-total-section {
            border-top: 1px solid rgba(212, 175, 55, 0.15);
            padding-top: 24px;
            margin-top: 8px;
        }

        .total-label {
            color: #999;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.7;
            margin-bottom: 4px;
        }

        .total-amount {
            color: #d4af37;
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        /* Botones principales mejorados */
        .btn-finalizar {
            background: linear-gradient(135deg, #d4af37 0%, #c9a335 100%);
            border: none;
            color: #000;
            font-weight: 700;
            padding: 16px;
            font-size: 1.05rem;
            border-radius: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
        }

        .btn-finalizar:hover {
            background: linear-gradient(135deg, #f4d03f 0%, #d4af37 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
            color: #000;
        }

        .btn-vaciar {
            background: transparent;
            border: 1px solid rgba(220, 53, 69, 0.3);
            color: #dc3545;
            padding: 10px;
            font-size: 0.9rem;
            border-radius: 8px;
            transition: all 0.2s ease;
            font-weight: 500;
        }

        .btn-vaciar:hover {
            background: rgba(220, 53, 69, 0.1);
            border-color: rgba(220, 53, 69, 0.5);
            color: #dc3545;
        }

        /* Modal con menos bordes genéricos */
        .modal-content {
            background: #1a1a1a !important;
            border: none !important;
            border-radius: 16px !important;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8) !important;
        }

        .modal-header {
            border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
            background: transparent !important;
            padding: 24px !important;
        }

        .modal-title {
            color: #d4af37 !important;
            font-weight: 700 !important;
            font-size: 1.5rem !important;
            letter-spacing: -0.02em !important;
        }

        .modal-body {
            padding: 24px !important;
        }

        .modal-footer {
            border-top: none !important;
            background: transparent !important;
            padding: 0 24px 24px !important;
        }

        /* Carrito vacío mejorado */
        .empty-cart-state {
            text-align: center;
            padding: 60px 20px;
        }

        .empty-cart-icon {
            font-size: 64px;
            opacity: 0.15;
            margin-bottom: 16px;
        }

        .empty-cart-text {
            color: #666;
            font-size: 1rem;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .titulo-productos {
                font-size: 1.8rem;
            }

            .product-card {
                min-height: 500px;
                padding: 30px 20px;
            }

            .product-image {
                height: 220px;
            }

            .product-card h5 {
                font-size: 1.3rem;
                min-height: 50px;
            }

            .precio {
                font-size: 1.1rem;
                padding: 12px 30px;
            }

            .total-amount {
                font-size: 1.75rem;
            }
        }

        .sobre-nosotros {
    background-color: #000;
    color: #fff;
    padding: 80px 20px;
}

.sobre-nosotros h2 {
    text-align: center;
    color: #d4af37;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.sobre-container {
    max-width: 1100px;
    margin: auto;
}

.sobre-card {
    background: linear-gradient(145deg, #111, #0a0a0a);
    border: 2px solid #d4af37;
    border-radius: 18px;
    padding: 30px;
    margin-bottom: 40px;
    transition: 0.3s ease;
}

.sobre-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(212,175,55,0.3);
}

.sobre-card h3 {
    color: #d4af37;
    margin-bottom: 15px;
}

.sobre-img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}

.lista-servicios li {
    margin-bottom: 8px;
    opacity: 0.9;
}
:root {
            --gold: #d4af37;
            --gold-light: #f0cc5a;
            --gold-dark: #b8962f;
            --black: #0a0a0a;
            --black-soft: #111;
            --white: #f5f0e8;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }

        body {
            background: var(--black);
            color: var(--white);
            font-family: 'Quicksand', sans-serif;
            overflow-x: hidden;
        }

   
        .hero {
            position: relative;
            height: 100vh;
            min-height: 600px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .hero-bg {
            position: absolute;
            inset: 0;
            background: url('/proyecto-barber-shop/photo/bienvenidos.png') center/cover no-repeat;
            transform: scale(1.05);
            animation: heroZoom 12s ease-in-out infinite alternate;
        }

        @keyframes heroZoom {
            from { transform: scale(1.05); }
            to   { transform: scale(1.12); }
        }

        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom,
                rgba(0,0,0,0.3) 0%,
                rgba(0,0,0,0.55) 50%,
                rgba(0,0,0,0.92) 100%);
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            padding: 0 20px;
            animation: fadeUp 1.2s ease forwards;
        }

        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(40px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        .hero-eyebrow {
            font-size: 0.8rem;
            letter-spacing: 6px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 20px;
            display: block;
        }

        .hero-title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(3rem, 8vw, 7rem);
            font-weight: 900;
            line-height: 1;
            color: #fff;
            text-shadow: 0 4px 40px rgba(0,0,0,0.8);
            margin-bottom: 10px;
        }

        .hero-title span {
            color: var(--gold);
            display: block;
        }

        .hero-subtitle {
            font-size: clamp(0.9rem, 2vw, 1.2rem);
            color: rgba(255,255,255,0.75);
            max-width: 560px;
            margin: 20px auto 40px;
            line-height: 1.7;
            font-weight: 400;
        }

        .hero-cta {
            display: inline-block;
            background: linear-gradient(135deg, var(--gold), var(--gold-dark));
            color: #000;
            font-family: 'Quicksand', sans-serif;
            font-weight: 700;
            font-size: 1rem;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 16px 48px;
            border-radius: 2px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 30px rgba(212,175,55,0.4);
        }

        .hero-cta:hover {
            background: linear-gradient(135deg, var(--gold-light), var(--gold));
            color: #000;
            transform: translateY(-3px);
            box-shadow: 0 14px 40px rgba(212,175,55,0.6);
        }

        .hero-scroll {
            position: absolute;
            bottom: 35px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 8px;
            color: rgba(255,255,255,0.4);
            font-size: 0.7rem;
            letter-spacing: 3px;
            text-transform: uppercase;
        }

        .hero-scroll::after {
            content: '';
            width: 1px;
            height: 50px;
            background: linear-gradient(to bottom, var(--gold), transparent);
            animation: scrollLine 2s ease-in-out infinite;
        }

        @keyframes scrollLine {
            0%, 100% { opacity: 0.3; transform: scaleY(1); }
            50%       { opacity: 1;   transform: scaleY(1.2); }
        }

        
        .section { padding: 90px 0; }

        .section-label {
            font-size: 0.7rem;
            letter-spacing: 5px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 12px;
            display: block;
        }

        .section-title {
            font-family: 'Playfair Display', serif;
            font-size: clamp(1.8rem, 4vw, 3.2rem);
            font-weight: 700;
            color: #fff;
            margin-bottom: 16px;
        }

        .section-divider {
            width: 60px;
            height: 2px;
            background: linear-gradient(to right, var(--gold), transparent);
            margin-bottom: 40px;
        }

        
        .servicios-section { background: var(--black-soft); }

        .servicios-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 1px;
            background: rgba(212,175,55,0.1);
            border: 1px solid rgba(212,175,55,0.15);
        }

        .servicio-item {
            background: var(--black-soft);
            padding: 35px 20px;
            text-align: center;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .servicio-item::before {
            content: '';
            position: absolute;
            bottom: 0; left: 0; right: 0;
            height: 2px;
            background: linear-gradient(to right, transparent, var(--gold), transparent);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .servicio-item:hover { background: rgba(212,175,55,0.06); }
        .servicio-item:hover::before { transform: scaleX(1); }

        .servicio-img {
            width: 90px;
            height: 90px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 16px;
            border: 2px solid rgba(212,175,55,0.3);
            transition: border-color 0.3s ease;
        }

        .servicio-item:hover .servicio-img {
            border-color: var(--gold);
        }

        .servicio-nombre {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--white);
            letter-spacing: 0.3px;
        }

        
        .nosotros-section { background: var(--black); }

        .nosotros-img-wrap { position: relative; }

        .nosotros-img-wrap img {
            width: 100%;
            height: 520px;
            object-fit: cover;
            display: block;
        }

        .nosotros-frame {
            position: absolute;
            top: 20px; right: -20px;
            bottom: -20px; left: 20px;
            border: 1px solid rgba(212,175,55,0.3);
            z-index: 0;
            pointer-events: none;
        }

        .nosotros-content {
            padding: 40px 0 40px 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .nosotros-texto {
            color: rgba(255,255,255,0.7);
            font-size: 1rem;
            line-height: 1.85;
            margin-bottom: 24px;
        }

        .nosotros-lista { list-style: none; padding: 0; }

        .nosotros-lista li {
            padding: 10px 0;
            border-bottom: 1px solid rgba(212,175,55,0.12);
            font-size: 0.95rem;
            color: rgba(255,255,255,0.65);
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .nosotros-lista li::before {
            content: '—';
            color: var(--gold);
            font-weight: 700;
            flex-shrink: 0;
        }

        
        .productos-section { background: var(--black-soft); }

        .productos-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 16px;
        }

        .producto-card {
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(212,175,55,0.12);
            border-radius: 4px;
            padding: 28px 16px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .producto-card:hover {
            border-color: var(--gold);
            background: rgba(212,175,55,0.05);
            transform: translateY(-4px);
        }

        .producto-img {
            width: 90px;
            height: 90px;
            object-fit: cover;
            border-radius: 50%;
            margin-bottom: 14px;
            border: 2px solid rgba(212,175,55,0.2);
            transition: border-color 0.3s ease;
        }

        .producto-card:hover .producto-img {
            border-color: var(--gold);
        }

        .producto-nombre {
            font-size: 0.82rem;
            color: rgba(255,255,255,0.75);
            font-weight: 600;
            line-height: 1.4;
        }

        
        .contacto-section {
            background: var(--black);
            border-top: 1px solid rgba(212,175,55,0.1);
        }

        .contacto-card {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 30px;
            border: 1px solid rgba(212,175,55,0.15);
            border-radius: 4px;
            transition: all 0.3s ease;
        }

        .contacto-card:hover {
            border-color: var(--gold);
            background: rgba(212,175,55,0.04);
        }

        .contacto-icon { width: 52px; height: 52px; flex-shrink: 0; }

        .contacto-label {
            font-size: 0.7rem;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 4px;
        }

        .contacto-valor {
            font-size: 1rem;
            color: rgba(255,255,255,0.8);
            font-weight: 500;
        }

        
        .footer {
            background: #050505;
            border-top: 1px solid rgba(212,175,55,0.08);
            padding: 30px;
            text-align: center;
        }

        .footer-text {
            font-size: 0.8rem;
            color: rgba(255,255,255,0.25);
            letter-spacing: 1px;
        }

        .footer-text span { color: var(--gold); }

        
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.7s ease, transform 0.7s ease;
        }

        .reveal.visible { opacity: 1; transform: translateY(0); }
        .reveal-delay-1 { transition-delay: 0.1s; }
        .reveal-delay-2 { transition-delay: 0.2s; }
        .reveal-delay-3 { transition-delay: 0.3s; }
        .reveal-delay-4 { transition-delay: 0.4s; }
        .reveal-delay-5 { transition-delay: 0.5s; }

    
        @media (max-width: 1199px) {
            .servicios-grid { grid-template-columns: repeat(3, 1fr); }
            .productos-grid { grid-template-columns: repeat(3, 1fr); }
        }

        
        @media (max-width: 991px) {
            .section { padding: 70px 0; }

            .nosotros-content { padding: 40px 0 0 0; }
            .nosotros-img-wrap img { height: 380px; }
            .nosotros-frame { display: none; }

            .servicios-grid { grid-template-columns: repeat(3, 1fr); }
            .productos-grid { grid-template-columns: repeat(3, 1fr); }
            .servicio-img, .producto-img { width: 75px; height: 75px; }
        }

        
        @media (max-width: 768px) {
            .section { padding: 55px 0; }

            .hero-title { font-size: clamp(2.6rem, 12vw, 4rem); }
            .hero-subtitle { font-size: 0.95rem; }
            .hero-cta { padding: 14px 36px; font-size: 0.9rem; }
            .hero-scroll { display: none; }

            .servicios-grid { grid-template-columns: repeat(2, 1fr); }
            .servicio-item { padding: 28px 15px; }
            .servicio-img { width: 70px; height: 70px; }
            .servicio-nombre { font-size: 0.8rem; }

            .nosotros-img-wrap img { height: 300px; }
            .nosotros-texto { font-size: 0.95rem; }

            .productos-grid { grid-template-columns: repeat(2, 1fr); }
            .producto-img { width: 70px; height: 70px; }

            .contacto-card { padding: 22px 18px; gap: 14px; }
            .contacto-valor { font-size: 0.88rem; word-break: break-all; }
            .contacto-icon { width: 40px; height: 40px; }
        }

        
        @media (max-width: 480px) {
            .hero-title { font-size: clamp(2.2rem, 14vw, 3.2rem); }
            .hero-eyebrow { font-size: 0.65rem; letter-spacing: 4px; }

            .servicios-grid { grid-template-columns: repeat(2, 1fr); }
            .servicio-img { width: 60px; height: 60px; }

            .productos-grid { grid-template-columns: repeat(2, 1fr); }
            .producto-img { width: 60px; height: 60px; }
            .producto-nombre { font-size: 0.75rem; }

            .section-title { font-size: 1.7rem; }

            .contacto-card { flex-direction: column; text-align: center; }
        }

/* ── Animaciones reveal globales ── */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }

/* ── Página Contacto ── */
.contacto-hero {
    text-align: center;
    padding: 80px 20px 50px;
    background: var(--black-soft, #111);
    border-bottom: 1px solid rgba(212,175,55,0.15);
}

.contacto-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
}

.contacto-hero-sub {
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 16px;
}

.contacto-main {
    padding: 70px 20px 80px;
}

.contacto-form-wrap,
.contacto-info-wrap {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 8px;
    padding: 40px;
    height: 100%;
}

.contacto-block-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #d4af37 !important;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(212,175,55,0.15);
}

.contacto-field {
    margin-bottom: 20px;
}

.contacto-field label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5) !important;
    margin-bottom: 8px;
}

.contacto-field input,
.contacto-field textarea {
    width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 4px;
    padding: 12px 16px;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
    outline: none;
}

.contacto-field input:focus,
.contacto-field textarea:focus {
    border-color: #d4af37;
    background: rgba(212,175,55,0.04);
}

.contacto-field input::placeholder,
.contacto-field textarea::placeholder {
    color: rgba(255,255,255,0.25);
}

.contacto-field textarea {
    resize: none;
}

.contacto-btn {
    width: 100%;
    background: linear-gradient(135deg, #d4af37, #b8962f);
    color: #000;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    border: none;
    padding: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
    box-shadow: 0 4px 20px rgba(212,175,55,0.3);
}

.contacto-btn:hover {
    background: linear-gradient(135deg, #f4d03f, #d4af37);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(212,175,55,0.5);
}

.contacto-info-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(212,175,55,0.1);
}

.contacto-info-item:last-child {
    border-bottom: none;
}

.contacto-info-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.contacto-info-label {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4af37 !important;
    margin-bottom: 4px;
}

.contacto-info-valor {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.75) !important;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .contacto-form-wrap,
    .contacto-info-wrap {
        padding: 28px 20px;
    }
    .contacto-hero {
        padding: 60px 20px 40px;
    }
}
/* ── Checkout ── */
.checkout-metodos {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.checkout-metodo {
    flex: 1;
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 18px 12px;
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6) !important;
    background: rgba(255,255,255,0.02);
}

.checkout-metodo.active {
    border-color: #d4af37;
    background: rgba(212,175,55,0.08);
    color: #d4af37 !important;
}

.checkout-metodo-icon {
    font-size: 1.6rem;
}

.checkout-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(212,175,55,0.1);
}

.checkout-item:last-child {
    border-bottom: none;
}

.checkout-item-nombre {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85) !important;
    margin: 0;
}

.checkout-item-cant {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4) !important;
    margin: 2px 0 0;
}

.checkout-item-sub {
    font-size: 1rem;
    font-weight: 700;
    color: #d4af37 !important;
    margin: 0;
    white-space: nowrap;
}

.checkout-total-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(212,175,55,0.2);
}

.checkout-total-label {
    font-size: 0.7rem;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.4) !important;
}

.checkout-total-valor {
    font-size: 2rem;
    font-weight: 800;
    color: #d4af37 !important;
}

/* ── Factura ── */
.factura-wrap {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 8px;
    padding: 48px;
    max-width: 820px;
    margin: 0 auto;
}

.factura-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(212,175,55,0.15);
    margin-bottom: 28px;
}

.factura-logo {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 900;
    color: #fff !important;
    margin: 0;
}

.factura-logo span {
    color: #d4af37;
}

.factura-sub {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4) !important;
    margin: 4px 0 0;
}

.factura-num {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7) !important;
    margin: 0;
}

.factura-fecha {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4) !important;
    margin: 4px 0 0;
}

.factura-badge {
    display: inline-block;
    margin-top: 8px;
    background: rgba(212,175,55,0.15);
    border: 1px solid rgba(212,175,55,0.3);
    color: #d4af37 !important;
    font-size: 0.75rem;
    letter-spacing: 2px;
    padding: 4px 14px;
    border-radius: 20px;
}

.factura-cliente {
    background: rgba(255,255,255,0.02);
    border-radius: 6px;
    padding: 20px 24px;
    margin-bottom: 28px;
}

.factura-cliente p {
    margin: 4px 0;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7) !important;
}

.factura-campo {
    color: rgba(255,255,255,0.4) !important;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 8px;
}

.factura-tabla {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}

.factura-tabla th {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4) !important;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(212,175,55,0.15);
    font-weight: 600;
}

.factura-tabla td {
    padding: 14px 12px;
    font-size: 0.92rem;
    color: rgba(255,255,255,0.8) !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.factura-total-row td {
    font-weight: 800;
    font-size: 1.1rem;
    color: #d4af37 !important;
    border-bottom: none;
    border-top: 1px solid rgba(212,175,55,0.2);
    padding-top: 18px;
}

.factura-pie {
    text-align: center;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(212,175,55,0.1);
}

.factura-pie p {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.4) !important;
    margin: 4px 0;
}

@media (max-width: 768px) {
    .factura-wrap { padding: 28px 20px; }
    .factura-header { flex-direction: column; }
    .checkout-metodos { flex-direction: column; }
}

.metodos-pago {
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 20px;
}

.metodo.seleccionado {
    border: 2px solid #c8a646;
    background: linear-gradient(145deg, #1a1a1a, #121212);
    box-shadow: 0 0 20px rgba(200,166,70,0.25);
}
.opcion {
    display: block;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s ease;
}


.opcion input {
    display: none;
}



.info {
    display: flex;
    align-items: center;
    gap: 15px;
}


.info small {
    color: #666;
}

.metodos-pago input[type="radio"] + div {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 15px;
    transition: 0.3s ease;
}

.metodos-pago label {
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}

.metodos-pago input[type="radio"] {
    display: none;
}

.metodos-pago input[type="radio"]:checked + div {
    border: 2px solid #c8a646;
    background: #161616;
    box-shadow: 0 0 15px rgba(200,166,70,0.3);
}
.metodo strong {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.metodo small {
    font-size: 13px;
    color: #888;
}


.checkout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-top: 40px;
}


.checkout-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
}


.checkout-field {
    margin-bottom: 18px;
}

.checkout-field label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
}

.checkout-field input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.checkout-field input:focus {
    border-color: #000;
    outline: none;
}


.metodos-pago {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.checkout-metodo {
    flex: 1;
    cursor: pointer;
}

.checkout-metodo input {
    display: none;
}

.metodo-box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
}

.checkout-metodo input:checked + .metodo-box {
    border: 2px solid black;
    background: #f8f8f8;
}

.checkout-btn {
    width: 100%;
    padding: 14px;
    background: ffd700;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

.checkout-btn:hover {
    background: ffd700;
}


.checkout-right {
    background: #000000;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
}

.checkout-total {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.resumen-negro {
        background-color: #000000;
        color: #ffffff;
        border: 2px solid #ffffff!important;   
        border-radius: 12px;
    }

    .resumen-negro hr {
        border-color: rgba(255,255,255,0.3);
    }

       .modal-content:focus,
        .modal-dialog:focus,
        .modal:focus {
            outline: none !important;
            box-shadow: none !important;
            border-color: #d4af37 !important;
        }

        @media (max-width: 768px) {
            .main-container {
                flex-direction: column;
            }

            .sidebar {
                width: 100%;
                text-align: center;
                margin-bottom: 20px;
            }

            .sidebar ul {
                padding-left: 0;
            }

            .sidebar li {
                list-style: none;
                margin: 5px 0;
            }
        }

        body {
            background-color: #1a1a1a;
            color: #fff;
        }

        .cart-btn {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #d4af37, #b8962f);
            color: #000;
            border-radius: 50%;
            font-size: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 99999;
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.7);
            transition: transform 0.3s ease;
        }

        .cart-btn:hover {
            transform: scale(1.1);
        }

        .titulo-productos {
            text-align: center;
            color: #d4af37;
            font-size: 2.5rem;
            font-weight: bold;
            margin: 40px 0;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .product-card {
            background: linear-gradient(145deg, rgba(40, 40, 40, 0.8), rgba(30, 30, 30, 0.9));
            border: 2px solid #d4af37;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 8px 32px rgba(212, 175, 55, 0.2);
            transition: all 0.3s ease;
            height: 100%;
            min-height: 550px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 48px rgba(212, 175, 55, 0.4);
            border-color: #f4d03f;
        }

        .product-image {
            width: 100%;
            height: 280px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            background: rgba(255, 255, 255, 0.02);
            border-radius: 15px;
            padding: 20px;
        }

        .product-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
        }

        .product-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .product-card h5 {
            color: #d4af37;
            font-size: 1.6rem;
            font-weight: bold;
            margin: 15px 0;
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-card p {
            color: #ddd;
            font-size: 1rem;
            line-height: 1.6;
            margin: 15px 0;
            min-height: 70px;
        }

        .precio {
            background: linear-gradient(135deg, #d4af37, #b8962f);
            color: #000;
            font-weight: bold;
            font-size: 1.3rem;
            border: none;
            padding: 14px 40px;
            border-radius: 30px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
            margin-top: 20px;
        }

        .precio:hover {
            transform: scale(1.08);
            box-shadow: 0 6px 25px rgba(212, 175, 55, 0.6);
            background: linear-gradient(135deg, #f4d03f, #d4af37);
        }

       
        .cart-item {
            background: rgba(30, 30, 30, 0.6);
            border: none;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 16px;
            transition: all 0.3s ease;
            position: relative;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }

        .cart-item:hover {
            background: rgba(40, 40, 40, 0.8);
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(212, 175, 55, 0.15);
        }

        
        .delete-btn {
            position: absolute!important;
            top: 2px!important;
            right: 10px!important;
            background: transparent;
            color: #666;
            border: none;
            padding: 4px 8px;
            font-size: 18px;
            cursor: pointer;
            opacity: 0;
            transition: all 0.2s ease;
            border-radius: 6px;
        }

        .cart-item:hover .delete-btn {
            opacity: 1;
        }

        .delete-btn:hover {
            background: rgba(220, 53, 69, 0.2);
            color: #dc3545;
        }

        .cart-item-removing {
            animation: slideOut 0.4s ease forwards;
        }

        @keyframes slideOut {
            to {
                opacity: 0;
                transform: translateX(100%);
                height: 0;
                padding: 0;
                margin: 0;
            }
        }

        
        .product-name {
            color: #e5e5e5;
            font-weight: 600;
            font-size: 1rem;
            letter-spacing: -0.02em;
            margin-bottom: 4px;
        }

        .product-unit-price {
            color: #999;
            font-size: 0.875rem;
            opacity: 0.8;
        }

        
        .quantity-control {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: rgba(212, 175, 55, 0.08);
            padding: 6px 14px;
            border-radius: 20px;
            border: 1px solid rgba(212, 175, 55, 0.2);
        }

        .quantity-btn {
            background: rgba(212, 175, 55, 0.15);
            color: #d4af37;
            border: none;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            font-size: 16px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.2s ease;
            line-height: 1;
        }

        .quantity-btn:hover {
            background: rgba(212, 175, 55, 0.25);
            transform: scale(1.05);
        }

        .quantity-btn:active {
            transform: scale(0.95);
        }

        .quantity-display {
            color: #d4af37;
            font-weight: 600;
            font-size: 15px;
            min-width: 24px;
            text-align: center;
            font-family: 'Courier New', monospace;
        }

        
        .subtotal-price {
            color: #d4af37;
            font-size: 1.25rem;
            font-weight: 700;
            padding-right: 35px;
        }

        
        .cart-total-section {
            border-top: 1px solid rgb(255, 255, 255);
            padding-top: 24px;
            margin-top: 8px;
        }

        .total-label {
            color: #999;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 0.7;
            margin-bottom: 4px;
        }

        .total-amount {
            color: #d4af37;
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        
        .btn-finalizar {
            background: linear-gradient(135deg, #d4af37 0%, #c9a335 100%);
            border: none;
            color: #000;
            font-weight: 700;
            padding: 16px;
            font-size: 1.05rem;
            border-radius: 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
        }

        .btn-finalizar:hover {
            background: linear-gradient(135deg, #f4d03f 0%, #d4af37 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
            color: #000;
        }

        .btn-vaciar {
            background: transparent;
            border: 1px solid rgba(220, 53, 69, 0.3);
            color: #dc3545;
            padding: 10px;
            font-size: 0.9rem;
            border-radius: 8px;
            transition: all 0.2s ease;
            font-weight: 500;
        }

        .btn-vaciar:hover {
            background: rgba(220, 53, 69, 0.1);
            border-color: rgba(220, 53, 69, 0.5);
            color: #dc3545;
        }

        
        .modal-content {
            background: #1a1a1a !important;
            border: none !important;
            border-radius: 16px !important;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8) !important;
        }

        .modal-header {
            border-bottom: 1px solid rgba(212, 175, 55, 0.15) !important;
            background: transparent !important;
            padding: 24px !important;
        }

        .modal-title {
            color: #d4af37 !important;
            font-weight: 700 !important;
            font-size: 1.5rem !important;
            letter-spacing: -0.02em !important;
        }

        .modal-body {
            padding: 24px !important;
        }

        .modal-footer {
            border-top: none !important;
            background: transparent !important;
            padding: 0 24px 24px !important;
        }

        
        .empty-cart-state {
            text-align: center;
            padding: 60px 20px;
        }

        .empty-cart-icon {
            font-size: 64px;
            opacity: 0.15;
            margin-bottom: 16px;
        }

        .empty-cart-text {
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .titulo-productos {
                font-size: 1.8rem;
            }

            .product-card {
                min-height: 500px;
                padding: 30px 20px;
            }

            .product-image {
                height: 220px;
            }

            .product-card h5 {
                font-size: 1.3rem;
                min-height: 50px;
            }

            .precio {
                font-size: 1.1rem;
                padding: 12px 30px;
            }

            .total-amount {
                font-size: 1.75rem;
            }

            .busqueda-wrapper {
                max-width: 100%;
                padding: 0 10px;
            }
        }

        
        .busqueda-wrapper {
            max-width: 500px;
            margin: 0 auto 30px auto;
            position: relative;
        }

        #busquedaProducto {
            background: rgba(255,255,255,0.07);
            border: 2px solid #d4af37;
            border-radius: 30px;
            color: #fff;
            padding: 12px 44px 12px 48px;
            width: 100%;
            font-size: 1rem;
            transition: all 0.3s ease;
            outline: none;
        }

        #busquedaProducto:focus {
            background: rgba(255,255,255,0.12);
            box-shadow: 0 0 15px rgba(212,175,55,0.3);
        }

        #busquedaProducto::placeholder {
            color: rgba(255,255,255,0.4);
        }

        .busqueda-icono {
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            pointer-events: none;
        }

        .busqueda-clear {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            color: rgba(255,255,255,0.5);
            font-size: 16px;
            cursor: pointer;
            padding: 2px 6px;
            border-radius: 50%;
            transition: all 0.2s ease;
            line-height: 1;
            width: auto;
            box-shadow: none;
        }

        .busqueda-clear:hover {
            color: #d4af37;
            background: rgba(212,175,55,0.15);
            transform: translateY(-50%) scale(1.1);
            box-shadow: none;
        }

        #sinResultados {
            color: #d4af37;
            font-size: 1.2rem;
            text-align: center;
            padding: 40px 20px;
            width: 100%;
        }