/* ================================================
   NOVIÉR - Moda Praia de Luxo
   Paleta: Areia, Dourado, Azul Oceano, Branco
   ================================================ */

:root {
    --solaris-dourado: #C9A84C;
    --solaris-dourado-claro: #E8D5A3;
    --solaris-dourado-escuro: #A68A3E;
    --solaris-areia: #F5F0E8;
    --solaris-areia-escuro: #E8DFD0;
    --solaris-azul: #1B4965;
    --solaris-azul-claro: #5FA8D3;
    --solaris-azul-profundo: #0D2137;
    --solaris-branco: #FFFFFF;
    --solaris-preto: #1A1A1A;
    --solaris-cinza: #6B6B6B;
    --solaris-cinza-claro: #F8F8F8;
}

/* ---- Base ---- */
html, body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: var(--solaris-preto);
    background-color: var(--solaris-branco);
    font-weight: 300;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
    color: var(--solaris-azul-profundo);
}

a {
    color: var(--solaris-azul);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--solaris-dourado);
}

/* ---- Navbar ---- */
.navbar-solaris {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--solaris-areia-escuro);
    padding: 1rem 0;
    transition: all 0.3s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.navbar-solaris .navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--solaris-azul-profundo);
    letter-spacing: 4px;
    text-transform: uppercase;
}

.navbar-solaris .navbar-brand:hover {
    color: var(--solaris-dourado);
}

.navbar-logo {
    height: 40px;
    width: auto;
    border-radius: 4px;
}

.navbar-solaris .nav-link {
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--solaris-preto);
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-solaris .nav-link:hover,
.navbar-solaris .nav-link.active {
    color: var(--solaris-dourado);
}

.navbar-solaris .cart-icon {
    position: relative;
    font-size: 1.2rem;
}

.navbar-solaris .cart-badge {
    position: absolute;
    bottom: 8px;
    right: -3px;
    background-color: var(--solaris-dourado);
    color: var(--solaris-branco);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* ---- Nav Action Icons (right-side icons) ---- */
.navbar-solaris .nav-action-icon {
    font-size: 1.15rem;
    letter-spacing: 0;
    text-transform: none;
    padding: 0.5rem 0.6rem;
}

/* ---- User Dropdown ---- */
.user-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.dropdown-menu-solaris {
    border: 1px solid var(--solaris-areia-escuro);
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    min-width: 220px;
    margin-top: 0.5rem;
}

.dropdown-menu-solaris .dropdown-item {
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    padding: 0.6rem 1.2rem;
    color: var(--solaris-preto);
    transition: all 0.2s ease;
    letter-spacing: 0.5px;
}

.dropdown-menu-solaris .dropdown-item:hover {
    background-color: var(--solaris-areia);
    color: var(--solaris-dourado);
}

.dropdown-menu-solaris .dropdown-item.text-danger:hover {
    background-color: #fff5f5;
    color: #8B0000;
}

.dropdown-menu-solaris .dropdown-divider {
    border-color: var(--solaris-areia-escuro);
    margin: 0.3rem 0;
}

.user-dropdown-header {
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--solaris-azul-profundo);
    letter-spacing: 0.5px;
    padding: 0.5rem 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

/* ---- Hero Banner ---- */
.hero-banner {
    position: relative;
    height: 100vh;
    min-height: 650px;
    background: linear-gradient(160deg, var(--solaris-azul-profundo) 0%, #143a54 40%, var(--solaris-azul) 70%, var(--solaris-azul-claro) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--solaris-branco);
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120"><path fill="%23ffffff" d="M0,64L60,58.7C120,53,240,43,360,48C480,53,600,75,720,80C840,85,960,75,1080,64C1200,53,1320,43,1380,37.3L1440,32L1440,120L1380,120C1320,120,1200,120,1080,120C960,120,840,120,720,120C600,120,480,120,360,120C240,120,120,120,60,120L0,120Z"></path></svg>') no-repeat bottom center;
    background-size: cover;
    z-index: 2;
}

.hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(201, 168, 76, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(95, 168, 211, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
}

.hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(2px 2px at 10% 20%, rgba(255,255,255,0.15), transparent),
        radial-gradient(2px 2px at 30% 60%, rgba(255,255,255,0.1), transparent),
        radial-gradient(1px 1px at 50% 30%, rgba(255,255,255,0.12), transparent),
        radial-gradient(2px 2px at 70% 70%, rgba(255,255,255,0.08), transparent),
        radial-gradient(1px 1px at 85% 15%, rgba(255,255,255,0.15), transparent),
        radial-gradient(1px 1px at 90% 50%, rgba(201,168,76,0.2), transparent),
        radial-gradient(1px 1px at 15% 80%, rgba(201,168,76,0.15), transparent);
    animation: twinkle 8s ease-in-out infinite alternate;
}

@keyframes twinkle {
    0% { opacity: 0.6; }
    100% { opacity: 1; }
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 750px;
    padding: 2rem;
    animation: fadeInUp 1s ease-out;
}

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

.hero-logo {
    width: 120px;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    opacity: 0.9;
}

.hero-badge {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--solaris-dourado-claro);
    border: 1px solid rgba(201, 168, 76, 0.4);
    padding: 0.5rem 1.5rem;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.05);
}

.hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 4.5rem);
    font-weight: 700;
    color: var(--solaris-branco);
    margin-bottom: 0;
    letter-spacing: 2px;
    line-height: 1.15;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-line {
    width: 60px;
    height: 2px;
    background: var(--solaris-dourado);
    margin: 1.5rem auto;
}

.hero-content p {
    font-size: clamp(0.9rem, 1.5vw, 1.15rem);
    font-weight: 300;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: fadeInUp 1s ease-out 0.5s both;
}

.hero-scroll-indicator span {
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

.hero-scroll-line {
    width: 1px;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

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

/* ---- Features Strip ---- */
.features-strip {
    background: var(--solaris-branco);
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--solaris-areia-escuro);
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 1.2rem 0.5rem;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-4px);
}

.feature-item i {
    font-size: 1.5rem;
    color: var(--solaris-dourado);
    margin-bottom: 0.3rem;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 168, 76, 0.2);
    transition: all 0.3s ease;
}

.feature-item:hover i {
    transform: scale(1.1);
    background: rgba(201, 168, 76, 0.08);
    border-color: var(--solaris-dourado);
}

.feature-item span {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--solaris-azul-profundo);
}

.feature-item small {
    font-size: 0.75rem;
    color: var(--solaris-cinza);
}

/* ---- Category Cards V2 ---- */
.category-card-v2 {
    position: relative;
    padding: 2.5rem 2rem;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--solaris-branco);
    overflow: hidden;
    transition: all 0.4s ease;
}

