/* Velvet Lounge — tema activo Perfumería Extasis */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Montserrat:wght@300;400;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.skin-t2 {
    font-family: 'Montserrat', sans-serif;
    background: #121316;
    color: #f5f3f0;
    line-height: 1.6;
    overflow-x: hidden;
}

.skin-t2 a { color: #d4bc94; text-decoration: none; }
.skin-t2 .wrap { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.skin-t2 .container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* Header flotante */
.skin-t2 .float-head {
    margin: 1rem auto 0;
    max-width: 1100px;
    background: rgba(18, 19, 22, 0.92);
    border: 1px solid rgba(212, 188, 148, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    position: relative;
    z-index: 1000;
    overflow: visible;
}

.skin-t2 .nav-end {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.skin-t2 .nav-tools {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.skin-t2 .float-head .logo-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: inherit;
    text-decoration: none;
}

.skin-t2 .float-head .logo-img { width: 44px; height: 44px; object-fit: contain; }
.skin-t2 .float-head .logo-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    color: #d4bc94;
    font-weight: 600;
}
.skin-t2 .float-head .logo-tagline { font-size: 0.75rem; color: #aaa; font-weight: 300; }

.skin-t2 .menu,
.skin-t2 .nav-menu {
    display: flex;
    gap: 1rem;
    list-style: none;
    font-size: 0.85rem;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.skin-t2 .menu a,
.skin-t2 .nav-menu a { color: #aaa; font-weight: 500; }
.skin-t2 .menu a:hover,
.skin-t2 .nav-menu a:hover,
.skin-t2 .menu a.active,
.skin-t2 .nav-menu a.active { color: #d4bc94; }

.skin-t2 .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.skin-t2 .hamburger span {
    width: 22px;
    height: 2px;
    background: #d4bc94;
    transition: 0.3s;
}

/* Hero cinematográfico */
.skin-t2 .hero-full {
    position: relative;
    height: 88vh;
    margin-top: -3rem;
    overflow: hidden;
}

.skin-t2 .hero-full .hero-carousel,
.skin-t2 .hero-full .hero-carousel-track {
    position: absolute;
    inset: 0;
}

.skin-t2 .hero-full .hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.4s ease;
}

.skin-t2 .hero-full .hero-slide.hero-slide-active { opacity: 1; }

.skin-t2 .hero-full .hero-carousel-overlay,
.skin-t2 .hero-full::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(18, 19, 22, 0.3), rgba(18, 19, 22, 0.85));
    pointer-events: none;
    z-index: 1;
}

.skin-t2 .hero-center,
.skin-t2 .hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    padding: 2rem;
}

.skin-t2 .hero-center h1,
.skin-t2 .hero-center h2,
.skin-t2 .hero-content h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #fff;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.skin-t2 .hero-center p,
.skin-t2 .hero-content p { color: #ddd; margin-bottom: 1.5rem; font-weight: 300; }

.skin-t2 .pill,
.skin-t2 .cta-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: #d4bc94;
    color: #121316 !important;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.85rem;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
}
.skin-t2 .pill:hover,
.skin-t2 .cta-button:hover { background: #e8d4b8; transform: translateY(-2px); }

/* Destacados */
.skin-t2 .feat,
.skin-t2 .products { padding: 4rem 0; }

.skin-t2 .feat h2,
.skin-t2 .products h2 {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-size: 2.25rem;
    color: #d4bc94;
    margin-bottom: 0.75rem;
}

.skin-t2 .section-subtitle { text-align: center; color: #aaa; margin-bottom: 1.5rem; font-size: 0.95rem; }

.skin-t2 .feat-grid,
.skin-t2 .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

.skin-t2 .product-card,
.skin-t2 .d-product {
    background: #1a1b20;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.25s;
    text-decoration: none;
    color: inherit;
    display: block;
}

.skin-t2 .product-card:hover,
.skin-t2 .d-product:hover { transform: translateY(-8px); }

.skin-t2 .product-image,
.skin-t2 .d-product-img { height: 260px; overflow: hidden; }

.skin-t2 .product-image img,
.skin-t2 .d-product-img img { width: 100%; height: 100%; object-fit: cover; }

.skin-t2 .product-info,
.skin-t2 .d-product-body { padding: 1.25rem; }

.skin-t2 .product-info h3,
.skin-t2 .d-product-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.35rem;
    color: #fff;
}

.skin-t2 .product-info p { color: #aaa; font-size: 0.9rem; margin: 0.35rem 0; }

.skin-t2 .price,
.skin-t2 .d-product-price { color: #d4bc94; font-weight: 600; margin-top: 0.35rem; display: block; }

.skin-t2 .view-catalog-btn {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #d4bc94;
    opacity: 0.85;
}

/* Nosotros */
.skin-t2 .about { padding: 4rem 0; background: #1a1b20; }

.skin-t2 .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.skin-t2 .about-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #d4bc94;
    margin-bottom: 1rem;
}

.skin-t2 .about-text p { color: #ccc; margin-bottom: 0.75rem; }

.skin-t2 .about-carousel {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.skin-t2 .about-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s;
}

.skin-t2 .about-carousel img.is-fading { opacity: 0.35; }

/* Contacto */
.skin-t2 .contact { padding: 4rem 0; }

.skin-t2 .contact h2 {
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-size: 2rem;
    color: #d4bc94;
    margin-bottom: 2rem;
}

.skin-t2 .contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.skin-t2 .contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.skin-t2 .contact-item i { color: #d4bc94; margin-top: 0.25rem; }
.skin-t2 .contact-item h3 { color: #fff; font-size: 1rem; margin-bottom: 0.25rem; }
.skin-t2 .contact-item p { color: #aaa; font-size: 0.9rem; }

.skin-t2 .contact-form input,
.skin-t2 .contact-form textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(212, 188, 148, 0.3);
    border-radius: 8px;
    background: #1a1b20;
    color: #f5f3f0;
    font-family: inherit;
}

.skin-t2 .submit-button {
    width: 100%;
    padding: 0.75rem;
    background: #d4bc94;
    color: #121316;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

/* Footer */
.skin-t2 .footer {
    background: #0e0f11;
    padding: 3rem 0 1.5rem;
    border-top: 1px solid rgba(212, 188, 148, 0.15);
}

.skin-t2 .footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
}

.skin-t2 .footer-section h3 { font-family: 'Cormorant Garamond', serif; color: #d4bc94; margin-bottom: 0.75rem; }
.skin-t2 .footer-section p,
.skin-t2 .footer-section a { color: #888; font-size: 0.9rem; }
.skin-t2 .footer-section a:hover { color: #d4bc94; }
.skin-t2 .footer-section ul { list-style: none; }
.skin-t2 .footer-section ul li { margin-bottom: 0.35rem; }

.skin-t2 .social-links { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.skin-t2 .social-link { font-size: 1.35rem; color: #d4bc94 !important; }

.skin-t2 .footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #666;
    font-size: 0.85rem;
}

/* Auth y carrito */
.skin-t2 .auth-login-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    height: 36px;
    padding: 0 12px;
    background: transparent;
    border: 1px solid rgba(212, 188, 148, 0.4);
    color: #ddd;
    border-radius: 999px;
    font-size: 0.8rem;
    cursor: pointer;
    font-family: inherit;
}

.skin-t2 .auth-user-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    max-height: 40px;
}

.skin-t2 .auth-user-chip {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 8px 0 4px;
    background: #1a1b20;
    border: 1px solid rgba(212, 188, 148, 0.25);
    border-radius: 999px;
    height: 36px;
    max-height: 36px;
    box-sizing: border-box;
    overflow: hidden;
}

.skin-t2 .auth-avatar-wrap {
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
}

.skin-t2 .auth-avatar {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(145deg, #d4bc94, #7d6b52);
    color: #121316;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
}

.skin-t2 .auth-avatar[hidden] {
    display: none !important;
}

.skin-t2 .auth-user-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 28px;
    max-height: 28px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(212, 188, 148, 0.35);
    box-sizing: border-box;
}

.skin-t2 .auth-user-photo[hidden] {
    display: none !important;
}

.skin-t2 .auth-user-name {
    font-size: 0.75rem;
    color: #ddd;
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.skin-t2 .auth-logout-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 0;
    margin-left: 2px;
}

.skin-t2 .auth-logout-btn:hover {
    color: #d4bc94;
}
.skin-t2 .auth-login-btn[hidden],
.skin-t2 .auth-user-box[hidden] { display: none !important; }

.skin-t2 .open-cart {
    position: relative;
    background: #d4bc94;
    color: #121316;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1rem;
}

.skin-t2 .open-cart #cart-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #fff;
    color: #121316;
    font-size: 0.65rem;
    min-width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.skin-t2 .cart-container {
    position: fixed;
    top: 0;
    right: 0;
    width: min(360px, 92vw);
    height: 100%;
    background: #1a1b20;
    z-index: 3000;
    display: none;
    flex-direction: column;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(212, 188, 148, 0.2);
}

.skin-t2 .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(212, 188, 148, 0.2);
    background: #121316;
    color: #d4bc94;
}

.skin-t2 .close-cart { background: none; border: none; color: #aaa; font-size: 1.5rem; cursor: pointer; }
.skin-t2 .cart-items { flex: 1; overflow-y: auto; padding: 1rem; }
.skin-t2 .cart-item { display: flex; gap: 0.75rem; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.skin-t2 .cart-item-img { width: 50px; height: 50px; object-fit: cover; border-radius: 8px; }
.skin-t2 .cart-item-name { color: #fff; font-weight: 600; font-size: 0.9rem; }
.skin-t2 .cart-item-price { color: #d4bc94; }
.skin-t2 .cart-item-remove { background: none; border: none; color: #888; cursor: pointer; margin-left: auto; }
.skin-t2 .cart-footer { padding: 1rem 1.25rem; border-top: 1px solid rgba(212, 188, 148, 0.2); }
.skin-t2 .cart-total { color: #d4bc94; font-weight: 600; display: block; margin-bottom: 0.75rem; }
.skin-t2 .checkout-btn {
    width: 100%;
    padding: 0.75rem;
    background: #d4bc94;
    color: #121316;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.skin-t2 .auth-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.skin-t2 .auth-modal[hidden] { display: none; }
.skin-t2 .auth-modal-box {
    background: #1a1b20;
    border: 1px solid rgba(212, 188, 148, 0.3);
    border-radius: 16px;
    padding: 2rem;
    max-width: 400px;
    width: 100%;
    color: #f5f3f0;
    position: relative;
}
.skin-t2 .auth-modal-box h3 { color: #d4bc94; font-family: 'Cormorant Garamond', serif; }
.skin-t2 .auth-modal-text { color: #aaa; margin: 0.5rem 0 1rem; }
.skin-t2 .auth-modal-close { position: absolute; top: 0.75rem; right: 1rem; background: none; border: none; color: #888; font-size: 1.5rem; cursor: pointer; }
.skin-t2 .btn-google {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    background: #fff;
    color: #333;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}
.skin-t2 .profile-form input {
    width: 100%;
    padding: 0.65rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(212, 188, 148, 0.3);
    border-radius: 8px;
    background: #121316;
    color: #fff;
    font-family: inherit;
}
.skin-t2 .profile-submit {
    width: 100%;
    padding: 0.75rem;
    background: #d4bc94;
    color: #121316;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}
.skin-t2 .auth-error { color: #e88; font-size: 0.85rem; margin-top: 0.5rem; }
.skin-t2 .catalog-toast {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.65rem 1.25rem;
    background: #1a1b20;
    border: 1px solid #d4bc94;
    color: #d4bc94;
    border-radius: 8px;
    z-index: 5000;
    display: none;
}
.skin-t2 .catalog-toast.show { display: block; }

/* Catálogo — sidebar derecha */
.skin-t2.cat-page { background: #121316; min-height: 100vh; }

.skin-t2.cat-page .catalog-layout {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 0;
    max-width: 1200px;
    margin: 5rem auto 2rem;
    padding: 0 1.5rem;
    min-height: calc(100vh - 140px);
}

.skin-t2 .catalog-main {
    order: 1;
    background: #1a1b20;
    border-radius: 20px 0 0 20px;
    padding: 1.5rem;
    min-width: 0;
}

.skin-t2 .catalog-sidebar {
    order: 2;
    background: #1a1b20;
    border-radius: 0 20px 20px 0;
    padding: 1rem 0;
    position: sticky;
    top: 6rem;
    align-self: start;
    max-height: calc(100vh - 8rem);
    overflow-y: auto;
}

.skin-t2 .catalog-sidebar h2 {
    font-family: 'Cormorant Garamond', serif;
    color: #d4bc94;
    font-size: 1.1rem;
    padding: 0 1rem 1rem;
    border-bottom: 1px solid rgba(212, 188, 148, 0.15);
}

.skin-t2 .category-menu button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.75rem 1rem;
    margin-bottom: 0.25rem;
    border: none;
    background: transparent;
    color: #aaa;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.9rem;
}

.skin-t2 .category-menu button:hover,
.skin-t2 .category-menu button.active {
    background: rgba(212, 188, 148, 0.15);
    color: #d4bc94;
}

.skin-t2 .catalog-main-header h2,
.skin-t2 #category-title {
    font-family: 'Cormorant Garamond', serif;
    color: #d4bc94;
    font-size: 1.75rem;
}

.skin-t2 .catalog-count { color: #888; font-size: 0.9rem; }

.skin-t2 .catalog-search-input {
    background: #121316;
    border: 1px solid rgba(212, 188, 148, 0.3);
    color: #f5f3f0;
    padding: 0.55rem 2rem 0.55rem 2.25rem;
    border-radius: 999px;
    font-family: inherit;
    width: 220px;
}

.skin-t2 .catalog-search-icon { color: #888; }
.skin-t2 .catalog-search-clear { color: #888; background: none; border: none; cursor: pointer; }

.skin-t2 .catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.skin-t2 .catalog-card {
    background: #121316;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(212, 188, 148, 0.1);
    transition: transform 0.2s;
}

.skin-t2 .catalog-card:hover { transform: translateY(-4px); }

.skin-t2 .catalog-card-img-wrap { height: 160px; }
.skin-t2 .catalog-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

.skin-t2 .catalog-card-body { padding: 0.85rem; }
.skin-t2 .catalog-card-body h3 {
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
    font-size: 1.1rem;
}

.skin-t2 .catalog-card-obs { color: #888; font-size: 0.8rem; margin: 0.25rem 0; }
.skin-t2 .catalog-card-price { color: #d4bc94; font-weight: 600; display: block; margin: 0.35rem 0; }

.skin-t2 .catalog-add-btn {
    width: 100%;
    padding: 0.5rem;
    background: #d4bc94;
    color: #121316;
    border: none;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.35rem;
}

.skin-t2 .catalog-empty { color: #888; text-align: center; padding: 2rem; }

.skin-t2 .catalog-login-gate {
    max-width: 420px;
    margin: 6rem auto;
    padding: 2rem;
    text-align: center;
    background: #1a1b20;
    border: 1px solid rgba(212, 188, 148, 0.25);
    border-radius: 16px;
    color: #ddd;
}

.skin-t2 .catalog-login-gate p { margin-bottom: 1rem; font-weight: 600; }

@media (max-width: 900px) {
    .skin-t2 .hamburger { display: flex; }
    .skin-t2 .menu,
    .skin-t2 .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: #1a1b20;
        padding: 1rem;
        border-radius: 0 0 12px 12px;
        border: 1px solid rgba(212, 188, 148, 0.2);
        margin-top: 0.5rem;
    }
    .skin-t2 .float-head { position: relative; }
    .skin-t2 .menu.active,
    .skin-t2 .nav-menu.active { display: flex; }
    .skin-t2 .about-content,
    .skin-t2 .contact-content { grid-template-columns: 1fr; }
    .skin-t2.cat-page .catalog-layout { grid-template-columns: 1fr; }
    .skin-t2 .catalog-sidebar { order: 0; border-radius: 16px 16px 0 0; position: static; max-height: none; }
    .skin-t2 .catalog-main { order: 1; border-radius: 0 0 16px 16px; }
    .skin-t2 .category-menu { flex-direction: row; flex-wrap: wrap; padding: 0.5rem; }
    .skin-t2 .category-menu button { width: auto; }
}
