:root {
    --fondo: #0b0b0b;
    --fondo-sec: #141414;
    --texto: #f2f2f2;
    --dorado: #c9a24d;
    --dorado-claro: #f0d37a;
    --plateado: #cfd2d6;
    --plateado-soft: #e5e7ea;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: linear-gradient(180deg, #0b0b0b 0%, #111 100%);
    color: var(--texto);
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    margin: 0;
}

.header {
    position: relative;
    text-align: center;
    padding: 50px 20px 60px;
    background: radial-gradient(circle at center, #1c1c1c 0%, #0b0b0b 70%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
}

.logo {
    width: 680px;
    max-width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    filter: drop-shadow(0 8px 25px rgba(0,0,0,0.7));
    animation: fadeInLogo 1s ease-out;
}

@keyframes fadeInLogo {
    from { opacity: 0; transform: translateY(-15px); }
    to { opacity: 1; transform: translateY(0); }
}

.imagen-principal {
    width: 420px;
    max-width: 90%;
    height: auto;
    margin: 10px auto 0;
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.imagen-principal:hover {
    transform: scale(1.07);
    filter: brightness(1.1);
}

.imagen-esquina {
    position: relative;
    right: 0;
    bottom: 0;
    top: 30px;
    width: 200px;
    height: auto;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.imagen-esquina:hover {
    transform: scale(1.08);
    opacity: 1;
}

.filtros {
    text-align: center;
    padding: 30px 20px 10px;
}

.filtros button {
    background: transparent;
    border: 1px solid var(--plateado);
    color: var(--plateado);
    border-radius: 30px;
    padding: 10px 22px;
    margin: 6px;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.filtros button:hover {
    background: var(--dorado);
    border-color: var(--dorado);
    color: #000;
    box-shadow: 0 0 15px rgba(201,162,77,0.4);
}

.catalogo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 35px;
    padding: 50px 60px;
}

.producto {
    background: linear-gradient(145deg, #141414, #1a1a1a);
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.4s ease;
}

.producto:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.6),
                0 0 25px rgba(201,162,77,0.15);
    border-color: rgba(201,162,77,0.3);
}

.producto img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    margin-bottom: 18px;
    transition: transform 0.4s ease;
}

.producto:hover img {
    transform: scale(1.05);
}

.producto h2 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #fff;
}

.producto p {
    font-size: 14px;
    color: #cfcfcf;
    margin: 4px 0;
}

.precio {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    color: var(--dorado);
    letter-spacing: 0.5px;
}

.producto button {
    margin-top: 15px;
    padding: 10px 26px;
    background: transparent;
    border: 1px solid var(--plateado);
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    color: var(--plateado);
    transition: all 0.3s ease;
}

.producto button:hover {
    background: var(--plateado);
    color: #000;
}

.btn-ver-mas {
    display: inline-block;
    margin-top: 10px;
    padding: 7px 14px;
    background: rgba(255,255,255,0.05);
    border-radius: 6px;
    font-size: 13px;
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-ver-mas:hover {
    background: var(--dorado);
    color: #000;
}

/* DECANTS */

.decants{
    display:flex;
    justify-content:center;
    gap:6px;
    flex-wrap:wrap;
    margin:10px 0;
}

.decant-btn{
    padding:4px 10px;
    font-size:12px;
    border-radius:6px;
    border:1px solid #444;
    background:#111;
    color:#eee;
    cursor:pointer;
    transition:all 0.2s ease;
}

.decant-btn:hover{
    background:#222;
}

.decant-btn.activo{
    background:#222;
    color:white;
    border:1px solid #666;
}

/* FOOTER */

footer {
    text-align: center;
    padding: 40px 20px;
    background: #080808;
    color: #777;
    font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .catalogo {
        padding: 30px 20px;
        gap: 20px;
    }

    .logo {
        width: 320px;
    }

    .imagen-principal {
        width: 250px;
    }

    .imagen-esquina {
        width: 110px;
        right: 10px;
        bottom: 10px;
    }
    .contenedor-img {
    height: 200px; /* Ajustá según el alto de tus fotos */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fdfdfd; /* Fondo suave para resaltar el producto */
    border-radius: 10px;
}

.img-perfume {
    max-height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-puffs {
    font-size: 0.85rem;
    color: #888;
    margin: 5px 0;
    font-style: italic;
}

}

.decant-btn.sin-stock {
    background-color: #ff4d4d !important;
    color: white !important;
    border-color: #cc0000 !important;
}
.banner-promo {
    background: linear-gradient(90deg, #c5a059, #8e6d2e); /* Dorado lujoso */
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    position: sticky; /* Se queda arriba al hacer scroll */
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.banner-promo p {
    margin: 0;
    animation: brillo 3s infinite;
}

@keyframes brillo {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}