.category-card-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4) 0%, transparent 60%);
    transition: all 0.4s ease;
}

.category-card-v2:hover {
    transform: translateY(-8px);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 16px 32px rgba(0, 0, 0, 0.12),
        0 32px 64px rgba(0, 0, 0, 0.08);
}

.category-card-v2:hover::before {
    background: linear-gradient(to top, rgba(13, 33, 55, 0.7) 0%, rgba(13, 33, 55, 0.2) 50%, rgba(0, 0, 0, 0.05) 100%);
}

.category-card-icon {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: rgba(255,255,255,0.8);
    transition: all 0.4s ease;
    z-index: 1;
    backdrop-filter: blur(2px);
}

.category-card-v2:hover .category-card-icon {
    border-color: var(--solaris-dourado);
    color: var(--solaris-dourado);
    background: rgba(255,255,255,0.1);
    transform: rotate(5deg) scale(1.05);
}

.category-card-v2 h3 {
    position: relative;
    z-index: 1;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--solaris-branco);
    margin-bottom: 0.4rem;
}

.category-card-v2 p {
    position: relative;
    z-index: 1;
    font-size: 0.85rem;
    opacity: 0.8;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.category-card-link {
    position: relative;
    z-index: 1;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--solaris-dourado-claro);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.category-card-v2:hover .category-card-link {
    opacity: 1;
    transform: translateY(0);
}

/* ---- Promo Banner ---- */
.promo-banner {
    background: var(--solaris-azul-profundo);
    padding: 5rem 0;
    color: var(--solaris-branco);
    overflow: hidden;
    position: relative;
}

.promo-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--solaris-dourado);
    border: 1px solid var(--solaris-dourado);
    padding: 0.4rem 1.2rem;
    margin-bottom: 1.5rem;
}

.promo-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    color: var(--solaris-branco);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.promo-text {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 2rem;
    max-width: 400px;
}

.promo-visual {
    position: relative;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(201, 168, 76, 0.2);
}

.promo-circle-1 {
    width: 300px;
    height: 300px;
    animation: rotateSlow 20s linear infinite;
}

.promo-circle-2 {
    width: 220px;
    height: 220px;
    border-color: rgba(95, 168, 211, 0.2);
    animation: rotateSlow 15s linear infinite reverse;
}

.promo-circle-3 {
    width: 140px;
    height: 140px;
    border-color: rgba(201, 168, 76, 0.3);
    animation: rotateSlow 10s linear infinite;
}

@keyframes rotateSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.promo-icon {
    font-size: 3rem;
    color: var(--solaris-dourado);
    z-index: 1;
}

/* ---- Newsletter Enhanced ---- */
.newsletter-icon {
    font-size: 2.5rem;
    color: var(--solaris-dourado);
    margin-bottom: 1rem;
    display: block;
    animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.newsletter-input {
    max-width: 450px;
    margin: 0 auto;
}

/* ---- Buttons ---- */
.btn-solaris {
    background-color: var(--solaris-dourado);
    color: var(--solaris-branco);
    border: none;
    padding: 0.8rem 2.5rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(201, 168, 76, 0.2);
}

.btn-solaris::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s ease;
}

.btn-solaris:hover::after {
    left: 100%;
}

.btn-solaris:hover {
    background-color: var(--solaris-dourado-escuro);
    color: var(--solaris-branco);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.4);
}

.btn-solaris:active {
    transform: translateY(1px);
    box-shadow: 0 1px 4px rgba(201, 168, 76, 0.2);
}

.btn-solaris-outline {
    background-color: transparent;
    color: var(--solaris-branco);
    border: 2px solid var(--solaris-branco);
    padding: 0.8rem 2.5rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-solaris-outline:hover {
    background-color: var(--solaris-branco);
    color: var(--solaris-azul-profundo);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.15);
}

.btn-solaris-outline:active {
    transform: translateY(1px);
}

.btn-solaris-dark {
    background-color: var(--solaris-azul-profundo);
    color: var(--solaris-branco);
    border: none;
    padding: 0.8rem 2.5rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-solaris-dark:hover {
    background-color: var(--solaris-azul);
    color: var(--solaris-branco);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(13, 33, 55, 0.3);
}

.btn-solaris-dark:active {
    transform: translateY(1px);
    box-shadow: 0 1px 4px rgba(13, 33, 55, 0.2);
}

/* ---- Section Titles ---- */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 0.5rem;
    color: var(--solaris-azul-profundo);
}

.section-subtitle {
    text-align: center;
    color: var(--solaris-cinza);
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.section-divider {
    width: 60px;
    height: 2px;
    background-color: var(--solaris-dourado);
    margin: 1rem auto 1.5rem;
}

/* ---- Product Cards ---- */
.product-card {
    border: none;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    background: var(--solaris-branco);
    position: relative;
}

.product-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--solaris-dourado), var(--solaris-dourado-claro));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.product-card:hover::after {
    transform: scaleX(1);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 16px 32px rgba(0, 0, 0, 0.06),
        0 32px 64px rgba(0, 0, 0, 0.06);
}

.product-card .card-img-top {
    height: 350px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.product-card:hover .card-img-top {
    transform: scale(1.05);
}

.product-card .card-img-wrapper {
    overflow: hidden;
    position: relative;
}

.product-card .card-img-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(13, 33, 55, 0.08) 0%, transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.product-card:hover .card-img-wrapper::after {
    opacity: 1;
}

.product-card .card-img-overlay-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.product-card:hover .card-img-overlay-actions {
    opacity: 1;
}

.product-card .card-body {
    padding: 1.2rem;
    text-align: center;
}

.product-card .product-category {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--solaris-cinza);
    margin-bottom: 0.3rem;
}

.product-card .product-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: var(--solaris-azul-profundo);
    margin-bottom: 0.5rem;
}

.product-card .product-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--solaris-dourado-escuro);
}

.product-card .product-price-old {
    font-size: 0.85rem;
    color: var(--solaris-cinza);
    text-decoration: line-through;
    margin-right: 0.5rem;
    font-weight: 300;
}

/* ---- Category Cards ---- */
.category-card {
    position: relative;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.category-card:hover img {
    transform: scale(1.1);
}

.category-card .category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent 40%, rgba(0,0,0,0.7));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    color: var(--solaris-branco);
}

.category-card .category-overlay h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--solaris-branco);
    margin-bottom: 0.3rem;
}

.category-card .category-overlay p {
    font-size: 0.85rem;
    opacity: 0.8;
    letter-spacing: 1px;
}

