body {
    font-family: 'Poppins', sans-serif;
}

.navbar-brand {
    letter-spacing: 0.5px;
}

.nav-link {
    color: #333 !important;
    transition: 0.3s;
}

.nav-link:hover {
    color: #0D5B10 !important;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #0D5B10;
    color: white;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 50%;
}
.logo-img {
    height: 75px;
    width: 150px;
}

@media (max-width: 768px) {
    .logo-img {
        height: 40px;
    }
}

/* HERO SECTION */

.hero-section {
    background: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.hero-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6c757d;
    text-transform: uppercase;
}

.hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.hero-description {
    font-size: 16px;
    color: #555;
    max-width: 500px;
}

.hero-img {
    max-height: 500px;
}

/* Responsive Adjustments */

@media (max-width: 991px) {
    .hero-title {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero-title {
        font-size: 26px;
    }
}

.hero-slider {
    background: #f8f9fa;
    padding-top: 60px;
    padding-bottom: 60px;
}

.swiper {
    width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    color: #198754;
}

.hero-img {
    max-height: 450px;
}

/* POPULAR PRODUCTS */

.popular-products {
    background: #ffffff;
}

.product-card {
    transition: 0.3s ease;
    border-radius: 12px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card img {
    max-height: 250px;
    object-fit: contain;
}

.wishlist-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    padding: 6px 10px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    color: #333;
    transition: 0.3s;
}

.wishlist-icon:hover {
    background: #198754;
    color: #fff;
}
.product-page {
    background: #f8f9fa;
}

.thumb-img {
    cursor: pointer;
    transition: 0.3s;
}

.thumb-img:hover {
    border-color: #198754;
}

.variant-btn.active {
    background-color: #198754;
    color: #fff;
}

.product-page {
    background: #ffffff;
}

.product-image-box {
    background: #f8f9fa;
}

.main-product-img {
    max-height: 500px;
}

.product-description {
    border-top: 1px solid #eee;
}

.variant-btn.active {
    background-color: #198754;
    color: #fff;
}

.thumb-img {
    cursor: pointer;
    transition: 0.3s;
}

.thumb-img:hover {
    border-color: #198754;
}
.product-benefits {
    background: #f8f9fa;
}

.benefit-card {
    transition: 0.3s;
}

.benefit-card:hover {
    transform: translateY(-5px);
}
.product-reviews {
    background: #ffffff;
    border-top: 1px solid #eee;
}

.review-item {
    padding-bottom: 15px;
}

.pagination .active .page-link {
    background-color: #198754;
    border-color: #198754;
}

.product-top {
    background: #ffffff;
}

.product-image-wrapper {
    background: #f8f9fa;
}

.main-product-image {
    max-height: 450px;
    object-fit: contain;
}

.variant-btn.active {
    background-color: #198754;
    color: #fff;
}
.product-description {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.description-content {
    line-height: 1.8;
}
.product-video {
    background: #ffffff;
    border-bottom: 1px solid #eee;
}

.product-video h3 {
    letter-spacing: 0.5px;
}
.product-benefits {
    background: #f8f9fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.benefit-card {
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.benefit-icon {
    font-size: 32px;
}
.product-faq {
    background: #ffffff;
}

.product-faq .accordion-button {
    background: #f8f9fa;
    border-radius: 6px;
}

.product-faq .accordion-button:not(.collapsed) {
    background: #e9f7ef;
    color: #198754;
}

.product-faq .accordion-item {
    border-radius: 8px;
    overflow: hidden;
}
.product-comparison {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.comparison-table th,
.comparison-table td {
    padding: 16px;
}

.highlight-row {
    background-color: #e9f7ef;
    font-weight: 500;
}

.product-related {
    border-top: 1px solid #eee;
}

.related-card {
    transition: all 0.3s ease;
    border-radius: 10px;
}

.related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.related-product-image {
    max-height: 180px;
    object-fit: contain;
}

.product-certifications {
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.certification-logo {
    max-height: 70px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.certification-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}
.site-footer {
    background: #0d5b10;
    background-image: url('../images/footer-bg.png'); /* your bg image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-footer a {
    color: #ffffffcc;
    text-decoration: none;
    transition: 0.3s;
}

.site-footer a:hover {
    color: #ffffff;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-social a {
    display: inline-block;
    margin-right: 12px;
    font-size: 18px;
    color: #ffffffcc;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #ffffff;
}

.footer-divider {
    border-color: rgba(255,255,255,0.2);
}
.product-main-image img {
    max-height: 450px;
    width: auto;
    object-fit: contain;
    transition: 0.3s ease;
}

.product-thumbnail {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}

.product-thumbnail:hover {
    transform: scale(1.05);
}

.active-thumb {
    border-color: #198754;
}
