:root {
    --bs-body-bg: #FDFBF9;
    --bs-primary: #2D2D2D;
    --bs-secondary: #8B8E83;
    --bs-border-color: rgba(0, 0, 0, 0.1);
}

/* Hero Section - Modern Carousel */
.hero-section {
    position: relative;
    overflow: hidden;
}

.carousel {
    border-radius: 0;
}

.carousel-item {
    height: 80vh;
    min-height: 500px;
    transition: transform 0.6s ease-in-out;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(0.95);
    transition: transform 0.6s ease-in-out;
}

.carousel-item.active img {
    transform: scale(1);
}

.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    background: rgba(253, 251, 249, 0.92);
    padding: 3rem 2.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    max-width: 90%;
    margin: 0 auto;
}

.carousel-caption h1,
.carousel-caption h2 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 0.8s ease-out;
}

.carousel-caption p {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.carousel-caption .btn {
    animation: fadeInUp 0.8s ease-out 0.4s both;
    transition: all 0.3s ease;
}

.carousel-caption .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Modern Carousel Indicators */
.carousel-indicators {
    margin-bottom: 2rem;
    gap: 0.75rem;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    opacity: 1;
    transition: all 0.3s ease;
    margin: 0;
}

.carousel-indicators button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
}

.carousel-indicators button.active {
    background-color: #fff;
    border-color: #fff;
    width: 32px;
    border-radius: 6px;
    transform: scale(1);
}

/* Modern Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
    margin: 0 1.5rem;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    filter: invert(1);
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

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

/* Categories Section */
.category-card {
    overflow: hidden;
    border-radius: 0.5rem;
}

.category-overlay {
    background: rgba(253, 251, 249, 0.85);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

/* Product Cards */
.product-card {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    border-radius: 0.5rem 0.5rem 0 0;
    object-fit: cover;
    height: 400px;
}

.price {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bs-primary);
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--bs-primary);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter Tight', 'Manrope', sans-serif;
}

/* Fixed Navbar */
header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}

.navbar {
    padding: 0.75rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

.navbar-nav {
    align-items: center;
}

.nav-item {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-link {
    color: var(--bs-primary);
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-link:hover {
    color: var(--bs-secondary);
    background-color: rgba(139, 142, 131, 0.05);
    border-radius: 0.25rem;
}

.navbar-nav .nav-link {
    margin: 0 0.25rem;
}

.breadcrumb {
    font-size: 0.9rem;
}

.breadcrumb-item a {
    color: var(--bs-secondary);
    text-decoration: none;
}

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

.btn-link {
    color: var(--bs-primary);
    text-decoration: none;
}

.btn-link:hover {
    color: var(--bs-secondary);
}

/* Cart Badge */
.snipcart-checkout {
    position: relative;
    padding: 0.5rem 1rem !important;
}

.snipcart-items-count {
    font-size: 0.75rem;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    font-weight: 600;
}

.snipcart-total-price {
    display: none !important;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        padding: 1rem 0;
    }
    
    .nav-item {
        padding: 0.5rem 0;
    }
    
    .nav-link {
        padding: 0.75rem 1rem !important;
        width: 100%;
        justify-content: flex-start;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
        height: 50px;
        margin: 0 1rem;
    }
    
    .carousel-indicators {
        margin-bottom: 1.5rem;
    }
}

footer {
    font-size: 0.9rem;
}

footer h5 {
    font-size: 1rem;
    font-weight: 600;
}

footer .fab {
    font-size: 1.2rem;
}

.cookie-consent {
    font-size: 0.9rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.contact-info .card {
    transition: transform 0.3s ease;
    background: linear-gradient(145deg, var(--bs-body-bg) 0%, rgba(139, 142, 131, 0.1) 100%);
}

.contact-info .card:hover {
    transform: translateY(-5px);
}

.contact-info .fas {
    color: var(--bs-secondary);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: rgba(139, 142, 131, 0.1);
}

.accordion-button:focus {
    border-color: var(--bs-secondary);
    box-shadow: 0 0 0 0.25rem rgba(139, 142, 131, 0.25);
}