/* ---- Footer ---- */
.footer-solaris {
    background-color: var(--solaris-azul-profundo);
    background-image:
        radial-gradient(ellipse at 10% 90%, rgba(201, 168, 76, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 90% 10%, rgba(95, 168, 211, 0.03) 0%, transparent 50%);
    color: var(--solaris-branco);
    padding: 4rem 0 2rem;
    position: relative;
}

.footer-solaris h5 {
    font-family: 'Playfair Display', serif;
    color: var(--solaris-dourado);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.footer-solaris a {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-solaris a:hover {
    color: var(--solaris-dourado);
    padding-left: 4px;
}

.footer-brand-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-logo {
    height: 50px;
    width: auto;
    border-radius: 6px;
}

.footer-solaris .footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--solaris-branco);
    letter-spacing: 4px;
    text-transform: uppercase;
}

.footer-solaris .footer-bottom {
    border-top: 1px solid rgba(201, 168, 76, 0.15);
    padding-top: 2rem;
    margin-top: 3rem;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}

.footer-solaris .social-icons a {
    font-size: 1.3rem;
    margin: 0 0.4rem;
    color: rgba(255,255,255,0.7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.3s ease;
}

.footer-solaris .social-icons a:hover {
    color: var(--solaris-dourado);
    border-color: var(--solaris-dourado);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(201, 168, 76, 0.2);
    padding-left: 0;
}

/* ---- Newsletter ---- */
.newsletter-section {
    background-color: var(--solaris-areia);
    background-image:
        radial-gradient(ellipse at 30% 50%, rgba(201, 168, 76, 0.06), transparent 60%),
        radial-gradient(ellipse at 70% 50%, rgba(27, 73, 101, 0.04), transparent 60%);
    padding: 5rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.newsletter-section .form-control {
    border-radius: 0;
    border: 1px solid var(--solaris-areia-escuro);
    padding: 0.9rem 1.2rem;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ---- Product Detail ---- */
.product-detail-img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.product-detail .product-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: var(--solaris-azul-profundo);
}

.product-detail .product-price-detail {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--solaris-dourado-escuro);
}

.size-selector .btn-check:checked + .btn {
    background-color: var(--solaris-azul-profundo);
    color: var(--solaris-branco);
    border-color: var(--solaris-azul-profundo);
    box-shadow: 0 2px 8px rgba(13, 33, 55, 0.2);
}

.size-selector .btn {
    border-radius: 0;
    border: 1px solid var(--solaris-areia-escuro);
    min-width: 50px;
    transition: all 0.2s ease;
}

.size-selector .btn:hover {
    transform: scale(1.05);
}

.color-selector .color-swatch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.color-selector .color-swatch.selected,
.color-selector .color-swatch:hover {
    border-color: var(--solaris-dourado);
    box-shadow: 0 0 0 2px var(--solaris-dourado);
}

/* ---- Cart ---- */
.cart-item {
    border-bottom: 1px solid var(--solaris-areia-escuro);
    padding: 1.5rem 0;
    transition: background-color 0.3s ease;
}

.cart-item:hover {
    background-color: rgba(245, 240, 232, 0.3);
}

.cart-item img {
    width: 100px;
    height: 120px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.cart-item:hover img {
    transform: scale(1.03);
}

.cart-summary {
    background-color: var(--solaris-areia);
    padding: 2rem;
    border-top: 3px solid var(--solaris-dourado);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 16px rgba(0, 0, 0, 0.06);
}

/* ---- Admin Panel ---- */
.admin-sidebar {
    background: linear-gradient(180deg, var(--solaris-azul-profundo) 0%, #091620 100%);
    min-height: 100vh;
    padding-top: 1.5rem;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
}

.admin-sidebar .nav-link {
    color: rgba(255,255,255,0.7);
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    margin: 0 0.5rem;
}

.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
    color: var(--solaris-branco);
    background-color: rgba(255,255,255,0.1);
    border-left-color: var(--solaris-dourado);
    transform: translateX(4px);
}

.admin-sidebar .sidebar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--solaris-branco);
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0 1.5rem 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 1rem;
}

.stat-card {
    border: none;
    border-radius: 0;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-left: 4px solid var(--solaris-dourado);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle at top right, rgba(201, 168, 76, 0.08), transparent 70%);
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 12px 24px rgba(0, 0, 0, 0.08);
}

.stat-card .stat-icon {
    font-size: 2rem;
    color: var(--solaris-dourado);
}

.stat-card .stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--solaris-azul-profundo);
}

.stat-card .stat-label {
    font-size: 0.8rem;
    color: var(--solaris-cinza);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- Checkout ---- */
.checkout-steps .step {
    text-align: center;
    padding: 1rem;
    color: var(--solaris-cinza);
}

.checkout-steps .step.active {
    color: var(--solaris-dourado);
    font-weight: 700;
}

.checkout-steps .step.completed {
    color: var(--solaris-azul);
}

/* ---- Breadcrumb ---- */
.breadcrumb-solaris {
    background: transparent;
    padding: 1rem 0;
    font-size: 0.85rem;
}

.breadcrumb-solaris .breadcrumb-item a {
    color: var(--solaris-cinza);
}

.breadcrumb-solaris .breadcrumb-item.active {
    color: var(--solaris-azul-profundo);
}

/* ---- Utility ---- */
.bg-areia {
    background-color: var(--solaris-areia);
}

.bg-azul {
    background-color: var(--solaris-azul-profundo);
}

.text-dourado {
    color: var(--solaris-dourado);
}

.text-azul {
    color: var(--solaris-azul-profundo);
}

.spacing-section {
    padding: 5rem 0;
}

/* ---- Badges ---- */
.badge-promo {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: var(--solaris-dourado);
    color: var(--solaris-branco);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.4rem 0.8rem;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(201, 168, 76, 0.3);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { box-shadow: 0 2px 8px rgba(201, 168, 76, 0.3); }
    50% { box-shadow: 0 2px 12px rgba(201, 168, 76, 0.5); }
}

.badge-novo {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--solaris-azul);
    color: var(--solaris-branco);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.4rem 0.8rem;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(27, 73, 101, 0.3);
}

