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;
}

.offer-card img{
width:100%;
height:250px;
object-fit:cover;
border-radius:8px 8px 0 0;
}

.offer-image{
overflow:hidden;
}

.offer-card img{
width:100%;
height:260px;
object-fit:cover;
border-radius:8px 8px 0 0;
}

.offer-image{
overflow:hidden;
}

.offer-badge{
position:absolute;
top:12px;
left:12px;
background:#ff3b3b;
color:#fff;
font-size:12px;
padding:6px 12px;
border-radius:30px;
font-weight:600;
z-index:2;
}

.countdown{
position:absolute;
bottom:10px;
left:50%;
transform:translateX(-50%);
background:rgba(0,0,0,0.75);
color:#fff;
padding:6px 12px;
border-radius:6px;
font-size:13px;
}


.wishlist-btn{
position:absolute;
top:20px;
right:20px;
background:#fff;
width:45px;
height:45px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition:.3s;
font-size:20px;
}

.wishlist-btn:hover{
transform:scale(1.1);
}

/* animation */
.wishlist-btn.active{
animation:pop 0.3s ease;
}

@keyframes pop{
0%{transform:scale(0.8);}
100%{transform:scale(1.2);}
}

/* MINI CART */
.mini-cart{
position:fixed;
top:0;
right:-400px;
width:350px;
height:100%;
background:#fff;
box-shadow:-10px 0 30px rgba(0,0,0,0.1);
z-index:9999;
transition:.3s ease;
display:flex;
flex-direction:column;
}

.mini-cart.active{
right:0;
}

.mini-cart-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px;
border-bottom:1px solid #eee;
}

.mini-cart-items{
flex:1;
overflow-y:auto;
padding:15px;
}

.mini-item{
display:flex;
gap:10px;
margin-bottom:15px;
}

.mini-item img{
width:60px;
height:60px;
object-fit:cover;
border-radius:8px;
}

.mini-item-details{
flex:1;
}

.mini-qty{
display:flex;
align-items:center;
gap:6px;
margin-top:5px;
}

.mini-qty button{
border:none;
background:#eee;
width:25px;
height:25px;
}

.mini-remove{
color:red;
cursor:pointer;
font-size:12px;
margin-top:4px;
}

.mini-cart-footer{
padding:15px;
border-top:1px solid #eee;
}

.view-cart-bar{
position: sticky;
top: 70px; /* adjust if navbar height differs */
background: #1f7a5a;
color:#fff;
text-align:center;
padding:10px;
z-index: 500;
}