/* Barra de navegacion y Footer con gradiente */
.navbar,
.footer {
    background: linear-gradient(to right, #2c3e50, #34495e);
    color: white;
}

/* Cambiar el color del texto de los enlaces de la barra de navegacion a blanco */
.navbar .nav-link,
.footer span {
    color: white !important;
}

/* Degradado brillante para el nombre de la tienda */
.navbar .navbar-brand {
    font-size: 1.8em;
    font-weight: bold;
    background: linear-gradient(to right, #89f7fe 0%, #66a6ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Estilo del contenedor de contacto */
.contact-container {
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Estilo de las etiquetas del formulario */
.form-label {
    font-weight: bold;
}

/* Botón de enviar con gradiente */
.btn-primary {
    background: linear-gradient(to right, #007bff, #0056b3);
    border: none;
}

/* --- Utility Classes --- */
.gradient-text {
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text-blue {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-brand-custom {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(45deg, #00c6ff, #e83e8c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* --- Estilos del Carrusel de Productos --- */

#productCarousel {
    background: linear-gradient(to right, #2c3e50, #000000);
}

#productCarousel .carousel-item {
    background-color: transparent;
    height: 550px;
}

#productCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain; 
}

#productCarousel .carousel-caption {
    bottom: 15%;
    left: 12%;
    right: 12%;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 8px;
    padding: 25px 20px;
}

#productCarousel .carousel-caption h5 {
    font-size: 1.9rem;
    font-weight: bold;
}

#productCarousel .carousel-caption p {
    font-size: 1.15rem;
}

#productCarousel .new-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 1.1rem;
    padding: 8px 15px;
    border-radius: 5px;
}

.carousel-fade .carousel-item {
    transition: opacity 0.8s ease-in-out;
}

.carousel-indicators [data-bs-target] {
    width: 30px;
    height: 3px;
    background-color: #fff;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

/* --- Sección de Bienvenida y Conócenos Mejor --- */
.text-justify {
    text-align: justify;
}

.about-section .about-icon {
    font-size: 4rem; /* Tamaño grande y atractivo */
    color: #0d6efd; /* Color primario de Bootstrap */
}

/* --- Contact Page Styles --- */
.contact-container-custom {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 5rem; /* Added margin to create space above the footer */
}
.contact-title {
    font-weight: bold;
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
}
.contact-header-custom {
    background-color: #1976D2;
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
}

.btn-custom-send {
    background-color: #1976D2;
    border-color: #1976D2;
    border-radius: 5px;
    padding: 10px 0;
    font-weight: bold;
    width: 100%;
}

/* --- PayPal Login Style --- */
.login-container {
    max-width: 450px;
    margin: 50px auto;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.login-logo {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    background: linear-gradient(to right, #007bff, #0056b3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-title {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    color: #6c757d;
}

.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-login {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-register-alt {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #495057;
}

/* --- Product Detail Page --- */
.gallery-and-main-media {
    display: flex;
}

.thumbnail-gallery-vertical {
    flex-shrink: 0;
    width: 90px;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 1rem; /* Space between thumbs and main image */
}

.thumbnail-item-vertical {
    cursor: pointer;
    border: 2px solid #e9ecef;
    border-radius: 5px;
    padding: 2px;
    position: relative;
    transition: border-color .2s ease;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

.thumbnail-item-vertical:hover,
.thumbnail-item-vertical.active {
    border-color: #007bff;
}

.thumbnail-item-vertical img,
.thumbnail-item-vertical video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.main-media-display-vertical {
    flex-grow: 1;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.main-media-display-vertical img,
.main-media-display-vertical video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.product-info-panel {
    padding: 1.5rem;
}

.video-thumbnail-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    opacity: 0.8;
    pointer-events: none;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* --- About Us Page --- */
.about-header {
    background-color: #f8f9fa;
    padding: 4rem 2rem;
    margin-bottom: 3rem;
    border-radius: .3rem;
}
.section-title {
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: .5rem;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #66a6ff;
}
.service-card {
    border: 1px solid #e9ecef;
    border-radius: .3rem;
    padding: 2rem;
    text-align: center;
    transition: transform .2s, box-shadow .2s;
    background-color: #fff;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.service-icon {
    font-size: 3rem;
    color: #66a6ff;
    margin-bottom: 1.5rem;
}
.team-member {
    text-align: center;
}
.team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}


/* --- Shopping Cart --- */
.cart-item .card-body {
    padding: 1rem;
}

.update-cart-form .input-group {
    max-width: 140px;
}


/* Responsive adjustments */
@media (max-width: 991.98px) {
    .gallery-and-main-media {
        flex-direction: column-reverse;
    }
    .thumbnail-gallery-vertical {
        flex-direction: row;
        overflow-y: hidden;
        overflow-x: auto;
        width: 100%;
        max-height: none;
        margin-top: 1rem;
        margin-right: 0;
    }
    .thumbnail-item-vertical {
        margin-bottom: 0 !important;
        margin-right: 0.5rem;
    }
    .main-media-display-vertical {
        height: auto;
        min-height: 400px; /* Minimum height on smaller screens */
    }
}

@media (max-width: 767.98px) {
    .about-header {
        padding: 2.5rem 1.5rem;
    }
    .about-header .display-4 {
        font-size: 2.5rem;
    }
    .about-header .lead {
        font-size: 1.1rem;
    }
    .section-title {
        font-size: 1.75rem;
    }
    p.fs-5 {
        font-size: 1rem !important;
    }

    /* Cart Responsive */
    .cart-item .row {
        flex-direction: column;
        align-items: center;
    }

    .cart-item .col-md-2, .cart-item .col-4 {
        width: 60%;
        max-height: 180px;
        margin-bottom: 1rem;
    }
    
    .cart-item .col-md-10, .cart-item .col-8 {
        width: 100%;
    }

    .cart-item .card-body {
        padding: 0 1rem 1rem 1rem;
        text-align: center;
    }
    
    .cart-item .update-cart-form {
        justify-content: center;
    }

    .cart-item img {
       border-radius: .25rem !important;
    }
    
    .text-end {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .cart-item .card-title {
        font-size: 1.15rem;
    }
    
    .update-cart-form .input-group {
        max-width: 100%;
    }
}

/* ==========================================================================
   Nuevos Estilos Premium para la Página de Inicio (Dianadarishop)
   ========================================================================== */

:root {
    --primary-color: #3b82f6;
    --primary-hover: #2563eb;
    --secondary-color: #64748b;
    --dark-blue: #0f172a;
    --light-bg: #f8fafc;
    --accent-pink: #ec4899;
    --accent-violet: #8b5cf6;
    --card-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    --hover-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

body {
    font-family: 'Outfit', 'Montserrat', sans-serif !important;
    background-color: var(--light-bg);
    color: #334155;
}

/* Modificaciones a la Barra de Navegación */
.navbar {
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.9rem 1.5rem;
}

.navbar .nav-link-custom {
    color: rgba(241, 245, 249, 0.85) !important;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1.2rem;
    border-radius: 8px;
}

.navbar .nav-link-custom:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.05);
}

.navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.navbar .navbar-toggler-icon {
    filter: invert(1);
}

.navbar-brand-custom {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.8rem;
    background: linear-gradient(135deg, #60a5fa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Nuevos estilos premium para el logotipo de la marca */
.navbar-logo-premium {
    height: 48px !important;
    width: 48px !important;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.25);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.navbar-logo-premium:hover {
    transform: scale(1.08) rotate(2deg);
    box-shadow: 0 6px 18px rgba(244, 114, 182, 0.4);
    border-color: rgba(255, 255, 255, 0.28);
}

.footer-logo-premium {
    height: 56px !important;
    width: 56px !important;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.footer-logo-premium:hover {
    transform: scale(1.08) rotate(-2deg);
    box-shadow: 0 6px 20px rgba(96, 165, 250, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
}

/* --- Hero Swiper / Banner Principal --- */
.hero-section-wrapper {
    background: #0f172a;
    padding: 0;
    overflow: hidden;
}

.hero-swiper {
    width: 100%;
    height: 550px;
    position: relative;
}

.hero-slide-item {
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 10% 20%, #1e293b 0%, #0f172a 100%);
}

.hero-image-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
    z-index: 1;
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 3rem;
    color: #ffffff;
}

.hero-tag {
    display: inline-block;
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.25rem;
    background: linear-gradient(135deg, #ffffff 40%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.1rem;
    color: #94a3b8;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 300;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: white;
    border: none;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
    text-decoration: none;
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
    color: white;
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

/* --- Grid de Características (Beneficios) --- */
.features-section {
    background: #ffffff;
    padding: 3rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.feature-box {
    text-align: center;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-radius: 16px;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-4px);
    background: #fafafa;
}

.feature-icon-wrapper {
    width: 56px;
    height: 56px;
    background: rgba(59, 130, 246, 0.06);
    color: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

.feature-box:hover .feature-icon-wrapper {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(59, 130, 246, 0.25);
}

.feature-title {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--dark-blue);
    margin-bottom: 0.4rem;
}

.feature-desc {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0;
}

/* --- Encabezado de Sección --- */
.section-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.section-tag {
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #3b82f6;
    margin-bottom: 0.6rem;
    display: inline-block;
}

.section-main-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--dark-blue);
    position: relative;
    padding-bottom: 0.5rem;
}

/* --- Burbujas de Categorías --- */
.categories-section {
    padding: 4.5rem 0 2.5rem;
    background: var(--light-bg);
}

.category-circle-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
}

.category-circle-img-wrapper {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.05);
    border: 4px solid #ffffff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-circle-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.category-circle-card:hover .category-circle-img-wrapper {
    transform: scale(1.08) translateY(-4px);
    box-shadow: 0 12px 25px rgba(59, 130, 246, 0.18);
    border-color: #3b82f6;
}

.category-circle-card:hover .category-circle-img-wrapper img {
    transform: scale(1.12);
}

.category-circle-name {
    margin-top: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #475569;
    transition: color 0.3s;
    text-align: center;
}

.category-circle-card:hover .category-circle-name {
    color: #3b82f6;
}

/* --- Estilos de las Pasarelas (Swiper) --- */
.product-slider-section {
    padding: 4rem 0;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
}

.product-slider-section.bg-light-stripe {
    background: var(--light-bg);
}

.products-swiper-container {
    padding: 1rem 1rem 3.5rem 1rem !important;
    position: relative;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    width: 46px !important;
    height: 46px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.12) !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.3s ease !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1rem !important;
    font-weight: 900 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.22) !important;
    border-color: #0f172a !important;
}

.swiper-pagination-bullet {
    background: #cbd5e1 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #3b82f6 !important;
    width: 20px !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

/* --- Tarjeta de Producto Premium --- */
.product-card-premium {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: var(--hover-shadow);
    border-color: #e2e8f0;
}

.product-badge-group {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.premium-badge-discount {
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 5px 9px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(239, 68, 68, 0.25);
    text-transform: uppercase;
}

.premium-badge-new {
    background: linear-gradient(135deg, #10b981, #047857);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 5px 9px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.25);
    text-transform: uppercase;
}

.product-img-wrapper {
    position: relative;
    height: 260px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.product-img-wrapper img {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card-premium:hover .product-img-wrapper img {
    transform: scale(1.06);
}

.product-details {
    padding: 1.25rem 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-category-name {
    font-size: 0.72rem;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 0.4rem;
}

.product-title-premium {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 0.75rem;
    line-height: 1.4;
    height: 2.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none !important;
    transition: color 0.2s;
}

.product-title-premium:hover {
    color: #3b82f6;
}

.product-price-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
    margin-bottom: 1.25rem;
}

.price-curr-premium {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.price-old-premium {
    font-size: 0.95rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.product-action-row {
    display: flex;
    gap: 0.5rem;
}

.btn-details-premium {
    border: 1.5px solid #e2e8f0;
    background: transparent;
    color: #475569;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.btn-details-premium:hover {
    border-color: #0f172a;
    background: #f8fafc;
    color: #0f172a;
}

.btn-cart-premium {
    flex-grow: 1;
    background: #0f172a;
    color: #ffffff;
    border: none;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-cart-premium:hover {
    background: #3b82f6;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.35);
}

.btn-cart-premium:disabled {
    background: #e2e8f0;
    color: #94a3b8;
    cursor: not-allowed;
    box-shadow: none;
}

/* --- Banner Promocional --- */
.promo-banner-section {
    padding: 5rem 0;
    background: #ffffff;
}

.promo-banner-card {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    padding: 5rem 4rem;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.promo-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.promo-content {
    max-width: 600px;
    position: relative;
    z-index: 5;
    color: white;
}

.promo-tag {
    color: #818cf8;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.promo-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem;
}

.promo-desc {
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2.25rem;
    font-weight: 300;
}

/* --- Artículos de Blog --- */
.blog-section {
    padding: 4.5rem 0 6rem;
    background: var(--light-bg);
    border-top: 1px solid #f1f5f9;
}

.blog-card-premium {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: var(--card-shadow);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
    border-color: #cbd5e1;
}

.blog-card-img-wrapper {
    height: 220px;
    overflow: hidden;
    background: #f1f5f9;
}

.blog-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card-premium:hover .blog-card-img-wrapper img {
    transform: scale(1.06);
}

.blog-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-date {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.blog-card-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--dark-blue);
    margin-bottom: 0.75rem;
    line-height: 1.4;
    text-decoration: none !important;
    transition: color 0.2s;
}

.blog-card-title:hover {
    color: #3b82f6;
}

.blog-card-excerpt {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.blog-card-link {
    font-weight: 700;
    font-size: 0.85rem;
    color: #3b82f6;
    text-decoration: none !important;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.blog-card-link:hover {
    color: #2563eb;
}

/* Ajustes Responsive Generales */
@media (max-width: 991.98px) {
    .hero-swiper {
        height: 450px;
    }
    .hero-title {
        font-size: 2.5rem;
    }
    .hero-image-bg {
        width: 40%;
    }
}

@media (max-width: 767.98px) {
    .hero-swiper {
        height: auto;
    }
    .hero-slide-item {
        flex-direction: column;
        padding-top: 2rem;
        background: #0f172a;
    }
    .hero-image-bg {
        position: relative;
        width: 100%;
        height: 250px;
        opacity: 0.9;
        mask-image: none;
        -webkit-mask-image: none;
    }
    .hero-content {
        padding: 2rem 1.5rem;
        text-align: center;
    }
    .hero-tag {
        margin-bottom: 1rem;
    }
    .hero-title {
        font-size: 2rem;
    }
    .hero-actions {
        justify-content: center;
    }
    .promo-banner-card {
        padding: 3rem 2rem;
        text-align: center;
    }
    .promo-title {
        font-size: 2.25rem;
    }
}

/* --- Estilos para la Página de Catálogo (Filtros y Grid) --- */
.products-header-gradient {
    background: radial-gradient(circle at 10% 20%, #1e293b 0%, #0f172a 100%);
    padding: 5rem 0;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.products-header-gradient .promo-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.12) 0%, transparent 60%);
    pointer-events: none;
}

.products-header-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    background: linear-gradient(135deg, #ffffff 40%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.products-header-subtitle {
    font-size: 1.1rem;
    color: #94a3b8;
    font-weight: 300;
}

.filter-bar-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.03);
    padding: 1.75rem;
    margin-top: -2.5rem;
    position: relative;
    z-index: 15;
    margin-bottom: 3rem;
}

.search-input-wrapper {
    position: relative;
}

.search-input-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
}

.search-input-field {
    padding-left: 45px !important;
    border-radius: 12px !important;
    border: 1.5px solid #e2e8f0 !important;
    height: 48px;
    font-size: 0.95rem;
    transition: all 0.3s ease !important;
}

.search-input-field:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

.filter-select-field {
    border-radius: 12px !important;
    border: 1.5px solid #e2e8f0 !important;
    height: 48px;
    font-size: 0.95rem;
    color: #475569;
    transition: all 0.3s ease !important;
}

.filter-select-field:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

.category-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dashed #e2e8f0;
}

.category-pill-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 30px;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1.5px solid #e2e8f0;
}

.category-pill-link:hover {
    background: #cbd5e1;
    color: #0f172a;
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.category-pill-link.active {
    background: rgba(59, 130, 246, 0.08);
    color: #3b82f6;
    border-color: #3b82f6;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.08);
}

.stock-badge-row {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.stock-badge-instock {
    font-size: 0.72rem;
    font-weight: 800;
    color: #047857;
    background: #d1fae5;
    padding: 4px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    text-transform: uppercase;
}

.stock-badge-low {
    font-size: 0.72rem;
    font-weight: 800;
    color: #b45309;
    background: #fef3c7;
    padding: 4px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    text-transform: uppercase;
    animation: pulse 2s infinite;
}

.stock-badge-out {
    font-size: 0.72rem;
    font-weight: 800;
    color: #b91c1c;
    background: #fee2e2;
    padding: 4px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    text-transform: uppercase;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

/* --- Estilos para la Página Nosotros (About Us) --- */
.about-header-gradient {
    background: radial-gradient(circle at 10% 20%, #0f172a 0%, #1e1b4b 100%);
    padding: 6rem 0;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.about-header-gradient .promo-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.about-header-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 3.25rem;
    background: linear-gradient(135deg, #ffffff 40%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem;
}

.about-header-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    font-weight: 300;
    max-width: 600px;
    margin: 0 auto;
}

.about-story-section {
    padding: 5.5rem 0;
    background: #ffffff;
}

.about-story-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about-story-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

.about-story-text {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.about-story-img-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid #f1f5f9;
}

.about-story-img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-story-img-wrapper:hover img {
    transform: scale(1.04);
}

.about-mv-section {
    padding: 5rem 0;
    background: var(--light-bg);
}

.about-mv-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: var(--card-shadow);
    padding: 3rem 2.5rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-mv-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
    border-color: #cbd5e1;
}

.about-mv-icon-wrapper {
    width: 64px;
    height: 64px;
    background: rgba(59, 130, 246, 0.08);
    color: #3b82f6;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1.75rem;
    transition: all 0.3s ease;
}

.about-mv-card:hover .about-mv-icon-wrapper {
    background: #3b82f6;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(59, 130, 246, 0.25);
}

.about-mv-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 1rem;
}

.about-mv-desc {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.about-stats-section {
    background: #0f172a;
    padding: 5rem 0;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.stat-box {
    text-align: center;
    padding: 1rem;
}

.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #60a5fa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.25rem;
}

.stat-label {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-services-section {
    padding: 5.5rem 0;
    background: #ffffff;
}

.about-service-card-premium {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    padding: 2.5rem 2.25rem;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-service-card-premium:hover {
    transform: translateY(-6px);
    box-shadow: var(--hover-shadow);
    border-color: #e2e8f0;
}

.about-service-icon-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(236, 72, 153, 0.08);
    color: #ec4899;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.about-service-card-premium:hover .about-service-icon-wrapper {
    background: #ec4899;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(236, 72, 153, 0.25);
}

.about-service-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.about-service-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

/* --- Formulario de Entrada y Etiquetas Premium --- */
.form-control,
textarea {
    border-radius: 12px !important;
    border: 1.5px solid #e2e8f0 !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    transition: all 0.3s ease !important;
    color: #334155 !important;
    background-color: #ffffff !important;
}

.form-control:focus,
textarea:focus {
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important;
    outline: none !important;
}

.form-label {
    font-weight: 700 !important;
    color: #475569 !important;
    margin-bottom: 0.5rem !important;
    font-size: 0.9rem !important;
}

/* --- Estilos para el Blog Premium (Listado y Detalle) --- */
.blog-header-gradient {
    background: radial-gradient(circle at 10% 20%, #0f172a 0%, #1e1b4b 100%);
    padding: 6rem 0;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.blog-card-media-wrapper {
    position: relative;
    height: 220px;
    background: #000000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    transition: all 0.5s ease;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card-premium:hover .blog-card-img {
    transform: scale(1.05);
}

.video-overlay-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(239, 68, 68, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    box-shadow: 0 4px 15px rgba(239, 68, 68, 0.4);
    opacity: 0.9;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 5;
}

.blog-card-premium:hover .video-overlay-play {
    transform: translate(-50%, -50%) scale(1.1);
    background: #ef4444;
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.6);
}

.blog-detail-cover {
    height: 450px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 3rem;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
    border: 1px solid #e2e8f0;
}

.blog-detail-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    padding: 3.5rem;
}

.blog-detail-content-area {
    font-size: 1.15rem !important;
    line-height: 1.95 !important;
    color: #334155 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
}

.blog-detail-content-area p {
    margin-bottom: 1.75rem;
}

.blog-detail-content-area blockquote {
    border-left: 4px solid #3b82f6;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #475569;
}

/* --- Estilos para el Carrito de Compras Premium --- */
.cart-item-premium {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}

.cart-item-premium:hover {
    box-shadow: var(--hover-shadow);
    border-color: #cbd5e1;
}

.cart-summary-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.05);
    padding: 2.25rem 2rem;
}

.quantity-btn-adjust {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    color: #475569;
    transition: all 0.2s;
}

.quantity-btn-adjust:hover {
    background: #0f172a;
    color: #ffffff;
    border-color: #0f172a;
}

/* --- Checkout and Cart Page Upgrades --- */
.checkout-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.step-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 600;
}

.step-item i {
    font-size: 1.1rem;
}

.step-item.active {
    color: var(--primary-color);
}

.step-item.completed {
    color: #10b981;
}

.step-divider {
    color: #cbd5e1;
}

@media (max-width: 576px) {
    .checkout-steps {
        gap: 0.5rem;
        font-size: 0.8rem;
    }
    .step-item {
        font-size: 0.8rem;
    }
}

.free-shipping-tracker {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.free-shipping-tracker .progress-container {
    background: #e2e8f0;
    border-radius: 99px;
    height: 8px;
    overflow: hidden;
    margin-top: 0.75rem;
    position: relative;
}

.free-shipping-tracker .progress-bar-fill {
    background: linear-gradient(90deg, var(--primary-color), var(--accent-violet));
    height: 100%;
    border-radius: 99px;
    transition: width 0.4s ease-out;
}

.free-shipping-tracker.free-shipping-achieved {
    background: rgba(16, 185, 129, 0.06);
    border: 1px solid #a7f3d0;
}

.free-shipping-tracker.free-shipping-achieved .free-shipping-icon {
    color: #10b981;
}

.coupon-toggle-btn {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.95rem;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s;
}

.coupon-toggle-btn:hover {
    color: var(--primary-hover);
}

.coupon-input-group {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.coupon-input {
    border-radius: 10px !important;
    border: 1.5px solid #cbd5e1;
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem !important;
    height: auto !important;
}

.coupon-apply-btn {
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    background: var(--dark-blue);
    color: #ffffff;
    border: none;
    transition: all 0.2s;
}

.coupon-apply-btn:hover {
    background: #1e293b;
}

.checkout-trust-badges {
    margin-top: 1.5rem;
    text-align: center;
    border-top: 1px solid #f1f5f9;
    padding-top: 1.5rem;
}

.checkout-trust-badges p {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.trust-icons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
    opacity: 0.8;
}

.trust-icons-wrapper i {
    font-size: 1.8rem;
    color: #475569;
}

.cart-recommendations-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 1.5rem;
    text-align: center;
}

.cart-recommended-card {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    padding: 1.25rem;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart-recommended-card:hover {
    box-shadow: var(--hover-shadow);
    transform: translateY(-5px);
}

.cart-recommended-image-wrapper {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: 14px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.cart-recommended-image {
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.cart-recommended-card:hover .cart-recommended-image {
    transform: scale(1.08);
}

.cart-recommended-info {
    text-align: center;
}

.cart-recommended-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--dark-blue);
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.8rem;
    margin-bottom: 0.5rem;
}

.cart-recommended-price {
    font-weight: 800;
    color: var(--primary-color);
    font-size: 1.1rem;
}

.cart-recommended-btn-add {
    margin-top: 1rem;
    background: var(--dark-blue);
    color: white;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    width: 100%;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cart-recommended-btn-add:hover {
    background: var(--primary-color);
    color: white;
}

/* --- Checkout Page (Finalizar Compra) Upgrades --- */
.checkout-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    padding: 2.5rem;
    margin-bottom: 2rem;
}

.checkout-form-label {
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-family: 'Outfit', sans-serif;
}

.checkout-input-premium {
    border-radius: 12px !important;
    border: 1.5px solid #cbd5e1;
    padding: 0.65rem 1rem !important;
    font-size: 0.95rem !important;
    color: var(--dark-blue) !important;
    transition: all 0.2s !important;
    height: auto !important;
}

.checkout-input-premium:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15) !important;
    outline: 0 !important;
}

.checkout-input-premium[readonly] {
    background-color: #f8fafc !important;
    border-color: #e2e8f0 !important;
    color: #64748b !important;
    cursor: not-allowed;
}

.checkout-phone-prefix {
    background: #f1f5f9;
    border: 1.5px solid #cbd5e1;
    border-right: none;
    border-radius: 12px 0 0 12px !important;
    font-weight: 600;
    color: #475569;
    padding: 0.65rem 1rem;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.checkout-phone-input {
    border-radius: 0 12px 12px 0 !important;
}

.checkout-secure-badge {
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid #a7f3d0;
    color: #047857;
    border-radius: 12px;
    padding: 0.75rem 1.25rem;
    font-size: 0.88rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.checkout-summary-item {
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

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

/* --- Profile Dashboard Upgrades --- */
.profile-dashboard-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: var(--card-shadow);
    padding: 2.25rem 2rem;
    margin-bottom: 2rem;
}

.profile-avatar-container {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto 1.5rem auto;
}

.profile-avatar-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease;
}

.profile-avatar-container:hover .profile-avatar-img {
    transform: scale(1.03);
}

.profile-info-row {
    display: flex;
    align-items: center;
    padding: 0.85rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.profile-info-row:last-child {
    border-bottom: none;
}

.profile-info-label {
    width: 35%;
    font-weight: 600;
    color: #64748b;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.profile-info-value {
    width: 65%;
    font-weight: 700;
    color: var(--dark-blue);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.profile-file-input-wrapper {
    position: relative;
    margin-top: 1rem;
}

.profile-file-input-wrapper input[type="file"] {
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
    width: 100%;
    background: #f8fafc;
    transition: all 0.2s;
}

.profile-file-input-wrapper input[type="file"]::file-selector-button {
    background: var(--dark-blue);
    color: white;
    border: none;
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
    font-weight: 600;
    margin-right: 0.75rem;
    cursor: pointer;
    transition: background 0.2s;
}

.profile-file-input-wrapper input[type="file"]::file-selector-button:hover {
    background: var(--primary-color);
}

.profile-quick-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.profile-quick-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.25rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    transition: all 0.2s;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
}

.profile-quick-btn:hover {
    background: #e2e8f0;
    color: var(--primary-color);
    border-color: #cbd5e1;
}

.profile-quick-btn.active {
    background: rgba(59, 130, 246, 0.08);
    color: var(--primary-color);
    border-color: rgba(59, 130, 246, 0.2);
}

/* --- Orders History (Mis Pedidos) Upgrades --- */
.order-card-header {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem 1.5rem;
    margin: -2.25rem -2rem 1.5rem -2rem;
}

.order-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

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

.order-search-input {
    border-radius: 12px !important;
    border: 1.5px solid #cbd5e1;
    padding: 0.6rem 1rem !important;
    font-size: 0.9rem !important;
    height: auto !important;
}

.order-search-input:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15) !important;
    outline: 0 !important;
}

/* --- Premium Sticky Frosted Glass Navigation Bar Styles (Dark Theme) --- */
.navbar-premium {
    position: sticky;
    top: 0;
    z-index: 1050;
    background: rgba(15, 23, 42, 0.92) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.nav-link-premium {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #cbd5e1 !important; /* Light grey for high contrast */
    padding: 0.5rem 1.1rem !important;
    position: relative;
    transition: color 0.25s ease;
}

.nav-link-premium:hover {
    color: #ffffff !important; /* Pure white on hover */
}

.nav-link-premium::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2.5px;
    bottom: -2px;
    left: 10%;
    background: #60a5fa; /* Glowing sky blue indicator line */
    transition: width 0.25s ease;
    border-radius: 99px;
    box-shadow: 0 0 8px rgba(96, 165, 250, 0.5);
}

.nav-link-premium:hover::after {
    width: 80%;
}

.nav-link-premium.active {
    color: #60a5fa !important; /* Highlight active in sky blue */
    font-weight: 700;
}

.nav-link-premium.active::after {
    width: 80%;
}

.cart-icon-premium-wrapper {
    position: relative;
    color: #cbd5e1;
    transition: all 0.2s;
    padding: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.cart-icon-premium-wrapper:hover {
    color: #60a5fa;
    background: rgba(255, 255, 255, 0.05);
}

.cart-badge-premium {
    background: #60a5fa !important;
    color: #0f172a !important;
    font-size: 0.65rem !important;
    font-weight: 800 !important;
    border: 2px solid #0f172a !important; /* Dark border to match */
    box-shadow: 0 0 8px rgba(96, 165, 250, 0.4);
    top: 2px !important;
    right: 2px !important;
}

.dropdown-menu-premium {
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    padding: 0.75rem 0.5rem !important;
    min-width: 200px !important;
}

.dropdown-item-premium {
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #cbd5e1 !important;
    padding: 0.6rem 1rem !important;
    border-radius: 8px !important;
    transition: all 0.25s;
    display: flex;
    align-items: center;
}

.dropdown-item-premium:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
}

.dropdown-header-user {
    padding: 0.5rem 1rem 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0.5rem;
}

.dropdown-header-user span {
    font-family: 'Outfit', sans-serif;
    display: block;
}

.dropdown-header-user span.fw-bold {
    color: #ffffff !important;
}

.dropdown-header-user span.text-secondary {
    color: #94a3b8 !important;
}

.btn-login-premium {
    color: #cbd5e1;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 0.5rem 1.25rem;
    text-decoration: none;
    transition: color 0.2s;
}

.btn-login-premium:hover {
    color: #ffffff;
}

.btn-register-premium {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.5rem 1.5rem;
    border-radius: 99px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-violet) 100%);
    color: white !important;
    border: none;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.2);
    transition: all 0.25s;
    text-decoration: none;
    display: inline-block;
}

.btn-register-premium:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(59, 130, 246, 0.3);
}

/* --- Footer Premium Styles --- */
.footer-premium {
    background: #090d16; /* Deep dark slate/navy background */
    color: #cbd5e1;
    font-family: 'Outfit', sans-serif;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-glow-divider {
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--accent-violet) 50%, var(--primary-color) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-brand-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(45deg, #60a5fa, #f472b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: middle;
}

.footer-title {
    color: #ffffff;
    font-size: 1.1rem;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #60a5fa, #f472b6);
}

.footer-subtitle {
    color: #f8fafc;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.footer-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #94a3b8 !important;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.92rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links li a:hover {
    color: #60a5fa;
    transform: translateX(5px);
}

.footer-links li a i {
    font-size: 0.8rem;
    transition: margin 0.3s ease;
}

/* Social Media Buttons */
.footer-social-links .social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social-links .social-btn:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(96, 165, 250, 0.3);
}

.footer-social-links .social-btn.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
}

.footer-social-links .social-btn.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(220, 39, 67, 0.4);
}

.footer-social-links .social-btn.youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
}

.footer-social-links .social-btn.whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
}

/* Newsletter Form */
.newsletter-form .input-group {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 3px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.newsletter-form .input-group:focus-within {
    border-color: #60a5fa;
    box-shadow: 0 0 10px rgba(96, 165, 250, 0.2);
}

.newsletter-form .newsletter-input {
    background: transparent;
    border: none;
    color: #ffffff;
    padding-left: 15px;
    font-size: 0.9rem;
    box-shadow: none !important;
}

.newsletter-form .newsletter-input::placeholder {
    color: #64748b;
}

.newsletter-form .btn-newsletter {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.newsletter-form .btn-newsletter:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.4);
}

/* Payment Badges */
.payment-methods-badges .payment-badge {
    color: #64748b;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.payment-methods-badges .payment-badge:hover {
    color: #ffffff;
    transform: scale(1.1);
}

/* Footer Bottom */
.footer-bottom {
    background: #05070a;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.85rem;
}

.footer-copyright a:hover {
    color: #60a5fa !important;
}

.footer-trust-indicators .trust-indicator {
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
}

/* --- Premium Legal/Policy Pages --- */
.legal-header {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.legal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 20%, rgba(99, 102, 241, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.legal-title {
    font-family: 'Outfit', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.legal-subtitle {
    font-family: 'Outfit', sans-serif;
    color: #94a3b8;
    font-size: 1.1rem;
}

.legal-breadcrumb {
    font-size: 0.9rem;
    color: #64748b;
}

.legal-breadcrumb a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.legal-breadcrumb a:hover {
    color: #60a5fa;
}

.legal-container {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 80px;
}

.legal-sidebar {
    position: sticky;
    top: 100px;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
}

.legal-nav-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #475569;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.legal-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-nav-link {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    color: #64748b;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 500;
    transition: all 0.2s ease;
    margin-bottom: 4px;
}

.legal-nav-link:hover {
    color: #3b82f6;
    background: #f8fafc;
}

.legal-nav-link.active {
    color: #3b82f6;
    background: #eff6ff;
    font-weight: 600;
}

.legal-content-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
}

.legal-section-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-top: 32px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.legal-section-title i {
    color: #3b82f6;
    background: #eff6ff;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.1rem;
}

.legal-text {
    color: #475569;
    line-height: 1.8;
    font-size: 0.98rem;
    margin-bottom: 24px;
    text-align: justify;
}

.legal-divider {
    height: 1px;
    background: #f1f5f9;
    margin: 32px 0;
}

.legal-highlight-box {
    background: #f8fafc;
    border-left: 4px solid #3b82f6;
    padding: 20px;
    border-radius: 0 12px 12px 0;
    margin: 24px 0;
}

.legal-highlight-box p {
    margin: 0;
    font-style: italic;
    color: #334155;
}

/* --- Admin Dashboard Layout --- */
.admin-dashboard-layout {
    display: flex;
    min-height: calc(100vh - 70px);
    background-color: #f8fafc;
    font-family: 'Outfit', sans-serif;
}

.admin-sidebar {
    width: 280px;
    background-color: #0f172a; /* Slate 900 background */
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
}

.admin-sidebar-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 16px;
}

.admin-avatar-wrapper {
    position: relative;
}

.admin-avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.admin-avatar-placeholder {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.admin-status-indicator {
    width: 12px;
    height: 12px;
    background-color: #22c55e;
    border: 2px solid #0f172a;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

.admin-user-info {
    display: flex;
    flex-direction: column;
}

.admin-username {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
}

.admin-role-badge {
    font-size: 0.75rem;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
}

.admin-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.admin-nav-group-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #475569;
    letter-spacing: 1px;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-left: 12px;
}

.admin-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: #94a3b8;
    text-decoration: none !important;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.admin-nav-item:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.03);
}

.admin-nav-item.active {
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-violet) 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}

.admin-nav-item i {
    width: 20px;
    font-size: 1rem;
    text-align: center;
}

.admin-nav-submenu {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 24px;
    margin-top: 4px;
}

.admin-nav-subitem {
    padding: 8px 14px;
    color: #64748b;
    text-decoration: none !important;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: block;
}

.admin-nav-subitem:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.02);
}