/* ---- Forms ---- */
.form-control {
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.form-control:focus {
    border-color: var(--solaris-dourado);
    box-shadow:
        0 0 0 3px rgba(201, 168, 76, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: rgba(245, 240, 232, 0.3);
}

.form-select {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-select:focus {
    border-color: var(--solaris-dourado);
    box-shadow:
        0 0 0 3px rgba(201, 168, 76, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.05);
}

/* ---- Validation ---- */
.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

/* ---- Blazor Error ---- */
.blazor-error-boundary {
    background: #b32121;
    padding: 1rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "Ocorreu um erro inesperado."
}

#blazor-error-ui {
    display: none;
    background: var(--solaris-dourado);
    color: var(--solaris-branco);
    padding: 0.8rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

/* ---- Responsive ---- */

/* Navbar mobile: carrinho e user visíveis fora do collapse */
.navbar-mobile-actions {
    display: none;
}

@media (max-width: 991px) {
    .navbar-mobile-actions {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        order: 2;
    }

    .navbar-solaris .navbar-toggler {
        order: 3;
        border: none;
        padding: 0.4rem;
    }

    .navbar-solaris .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-solaris .navbar-brand {
        order: 1;
    }

    .navbar-desktop-actions {
        display: none !important;
    }

    /* Menu aberto: espaçamento melhor */
    .navbar-solaris .navbar-collapse {
        padding: 1rem 0;
        border-top: 1px solid var(--solaris-areia-escuro);
        margin-top: 0.5rem;
    }

    .navbar-solaris .nav-link {
        padding: 0.75rem 0;
        font-size: 0.9rem;
    }
}

/* Filtros mobile: toggle */
.filtro-mobile-toggle {
    display: none;
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--solaris-areia);
    border: 1px solid var(--solaris-areia-escuro);
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--solaris-azul-profundo);
    cursor: pointer;
    text-align: left;
}

@media (max-width: 991px) {
    .filtro-mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .filtro-sidebar {
        display: none;
        background: var(--solaris-areia);
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        border: 1px solid var(--solaris-areia-escuro);
        border-top: none;
    }

    .filtro-sidebar.show {
        display: block;
    }
}

/* Carrinho mobile: layout empilhado */
@media (max-width: 767px) {
    .cart-item-mobile {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1rem !important;
    }

    .cart-item-mobile .cart-item-image {
        display: flex;
        gap: 1rem;
        align-items: center;
        width: 100%;
    }

    .cart-item-mobile .cart-item-actions {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .cart-item-mobile .cart-item-total {
        text-align: right;
        min-width: auto;
    }
}

/* Produto detalhe mobile: thumbnails maiores */
@media (max-width: 767px) {
    .product-thumbnails img {
        width: 60px !important;
        height: 60px !important;
    }

    .product-detail .product-title {
        font-size: 1.5rem;
    }

    .product-detail .product-price-detail {
        font-size: 1.3rem;
    }
}

/* === Tablet (max 768px) === */
@media (max-width: 768px) {
    .hero-banner {
        height: 85vh;
        min-height: 500px;
    }

    .hero-scroll-indicator {
        display: none;
    }

    .product-card .card-img-top {
        height: 250px;
    }

    .category-card {
        height: 250px;
    }

    .category-card-v2 {
        min-height: 220px;
    }

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

    .spacing-section {
        padding: 3rem 0;
    }

    .navbar-solaris .navbar-brand {
        font-size: 1.4rem;
    }

    .promo-title {
        font-size: 2rem;
    }

    .promo-text {
        margin-left: auto;
        margin-right: auto;
    }

    .promo-visual {
        width: 200px;
        height: 200px;
    }

    .promo-circle-1 { width: 200px; height: 200px; }
    .promo-circle-2 { width: 150px; height: 150px; }
    .promo-circle-3 { width: 100px; height: 100px; }

    .feature-item span {
        font-size: 0.7rem;
    }

    /* Buttons: mais largos no mobile */
    .btn-solaris, .btn-solaris-dark, .btn-solaris-outline {
        padding: 0.7rem 1.5rem;
        font-size: 0.8rem;
        letter-spacing: 2px;
    }

    /* Footer: melhor espaçamento */
    .footer-solaris {
        padding: 3rem 0 1.5rem;
    }

    .footer-solaris h5 {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }

    /* Checkout steps */
    .checkout-steps {
        font-size: 0.8rem;
    }

    .checkout-steps .step {
        padding: 0.5rem;
    }

    /* Cart item image */
    .cart-item img {
        width: 80px;
        height: 100px;
    }
}

/* ---- Auth Pages (Login / Registro) ---- */
.auth-logo {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto 1rem;
    border-radius: 6px;
}

.auth-page {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(-45deg, var(--solaris-areia), var(--solaris-areia-escuro), #d4c9b5, var(--solaris-areia));
    background-size: 300% 300%;
    animation: authGradient 12s ease infinite;
    padding: 3rem 1rem;
}

@keyframes authGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.auth-card {
    background: var(--solaris-branco);
    width: 100%;
    max-width: 460px;
    padding: 3rem 2.5rem;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 8px rgba(0, 0, 0, 0.04),
        0 20px 60px rgba(0, 0, 0, 0.08);
    border-top: 3px solid var(--solaris-dourado);
}

.auth-card .auth-brand {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--solaris-azul-profundo);
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5rem;
}

.auth-card .auth-subtitle {
    text-align: center;
    color: var(--solaris-cinza);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.auth-card .auth-divider {
    width: 40px;
    height: 2px;
    background-color: var(--solaris-dourado);
    margin: 0 auto 2rem;
}

.auth-card .form-floating .form-control {
    border-radius: 0;
    border: 1px solid var(--solaris-areia-escuro);
    font-size: 0.9rem;
    padding: 1rem 0.75rem;
}

.auth-card .form-floating .form-control:focus {
    border-color: var(--solaris-dourado);
    box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.15);
}

.auth-card .form-floating label {
    font-size: 0.85rem;
    color: var(--solaris-cinza);
}

/* ---- Password Toggle ---- */
.password-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--solaris-preto);
    opacity: 0.4;
    cursor: pointer;
    z-index: 5;
    padding: 4px 6px;
    font-size: 1rem;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.password-toggle:hover {
    opacity: 0.8;
}

.auth-card .btn-auth {
    background-color: var(--solaris-azul-profundo);
    color: var(--solaris-branco);
    border: none;
    padding: 0.9rem;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
    width: 100%;
}

.auth-card .btn-auth:hover {
    background-color: var(--solaris-azul);
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(13, 33, 55, 0.3);
}

.auth-card .auth-links {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--solaris-areia-escuro);
}

.auth-card .auth-links a {
    color: var(--solaris-azul);
    font-size: 0.85rem;
    transition: color 0.3s ease;
}

.auth-card .auth-links a:hover {
    color: var(--solaris-dourado);
}

.auth-card .form-check-input:checked {
    background-color: var(--solaris-azul-profundo);
    border-color: var(--solaris-azul-profundo);
}

.auth-card .form-check-label {
    font-size: 0.85rem;
    color: var(--solaris-cinza);
}

