:root {
    --color-oat: #F5F2EA;
    --color-greige: #E5E2DA;
    --color-sage: #B8C4B8;
    --color-powder: #E6D5D0;
    --color-smoky-blue: #8896A6;
    --color-caramel: #C68F65;
    --color-dark-grey: #4A4A4A;
}

body {
    background-color: var(--color-oat);
    color: var(--color-dark-grey);
    font-family: 'Montserrat', sans-serif;
    padding-top: 0;
}

.site-header.sticky-top {
    position: sticky;
    top: 0;
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: var(--color-dark-grey);
    transition: color 0.3s ease;
}

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

.site-header {
    background-color: var(--color-greige);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    z-index: 1030;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.nav-menu-items {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    max-width: 100%;
}

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

.nav-menu-items .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-height: 40px;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
}

.search-input {
    border-color: var(--color-sage);
    background-color: rgba(255,255,255,0.9);
}

.search-input:focus {
    border-color: var(--color-smoky-blue);
    box-shadow: 0 0 0 0.2rem rgba(136,150,166,0.25);
}

.site-footer {
    background-color: var(--color-greige);
    border-top: 1px solid rgba(0,0,0,0.05);
}

.contact-main-section {
    padding-top: 2rem;
}

.contact-form-card {
    background: linear-gradient(135deg, var(--color-oat) 0%, var(--color-greige) 100%);
    border: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    height: 100%;
}

.contact-form-card .form-control {
    border-color: var(--color-sage);
    background-color: rgba(255,255,255,0.9);
}

.contact-form-card .form-control:focus {
    border-color: var(--color-smoky-blue);
    box-shadow: 0 0 0 0.2rem rgba(184,196,184,0.25);
}

.contact-form-card .form-label {
    color: var(--color-dark-grey);
    font-family: 'Nunito', sans-serif;
}

.faq-section .accordion-button {
    background-color: var(--color-oat);
    color: var(--color-dark-grey);
    font-family: 'Montserrat', sans-serif;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: var(--color-sage);
    color: var(--color-dark-grey);
}

.faq-section .accordion-body {
    background-color: var(--color-greige);
    color: var(--color-dark-grey);
}

.footer-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--color-dark-grey);
    letter-spacing: 0.03em;
}

.nav-link {
    color: var(--color-dark-grey);
    font-family: 'Nunito', sans-serif;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--color-sage);
}

.nav-menu-items .nav-link {
    min-height: 40px;
    justify-content: center;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-buttons .btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.nav-buttons .btn-link:hover {
    background-color: rgba(0,0,0,0.05);
}

.nav-buttons .snipcart-items-count {
    font-size: 0.75rem;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
}

.btn {
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--color-dark-grey);
    background-color: var(--color-sage);
    color: var(--color-dark-grey);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.btn-link {
    border: none;
    box-shadow: none;
    background: none;
    color: var(--color-dark-grey);
}

.breadcrumb {
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
}

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

.breadcrumb-item.active {
    color: var(--color-dark-grey);
}

.bg-accent {
    background-color: var(--color-sage) !important;
}

.product-image-container {
    background-color: var(--color-greige);
    padding: 2rem;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-image-container:hover {
    transform: scale(1.02);
}

.product-title {
    font-family: 'Playfair Display', serif;
    color: var(--color-dark-grey);
    letter-spacing: 0.03em;
}

.product-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    color: var(--color-dark-grey);
}

.text-sage {
    color: var(--color-sage);
}

.card-img-top,
.product-card img,
.category-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.category-card .card-img-top {
    height: 280px;
}

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

@media (max-width: 991.98px) {
    .card-img-top,
    .product-card img,
    .category-card img {
        height: 250px;
    }
    
    .category-card .card-img-top {
        height: 240px;
    }
    
    .product-card .card-img-top {
        height: 250px;
    }
}

@media (max-width: 575.98px) {
    .card-img-top,
    .product-card img,
    .category-card img {
        height: 220px;
    }
    
    .category-card .card-img-top {
        height: 200px;
    }
    
    .product-card .card-img-top {
        height: 220px;
    }
}

.hero-section {
    max-height: 450px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.carousel {
    border-radius: 12px;
    overflow: hidden;
}

.carousel-image-wrapper {
    height: 450px;
    overflow: hidden;
    position: relative;
}

.carousel-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.6s ease;
}

.carousel-item:hover .carousel-image-wrapper img {
    transform: scale(1.05);
}

.carousel-caption.modern-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    text-align: center;
}

.carousel-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    letter-spacing: 0.02em;
}

.carousel-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.95);
    margin-bottom: 1.25rem;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-btn {
    background-color: rgba(255,255,255,0.95);
    color: var(--color-dark-grey);
    border: none;
    padding: 0.6rem 1.8rem;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    color: var(--color-dark-grey);
}

.carousel-indicators.modern-indicators {
    margin-bottom: 1rem;
    gap: 0.5rem;
}

.carousel-indicators.modern-indicators button {
    width: 10px;
    height: 10px;
    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;
}

.carousel-indicators.modern-indicators button.active {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-color: #fff;
    box-shadow: 0 0 8px rgba(255,255,255,0.6);
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
}

.carousel-control-prev {
    left: 1.5rem;
}

.carousel-control-next {
    right: 1.5rem;
}

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

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.8s;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    opacity: 0;
}

@media (max-width: 991.98px) {
    .hero-section {
        max-height: 350px;
    }
    
    .carousel-image-wrapper {
        height: 350px;
    }
    
    .carousel-title {
        font-size: 1.5rem;
    }
    
    .carousel-text {
        font-size: 0.9rem;
    }
    
    .carousel-caption.modern-caption {
        padding: 1.5rem 1rem;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
        opacity: 0.7;
    }
    
    .navbar-brand {
        font-size: 1.5rem;
    }
    
    .navbar-collapse {
        background-color: var(--color-greige);
        padding: 1rem;
        border-radius: 10px;
        margin-top: 1rem;
    }
    
    .nav-menu-items .nav-link {
        height: auto;
        min-height: 44px;
        padding: 0.75rem 1rem;
    }
    
    .nav-buttons {
        margin-top: 1rem;
        justify-content: flex-start;
    }
}

@media (max-width: 575.98px) {
    .hero-section {
        max-height: 300px;
    }
    
    .carousel-image-wrapper {
        height: 300px;
    }
    
    .carousel-title {
        font-size: 1.25rem;
    }
    
    .carousel-text {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }
    
    .carousel-btn {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .carousel-indicators.modern-indicators {
        margin-bottom: 0.75rem;
    }
}
