.hero-section {
    position: relative;
}

.carousel-item {
    height: 600px;
    background-color: #f8f9fa;
    transition: transform 0.6s ease-in-out;
}

.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.carousel-caption {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2.5rem;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

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

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

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

.carousel-indicators {
    margin-bottom: 20px;
    gap: 10px;
}

.carousel-indicators [data-bs-target] {
    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: 0.7;
    transition: all 0.3s ease;
    margin: 0 5px;
}

.carousel-indicators [data-bs-target]:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.2);
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 1);
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #fafafa;
    color: #2c3e50;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.3;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

section {
    padding: 4rem 0;
}

.site-header {
    background-color: #fff;
}

.header-top {
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
}

.navbar-brand {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 2rem;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: 2px;
}

.navbar-brand:hover {
    color: #2c3e50;
}

.search-form .form-control {
    border-radius: 8px 0 0 8px;
    border: 2px solid #e0e0e0;
    font-size: 0.9rem;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease;
}

.search-form .form-control:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.1);
    outline: none;
}

.search-form .btn {
    border-radius: 0 8px 8px 0;
    border: 2px solid #e0e0e0;
    border-left: none;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease;
}

.search-form .btn:hover {
    background-color: #2c3e50;
    color: #fff;
    border-color: #2c3e50;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

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

.nav-link {
    color: #2c3e50 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 0.75rem 1rem !important;
    transition: color 0.3s ease;
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
}

.nav-link:hover {
    color: #34495e !important;
    background-color: rgba(44, 62, 80, 0.05);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-actions .btn-link {
    color: #2c3e50;
    text-decoration: none;
    padding: 0.5rem;
    font-size: 1.1rem;
    position: relative;
}

.header-actions .btn-link:hover {
    color: #34495e;
}

.snipcart-items-count {
    margin-left: 5px;
    font-weight: 600;
    font-size: 0.9rem;
}

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

.breadcrumb {
    background-color: transparent;
    padding: 1rem 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #34495e;
}

.breadcrumb-item.active {
    color: #7f8c8d;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #bdc3c7;
    font-size: 1.2rem;
}

.snipcart-checkout,
.snipcart-customer-signin {
    color: #2c3e50;
    padding: 0.5rem;
    background: none;
    border: none;
}

.snipcart-checkout:hover,
.snipcart-customer-signin:hover {
    color: #34495e;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 1rem 0;
        flex-direction: column;
    }
    
    .nav-link {
        padding: 0.75rem 1rem !important;
        min-height: 50px;
        width: 100%;
        text-align: left;
        justify-content: flex-start;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
    
    .product-card img {
        height: 280px;
    }
    
    .category-card img {
        height: 350px;
    }
    
    .category-content {
        padding: 1.5rem;
    }
    
    .category-content h3 {
        font-size: 1.5rem;
    }
}

.product-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.product-card img {
    object-fit: cover;
    height: 320px;
    width: 100%;
    transition: transform 0.4s ease;
}

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

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

.product-card .card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #2c3e50;
    line-height: 1.4;
}

.product-card .card-title a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-card .card-title a:hover {
    color: #34495e;
}

.product-card .card-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.product-card .btn {
    margin-top: auto;
    border-radius: 6px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

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

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

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

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

.category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2.5rem;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(10px);
}

.category-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.category-content p {
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.category-content .btn {
    border-radius: 6px;
    padding: 0.75rem 2rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

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

.newsletter-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 4rem 0;
}

.newsletter-form .form-control {
    border-radius: 8px;
    height: 55px;
    border: 2px solid #e0e0e0;
    padding: 0 1.5rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-form .form-control:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.1);
    outline: none;
}

.newsletter-form .btn {
    border-radius: 8px;
    height: 55px;
    padding: 0 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.newsletter-form .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
}

.footer-main {
    background-color: #f8f9fa;
}

.footer-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.footer-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

.company-info p {
    color: #666;
    font-size: 0.9rem;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #2c3e50;
}

.footer-bottom {
    background-color: #fff;
    border-top: 1px solid #eee;
    color: #666;
    font-size: 0.9rem;
}

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

.cookie-consent a:hover {
    color: #fff !important;
}
.contact-info {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 2rem;
    background: #fff;
    transition: all 0.3s ease;
}

.contact-info:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.contact-info i {
    width: 25px;
    color: #2c3e50;
    font-size: 1.2rem;
}

.contact-form {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 2.5rem;
    background: #fff;
}

.contact-form .form-control,
.contact-form .form-select {
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    padding: 0.875rem 1.25rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #2c3e50;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.1);
    outline: none;
}

.contact-form .btn {
    padding: 0.875rem 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.contact-form .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.faq-section .accordion-button {
    background-color: #fff;
    color: #2c3e50;
    font-weight: 500;
    padding: 1.5rem;
    border-radius: 8px !important;
    border: 1px solid #e0e0e0;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #2c3e50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-section .accordion-button:hover {
    background-color: #f8f9fa;
}

.faq-section .accordion-body {
    padding: 1.5rem;
    color: #555;
    line-height: 1.7;
}

.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

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

.card-body {
    padding: 1.75rem;
}

.btn {
    border-radius: 8px;
    padding: 0.75rem 1.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
}

.btn-dark {
    background-color: #2c3e50;
    color: #fff;
}

.btn-dark:hover {
    background-color: #34495e;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

.btn-outline-dark {
    border: 2px solid #2c3e50;
    color: #2c3e50;
    background: transparent;
}

.btn-outline-dark:hover {
    background-color: #2c3e50;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}