/* === Celular pequeno (max 576px) === */
@media (max-width: 576px) {
    .auth-card {
        padding: 2rem 1.5rem;
    }

    .auth-card .auth-brand {
        font-size: 1.6rem;
    }

    .hero-banner {
        height: 80vh;
        min-height: 450px;
    }

    .hero-badge {
        font-size: 0.65rem;
        letter-spacing: 3px;
        padding: 0.4rem 1rem;
    }

    .hero-logo {
        width: 80px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
    }

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

    .section-subtitle {
        font-size: 0.85rem;
        margin-bottom: 2rem;
    }

    .spacing-section {
        padding: 2rem 0;
    }

    .product-card .card-img-top {
        height: 200px;
    }

    .product-card .card-body {
        padding: 0.8rem;
    }

    .product-card .product-name {
        font-size: 0.95rem;
    }

    .product-card .product-price {
        font-size: 0.9rem;
    }

    .product-card .product-price-old {
        font-size: 0.75rem;
    }

    .category-card-v2 {
        min-height: 180px;
        padding: 1.5rem;
    }

    .category-card-v2 h3 {
        font-size: 1.2rem;
    }

    .promo-banner {
        padding: 3rem 0;
        text-align: center;
    }

    .promo-title {
        font-size: 1.6rem;
    }

    .promo-badge {
        font-size: 0.6rem;
    }

    .promo-visual {
        width: 150px;
        height: 150px;
        margin: 0 auto;
    }

    .promo-circle-1 { width: 150px; height: 150px; }
    .promo-circle-2 { width: 110px; height: 110px; }
    .promo-circle-3 { width: 70px; height: 70px; }

    .feature-item {
        padding: 0.5rem 0.25rem;
    }

    .feature-item i {
        font-size: 1.2rem;
    }

    .feature-item span {
        font-size: 0.65rem;
    }

    .feature-item small {
        display: none;
    }

    /* Navbar pequeno */
    .navbar-solaris .navbar-brand {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }

    .navbar-logo {
        height: 32px;
    }

    .navbar-solaris {
        padding: 0.6rem 0;
    }

    /* Footer compacto */
    .footer-solaris {
        padding: 2.5rem 0 1rem;
    }

    .footer-brand-wrapper {
        justify-content: center;
    }

    .footer-solaris .footer-brand {
        font-size: 1.4rem;
    }

    .footer-logo {
        height: 40px;
    }

    .footer-solaris .social-icons {
        text-align: center;
    }

    .footer-bottom p {
        font-size: 0.75rem;
    }

    /* Cart summary */
    .cart-summary {
        padding: 1.5rem;
    }

    /* Breadcrumb */
    .breadcrumb-solaris {
        font-size: 0.8rem;
        padding: 0.5rem 0;
    }

    /* Product detail */
    .product-detail-img {
        max-height: 400px;
    }

    /* Newsletter */
    .newsletter-section {
        padding: 2.5rem 0;
    }

    .newsletter-icon {
        font-size: 2rem;
    }
}

/* ---- Account Management ---- */
.account-page {
    background: linear-gradient(180deg, var(--solaris-areia) 0%, var(--solaris-branco) 40%);
    min-height: calc(100vh - 200px);
}

.account-header-icon {
    font-size: 3rem;
    color: var(--solaris-dourado);
    display: block;
    margin-bottom: 1rem;
}

.account-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--solaris-azul-profundo);
    margin-bottom: 0.5rem;
}

.account-subtitle {
    color: var(--solaris-cinza);
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Account Nav */
.account-nav {
    background: var(--solaris-branco);
    border: 1px solid var(--solaris-areia-escuro);
    overflow: hidden;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 16px rgba(0, 0, 0, 0.06);
}

.account-nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem !important;
    color: var(--solaris-cinza) !important;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.account-nav-link i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.account-nav-link:hover {
    background-color: var(--solaris-areia);
    color: var(--solaris-azul-profundo) !important;
    border-left-color: var(--solaris-areia-escuro);
}

.account-nav-link.active {
    background-color: var(--solaris-areia);
    color: var(--solaris-azul-profundo) !important;
    border-left-color: var(--solaris-dourado);
    font-weight: 600;
}

.account-nav-link.active i {
    color: var(--solaris-dourado);
}

/* Account Content Card */
.account-content-card {
    background: var(--solaris-branco);
    border: 1px solid var(--solaris-areia-escuro);
    padding: 2.5rem;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 16px rgba(0, 0, 0, 0.06);
}

.account-section-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--solaris-areia-escuro);
}

.account-section-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: var(--solaris-azul-profundo);
    margin-bottom: 0.3rem;
}

.account-section-header h3 i {
    color: var(--solaris-dourado);
}

.account-section-header p {
    color: var(--solaris-cinza);
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.account-content-card .form-floating .form-control {
    border-radius: 0;
    border: 1px solid var(--solaris-areia-escuro);
    font-size: 0.9rem;
}

.account-content-card .form-floating .form-control:focus {
    border-color: var(--solaris-dourado);
    box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.15);
}

.account-content-card .form-floating .form-control:disabled {
    background-color: var(--solaris-areia);
    color: var(--solaris-cinza);
}

.account-content-card .form-floating label {
    font-size: 0.85rem;
    color: var(--solaris-cinza);
}

@media (max-width: 991px) {
    .account-nav {
        margin-bottom: 1.5rem;
    }

    .account-nav .nav {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .account-nav-link {
        border-left: none;
        border-bottom: 3px solid transparent;
        padding: 0.75rem 1rem !important;
        font-size: 0.8rem;
    }

    .account-nav-link:hover {
        border-left-color: transparent;
        border-bottom-color: var(--solaris-areia-escuro);
    }

    .account-nav-link.active {
        border-left-color: transparent;
        border-bottom-color: var(--solaris-dourado);
    }

    .account-content-card {
        padding: 1.5rem;
    }
}

/* ---- Páginas Institucionais ---- */
.institucional-content {
    line-height: 1.8;
    color: #444;
}

.institucional-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: var(--solaris-azul-profundo);
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--solaris-areia-escuro);
}

.institucional-content h3:first-child {
    margin-top: 0;
}

.institucional-content p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.institucional-content ul,
.institucional-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.institucional-content li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.institucional-content strong {
    color: var(--solaris-azul-profundo);
}

/* ---- Product Zoom ---- */
.product-zoom-container {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.product-zoom-container img {
    transition: transform 0.3s ease;
    will-change: transform, transform-origin;
    width: 100%;
}

/* ---- Product Thumbnails ---- */
.product-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
}

.product-thumb.active,
.product-thumb:hover {
    border-color: var(--solaris-dourado);
}

/* ---- Dark Mode Toggle ---- */
.dark-mode-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0.25rem;
    color: inherit;
    transition: color 0.3s;
}