.admin-nav-subitem.active {
    color: #60a5fa;
    background-color: rgba(96, 165, 250, 0.05);
    font-weight: 600;
}

.admin-main-content {
    flex-grow: 1;
    padding: 40px;
    overflow-y: auto;
}

.admin-page-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
}

/* --- Admin Component Styling --- */
.admin-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
    margin-bottom: 24px;
    overflow: hidden;
}

.admin-card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 24px;
}

.admin-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0;
}

.admin-card-body {
    padding: 24px;
}

/* Admin Stat Cards */
.admin-stat-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}

.admin-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.03);
}

.admin-stat-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 16px;
}

.admin-stat-icon-wrapper.primary {
    background-color: #eff6ff;
    color: #3b82f6;
}

.admin-stat-icon-wrapper.success {
    background-color: #f0fdf4;
    color: #22c55e;
}

.admin-stat-icon-wrapper.info {
    background-color: #f0f9ff;
    color: #06b6d4;
}

.admin-stat-icon-wrapper.warning {
    background-color: #fffbeb;
    color: #f59e0b;
}

.admin-stat-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.admin-stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
}

/* Admin Tables */
.admin-table {
    margin-bottom: 0;
}

.admin-table thead th {
    background-color: #f8fafc;
    color: #475569;
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.admin-table tbody td {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
    font-size: 0.92rem;
}

.admin-table tbody tr:hover td {
    background-color: #f8fafc;
}

/* responsive layouts */
@media (max-width: 991.98px) {
    .admin-dashboard-layout {
        flex-direction: column;
    }
    
    .admin-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 16px;
    }
    
    .admin-main-content {
        padding: 24px 16px;
    }
}


