/* Global Styles - Thème Oud/Boisé */
:root {
    --primary-color: #6B4423;
    --secondary-color: #8B6F47;
    --dark-color: #3E2723;
    --light-color: #F5F0E8;
    --gray-light: #FAF7F2;
    --gray-medium: #E8DCC8;
    --accent-color: #B8936E;
    --beige: #D4C4A8;
    --wood: #8B7355;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--dark-color);
    background-color: var(--light-color);
}

/* Decorative line for sections */
.decorative-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-color), var(--accent-color));
    border-radius: 2px;
}

/* Header */
.header-top {
    font-size: 0.85rem;
    padding: 0.5rem 0 !important;
}

.header-top a {
    transition: opacity 0.3s;
}

.header-top a:hover {
    opacity: 0.8;
}

@media (max-width: 576px) {
    .header-top {
        font-size: 0.75rem;
        text-align: center;
    }
    
    .header-top .row {
        text-align: center;
    }
    
    .header-top .col-md-6 {
        text-align: center !important;
    }
    
    .header-top small {
        display: inline-block;
        margin: 0.3rem 0.5rem;
    }
    
    .header-top .col-md-6:last-child {
        text-align: center !important;
        margin-top: 0.5rem;
    }
    
    .navbar {
        padding: 0.75rem 0;
        position: relative;
        overflow: visible;
    }
    
    .cart-mobile {
        margin-right: 0.5rem;
        padding: 0.5rem 0.7rem;
        z-index: 1001;
        border-color: var(--primary-color) !important;
        color: var(--primary-color) !important;
    }
    
    .cart-mobile:hover {
        background-color: var(--primary-color) !important;
        color: white !important;
    }
    
    .cart-mobile i {
        font-size: 1.3rem;
    }
    
    .navbar .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        position: relative;
        padding: 0 1rem !important;
        min-height: 60px;
        width: 100% !important;
        overflow: visible;
    }
    
    .navbar-brand {
        gap: 0 !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
        padding: 0 !important;
        z-index: 5;
        display: flex !important;
        align-items: center !important;
        height: 60px;
        position: relative;
    }
    
    .navbar-brand .brand-logo {
        height: 55px !important;
        width: auto !important;
        max-width: 75px !important;
        flex-shrink: 0;
        filter: brightness(1.1) contrast(1.1);
        display: block;
    }
    
    .navbar-brand {
        gap: 8px !important;
    }
    
    .navbar-brand .brand-logo {
        height: 45px !important;
        width: 45px !important;
    }
    
    .navbar-brand .brand-text {
        font-size: 1.1rem !important;
        white-space: nowrap;
        line-height: 1.2;
    }
    
    .navbar-brand .brand-subtitle {
        font-size: 0.6rem !important;
        margin-top: -2px;
    }
    
    .d-flex .btn-outline-dark {
        padding: 0.4rem 0.6rem !important;
        font-size: 1rem !important;
        height: 40px !important;
    }
    
    .d-flex .btn-outline-dark .badge {
        font-size: 0.65rem !important;
    }
    
    .navbar-toggler {
        margin: 0 !important;
        margin-left: auto !important;
        padding: 0.4rem 0.6rem !important;
        z-index: 1001 !important;
        display: flex !important;
        align-items: center !important;
        height: 45px !important;
        align-self: center;
        flex-shrink: 0 !important;
        position: relative;
    }
}

@media (max-width: 375px) {
    .navbar-brand .brand-text {
        font-size: 1.15rem !important;
    }
    
    .navbar-brand .brand-logo {
        height: 55px !important;
        width: auto !important;
        max-width: 75px !important;
    }
    
    .navbar .container {
        padding: 0.5rem 0.75rem;
    }
}