/* ================================================
   DARK MODE
   ================================================ */
[data-theme="dark"] {
    --solaris-branco: #1a1a2e;
    --solaris-preto: #e8e8e8;
    --solaris-areia: #16213e;
    --solaris-areia-escuro: #0f3460;
    --solaris-cinza-claro: #1a1a2e;
    --solaris-cinza: #b0b0b0;
}

[data-theme="dark"] html,
[data-theme="dark"] body,
[data-theme="dark"] {
    background-color: #1a1a2e;
    color: #e8e8e8;
}

/* Titulos e textos */
[data-theme="dark"] h1,
[data-theme="dark"] h2,
[data-theme="dark"] h3,
[data-theme="dark"] h4,
[data-theme="dark"] h5,
[data-theme="dark"] h6 {
    color: #f0f0f0;
}

[data-theme="dark"] .section-title {
    color: #f0f0f0;
}

[data-theme="dark"] .section-subtitle {
    color: var(--solaris-dourado-claro);
}

[data-theme="dark"] .section-divider {
    background-color: var(--solaris-dourado);
}

[data-theme="dark"] p {
    color: #c8c8d0;
}

/* Cards gerais */
[data-theme="dark"] .card,
[data-theme="dark"] .cart-summary,
[data-theme="dark"] .cart-item {
    background-color: #16213e !important;
    border-color: #0f3460 !important;
    color: #e8e8e8;
}

[data-theme="dark"] .card-body {
    background-color: #16213e;
    color: #e8e8e8;
}

/* Formularios */
[data-theme="dark"] .form-control,
[data-theme="dark"] .form-select {
    background-color: #0f3460;
    border-color: #1b4965;
    color: #e8e8e8;
}

[data-theme="dark"] .form-control::placeholder {
    color: #9e9e9e;
}

[data-theme="dark"] .form-label {
    color: #c8c8d0;
}

[data-theme="dark"] .form-check-label {
    color: #c8c8d0;
}

[data-theme="dark"] .text-muted {
    color: #9e9e9e !important;
}

/* Tabelas */
[data-theme="dark"] .table {
    color: #e8e8e8;
}

[data-theme="dark"] .table > :not(caption) > * > * {
    background-color: #16213e;
    border-color: #0f3460;
    color: #e8e8e8;
}

[data-theme="dark"] .table thead th {
    color: #c9a84c;
}

/* Navbar - see enhanced dark mode section below */

/* Backgrounds */
[data-theme="dark"] .bg-areia,
[data-theme="dark"] .bg-white {
    background-color: #16213e !important;
}

[data-theme="dark"] .spacing-section {
    background-color: #1a1a2e;
}

/* Features strip */
[data-theme="dark"] .features-strip {
    background-color: #0f3460;
}

[data-theme="dark"] .feature-item span,
[data-theme="dark"] .feature-item small {
    color: #e8e8e8;
}

/* Category cards */
[data-theme="dark"] .category-card-v2 h3,
[data-theme="dark"] .category-card-v2 p,
[data-theme="dark"] .category-card-v2 .category-card-link {
    color: #fff;
}

/* Dropdown */
[data-theme="dark"] .dropdown-menu-solaris {
    background-color: #16213e;
    border-color: #0f3460;
}

[data-theme="dark"] .dropdown-item {
    color: #e8e8e8;
}

[data-theme="dark"] .dropdown-item:hover {
    background-color: #0f3460;
}

[data-theme="dark"] .dropdown-header {
    color: #c9a84c;
}

/* Promo banner */
[data-theme="dark"] .promo-banner {
    background-color: #0f0f23;
}

[data-theme="dark"] .promo-title,
[data-theme="dark"] .promo-text {
    color: #f0f0f0;
}

[data-theme="dark"] .promo-badge {
    color: #fff;
}

/* Newsletter */
[data-theme="dark"] .newsletter-section {
    background-color: #0f3460;
}

[data-theme="dark"] .newsletter-section h2,
[data-theme="dark"] .newsletter-section p {
    color: #f0f0f0;
}

/* Auth */
[data-theme="dark"] .auth-card {
    background-color: #16213e;
}

[data-theme="dark"] .auth-card .auth-subtitle,
[data-theme="dark"] .auth-card p,
[data-theme="dark"] .auth-card label {
    color: #c8c8d0;
}

/* Links */
[data-theme="dark"] .breadcrumb-item a,
[data-theme="dark"] a:not(.btn):not(.nav-link):not(.navbar-brand):not(.text-decoration-none) {
    color: var(--solaris-dourado-claro);
}

/* Product cards */
[data-theme="dark"] .product-card {
    background-color: #16213e;
    border-color: #0f3460;
}

[data-theme="dark"] .product-name {
    color: #e8e8e8;
}

[data-theme="dark"] .product-category {
    color: #9e9e9e;
}

[data-theme="dark"] .product-price {
    color: #c9a84c;
}

/* Product detail */
[data-theme="dark"] .product-title {
    color: #f0f0f0;
}

[data-theme="dark"] .product-price-detail {
    color: #c9a84c;
}

/* Filtro sidebar */
[data-theme="dark"] .filtro-sidebar {
    background-color: #16213e;
}

[data-theme="dark"] .filtro-sidebar h5,
[data-theme="dark"] .filtro-sidebar label {
    color: #e8e8e8;
}

/* Stat cards (admin) */
[data-theme="dark"] .stat-card {
    background-color: #16213e !important;
    color: #e8e8e8;
}

[data-theme="dark"] .stat-card h3 {
    color: #c9a84c;
}

/* Admin sidebar */
[data-theme="dark"] .admin-sidebar {
    background-color: #0a0a1a;
}

/* Footer */
[data-theme="dark"] .footer-solaris {
    background-color: #0a0a1a;
}

/* HR */
[data-theme="dark"] hr {
    border-color: #0f3460;
}

/* Alerts */
[data-theme="dark"] .alert-success {
    background-color: #0d3320;
    border-color: #155d3a;
    color: #a3d9b1;
}

[data-theme="dark"] .alert-danger {
    background-color: #3d1212;
    border-color: #5a1a1a;
    color: #e8a0a0;
}

/* Badges */
[data-theme="dark"] .badge.bg-secondary {
    background-color: #0f3460 !important;
}

/* Hero banner (ja escuro, nao precisa mudar muito) */

/* Checkout steps */
[data-theme="dark"] .checkout-steps .step {
    color: #9e9e9e;
}

[data-theme="dark"] .checkout-steps .step.active {
    color: #c9a84c;
}

/* Buttons outline */
[data-theme="dark"] .btn-outline-secondary {
    border-color: #4a5568;
    color: #c8c8d0;
}

[data-theme="dark"] .btn-outline-secondary:hover {
    background-color: #0f3460;
    border-color: #1b4965;
    color: #fff;
}

/* Modal / offcanvas */
[data-theme="dark"] .modal-content {
    background-color: #16213e;
    color: #e8e8e8;
}

/* Breadcrumb */
[data-theme="dark"] .breadcrumb-item {
    color: #9e9e9e;
}

[data-theme="dark"] .breadcrumb-item.active {
    color: #c8c8d0;
}

/* ================================================
   SKELETON LOADING SCREENS
   ================================================ */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.skeleton {
    background: linear-gradient(90deg, #e8e0d4 25%, #f5f0e8 50%, #e8e0d4 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite ease-in-out;
    border-radius: 4px;
}

.skeleton-card {
    border: none;
    overflow: hidden;
}

.skeleton-img {
    width: 100%;
    aspect-ratio: 3/4;
}

.skeleton-text {
    height: 14px;
    margin-bottom: 8px;
}

.skeleton-text-sm {
    height: 10px;
    width: 60%;
    margin-bottom: 6px;
}

.skeleton-text-lg {
    height: 20px;
    width: 40%;
}

.skeleton-category {
    height: 200px;
    border-radius: 12px;
}

[data-theme="dark"] .skeleton {
    background: linear-gradient(90deg, #1a1a2e 25%, #16213e 50%, #1a1a2e 75%);
    background-size: 200% 100%;
}

/* ================================================
   SCROLL REVEAL ANIMATIONS
   ================================================ */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s 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; }

/* ================================================
   WHATSAPP FLOATING BUTTON
   ================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    color: #fff;
}

.whatsapp-float .whatsapp-tooltip {
    position: absolute;
    right: 68px;
    background: #fff;
    color: #333;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
}

[data-theme="dark"] .whatsapp-float .whatsapp-tooltip {
    background: #16213e;
    color: #e8e8e8;
}

/* ================================================
   NAVBAR SEARCH
   ================================================ */
.navbar-search {
    position: relative;
    max-width: 220px;
}

.navbar-search .form-control {
    border-radius: 20px;
    border: 1px solid var(--solaris-areia-escuro);
    background: var(--solaris-areia);
    color: var(--solaris-preto);
    padding: 0.35rem 0.75rem 0.35rem 2.2rem;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    height: 36px;
}

.navbar-search .form-control::placeholder {
    color: var(--solaris-cinza);
}

.navbar-search .form-control:focus {
    background: #fff;
    border-color: var(--solaris-dourado);
    box-shadow: 0 0 0 2px rgba(201, 168, 76, 0.15);
    color: var(--solaris-preto);
}

.navbar-search .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--solaris-cinza);
    font-size: 0.85rem;
    pointer-events: none;
}

@media (max-width: 991px) {
    .navbar-search {
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
}

[data-theme="dark"] .navbar-search .form-control {
    background: rgba(255,255,255,0.08);
    border-color: #4a5568;
    color: #e8e8e8;
}

[data-theme="dark"] .navbar-search .form-control::placeholder {
    color: #9e9e9e;
}

[data-theme="dark"] .navbar-search .form-control:focus {
    background: rgba(255,255,255,0.12);
    border-color: var(--solaris-dourado);
}

[data-theme="dark"] .navbar-search .search-icon {
    color: #9e9e9e;
}

/* ================================================
   CHECKOUT PROGRESS BAR (Enhanced)
   ================================================ */
.checkout-progress {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 0 1rem;
}

.checkout-progress .progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

.checkout-progress .step-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid #d0d0d0;
    background: #fff;
    color: #999;
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}

.checkout-progress .step-label {
    font-size: 0.75rem;
    color: #999;
    margin-top: 8px;
    font-weight: 500;
    transition: color 0.3s;
}

.checkout-progress .step-line {
    width: 80px;
    height: 2px;
    background: #d0d0d0;
    margin: 0 8px;
    margin-bottom: 26px;
    transition: background 0.4s ease;
}

.checkout-progress .progress-step.active .step-circle {
    border-color: var(--solaris-dourado);
    background: var(--solaris-dourado);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.2);
    animation: stepPulse 2s ease-in-out infinite;
}

@keyframes stepPulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(201, 168, 76, 0.2); }
    50% { box-shadow: 0 0 0 8px rgba(201, 168, 76, 0.1); }
}

.checkout-progress .progress-step.active .step-label {
    color: var(--solaris-dourado-escuro);
    font-weight: 700;
}

.checkout-progress .progress-step.completed .step-circle {
    border-color: var(--solaris-azul);
    background: var(--solaris-azul);
    color: #fff;
}

.checkout-progress .progress-step.completed .step-circle i {
    animation: checkIn 0.3s ease-out;
}

@keyframes checkIn {
    from { transform: scale(0); }
    to { transform: scale(1); }
}

.checkout-progress .progress-step.completed .step-label {
    color: var(--solaris-azul);
}

.checkout-progress .step-line.active {
    background: var(--solaris-azul);
}

[data-theme="dark"] .checkout-progress .step-circle {
    background: #1a1a2e;
    border-color: #4a5568;
    color: #9e9e9e;
}

[data-theme="dark"] .checkout-progress .step-line {
    background: #4a5568;
}

[data-theme="dark"] .checkout-progress .progress-step.active .step-circle {
    background: var(--solaris-dourado);
    border-color: var(--solaris-dourado);
    color: #fff;
}

[data-theme="dark"] .checkout-progress .progress-step.completed .step-circle {
    background: var(--solaris-azul-claro);
    border-color: var(--solaris-azul-claro);
}

[data-theme="dark"] .checkout-progress .step-label {
    color: #9e9e9e;
}

[data-theme="dark"] .checkout-progress .progress-step.active .step-label {
    color: #c9a84c;
}

@media (max-width: 576px) {
    .checkout-progress .step-line {
        width: 40px;
    }
    .checkout-progress .step-circle {
        width: 38px;
        height: 38px;
        font-size: 0.85rem;
    }
    .checkout-progress .step-label {
        font-size: 0.65rem;
    }
}

/* ================================================
   NEWSLETTER SUCCESS
   ================================================ */
.newsletter-success {
    color: #25D366;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.newsletter-error {
    color: #dc3545;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

/* ================================================
   SKIP TO CONTENT (Acessibilidade)
   ================================================ */
.skip-to-content {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--solaris-azul-profundo);
    color: var(--solaris-branco);
    padding: 0.75rem 1.5rem;
    z-index: 9999;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    transition: top 0.2s;
}
.skip-to-content:focus {
    top: 0;
    color: var(--solaris-dourado);
}

/* ================================================
   DARK MODE - Complemento
   ================================================ */