/* Navigation */
.navbar {
    transition: all 0.3s;
    padding: 0.5rem 0;
    background: linear-gradient(135deg, #F5F0E8 0%, #FAF7F2 100%) !important;
    border-bottom: 1px solid #E8DCC8;
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-toggler {
    border: 2px solid var(--primary-color);
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    transition: all 0.3s;
    background-color: transparent;
}

.navbar-toggler:hover {
    background-color: rgba(93, 64, 55, 0.05);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(93, 64, 55, 0.25);
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2893, 64, 55, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
}

.navbar-brand {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-right: auto;
    flex-direction: row !important;
}

.navbar-brand .brand-logo {
    height: 60px;
    width: 60px;
    object-fit: cover;
    transition: transform 0.3s;
    border-radius: 8px;
    border: 3px solid var(--primary-color);
    box-shadow: 0 2px 8px rgba(93, 64, 55, 0.2);
}

.brand-text-container {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.navbar-brand .brand-text {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--dark-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
    transition: color 0.3s;
}

.navbar-brand .brand-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--accent-color);
    letter-spacing: 2px;
    text-transform: lowercase;
    font-family: 'Georgia', serif;
    margin-top: -2px;
    opacity: 0.8;
}

.navbar-brand:hover .brand-logo {
    transform: scale(1.05);
}

.navbar-brand:hover .brand-text {
    color: var(--accent-color);
}

.nav-link {
    font-weight: 500;
    color: var(--dark-color) !important;
    transition: color 0.3s;
    padding: 0.5rem 1rem !important;
    font-size: 0.95rem;
}

.nav-link:hover,
.nav-link.active {
    color: var(--accent-color) !important;
}

@media (max-width: 991px) {
    .navbar-brand .brand-logo {
        height: 45px;
        width: 45px;
    }
    
    .navbar-brand .brand-text {
        font-size: 1.3rem;
    }
    
    .navbar {
        padding: 0.75rem 0;
    }
    
    .navbar .container {
        position: relative;
    }
    
    .navbar-collapse {
        background: #FFF8F5;
        padding: 1.5rem;
        margin-top: 1rem;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(93, 64, 55, 0.15);
        border: 1px solid #D7CCC8;
    }
    
    .nav-link {
        padding: 0.85rem 1rem !important;
        border-bottom: 1px solid #D7CCC8;
        font-size: 1rem;
    }
    
    .nav-link:last-child {
        border-bottom: none;
    }
}

.search-box {
    position: relative;
}

.search-box input {
    border-radius: 20px;
    padding: 0.5rem 1rem;
    border: 1px solid var(--gray-medium);
    width: 200px;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.search-box input:focus {
    width: 250px;
    outline: none;
    border-color: var(--dark-color);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@media (max-width: 991px) {
    .search-box {
        width: 100%;
        margin: 1rem 0;
    }
    
    .search-box input {
        width: 100%;
    }
    
    .search-box input:focus {
        width: 100%;
    }
    
    .navbar .d-flex {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
    
    .navbar .d-flex .btn {
        width: 100%;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    background: var(--gray-light);
}

.hero-slide {
    min-height: 600px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

.hero-slide h1,
.hero-slide p,
.hero-slide .lead {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8),
                 0 0 20px rgba(0, 0, 0, 0.6);
}

.hero-slide-1 {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
}

.hero-slide-2 {
    background: linear-gradient(135deg, #D2691E 0%, #CD853F 100%);
}

.hero-slide-3 {
    background: linear-gradient(135deg, #DEB887 0%, #F5DEB3 100%);
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

@media (max-width: 768px) {
    .hero-slide {
        min-height: 450px;
    }
    
    .hero-slide-1,
    .hero-slide-2,
    .hero-slide-3 {
        background-size: cover;
        background-position: center;
    }
    
    .hero-slide h1 {
        font-size: 1.75rem !important;
    }
    
    .hero-slide .lead {
        font-size: 1rem !important;
    }
    
    .hero-slide .btn {
        font-size: 0.9rem;
        padding: 0.5rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-slide {
        min-height: 400px;
        padding: 1rem 0;
    }
    
    .hero-slide-1,
    .hero-slide-2,
    .hero-slide-3 {
        background-size: cover;
        background-position: center;
    }
    
    .hero-slide h1 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    .hero-slide .lead {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
    }
}

/* Categories Section */
.categories-section {
    background-color: #fff;
    padding: 3rem 0 !important;
}

.categories-section h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 2rem;
}

.category-card {
    position: relative;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    background: var(--dark-color);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background-image: url('../Gemini_Generated_Image_wox41gwox41gwox4.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: background 0.3s;
}

.category-card.category-parfums-homme {
    background-image: url('../Gemini_Generated_Image_wox41gwox41gwox4.png');
}

.category-card.category-parfums-femme {
    background-image: url('../Gemini_Generated_Image_f34evkf34evkf34e.png');
}

.category-card.category-soins-cheveux {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.category-card.category-soins-corps {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.category-card.category-materiel {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.category-card:hover::before {
    background: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .categories-section {
        padding: 2rem 0 !important;
    }
    
    .categories-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .category-card {
        height: 200px;
        margin-bottom: 1rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 576px) {
    .category-card {
        height: 180px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.3s;
    z-index: 2;
}

.category-card:hover .category-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.category-overlay h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.category-overlay p {
    font-size: 1.1rem;
    font-weight: 300;
}

@media (max-width: 768px) {
    .category-overlay h3 {
        font-size: 1.5rem;
    }
    
    .category-overlay p {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .category-overlay h3 {
        font-size: 1.3rem;
    }
    
    .category-overlay p {
        font-size: 0.85rem;
    }
}

/* Products Section */
.products-section {
    padding: 3rem 0 !important;
}

.products-section h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--dark-color);
}

.filter-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.filter-buttons .btn {
    margin: 0;
    border-radius: 25px;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
    border: 2px solid var(--gray-medium);
    background: white;
    color: var(--dark-color);
    transition: all 0.3s;
}

.filter-buttons .btn:hover {
    border-color: var(--dark-color);
    background: var(--gray-light);
}

.filter-buttons .btn.active {
    background-color: var(--dark-color);
    color: white;
    border-color: var(--dark-color);
}

@media (max-width: 768px) {
    .products-section {
        padding: 2rem 0 !important;
    }
    
    .products-section h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .products-section .d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem;
    }
    
    .filter-buttons {
        width: 100%;
    }
    
    .filter-buttons .btn {
        flex: 1;
        min-width: calc(33.333% - 0.35rem);
        font-size: 0.85rem;
        padding: 0.4rem 0.75rem;
    }
}

.product-card {
    background: linear-gradient(to bottom, #FFFCF7, #FAF7F2);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(107, 68, 35, 0.12);
    border: 1px solid #E8DCC8;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(107, 68, 35, 0.2);
    border-color: #B8936E;
}

.product-image {
    position: relative;
    height: 280px;
    overflow: hidden;
    background-color: var(--gray-light);
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s;
    padding: 0.5rem;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .product-image {
        height: 240px;
    }
    
    .navbar .container {
        flex-wrap: wrap;
    }
    
    .navbar-collapse {
        width: 100%;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .product-image {
        height: 220px;
    }
    
    .product-card {
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .product-image {
        height: 200px;
    }
    
    .product-image img {
        object-fit: contain;
        padding: 1rem;
    }
    
    .product-card:hover .product-image img {
        transform: scale(1.02);
    }
}

.product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--dark-color);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

@media (max-width: 576px) {
    .product-badge {
        font-size: 0.7rem;
        padding: 5px 12px;
        top: 10px;
        right: 10px;
    }
}

.product-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--dark-color);
    min-height: 48px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-description {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 1rem;
    min-height: 38px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.product-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .product-info {
        padding: 1rem;
    }
    
    .product-title {
        font-size: 0.95rem;
        min-height: 44px;
    }
    
    .product-description {
        font-size: 0.8rem;
        min-height: 36px;
    }
    
    .product-price {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .product-title {
        font-size: 0.9rem;
        min-height: 40px;
    }
    
    .product-description {
        font-size: 0.75rem;
        min-height: 34px;
    }
    
    .product-price {
        font-size: 1.2rem;
    }
}

.btn-add-cart {
    width: 100%;
    background-color: var(--dark-color);
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-add-cart:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.btn-add-cart:active {
    transform: translateY(0);
}

.out-of-stock {
    opacity: 0.65;
}

.out-of-stock .btn-add-cart {
    background-color: #999;
    cursor: not-allowed;
}

.out-of-stock .btn-add-cart:hover {
    background-color: #999;
    transform: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .btn-add-cart {
        padding: 0.65rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .btn-add-cart {
        padding: 0.6rem;
        font-size: 0.8rem;
        border-radius: 6px;
    }
}

/* Features Section */
.features-section {
    padding: 3rem 0 !important;
    background: var(--gray-light);
}

.feature-icon {
    transition: transform 0.3s;
}

.feature-icon i {
    color: var(--dark-color) !important;
}

.features-section h5 {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.features-section .text-muted {
    font-size: 0.9rem;
}

.features-section .col-md-3:hover .feature-icon {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .features-section {
        padding: 2rem 0 !important;
    }
    
    .features-section .col-md-3 {
        margin-bottom: 2rem;
    }
    
    .features-section .col-md-3:last-child {
        margin-bottom: 0;
    }
    
    .feature-icon i {
        font-size: 2.5rem !important;
    }
    
    .features-section h5 {
        font-size: 0.95rem;
    }
    
    .features-section .text-muted {
        font-size: 0.85rem;
    }
}

/* Testimonials Section */
.testimonials-section {
    background: var(--gray-light);
}

.testimonial-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.testimonial-card .stars {
    font-size: 1.1rem;
}

.testimonial-text {
    color: var(--secondary-color);
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.testimonial-author strong {
    color: var(--dark-color);
    font-size: 1.1rem;
}

/* FAQ Section */
.faq-section {
    background: white;
}

.faq-section h2 {
    color: var(--dark-color);
    font-weight: 700;
}

.accordion-item {
    border: 1px solid #e0e0e0;
    margin-bottom: 1rem;
    border-radius: 8px !important;
    overflow: hidden;
}

.accordion-button {
    background: white;
    color: var(--dark-color);
    font-weight: 600;
    padding: 1.25rem 1.5rem;
}

.accordion-button:not(.collapsed) {
    background: var(--dark-color);
    color: white;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--dark-color);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 1.5rem;
    background: var(--gray-light);
    color: var(--secondary-color);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .testimonial-card {
        margin-bottom: 1rem;
    }
    
    .accordion-button {
        font-size: 0.9rem;
        padding: 1rem;
    }
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow-y: auto;
    padding: 80px 20px 40px;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    max-width: 500px;
    padding: 0;
    margin: 0 auto;
}

.mobile-menu-link {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
    position: relative;
}

.mobile-menu-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s;
}

.mobile-menu-link:hover {
    color: var(--primary-color);
}

.mobile-menu-link:hover::after {
    width: 100%;
}

.mobile-menu-section {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-title {
    color: var(--primary-color);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.mobile-menu-sublink {
    display: block;
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 0;
    transition: all 0.3s;
}

.mobile-menu-sublink:hover {
    color: var(--primary-color);
    transform: translateX(10px);
}

.mobile-menu-search {
    width: 100%;
    max-width: 400px;
}

.mobile-menu-search input {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.mobile-menu-search input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.mobile-menu-search input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--primary-color);
    color: white;
}

@media (min-width: 992px) {
    .mobile-menu-overlay {
        display: none !important;
    }
}

/* Footer */
.footer {
    background: var(--dark-color);
    padding-top: 3rem !important;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-logo-top {
    height: 100px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    filter: brightness(1.2) contrast(1.2);
    display: block;
    margin: 0 auto;
}

.footer-brand .footer-logo {
    height: 60px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
    filter: brightness(1.2) contrast(1.2);
}

.footer-brand-text-container {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.footer-brand .footer-brand-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Georgia', serif;
}

.footer-brand .footer-brand-subtitle {
    font-size: 0.7rem;
    font-weight: 400;
    color: var(--accent-color);
    letter-spacing: 2px;
    text-transform: lowercase;
    font-family: 'Georgia', serif;
    margin-top: -2px;
    opacity: 0.9;
}

.footer h5 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
}

.footer p,
.footer li {
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer a {
    transition: all 0.3s;
    opacity: 0.9;
}

.footer a:hover {
    color: var(--accent-color) !important;
    opacity: 1;
    padding-left: 4px;
}

.footer ul li {
    margin-bottom: 0.5rem;
}

.social-links a {
    transition: all 0.3s;
    display: inline-block;
    margin-right: 1rem;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: var(--accent-color) !important;
}

@media (max-width: 768px) {
    .footer {
        padding-top: 2rem !important;
        text-align: center;
    }
    
    .footer .col-md-4 {
        margin-bottom: 2rem;
    }
    
    .footer h5 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .footer p,
    .footer li {
        font-size: 0.85rem;
    }
    
    .footer-brand {
        justify-content: center;
    }
    
    .footer-brand .footer-logo {
        height: 65px;
        width: auto;
        max-width: 85px;
    }
    
    .footer-brand .footer-brand-text {
        font-size: 1.3rem;
    }
    
    .social-links {
        justify-content: center;
        display: flex;
    }
}

/* Cart Modal */
.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.modal-header {
    border-bottom: 1px solid var(--gray-light);
    padding: 1.25rem 1.5rem;
}

.modal-title {
    font-weight: 600;
    color: var(--dark-color);
}

.modal-footer {
    border-top: 1px solid var(--gray-light);
    padding: 1.25rem 1.5rem;
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid var(--gray-light);
    transition: background 0.3s;
}

.cart-item:hover {
    background: var(--gray-light);
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 0.5rem;
    }
    
    .modal-header,
    .modal-footer {
        padding: 1rem;
    }
    
    .cart-item {
        padding: 0.75rem;
        flex-wrap: wrap;
    }
}

.cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 1rem;
    border: 1px solid var(--gray-light);
}

.cart-item-info {
    flex: 1;
}

.cart-item-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--dark-color);
    font-size: 0.95rem;
}

.cart-item-price {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 1.1rem;
}

.cart-item-total {
    text-align: right;
}

.cart-item-total .fw-bold {
    font-size: 1.1rem;
    color: var(--dark-color);
}

@media (max-width: 576px) {
    .cart-item-image {
        width: 60px;
        height: 60px;
        margin-right: 0.75rem;
    }
    
    .cart-item-title {
        font-size: 0.85rem;
    }
    
    .cart-item-price {
        font-size: 0.95rem;
    }
    
    .cart-item-total {
        width: 100%;
        margin-top: 0.75rem;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .cart-item-total .fw-bold {
        font-size: 1rem;
    }
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.quantity-btn {
    width: 32px;
    height: 32px;
    border: 1px solid var(--gray-medium);
    background: white;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
    color: var(--dark-color);
}

.quantity-btn:hover {
    background: var(--dark-color);
    color: white;
    border-color: var(--dark-color);
}

.quantity-btn:active {
    transform: scale(0.95);
}

.cart-item-quantity span {
    min-width: 30px;
    text-align: center;
    font-weight: 600;
    color: var(--dark-color);
}

.btn-remove {
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    font-size: 1.2rem;
    transition: all 0.3s;
    padding: 0.25rem 0.5rem;
}

.btn-remove:hover {
    color: #c82333;
    transform: scale(1.1);
}

.cart-total {
    background: var(--gray-light) !important;
    border-radius: 8px;
}

.cart-total h5 {
    font-weight: 700;
    color: var(--dark-color);
}

.cart-total span {
    color: var(--dark-color);
}

@media (max-width: 576px) {
    .quantity-btn {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
    }
    
    .cart-item-quantity span {
        min-width: 25px;
        font-size: 0.9rem;
    }
}

/* Responsive */
#productsGrid {
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 0.95rem;
    }
    
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    section {
        padding: 2rem 0 !important;
    }
    
    h2 {
        font-size: 1.5rem !important;
    }
    
    .btn-lg {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
    }
}

@media (max-width: 576px) {
    body {
        font-size: 0.9rem;
    }
    
    section {
        padding: 1.5rem 0 !important;
    }
    
    h2 {
        font-size: 1.35rem !important;
    }
    
    .row.g-4 {
        gap: 1rem !important;
    }
}

/* Loading Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card {
    animation: fadeIn 0.5s ease-in-out;
}

/* Empty Cart */
.empty-cart {
    text-align: center;
    padding: 3rem 1rem;
    color: #999;
}

.empty-cart i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: var(--gray-medium);
}

.empty-cart p {
    font-size: 1rem;
    margin: 0;
}

@media (max-width: 576px) {
    .empty-cart {
        padding: 2rem 1rem;
    }
    
    .empty-cart i {
        font-size: 3rem;
    }
    
    .empty-cart p {
        font-size: 0.9rem;
    }
}

/* Scroll to top button */
.btn-primary.position-fixed {
    background: var(--dark-color) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.btn-primary.position-fixed:hover {
    background: var(--secondary-color) !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

/* Smooth transitions */
* {
    -webkit-tap-highlight-color: transparent;
}

button,
a {
    -webkit-touch-callout: none;
    user-select: none;
}

img {
    -webkit-user-drag: none;
    user-select: none;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s;
    text-decoration: none;
}

.whatsapp-float:hover {
    background: #128C7E;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    color: white;
}

.whatsapp-float i {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        bottom: 20px;
        right: 20px;
    }
}

/* Advanced Filters */
.filters-container {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.filters-container .form-label {
    font-weight: 600;
    color: var(--dark-color);
    margin-bottom: 0.5rem;
}

.filters-container .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.6rem;
    font-size: 0.9rem;
    transition: border-color 0.3s;
}

.filters-container .form-select:focus {
    border-color: var(--dark-color);
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .filters-container {
        padding: 1rem;
    }
    
    .filters-container .form-label {
        font-size: 0.85rem;
    }
    
    .filters-container .form-select {
        font-size: 0.85rem;
        padding: 0.5rem;
    }
}

/* Sponsors Section */
.sponsors-section {
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.sponsors-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.sponsors-track {
    display: flex;
    gap: 40px;
    animation: scroll 30s linear infinite;
    width: fit-content;
}

.sponsors-track:hover {
    animation-play-state: paused;
}

.sponsor-item {
    flex-shrink: 0;
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #ffffff;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.sponsor-item:hover {
    transform: scale(1.05);
}

.sponsor-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.sponsor-item:hover img {
    opacity: 1;
    transform: scale(1.05);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .sponsor-item {
        width: 100px;
        height: 60px;
    }
    
    .sponsors-track {
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .sponsor-item {
        width: 80px;
        height: 50px;
    }
    
    .sponsors-track {
        gap: 20px;
        animation: scroll 20s linear infinite;
    }
}