[data-theme="dark"] .page-link {
    background-color: #16213e;
    border-color: #0f3460;
    color: #e8e8e8;
}
[data-theme="dark"] .page-item.active .page-link {
    background-color: var(--solaris-dourado);
    border-color: var(--solaris-dourado);
    color: #1a1a2e;
}
[data-theme="dark"] .page-item.disabled .page-link {
    background-color: #0f3460;
    color: #666;
}
[data-theme="dark"] .alert-warning {
    background-color: #332d1a;
    border-color: #665a30;
    color: #f0d878;
}
[data-theme="dark"] .input-group .form-control,
[data-theme="dark"] .input-group .btn {
    border-color: #0f3460;
}
[data-theme="dark"] .list-group-item {
    background-color: #16213e;
    border-color: #0f3460;
    color: #e8e8e8;
}
[data-theme="dark"] .text-dourado {
    color: var(--solaris-dourado) !important;
}
[data-theme="dark"] .btn-outline-primary {
    color: var(--solaris-azul-claro);
    border-color: var(--solaris-azul-claro);
}
[data-theme="dark"] .btn-outline-danger {
    color: #f57070;
    border-color: #f57070;
}
[data-theme="dark"] .dropdown-divider {
    border-color: #0f3460;
}
[data-theme="dark"] .stat-label {
    color: #b0b0b0;
}
[data-theme="dark"] .stat-value {
    color: #f0f0f0;
}
[data-theme="dark"] .stat-icon {
    color: var(--solaris-dourado);
}
[data-theme="dark"] .badge.bg-info {
    background-color: #1a5276 !important;
}
[data-theme="dark"] .badge.bg-warning {
    background-color: #665a30 !important;
    color: #f0d878 !important;
}
[data-theme="dark"] .badge.bg-success {
    background-color: #1a5230 !important;
}
[data-theme="dark"] .badge.bg-danger {
    background-color: #521a1a !important;
}
[data-theme="dark"] .badge.bg-primary {
    background-color: #1a3a52 !important;
}

/* ---- Mobile Action Links (navbar) ---- */
.mobile-action-link {
    padding: 0.25rem;
}
.mobile-action-link i {
    font-size: 1.2rem;
}

/* ---- Search Suggestions Dropdown ---- */
.search-suggestions-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--solaris-branco);
    border: 1px solid #ddd;
    z-index: 1050;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.search-suggestions-dropdown a {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
}
.search-suggestions-dropdown a:hover {
    background-color: var(--solaris-areia);
}
.search-suggestions-dropdown .suggestion-price {
    color: var(--solaris-dourado);
    font-weight: 600;
}

/* ---- Footer Description ---- */
.footer-description {
    font-size: 0.9rem;
    line-height: 1.8;
}

/* ================================================
   PAGE TRANSITIONS
   ================================================ */
main#main-content {
    animation: pageIn 0.4s ease-out;
}

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

/* ================================================
   PROMO CAROUSEL ENHANCED
   ================================================ */
.promo-banner .carousel-indicators [data-bs-target] {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    transition: all 0.4s ease;
}

.promo-banner .carousel-indicators .active {
    background-color: var(--solaris-dourado);
    width: 50px;
}

.promo-visual:hover .promo-icon {
    transform: scale(1.1) rotate(5deg);
    transition: transform 0.4s ease;
}

/* ================================================
   PRODUCT THUMBNAILS ENHANCED
   ================================================ */
.product-thumb {
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.product-thumb:hover {
    border-color: var(--solaris-dourado-claro) !important;
    transform: scale(1.05);
}

.product-thumb.active {
    border-color: var(--solaris-dourado) !important;
    box-shadow: 0 2px 8px rgba(201, 168, 76, 0.25);
}

/* ================================================
   DARK MODE - Visual Enhancements
   ================================================ */
[data-theme="dark"] .navbar-solaris {
    background-color: rgba(15, 15, 35, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[data-theme="dark"] .product-card:hover {
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 16px 32px rgba(0, 0, 0, 0.15),
        0 32px 64px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .cart-item:hover {
    background-color: rgba(15, 52, 96, 0.15);
}

[data-theme="dark"] .form-control:focus {
    background-color: rgba(15, 52, 96, 0.3);
}

[data-theme="dark"] .category-card-v2:hover {
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.15),
        0 16px 32px rgba(0, 0, 0, 0.2),
        0 32px 64px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .auth-card {
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 20px 60px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .stat-card:hover {
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 12px 24px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .account-nav,
[data-theme="dark"] .account-content-card {
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.1),
        0 4px 16px rgba(0, 0, 0, 0.15);
}

[data-theme="dark"] .cart-summary {
    border-top-color: var(--solaris-dourado);
}

[data-theme="dark"] .footer-solaris .social-icons a {
    border-color: rgba(255,255,255,0.1);
}

/* ================================================
   CUSTOM SCROLLBAR
   ================================================ */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--solaris-areia);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--solaris-dourado), var(--solaris-dourado-escuro));
    border-radius: 5px;
    border: 2px solid var(--solaris-areia);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--solaris-dourado-claro), var(--solaris-dourado));
}

[data-theme="dark"] ::-webkit-scrollbar-track {
    background: #0d1b2a;
}

[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--solaris-dourado), var(--solaris-dourado-escuro));
    border-color: #0d1b2a;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: var(--solaris-dourado) var(--solaris-areia);
}

[data-theme="dark"] html {
    scrollbar-color: var(--solaris-dourado) #0d1b2a;
}

/* ================================================
   GOLD GLOW HOVER EFFECTS
   ================================================ */
.btn-solaris:hover {
    box-shadow:
        0 4px 15px rgba(201, 168, 76, 0.4),
        0 0 20px rgba(201, 168, 76, 0.15);
}

.product-card:hover {
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.04),
        0 4px 12px rgba(0, 0, 0, 0.06),
        0 16px 32px rgba(0, 0, 0, 0.04),
        0 0 20px rgba(201, 168, 76, 0.08);
}

.footer-solaris .social-icons a:hover {
    box-shadow: 0 0 15px rgba(201, 168, 76, 0.3);
    border-color: var(--solaris-dourado);
}

.navbar-solaris .nav-link:hover {
    text-shadow: 0 0 8px rgba(201, 168, 76, 0.2);
}

.category-card-v2:hover {
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.08),
        0 16px 32px rgba(0, 0, 0, 0.06),
        0 0 20px rgba(201, 168, 76, 0.08);
}

.btn-solaris-dark:hover {
    box-shadow:
        0 4px 15px rgba(13, 33, 55, 0.3),
        0 0 15px rgba(201, 168, 76, 0.1);
}
