﻿.featured-section {
    padding: 60px 0;
}
.featured-section .container {
    max-width: 1600px;
    padding: 0 20px;
    margin: 0 auto;
}
.featured-search-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: nowrap;
}

.featured-title {
    font-size: 47px;
    font-weight: 900;
    color: #20704D;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
    line-height: 1.2;
}

.search-container {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    max-width: 350px;
}

.simple-search-box {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.search-icon-wrapper {
    position: absolute;
    left: 15px;
    color: #757575;
    z-index: 1;
}

#productSearchInput {
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 80px 10px 40px;
    width: 100%;
    font-size: 14px;
}

#searchButton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background-color: #16A34A;
    color: white;
    width: 80px;
    border-radius: 0 50px 50px 0;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchButton span {
    line-height: 1;
    display: inline-block;
    padding-top: 1px;
}

#searchButton:hover {
    background-color: #15803d;
}

.promo-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
    gap: 28px;
    padding-bottom: 70px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.promo-card, .short-card {
    min-width: 522px;
    max-width: 522px;
    width: 522px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 24px;
    overflow: visible;
    padding: 20px;
    background: inherit;
    box-sizing: border-box;
    box-shadow: none;
}

.promo-card-orange {
    background-color: #FFA900;
}

.promo-card-green {
    background-color: #78BD47;
    flex-direction: row-reverse;
}

.promo-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    white-space: normal;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

.promo-card-orange .promo-content {
    margin-left: 20px;
    margin-right: 20px;
    text-align: right;
    align-items: flex-end;
}

.promo-card-green .promo-content {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    align-items: flex-start;
}

.promo-title {
    font-size: 31.5px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
    max-width: 200px;
    word-break: break-word;
    white-space: normal;
}

.promo-card-orange .promo-title {
    text-align: right;
}

.promo-card-green .promo-title {
    text-align: left;
}

.promo-button, .short-btn {
    display: inline-block;
    min-width: unset;
    width: auto !important;
    padding: 7px 18px;
    font-size: 13px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    border: none;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
}

.promo-card-orange .promo-button {
    background: #16A34A;
    color: #ffffff;
}

.promo-card-green .promo-button {
    background: #FFA900;
    color: #FFFFFF;
}

.promo-image-circle-wrap.left {
    position: absolute;
    top: 50%;
    left: -39px;
    transform: translateY(-50%);
    z-index: 2;
    width: 275px;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-image-circle-wrap.right {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    z-index: 2;
    width: 275px;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-image-circle {
    width: 275px;
    height: 275px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.filter-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    padding: 16px 8px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.product-count {
    font-size: 16px;
    color: #000000;
}

.filter-options {
    display: flex;
    gap: 20px;
}

.filter-options span {
    font-size: 16px;
    color: #20704D;
    cursor: pointer;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 40px;
}

.product-grid > * {
    height: 100%;
}

.product-card {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 16px;
    gap: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.product-card .wishlist {
    align-self: flex-end;
    margin-top: -5px;
    margin-bottom: 3px;
}

.product-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-top: 5px;
}

.product-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.product-name {
    font-size: 16px;
    font-weight: 900;
    color: #20704D;
    text-align: center;
}

.product-price {
    font-size: 16px;
    font-weight: 500;
    color: #525252;
}
.text-success {
    color: #20704D !important;
}
.add-to-cart {
    background-color: #C6EDBB;
    color: #20704D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    padding: 7px 15px;
    font-size: 16.95px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    gap: 7px;
}

.sidebar {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.sidebar-title {
    font-size: 21px;
    font-weight: 700;
    color: #20704D;
    margin-bottom: 32px;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group-title {
    font-family: Roboto;
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    color: #525252;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.custom-checkbox,
.custom-radio {
    position: absolute;
    opacity: 0;
}

    .custom-checkbox + label,
    .custom-radio + label {
        position: relative;
        cursor: pointer;
        padding-left: 40px;
        display: inline-block;
        font-family: Roboto;
        font-weight: 600;
        font-size: 18px;
        line-height: 140%;
        color: #525252;
        margin-bottom: 0;
        vertical-align: middle;
    }

.custom-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #F5F1E9;
    border: 1px solid #E5DFD3;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.custom-checkbox:checked + label:before {
    background: #20AD4F;
    border-color: #20AD4F;
}

    .custom-checkbox:checked + label:after {
        content: '\f00c';
        font-family: 'FontAwesome';
        font-weight: normal;
        position: absolute;
        top: 50%;
        left: 6px;
        transform: translateY(-50%);
        color: white;
        font-size: 14px;
    }

    .custom-radio + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background: #F5F1E9;
        border: 2px solid #20704D;
        box-shadow: none;
        box-sizing: border-box;
    }

.custom-radio:checked + label:before {
    background: #F5F1E9;
    border: 2px solid #20704D;
}

    .custom-radio:checked + label:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-color: #78BD47;
        border-radius: 50%;
        box-sizing: border-box;
        margin-left: 0;
    }

.filter-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.checkbox-square,
.checkbox-square-unchecked,
.checkbox-round,
.checkbox-round-selected {
    display: none;
}

.filter-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 30px;
}

.reset-button {
    border: 1px solid #E0E0E0;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    transition: all 0.2s ease;
}

.reset-button:hover {
    background-color: #F5F5F5;
}

.apply-button {
    background-color: #78BD47;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
}

.apply-button:hover {
    background-color: #69A93F;
}

.special-offers {
    padding: 24px 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
}

.special-offers-title {
    font-size: 31.5px;
    font-weight: 900;
    color: #20704D;
    margin-bottom: 20px;
    padding-left: 0;
}

.offers-carousel .owl-nav {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1;
}

.offers-carousel .owl-nav button.owl-prev,
.offers-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    color: #20704D !important;
    font-size: 24px !important;
    pointer-events: auto;
    transition: all 0.2s ease;
    outline: none;
    position: absolute;
}

.offers-carousel .owl-nav button.owl-prev {
    left: -8px;
}

.offers-carousel .owl-nav button.owl-next {
    right: -8px;
}

.offers-carousel .owl-nav button.owl-prev:hover,
.offers-carousel .owl-nav button.owl-next:hover {
    background-color: #20704D !important;
    color: #FFFFFF !important;
    transform: scale(1.05);
}

.offers-carousel .owl-dots {
    display: none;
}

.offers-carousel .item {
    padding: 5px;
}

.offers-carousel .owl-stage {
    display: flex;
}

.offers-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.offers-carousel .offer-card {
    width: 100%;
}

.offer-card {
    display: flex;
    align-items: center;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    background-color: #FFFFFF;
    min-height: 100px;
    overflow: hidden;
    margin: 0;
    height: 100%;
    cursor: pointer;
}

.offer-image-container {
    flex: 0 0 150px;
    height: 150px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}

.offer-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.offer-content {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offer-title {
    font-size: 16px;
    font-weight: 700;
    color: #525252;
    margin-bottom: 8px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.offer-price {
    font-size: 18px;
    font-weight: 700;
    color: #20704D;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 15px;
    margin-right: 8px;
}

.discount-price {
    color: #e53935;
}

@media (max-width: 767px) {
    .special-offers {
        padding: 15px;
        position: relative;
    }
    
    .special-offers-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .offer-image-container {
        flex: 0 0 120px;
        height: 120px;
    }
    
    .offer-content {
        padding: 10px;
    }
    
    .offer-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .offer-price {
        font-size: 16px;
    }
    
    .offers-carousel .owl-nav {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 10;
    }
    
    .offers-carousel .owl-nav button.owl-prev,
    .offers-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        font-size: 18px !important;
        position: absolute;
        background: #fff !important;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        margin: 0;
    }
    
    .offers-carousel .owl-nav button.owl-prev {
        left: -10px;
    }
    
    .offers-carousel .owl-nav button.owl-next {
        right: -10px;
    }
}

@media (max-width: 480px) {
    .offers-carousel .owl-nav button.owl-prev,
    .offers-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 16px !important;
    }
    
    .offers-carousel .owl-nav button.owl-prev {
        left: -10px;
    }
    
    .offers-carousel .owl-nav button.owl-next {
        right: -10px;
    }
    
    .offers-carousel .owl-stage-outer {
        overflow: visible;
    }
    
    .products-layout-container {
        display: flex;
        flex-direction: column;
        gap: 15px !important;
        padding: 0 10px;
    }
    
    .featured-news-sidebar {
        margin-top: 15px;
    }

        .featured-news-sidebar .sidebar-title {
            font-size: 18px !important;
            margin-bottom: 15px;
            font-weight: 700;
        }
    

    .offers-container {
        padding: 0 5px;
        gap: 10px;
    }
    
    .offer-card {
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .offer-image-container {
        flex: 0 0 120px;
        height: 100px;
    }
    
    .offer-content {
        padding: 10px;
        text-align: left;
    }
    
    .offer-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .slider-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .prev-arrow {
        left: 5px;
    }
    
    .next-arrow {
        right: 5px;
    }
    
    .filter-section {
        padding: 10px 5px;
        margin-bottom: 10px;
    }
    
    .filter-section .col-auto {
        margin: 2px 5px;
    }
    
    .filter-section .col-auto span {
        font-size: 13px;
    }
    
    .featured-section {
        padding: 10px 0;
    }
    
    .featured-section .container {
        padding: 0 5px;
    }
    
    .main-product-area {
        padding: 0 5px;
    }
    
    .promo-container {
        padding: 0 5px;
        margin: 10px 10px 15px;
    }
    
    .promo-image-circle {
        width: 90px;
        height: 90px;
        left: 10px;
    }
    
    .promo-card-orange .promo-content,
    .promo-card-green .promo-content {
        padding: 15px 15px 15px 110px;
        min-height: 100px;
    }
    
    .promo-title {
        font-size: 16px;
        margin-bottom: 5px;
        max-width: 100%;
    }

    .promo-card-orange .promo-image-circle,
    .promo-card-green .promo-image-circle {
        width: 90px;
        height: 90px;
    }

    .promo-card-green .promo-image-circle-wrap.right,
    .promo-card-orange .promo-image-circle-wrap.left {
        width: 90px;
        height: 90px;
    }
}

.slider-controls,
.slider-arrow,
.prev-arrow,
.next-arrow {
    display: none;
}

.helper-chat-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-controls {
    position: absolute;
    width: calc(100% - 40px);
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0;
    z-index: 5;
    pointer-events: none;
}


.special-offers .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.special-offers .row {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 991px) {
    .special-offers {
        padding: 20px 15px;
    }
    
    .special-offers-title {
        padding-left: 0;
    }
    
    .offers-container {
        padding: 0;
    }
    
    .slider-controls {
        width: calc(100% - 30px);
        left: 15px;
    }
    
    .offer-card {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .special-offers-title {
        font-size: 24px;
        padding-left: 15px;
    }
    
    .offers-container {
        padding: 0 30px;
    }
    
    .offer-card {
        width: calc(100% - 10px);
    }
}

.partners {
    padding-bottom: 100px;
    text-align: center;

}

.partners-title {
    font-size: 47px;
    font-weight: 900;
    color: #525252;
    margin-bottom: 40px;
}

.partner-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.partner-logo-img {
    width: 150px;
    height: auto;
    object-fit: contain;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.banner {
    position: relative;
    width: 100%;
    background-image: url('../../images/bg-banner-product.jpg');
    background-size: cover;
    background-position: center;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 658px;
    padding: 80px 0px 45px 0px;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    background: #166534B2;
    border-radius: 0 300px 300px 0;
    height: 100%;
    z-index: 1;
}
.banner-content-wrapper {
    position: relative;
    display: flex;
    min-height: 500px;
}
.banner-content {
    width: 60%;
    color: #FFFFFF;
    padding-top: 80px;
    padding: 70px 70px 70px 100px;
    position: relative;
    z-index: 1;
}

.banner-title-product {
    font-family: Roboto;
    font-weight: 900;
    font-size: 92.57px;
    line-height: 120%;
}

.banner-subtitle {
    font-size: 31.5px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.banner-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 20px 0;
    max-width: 70%;
}

.banner-delivery {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 25px 0;
}

.cta-button {
    display: inline-block;
    background-color: #FFA900;
    color: #FFFFFF;
    padding: 12px 40px;
    border-radius: 15px;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
}

.cta-button:hover {
    background-color: #FF9500;
    color: #FFFFFF;
    text-decoration: none;
}

.helper-chat-pill {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #FFFFFF;
    color: #333333;
    padding: 8px 15px 8px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.chat-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 10px;
}

.header {
    position: relative;
    height: 680px;
    overflow: hidden;
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header-overlay {
    background-color: rgba(22, 101, 52, 0.7);
    border-radius: 275px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-content {
    max-width: 600px;
    padding: 40px 80px;
    color: #FFFFFF;
}

.hero-subtitle {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.hero-title {
    font-size: 100px;
    font-weight: 900;
    margin: 0 0 20px 0;
    line-height: 0.9;
    letter-spacing: 1px;
}

.hero-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 95%;
}

.hero-secondary {
    margin-bottom: 30px;
}

.hero-secondary p {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.hero-cta-button {
    display: inline-block;
    background-color: #FFA900;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 15px;
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.helper-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
    width: 300px;
    z-index: 100;
}

.helper-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.helper-message {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
}

@media (max-width: 1200px) {
   
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
   
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .promo-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .promo-card {
        width: 100%;
    }

    .products-layout-container {
        flex-direction: column;
    }

    .filter-sidebar-container {
        flex: 0 0 100%;
    }

    .featured-section {
        padding: 30px 0;
    }
    
    .main-product-area {
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .products-layout-container {
        padding: 0 15px;
        gap: 15px;
    }
    
    .featured-title {
        font-size: 25px;
        margin-right: auto;
    }
    
    .featured-section .container {
        padding: 0 15px;
    }

    .featured-search-row {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    
    .partners-title {
        font-size: 36px;
    }
    
    .footer-content {
        flex-direction: column;
    }

    .banner-container {
        height: auto;
        min-height: 480px;
        padding: 40px 0;
    }

    .banner-content-wrapper {
        min-height: 400px;
    }


    .banner-content {
        width: 100%;
        padding: 30px 20px;
    }

    .banner-title-product {
        font-size: 60px;
    }

    .banner-subtitle {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .banner-text {
        max-width: 100%;
        font-size: 16px;
    }

    .banner-delivery {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .cta-button {
        font-size: 22px;
        padding: 10px 30px;
    }

    .promo-card, .short-card {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }

    .search-box {
        width: auto;
        max-width: 300px;
        margin-right: 10px;
    }

    .featured-search-row {
       
        align-items: flex-start;
    }

    .featured-search-row .search-box {
        margin-top: 10px;
        width: 100%;
    }

    .pagination {
        justify-content: center;
        margin-top: 15px;
        gap: 2px;
    }
    
    .page-info {
        font-size: 12px;
        padding: 3px 6px;
    }
    
    .page-button, .page-nav {
        min-width: 22px;
        height: 22px;
        font-size: 12px;
    }
    
    .page-nav {
        padding: 0 3px;
    }
    
    .page-nav:first-child, 
    .page-nav:last-child {
        padding: 0 5px;
        font-size: 11px;
        min-width: 24px;
    }

    .product-count {
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
    }
    
    .filter-section {
        padding: 12px 8px;
    }
    
    .filter-section .row {
        flex-direction: column;
    }
    
    .filter-section .col-md-7 .row {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 10px;
        justify-content: center;
    }
    
    .filter-section .col-auto {
        margin: 5px 10px;
    }

    .featured-section {
        padding: 20px 0;
    }
    
    .featured-section .container {
        padding: 0 10px;
    }
    
    .main-product-area {
        padding: 0 10px;
    }
    
    .filter-sidebar-container {
        flex: none !important;
        width: 100%;
    }
    
    .filter-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100vh;
        background-color: #FFFFFF;
        z-index: 9999;
        overflow-y: auto;
        transition: all 0.3s ease;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
    }
    
    .filter-collapse.show {
        left: 0;
    }
    
    body.filter-open:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
    }

    .sort-select {
        border-radius: 6px;
        background-color: #FFFFFF;
        color: #525252;
        font-size: 14px;
        text-align: left;
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
    }
    
    .mobile-sort-dropdown {
        margin: 0 8px;
    }

    .mobile-filter-row {
        padding: 5px 10px;
        margin-bottom: 0;
    }
    
    .filter-section {
        padding: 10px;
    }
    
    .mobile-product-count {
        font-size: 14px;
    }
    
    .mobile-category-text {
        font-size: 14px;
    }
    
    .mobile-sort-dropdown {
        min-width: 150px;
        margin: 0;
    }
    
    .sort-select {
        height: 36px;
        line-height: 36px;
        padding: 0 30px 0 15px;
    }
}

@media (max-width: 576px) {
    .featured-section {
        padding: 15px 0;
    }
    
    .featured-section .container {
        padding: 0 10px;
    }
    
    .sort-select {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }
    
    .mobile-sort-dropdown {
        margin: 0 5px;
    }
    
    .promo-container {
        width: 100%;
        max-width: 100%;
        padding: 0 0 30px;
        gap: 15px;
        flex-direction: column;
        align-items: center;
        margin: 10px auto 20px;
    }
    
    .promo-card, .short-card {
        min-width: 0;
        max-width: 80%;
        width: 80%;
        padding: 0;
        border-radius: 15px;
        overflow: visible;
        position: relative;
        display: block;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 150px;
    }
    
    .promo-card.promo-card-orange {
        background-color: #FFA900;
    }
    
    .promo-card-orange .promo-image-circle-wrap.left {
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        z-index: 2;
    }
    
    .promo-card-orange .promo-image-circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        object-fit: cover;
    }
    
    .promo-card-orange .promo-content {
        width: calc(100% - 120px);
        height: 100%;
        padding: 15px;
        margin-left: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
    }
    
    .promo-card.promo-card-green {
        background-color: #78BD47;
    }
    
    .promo-card-green .promo-image-circle-wrap.right {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        z-index: 2;
    }
    
    .promo-card-green .promo-image-circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        object-fit: cover;
    }
    
    .promo-card-green .promo-content {
        width: calc(100% - 120px);
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
    }
    
    .promo-card .promo-title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 8px;
        text-align: left;
        color: white;
    }
    
    .promo-card .promo-button {
        font-size: 12px;
        padding: 5px 15px;
        border-radius: 8px;
        color: white;
    }
    
    .promo-card-orange .promo-button {
        background: #16A34A;
    }
    
    .promo-card-green .promo-button {
        background: #FFA900;
    }
}

@media (max-width: 480px) {
    .products-layout-container {
        display: flex;
        flex-direction: column;
        gap: 15px !important;
        padding: 0 10px;
    }
    
    .featured-news-sidebar {
        margin-top: 15px;
    }

        .featured-news-sidebar .sidebar-title {
            font-size: 18px !important;
            margin-bottom: 15px;
            font-weight: 700;
        }
    
    .special-offers {
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 8px;
    }
    
    .banner-container {
        min-height: 350px;
    }
    
    .banner-content-wrapper {
        min-height: 300px;
    }

    .banner-content {
        padding: 20px 15px;
    }

    .banner-title-product {
        font-size: 36px;
    }

    .banner-subtitle {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .banner-text {
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .banner-delivery {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .cta-button {
        font-size: 16px;
        padding: 8px 20px;
        max-width: 60%;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 12px;
        margin: 0;
        padding: 5px 0;
    }

    .product-card {
        padding: 8px 8px;
        margin-bottom: 0;
        border: 1px solid #eaeaea;
        display: flex;
        flex-direction: column;
        height: 100%;
        position: relative;
        min-height: 240px;
    }
    
    .product-card .wishlist {
        margin-top: -2px;
        margin-bottom: 0;
        padding: 5px;
        height: 20px;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 2;
    }

    .product-card .wishlist i {
        font-size: 12px;
    }

    .product-image {
        height: 140px;
        margin-top: 0;
        flex-shrink: 0;
        object-fit: contain;
        width: 100%;
    }

    .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-grow: 1;
        width: 100%;
        padding: 5px 0;
    }

    .product-name {
        font-size: 14px;
        margin: 4px 0 2px;
        line-height: 1.2;
    }

    .product-price {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .add-to-cart {
        width: 90%;
        padding: 5px 10px;
        font-size: 14px;
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: #C6EDBB;
        color: #20704D;
        font-weight: 700;
        border-radius: 4px;
        margin-bottom: 5px;
    }

    .add-to-cart i {
        font-size: 12px;
        margin-left: 5px;
    }

    .pagination {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    
    .page-info {
        font-size: 14px;
    }
    
    .page-button, .page-nav {
        min-width: 26px;
        height: 26px;
        font-size: 14px;
    }
    
    .page-nav:first-child, 
    .page-nav:last-child {
        padding: 0 5px;
        font-size: 12px;
    }
    
    .d-block.d-md-none .pagination {
        margin-top: 8px;
        margin-bottom: 12px;
    }
    
    .d-block.d-md-none .page-info {
        font-size: 11px;
        padding: 2px 4px;
    }
    
    .d-block.d-md-none .page-button, 
    .d-block.d-md-none .page-nav {
        min-width: 20px;
        height: 20px;
        font-size: 11px;
    }
    
    .d-block.d-md-none .page-nav:first-child, 
    .d-block.d-md-none .page-nav:last-child {
        padding: 0 3px;
        font-size: 10px;
        min-width: 18px;
    }

    .special-offers-title {
        padding: 0 20px;
        font-size: 18px !important;
        font-weight: 700;
    }
    
    .offers-container {
        padding: 0 5px;
    }

    .sort-select {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        padding: 0 10px;
    }
    
    .sort-dropdown-icon {
        right: 10px;
        font-size: 12px;
    }
    
    .mobile-sort-dropdown {
        margin: 0 3px;
    }

    .mobile-filter-row {
        padding: 5px 5px;
    }
    
    .mobile-product-count {
        font-size: 12px;
    }
    
    .mobile-category-text {
        font-size: 12px;
        margin-top: -5px;
    }
    
    .mobile-sort-dropdown {
        min-width: 130px;
    }
    
    .sort-select {
        height: 32px;
        line-height: 32px;
        padding: 0 20px 0 8px;
        font-size: 12px;
    }
    
    .sort-dropdown-icon {
        right: 8px;
        font-size: 10px;
    }

    .single-row-filter {
        padding: 8px 10px;
        margin: 8px 3px;
        gap: 8px;
        width: 100%;
    }
    
    .product-counter-text {
        font-size: 12px;
        max-width: 60%;
    }
    
    .single-sort-dropdown {
        min-width: 110px;
    }
    
    .sort-select {
        font-size: 12px;
        padding-right: 20px !important;
        padding-left: 8px !important;
        height: 32px;
    }

    .filter-sidebar-container {
        flex: none !important;
        width: 100%;
    }

    .products-layout-container {
        gap: 15px !important;
    }

    .promo-container {
        padding: 0 5px;
        margin: 10px 10px 15px;
    }
    
    .promo-image-circle {
        width: 90px;
        height: 90px;
        left: 10px;
    }
    
    .promo-card-orange .promo-content,
    .promo-card-green .promo-content {
        padding: 15px 15px 15px 110px;
        min-height: 100px;
    }
    
    .promo-title {
        font-size: 16px;
        margin-bottom: 5px;
        max-width: 100%;
    }

    .promo-card-orange .promo-image-circle,
    .promo-card-green .promo-image-circle {
        width: 90px;
        height: 90px;
    }

    .promo-card-green .promo-image-circle-wrap.right,
    .promo-card-orange .promo-image-circle-wrap.left {
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 375px) {
    .promo-card, .short-card {
        height: 140px;
        max-width: 90%;
        width: 90%;
    }
    
    .promo-card-orange .promo-content,
    .promo-card-green .promo-content {
        width: calc(100% - 90px);
        padding: 10px;
    }
    
    .promo-card-orange .promo-content {
        margin-left: 90px;
    }
    
    .promo-card-orange .promo-image-circle-wrap.left {
        left: -10px;
    }
    
    .promo-card-green .promo-image-circle-wrap.right {
        right: -10px;
    }
    
    .promo-card-orange .promo-image-circle,
    .promo-card-green .promo-image-circle {
        width: 100px;
        height: 100px;
    }
    
    .promo-card .promo-title {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 1.2;
    }
    
    .promo-card .promo-button {
        font-size: 11px;
        padding: 4px 10px;
    }
}

@media (max-width: 320px) {
    .promo-card, .short-card {
        height: 130px;
        max-width: 95%;
        width: 95%;
    }
    
    .promo-card-orange .promo-content,
    .promo-card-green .promo-content {
        width: calc(100% - 80px);
        padding: 8px;
    }
    
    .promo-card-orange .promo-content {
        margin-left: 80px;
    }
    
    .promo-card-orange .promo-image-circle,
    .promo-card-green .promo-image-circle {
        width: 90px;
        height: 90px;
    }
    
    .promo-card .promo-title {
        font-size: 12px;
        line-height: 1.2;
    }
    
    .promo-card .promo-button {
        font-size: 10px;
        padding: 3px 8px;
        margin-top: 3px;
    }
}

.na-hero-wrap {
    position: relative;
    width: 100%;
   
    background-image: url('../../images/bg-home-product.jpg');
    background-size: cover;
    background-position: center;
}

.hero-banner {
    width: 100%;
    position: relative;
    min-height: 550px;
    padding: 45px 0px 140px 0px;
}

.hero-content-wrapper {
    position: relative;
    display: flex;
    min-height: 550px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    background: #166534B2;
    border-radius: 0 300px 300px 0;
    z-index: 0;
    display: flex;
    justify-content: space-between;
    overflow: visible;
    position: relative;
}
    .hero-bg .container {
        max-width: 1600px;
        padding: 0;
    }
    .hero-text {
        width: 60%;
        color: #FFFFFF;
        padding: 0px 0px 60px 180px;
        padding-top: 80px;
        position: relative;
        z-index: 1;
    }

.hero-title {
    font-family: Roboto;
    font-weight: 900;
    font-size: 92.57px;
    line-height: 120%;
}

.hero-subtitle {
    font-size: 31.5px;
    font-weight: 900;
    margin: 0 0 20px 0;
}

.hero-description {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #EFECE3;
    max-width: 60%;
}

.hero-secondary {
    margin-bottom: 30px;
}

    .hero-secondary p {
        font-family: Roboto;
        font-weight: 900;
        font-size: 31.5px;
        line-height: 120%;
        letter-spacing: 0%;
    }

.hero-cta-button {
    display: inline-block;
    background-color: #FFA900;
    color: #FFFFFF;
    padding: 12px 40px;
    border-radius: 15px;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    text-align: center;
}

.hero-image {
    position: absolute;
    position: absolute;
    right: -100px;
    top: 70%;
    transform: translateY(-50%);
    width: 55%;
    max-width: 700px;
    z-index: 2;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.products-layout-container {
    display: flex;
    gap: 20px;
}

.filter-sidebar-container {
    flex: 0 0 350px;
}


.main-product-area {
    flex: 1;
    padding: 0 20px;
}

.checkbox-square {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #20AD4F;
    border: 1px solid #20AD4F;
    margin-right: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.checkbox-square-unchecked {
    background-color: #F5F1E9;
    border: 1px solid #E5DFD3;
}

.checkbox-round {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5DFD3;
    background-color: #F5F1E9;
    margin-right: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.checkbox-round-selected {
    background-color: #78BD47;
    border-color: #78BD47;
}

.filter-option-active {
    font-weight: bold;
}

.icon-primary {
    color: #FFFFFF;
    font-size: 14px;
}

.offer-content {
    padding: 19px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.offer-title {
    font-size: 16px;
    font-weight: 700;
    color: #525252;
}

.offer-price {
    font-size: 16px;
    font-weight: 700;
    color: #20704D;
}

.custom-checkbox:hover + label:before,
.custom-radio:hover + label:before {
    border-color: #16A34A;
}

.custom-checkbox:focus + label:before,
.custom-radio:focus + label:before {
    outline: none;
    border-color: #16A34A;
}

.featured-news-sidebar {
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.featured-news-sidebar .sidebar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #20704D;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: none;
}

.featured-news-sidebar .sidebar-title i {
    font-size: 16px;
    color: #20704D;
}

.news-container {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.news-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: calc(50% - 7.5px);
}

.news-image {
    width: 100%;
    height: 0;
    padding-bottom: 100%; 
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 8px;
    position: relative;
}

.news-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content {
    flex: 1;
}

.news-title {
    font-family: Roboto;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #20704D;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 5px;
}

.news-title:hover {
    color: #16A34A;
    text-decoration: none;
}

.filter-toggle-container {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.filter-toggle-btn {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 8px;
    font-size: 24px;
    color: #20704D;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    line-height: 1;
}

.filter-toggle-btn i {
    color: #20704D;
}

.close-filter-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #525252;
    cursor: pointer;
    padding: 10px;
}

@media (min-width: 993px) {
    .products-layout-container {
        padding: 0;
    }
    
    .main-product-area {
        padding: 0;
    }
}

.mobile-sort-dropdown {
    position: relative;
    width: 100%;
}

.sort-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    padding-right: 30px;
}

.sort-dropdown-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #525252;
    pointer-events: none;
}

.sort-select:focus {
    outline: none;
    border-color: #20704D;
}

@media (max-width: 768px) {
    .featured-section {
        padding: 20px 0;
    }
    
    .featured-section .container {
        padding: 0 10px;
    }
    
    .sort-select {
        border-radius: 6px;
        background-color: #FFFFFF;
        color: #525252;
        font-size: 14px;
        text-align: left;
        height: 38px;
        line-height: 38px;
        padding: 0 15px;
    }
    
    .mobile-sort-dropdown {
        margin: 0 8px;
    }
}

@media (max-width: 576px) {
    .featured-section {
        padding: 15px 0;
    }
    
    .featured-section .container {
        padding: 0 10px;
    }
    
    .sort-select {
        font-size: 13px;
        height: 36px;
        line-height: 36px;
    }
    
    .mobile-sort-dropdown {
        margin: 0 5px;
    }
    
    .promo-container {
        width: 100%;
        max-width: 100%;
        padding: 0 0 30px;
        gap: 15px;
        flex-direction: column;
        align-items: center;
        margin: 10px auto 20px;
    }
    
    .promo-card, .short-card {
        min-width: 0;
        max-width: 80%;
        width: 80%;
        padding: 0;
        border-radius: 15px;
        overflow: visible;
        position: relative;
        display: block;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 150px;
    }
    
    .promo-card.promo-card-orange {
        background-color: #FFA900;
    }
    
    .promo-card-orange .promo-image-circle-wrap.left {
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        z-index: 2;
    }
    
    .promo-card-orange .promo-image-circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        object-fit: cover;
    }
    
    .promo-card-orange .promo-content {
        width: calc(100% - 120px);
        height: 100%;
        padding: 15px;
        margin-left: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
    }
    
    .promo-card.promo-card-green {
        background-color: #78BD47;
    }
    
    .promo-card-green .promo-image-circle-wrap.right {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        z-index: 2;
    }
    
    .promo-card-green .promo-image-circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        object-fit: cover;
    }
    
    .promo-card-green .promo-content {
        width: calc(100% - 120px);
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
    }
    
    .promo-card .promo-title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 8px;
        text-align: left;
        color: white;
    }
    
    .promo-card .promo-button {
        font-size: 12px;
        padding: 5px 15px;
        border-radius: 8px;
        color: white;
    }
    
    .promo-card-orange .promo-button {
        background: #16A34A;
    }
    
    .promo-card-green .promo-button {
        background: #FFA900;
    }
}

@media (max-width: 480px) {
    .sort-select {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        padding: 0 10px;
    }
    
    .sort-dropdown-icon {
        right: 10px;
        font-size: 12px;
    }
    
    .mobile-sort-dropdown {
        margin: 0 3px;
    }
    .featured-news-sidebar {
        margin: 5px;
    }
    .special-offers {
        padding: 15px;
        margin-top:15px;
        margin-bottom:15px;
        border-radius: 8px;
    }

    .offers-container {
        padding: 0 5px;
        gap: 10px;
    }
    
    .offer-card {
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .offer-image-container {
        flex: 0 0 120px;
        height: 100px;
    }
    
    .offer-content {
        padding: 10px;
        text-align: left;
    }
    
    .offer-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .slider-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .prev-arrow {
        left: 5px;
    }
    
    .next-arrow {
        right: 5px;
    }
    
    .filter-section {
        padding: 10px 5px;
        margin-bottom: 10px;
    }
    
    .filter-section .col-auto {
        margin: 2px 5px;
    }
    
    .filter-section .col-auto span {
        font-size: 13px;
    }
    
    .featured-section {
        padding: 10px 0;
    }
    
    .featured-section .container {
        padding: 0 5px;
    }
    
    .main-product-area {
        padding: 0 5px;
    }
    
    .promo-container {
        padding: 0 5px;
        margin: 10px 10px 15px;
    }
    
    .promo-image-circle {
        width: 90px;
        height: 90px;
        left: 10px;
    }
    
    .promo-card-orange .promo-content,
    .promo-card-green .promo-content {
        padding: 15px 15px 15px 110px;
        min-height: 100px;
    }
    
    .promo-title {
        font-size: 16px;
        margin-bottom: 5px;
        max-width: 100%;
    }

    .promo-card-orange .promo-image-circle,
    .promo-card-green .promo-image-circle {
        width: 90px;
        height: 90px;
    }

    .promo-card-green .promo-image-circle-wrap.right,
    .promo-card-orange .promo-image-circle-wrap.left {
        width: 90px;
        height: 90px;
    }
}

.mobile-filter-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #F7F5F0;
    padding: 10px 15px;
    border: none;
    width: 100%;
    height: auto;
}

.mobile-filter-content {
    flex: 1 1 auto;
    overflow: hidden;
    padding-right: 10px;
}

.mobile-filter-info {
    color: #525252;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-filter-info .text-success {
    color: #20704D !important;
    font-weight: 700;
}

.mobile-filter-sort {
    flex: 0 0 auto;
    position: relative;
    min-width: 150px;
}

.sort-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0 30px 0 12px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
}

.sort-dropdown-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #525252;
    pointer-events: none;
}

@media (max-width: 576px) {
    .mobile-filter-row {
        padding: 8px 12px;
    }
    
    .mobile-filter-info {
        font-size: 13px;
    }
    
    .mobile-filter-sort {
        min-width: 140px;
    }
    
    .sort-select {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 25px 0 10px;
    }
}

@media (max-width: 480px) {
    .mobile-filter-row {
        padding: 12px 10px;
        margin: 10px 3px;
        gap: 10px;
    }
    
    .mobile-filter-info {
        font-size: 13px;
    }
    
    .mobile-filter-sort {
        min-width: auto;
    }
    
    .sort-select {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        padding: 0 10px;
    }
    
    .sort-dropdown-icon {
        right: 10px;
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    .mobile-filter-info {
        max-width: 160px;
    }
    
    .mobile-filter-sort {
        min-width: 110px;
    }
}

.single-row-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin: 6px 0;
    background-color: transparent;
    width: 100%;
}

.product-counter-text {
    font-size: 14px;
    color: #525252;
    flex: 1;
    padding-right: 15px;
    line-height: 1.4;
}

.single-sort-dropdown {
    position: relative;
    min-width: 150px;
    flex-shrink: 0;
}

.sort-select {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-right: 30px !important;
    width: 100%;
}

@media (max-width: 576px) {
    .single-row-filter {
        padding: 8px 10px;
        margin: 6px 5px;
        width: 100%;
    }
    
    .product-counter-text {
        font-size: 13px;
        padding-right: 12px;
    }
    
    .single-sort-dropdown {
        min-width: 140px;
    }
}

@media (max-width: 480px) {
    .single-row-filter {
        padding: 6px 8px;
        margin: 5px 3px;
        width: 100%;
    }
    
    .product-counter-text {
        font-size: 12px;
        padding-right: 10px;
    }
    
    .single-sort-dropdown {
        min-width: 120px;
    }
}

@media (max-width: 768px) {
    .d-block.d-md-none .pagination {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .promo-card, .short-card {
        height: 150px;
    }
    
    .promo-image-circle-wrap.left,
    .promo-image-circle-wrap.right {
        width: 80px;
        height: 80px;
    }
    
    .promo-image-circle {
        width: 80px;
        height: 80px;
    }
    
    .promo-title {
        font-size: 12px;
        max-width: 75%;
    }
    
    .promo-button, .short-btn {
        padding: 4px 10px;
        font-size: 10px;
    }
}

@media (max-width: 576px) {

    .promo-container {
        gap: 15px;
        flex-direction: column;
        align-items: center;
        margin: 10px auto 20px;
    }
    
    .promo-card, .short-card {
        min-width: 0;
        max-width: 80%;
        width: 80%;
        padding: 0;
        border-radius: 15px;
        overflow: visible;
        position: relative;
        display: block;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 150px;
    }

    .promo-card.promo-card-orange {
        background-color: #FFA900;
    }
    
    .promo-card-orange .promo-image-circle-wrap.left {
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        z-index: 2;
    }
    
    .promo-card-orange .promo-image-circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        object-fit: cover;
    }
    
    .promo-card-orange .promo-content {
        width: calc(100% - 120px);
        height: 100%;
        padding: 15px;
        margin-left: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
    }
    
    .promo-card.promo-card-green {
        background-color: #78BD47;
    }
    
    .promo-card-green .promo-image-circle-wrap.right {
        position: absolute;
        right: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        z-index: 2;
    }
    
    .promo-card-green .promo-image-circle {
        width: 130px;
        height: 130px;
        border-radius: 50%;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        object-fit: cover;
    }
    
    .promo-card-green .promo-content {
        width: calc(100% - 120px);
        height: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
    }
  
    .promo-card .promo-title {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 8px;
        text-align: left;
        color: white;
    }
    
    .promo-card .promo-button {
        font-size: 12px;
        padding: 5px 15px;
        border-radius: 8px;
        color: white;
    }
    
    .promo-card-orange .promo-button {
        background: #16A34A;
    }
    
    .promo-card-green .promo-button {
        background: #FFA900;
    }
}

@media (max-width: 480px) {
    .promo-card, .short-card {
        height: 150px;
    }
    
    .promo-card-orange .promo-content,
    .promo-card-green .promo-content {
        width: calc(100% - 110px);
    }
    
    .promo-card-orange .promo-content {
        margin-left: 110px;
    }

    .promo-card-orange .promo-image-circle,
    .promo-card-green .promo-image-circle {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 375px) {
    .promo-card, .short-card {
        height: 100px;
    }

    .promo-card-orange .promo-content,
    .promo-card-green .promo-content {
        width: calc(100% - 100px);
        padding: 2px;
    }
    
    .promo-card-orange .promo-content {
        margin-left: 100px;
    }
    
    .promo-card-orange .promo-image-circle,
    .promo-card-green .promo-image-circle {
        width: 100px;
        height: 100px;
    }

    .promo-card .promo-title {
        font-size: 12px;
        margin-bottom: 2px;
    }
    
    .promo-card .promo-button {
        font-size: 11px;
        padding: 4px 12px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .promo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: 40px;
    }
    
    .promo-card, .short-card {
        min-width: 0;
        max-width: 80%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .promo-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: 40px;
    }
    
    .promo-card, .short-card {
        min-width: 0;
        max-width: 85%;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .promo-container {
        justify-content: center;
        gap: 20px;
        padding-bottom: 50px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .promo-card, .short-card {
        min-width: 450px;
        max-width: 500px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .promo-container {
        max-width: 85%;
    }
}
/*
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .special-offers {
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        position: relative;
        overflow: visible;
    }
    
    .special-offers-title {
        font-size: 20px;
        font-weight: 700;
        color: #20704D;
        margin-bottom: 15px;
        padding-left: 5px;
    }
    
    .offers-container {
        display: flex;
        overflow: hidden;
        position: relative;
        padding: 0;
        width: 100%;
        scroll-behavior: smooth;
    }
    
    .offer-card {
        flex: 0 0 calc(50% - 10px);
        margin-right: 20px;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        display: flex;
        align-items: center;
        background-color: #fff;
    }
    
    .offer-image-container {
        flex: 0 0 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f9f9f9;
        border-radius: 8px 0 0 8px;
        padding: 10px;
    }
    
    .offer-image-container img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
    
    .offer-content {
        flex: 1;
        padding: 10px 15px;
    }
    
    .offer-title {
        font-size: 14px;
        font-weight: 700;
        color: #525252;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
    .offer-price {
        font-size: 16px;
        font-weight: 700;
        color: #20704D;
    }
    
    .slider-controls {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: flex;
        justify-content: space-between;
        padding: 0;
        z-index: 5;
        pointer-events: none;
    }
    
    .slider-arrow {
        width: 32px;
        height: 32px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        color: #20704D;
        position: absolute;
        border: none;
        outline: none;
        pointer-events: auto;
    }
    
    .prev-arrow {
        left: -15px;
    }
    
    .next-arrow {
        right: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .special-offers {
        padding: 15px;
        max-width: 100%;
        position: relative;
    }
    
    .special-offers-title {
        color: #20704D;
        font-size: 20px;
        font-weight: 700;
        padding-left: 5px;
        margin-bottom: 10px;
    }
    
    .offers-container {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: hidden;
    }
    
    .offer-card {
        flex: 0 0 calc(33.333% - 10px);
        margin-right: 15px;
        max-width: calc(33.333% - 10px);
        display: flex;
        flex-direction: row;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #eaeaea;
        overflow: hidden;
        align-items: center;
    }
    
    .offer-card:nth-child(3n) {
        margin-right: 0;
    }
    
    .offer-image-container {
        flex: 0 0 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f9f9f9;
        border-radius: 8px 0 0 8px;
        overflow: hidden;
        padding: 0;
    }
    
    .offer-image-container img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
    }
    
    .offer-content {
        flex: 1;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .offer-title {
        font-size: 14px;
        font-weight: 700;
        color: #525252;
        margin-bottom: 5px;
        text-transform: uppercase;
        line-height: 1.2;
    }
    
    .offer-price {
        font-size: 16px;
        font-weight: 700;
        color: #20704D;
    }
    
    .slider-arrow {
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 3px 8px rgba(0,0,0,0.2);
        color: #20704D;
        position: absolute;
        border: none;
        outline: none;
        pointer-events: auto;
        z-index: 10;
    }
    
    .prev-arrow {
        left: -15px;
    }
    
    .next-arrow {
        right: -15px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) and (orientation: landscape) {
    .special-offers {
        padding: 15px;
        width: 100%;
    }
    
    .offers-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
    }
    
    .offer-card {
        flex: 0 0 calc(33.333% - 12px);
        margin-right: 15px;
        max-width: calc(33.333% - 12px);
        height: 80px;
    }
    
    .offer-image-container {
        flex: 0 0 80px;
        min-width: 80px;
        width: 80px;
        height: 80px;
        padding: 5px;
    }
    
    .offer-image-container img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
    
    .offer-content {
        padding: 8px 12px;
        flex: 1;
        overflow: hidden;
    }
    
    .offer-title {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 3px;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .offer-price {
        font-size: 14px;
    }
}
@media only screen and (min-width: 820px) and (max-width: 920px) and (orientation: landscape) {
    .special-offers {
        padding: 15px;
    }
    
    .offer-card {
        flex: 0 0 calc(33.333% - 10px);
        margin-right: 15px;
        max-width: calc(33.333% - 10px);
    }
    
    .offer-card:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .special-offers {
        padding: 15px;
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    
    .special-offers-title {
        font-size: 20px;
        font-weight: 700;
        color: #20704D;
        margin-bottom: 15px;
        padding: 0 20px;
    }
    
    .offers-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .offer-card {
        flex: 0 0 calc(33.333% - 12px);
        margin-right: 15px;
        max-width: calc(33.333% - 12px);
        display: flex;
        flex-direction: row;
        background-color: #fff;
        border-radius: 8px;
        border: 1px solid #eaeaea;
        overflow: hidden;
        align-items: center;
        height: auto;
        min-height: 120px;
    }
    
    .offer-card:nth-child(3n) {
        margin-right: 0;
    }
    
    .offer-image-container {
        flex: 0 0 100px;
        min-width: 100px;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f9f9f9;
        border-radius: 8px 0 0 8px;
        overflow: hidden;
        padding: 0;
    }
    
    .offer-image-container img {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }
    
    .offer-content {
        flex: 1;
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        width: calc(100% - 100px);
    }
    
    .offer-title {
        font-size: 16px;
        font-weight: 700;
        color: #525252;
        margin-bottom: 5px;
        line-height: 1.2;
        white-space: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-transform: none;
    }
    
    .offer-price {
        font-size: 16px;
        font-weight: 700;
        color: #20704D;
        display: block;
        white-space: nowrap;
    }
    
    .slider-arrow {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 3px 8px rgba(0,0,0,0.2);
        color: #20704D;
        position: absolute;
        border: none;
        outline: none;
        pointer-events: auto;
        z-index: 10;
    }
    
    .prev-arrow {
        left: -15px;
    }
    
    .next-arrow {
        right: -15px;
    }
    
    .offers-carousel .owl-nav {
        top: 30%;
    }
}

@media only screen and (min-width: 820px) and (max-width: 991px) {

    .d-md-flex {
        display: flex !important;
    }
    
    .d-md-none {
        display: none !important;
    }
    
    .d-none.d-md-flex {
        display: flex !important;
    }
    
    .d-block.d-md-none {
        display: none !important;
    }

    .filter-section .row {
        width: 100%;
        align-items: center;
    }
    
    .filter-section .col-md-7 .row {
        justify-content: flex-end;
    }
    
    .filter-section .col-auto.mx-3 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    
    .filter-section .col-auto span {
        font-size: 14px;
    }
    
    .product-count {
        font-size: 14px;
    }

    .filter-toggle-container {
        display: none !important;
    }
  
    .single-row-filter {
        display: none !important;
    }
}*/

@media only screen and (min-width: 768px) and (max-width: 819px) {

    .filter-toggle-container {
        display: block !important;
        margin-left: auto;
    }
    
    .filter-toggle-btn {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .d-none.d-md-flex {
        display: none !important;
    }
  
    .d-block.d-md-none {
        display: block !important;
    }

    .single-row-filter {
        display: flex !important;
        width: 100%;
    }
    
    .product-counter-text {
        font-size: 14px;
    }
    
    .sort-select {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .filter-section .col-auto.mx-3 {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    
    .filter-section .col-auto span {
        font-size: 15px;
    }
    
    .product-count {
        font-size: 15px;
    }
}

@media only screen and (min-width: 913px) {
    .filter-toggle-container {
        display: none !important;
    }
 
    .d-none.d-md-flex {
        display: flex !important;
    }

    .d-block.d-md-none:not(.filter-toggle-container) {
        display: none !important;
    }
    
    .single-row-filter {
        display: none !important;
    }
}

@media only screen and (max-width: 912px) {
    .filter-toggle-container {
        display: block !important;
        margin-left: auto;
    }
    
    .filter-toggle-btn {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .d-none.d-md-flex {
        display: none !important;
    }
    
    .d-block.d-md-none {
        display: block !important;
    }

    .single-row-filter {
        display: flex !important;
        width: 100%;
    }

    .product-counter-text {
        font-size: 14px;
    }
    
    .sort-select {
        font-size: 14px;
    }
}

@media only screen and (max-width: 912px) {

    .filter-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100vh;
        background-color: #FFFFFF;
        z-index: 9999;
        overflow-y: auto;
        transition: all 0.3s ease;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
    }
    
    .filter-collapse.show {
        left: 0;
    }
    
    body.filter-open:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9998;
    }
}

@media (max-width: 991px) {
    .na-hero-wrap {
        background-position: center;
        padding-top: 30px;
        position: relative;
    }
    
    .na-hero-wrap::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 0;
    }
    
    .hero-banner {
        min-height: auto;
        padding: 20px 0 60px;
        position: relative;
        z-index: 1;
    }
    
    .hero-content-wrapper {
        min-height: auto;
        flex-direction: column;
    }
    
    .hero-bg {
        position: relative;
        width: 100%;
        background: transparent;
        border-radius: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    
    .hero-bg .container {
        display: flex;
        flex-direction: column;
    }
    
    .hero-text {
        width: 100%;
        padding: 20px 20px 30px;
        text-align: center;
        color: #FFFFFF;
        order: 2;
    }
    
    .hero-image {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
        text-align: center;
        order: 1;
        z-index: 1;
        margin-bottom: -20px;
    }
    
    .hero-title {
        font-size: 50px;
        line-height: 1.1;
    }
    
    .hero-subtitle {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .hero-description {
        font-size: 16px;
        margin: 0 auto 15px;
        max-width: 90%;
        color: #FFFFFF;
    }
    
    .hero-secondary {
        margin-bottom: 20px;
    }
    
    .hero-secondary p {
        font-size: 22px;
        line-height: 1.3;
        color: #FFFFFF;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 42px;
    }
    
    .hero-subtitle {
        font-size: 20px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .hero-secondary p {
        font-size: 18px;
    }
    
    .hero-cta-button {
        font-size: 20px;
        padding: 10px 30px;
    }
    
    .hero-image {
        max-width: 280px;
    }

}

@media (max-width: 480px) {
    .hero-banner {
        padding: 10px 0 40px;
    }
    
    .hero-text {
        padding: 0 15px 20px;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .hero-description {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .hero-secondary p {
        font-size: 16px;
    }
    
    .hero-cta-button {
        font-size: 18px;
        padding: 8px 25px;
    }

    .hero-image {
        max-width: 500px;
        margin-bottom: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-text {
        padding: 10px 40px 30px;
    }
    
    .hero-title {
        font-size: 46px;
    }
    
    .hero-subtitle {
        font-size: 22px;
    }
    
    .hero-secondary p {
        font-size: 20px;
    }
    
    .hero-image {
        max-width: 320px;
        margin-bottom: -15px;
    }
}

@media only screen and (width: 1024px) {


    .featured-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        overflow: visible;
    }

    .products-layout-container {
        display: flex;
        gap: 20px;
        overflow: visible;
        width: 100%;
        max-width: 100%;
    }

    .main-product-area {
        flex: 1;
        padding: 0;
        overflow: visible;
        width: 100%;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 30px;
        overflow: visible;
        width: 100%;
    }

    .special-offers {
        padding: 15px;
        width: 100%;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
    }
    
    .special-offers-title {
        font-size: 24px;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    
    .offers-container {
        display: flex;
        width: 100%;
        padding: 0 15px;
        overflow: hidden;
    }
    
    .offer-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        height: auto;
        margin-right: 20px;
    }
    
    .slider-controls {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0;
        z-index: 10;
        pointer-events: none;
    }
    
    .slider-arrow {
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        color: #20704D;
        position: absolute;
        border: none;
        outline: none;
        pointer-events: auto;
        z-index: 10;
    }
    
    .prev-arrow {
        left: 5px;
    }
    
    .next-arrow {
        right: 5px;
    }
    
    .filter-sidebar-container {
        flex: 0 0 260px;
        overflow: visible;
    }

    .product-card {
        padding: 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .product-image {
        height: 170px;
        max-width: 100%;
        object-fit: contain;
    }
    
    .product-info {
        flex-grow: 1;
        width: 100%;
    }
    
    .add-to-cart {
        margin-top: auto;
        width: 85%;
    }
}

@media only screen and (width: 1024px) and (orientation: landscape) {
    .promo-image-circle {
        width: 230px;
        height: 230px;
    }

    .featured-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        overflow: visible;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        overflow: visible;
        width: 100%;
    }

    .special-offers {
        padding: 20px;
        overflow: hidden;
        margin-bottom: 25px;
        width: 100%;
        position: relative;
    }
    
    .special-offers-title {
        font-size: 26px;
        padding-left: 10px;
    }
    
    .offers-container {
        padding: 0 15px;
        overflow: hidden;
        display: flex;
        width: 100%;
    }
    
    .offer-card {
        height: auto;
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-right: 20px;
    }
    
    .slider-controls {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0;
        z-index: 10;
        pointer-events: none;
    }
    
    .slider-arrow {
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        color: #20704D;
        position: absolute;
        border: none;
        outline: none;
        pointer-events: auto;
        z-index: 10;
    }
    
    .prev-arrow {
        left: 5px;
    }
    
    .next-arrow {
        right: 5px;
    }

    .filter-sidebar-container {
        flex: 0 0 240px;
        overflow: visible;
    }

    .main-product-area {
        padding: 0;
        overflow: visible;
        width: 100%;
    }

    .product-card {
        height: 100%;
        padding: 12px;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .product-image {
        height: 180px;
        max-width: 100%;
        object-fit: contain;
    }
    
    .product-info {
        flex-grow: 1;
        width: 100%;
    }
    
    .add-to-cart {
        margin-top: auto;
        width: 90%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1120px) {
    .featured-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px;
        overflow: visible;
    }
    
    .products-layout-container {
        display: flex;
        gap: 20px;
        overflow: visible;
        width: 100%;
        max-width: 100%;
    }
    
    .main-product-area {
        flex: 1;
        padding: 0;
        overflow: visible;
        width: 100%;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        overflow: visible;
        width: 100%;
    }
    
    .special-offers {
        padding: 15px;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .special-offers-title {
        font-size: 24px;
        padding-left: 10px;
    }
    
    .offers-container {
        padding: 0 15px;
        width: 100%;
        overflow: hidden;
        display: flex;
    }
    
    .offer-card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-right: 20px;
    }
    
    .slider-controls {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        padding: 0;
        z-index: 10;
        pointer-events: none;
    }
    
    .slider-arrow {
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0,0,0,0.2);
        color: #20704D;
        position: absolute;
        border: none;
        outline: none;
        pointer-events: auto;
        z-index: 10;
    }
    
    .prev-arrow {
        left: 5px;
    }
    
    .next-arrow {
        right: 5px;
    }
    
    .filter-sidebar-container {
        flex: 0 0 240px;
    }

    .product-card {
        padding: 15px;
        height: 100%;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    
    .product-info {
        flex-grow: 1;
        width: 100%;
    }
    
    .add-to-cart {
        margin-top: auto;
        width: 90%;
    }
    
    .product-image {
        object-fit: contain;
        max-height: 200px;
        width: 100%;
    }
}

.universal-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    margin: 40px 0;
    width: 100%;
}

.universal-pagination .page-info {
    font-size: 17px;
    font-weight: 600;
    color: #20704D;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    white-space: nowrap;
}

.universal-pagination .page-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.universal-pagination .page-button,
.universal-pagination .page-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.universal-pagination .page-button.active {
    background-color: #20704D;
    color: #FFFFFF;
    font-weight: 700;
}

.universal-pagination .page-button:hover,
.universal-pagination .page-nav:hover {
    background-color: #f0f0f0;
    color: #20704D;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}




@media (max-width: 767px) {
    .universal-pagination {
        flex-wrap: wrap;
        gap: 15px;
        margin: 30px 0;
    }
    
    .universal-pagination .page-info {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 16px;
        padding: 8px 18px;
        width: auto;
        min-width: 100px;
    }
    
    .universal-pagination .page-button,
    .universal-pagination .page-nav {
        min-width: 40px;
        height: 40px;
        font-size: 15px;
    }
    
    .universal-pagination .page-nav.first-page,
    .universal-pagination .page-nav.last-page {
        min-width: 60px;
    }
    
    @media (max-width: 380px) {
        .universal-pagination .hide-on-tiny {
            display: none;
        }
        
        .universal-pagination .page-controls {
            gap: 7px;
        }
        
        .universal-pagination .page-button,
        .universal-pagination .page-nav {
            min-width: 36px;
            height: 36px;
            font-size: 14px;
        }
    }
}

@media (max-width: 576px) {
    .universal-pagination {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
        padding: 0 5px;
        width: 100%;
    }
    
    .universal-pagination .page-info {
        font-size: 13px;
        font-weight: 500;
        padding: 5px 10px;
        margin-right: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .universal-pagination .page-controls {
        gap: 5px;
    }
    
    .universal-pagination .page-button,
    .universal-pagination .page-nav {
        min-width: 30px;
        height: 30px;
        border-radius: 4px;
        font-size: 13px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .universal-pagination .page-nav.first-page,
    .universal-pagination .page-nav.last-page {
        min-width: auto;
        padding: 0 8px;
        font-size: 12px;
    }
    
    .universal-pagination .prev-page-group::before,
    .universal-pagination .next-page-group::before {
        font-size: 16px;
    }
}

@media (max-width: 380px) {
    .universal-pagination .page-info {
        font-size: 11px;
        padding: 4px 8px;
        margin-right: 6px;
    }
    
    .universal-pagination .page-controls {
        gap: 3px;
    }
    
    .universal-pagination .page-button,
    .universal-pagination .page-nav {
        min-width: 25px;
        height: 25px;
        font-size: 11px;
    }
    
    .universal-pagination .page-nav.first-page,
    .universal-pagination .page-nav.last-page {
        padding: 0 6px;
        font-size: 10px;
    }
    
    .universal-pagination .hide-on-tiny {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .featured-search-row {
        padding: 20px;
        margin-bottom: 0px;
    }
    .featured-news-sidebar {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
    
    .featured-news-sidebar .sidebar-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #20704D;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .featured-news-sidebar .sidebar-title i {
        font-size: 14px;
        color: #20704D;
    }
    
    .news-container {
        display: flex;
        gap: 15px;
    }
    
    .news-item {
        flex: 1;
        max-width: calc(50% - 7.5px);
    }
    
    .news-image {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 8px;
    }
    
    .news-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .news-content {
        flex: 1;
    }
    
    .news-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.3;
        color: #20704D;
        margin-top: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
    .news-image {
        padding-bottom: 85%;
    }

    .news-title {
        font-size: 16px;
        line-height: 1.2;
        -webkit-line-clamp: 3;
    }
}

@media only screen and (min-width: 835px) and (max-width: 1024px) {
    .featured-news-sidebar {
        padding: 18px;
        margin: 20px;
    }
    
    .news-image {
        padding-bottom: 90%;
    }
    
    .news-title {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .featured-news-sidebar {
        padding: 22px;
    }
    
    .featured-news-sidebar .sidebar-title {
        font-size: 19px;
    }
    
    .news-image {
        padding-bottom: 85%;
    }
    
    .news-title {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {
    .featured-news-sidebar {
        margin: 25px 0;
    }
    
    .news-image {
        padding-bottom: 70%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
    .partners {
        padding: 40px 15px 60px;
        text-align: center;
    }
    
    .partners-title {
        font-size: 32px;
        font-weight: 900;
        color: #525252;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    
    .partner-logos {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
        padding: 0 15px;
    }
    
    .partner-logo-img {
        width: 120px;
        height: auto;
        padding: 12px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
}

@media only screen and (max-width: 767px) {
    .partners {
        padding: 30px 10px 50px;
    }
    
    .partners-title {
        font-size: 24px;
        margin-bottom: 25px;
        padding: 0 15px;
        line-height: 1.3;
    }
    
    .partner-logos {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0 10px;
    }
    
    .partner-logo-img {
        width: 100px;
        height: auto;
        padding: 10px;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 575px) {
    .partners {
        padding: 25px 10px 40px;
    }
    
    .partners-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    
    .partner-logos {
        gap: 15px;
    }

    .partner-logo-img {
        width: 50px;
        padding: 8px;
        border-radius: 5px;
    }
}

@media only screen and (max-width: 375px) {
    .partners {
        padding: 20px 5px 35px;
    }
    
    .partners-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .partner-logos {
        gap: 10px;
    }
    
    .partner-logo-img {
        width: 65px;
        padding: 6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner {
        position: relative;
        width: 100%;
    }
    
    .banner-container {
        height: auto;
        min-height: 550px;
        padding: 30px 0;
        position: relative;
    }
    
    .banner-content-wrapper {
        position: relative;
        min-height: 500px;
        display: flex;
        align-items: center;
    }

    .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(22, 101, 52, 0.7);
        overflow: hidden;
    }
    

    .banner-content {
        width: 100%;
        padding: 40px 30px;
        position: relative;
        z-index: 1;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .banner-title-product {
        font-size: 60px;
        line-height: 1.1;
        font-weight: 900;
    }
    
    .banner-subtitle {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .banner-text {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
        max-width: 100%;
    }
    
    .banner-delivery {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .cta-button {
        font-size: 20px;
        padding: 10px 30px;
        width: 60%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .banner-container {
        height: auto;
        min-height: 600px;
    }
    
    .banner-content {
        width: 100%;
        max-width: 700px;
        padding: 50px 40px;
    }
    
    .banner-title-product {
        font-size: 72px;
    }
    
    .banner-subtitle {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .banner-container {
        min-height: 500px;
    }
    
    .banner-content-wrapper {
        min-height: 450px;
    }
    
    .banner-content {
        padding: 30px;
        max-width: 650px;
    }
    
    .banner-title-product {
        font-size: 56px;
    }
    
    .banner-subtitle {
        font-size: 26px;
    }
    
    .banner-text {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
    .banner-container {
        min-height: 480px;
    }
    
    .banner-content-wrapper {
        min-height: 420px;
    }
    
    .banner-content {
        padding: 30px 25px;
        max-width: 550px;
    }
    
    .banner-title-product {
        font-size: 52px;
    }
    
    .banner-subtitle {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .banner-text {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .banner-delivery {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .cta-button {
        font-size: 18px;
        padding: 8px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 100%;
        background: rgba(22, 101, 52, 0.7);
        overflow: hidden;
    }
    
    .banner-container {
        overflow: hidden;
        margin: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner {
        padding: 0;
    }

    .banner-container {
        margin: 0;
        width: 70%;
        overflow: hidden;
        border-radius: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
    .banner-container {
        border-radius: 0;
    }
    
    .banner-overlay {
        border-radius: 0 15px 15px 0;
    }
}

.product-card {
    position: relative;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    cursor:pointer;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    }

.product-card-top-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.icon-tag {
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.product-qr {
    background: white;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: none;
}

.qr-icon:hover .product-qr {
    display: block;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.product-farm, .product-project {
    background: #e9f7ef;
    border-radius: 4px;
    padding: 2px 6px;
    color: #16a34a;
    font-weight: 500;
}

.add-to-cart.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #16a34a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: #666;
    font-weight: 500;
}

.no-products-found {
    text-align: center;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    margin: 20px 0;
    color: #666;
}

.page-button.active {
    background-color: #16A34A;
    color: white;
    border-color: #16A34A;
}

.page-button:hover, .page-nav:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}

.page-nav.disabled {
    color: #ccc;
    pointer-events: none;
    cursor: default;
    background-color: #f9f9f9;
}

.filter-category {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.filter-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 12px 0;
    transition: background-color 0.3s ease;
}

.filter-header:hover {
    background-color: #f8f9fa;
    padding-left: 10px;
}

.toggle-icon {
    transition: transform 0.3s ease;
    color: #6c757d;
    font-size: 0.8rem;
    margin-right: 10px;
}

.filter-options {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    padding-left: 15px;
    opacity: 0;
}

.filter-options.show {
    max-height: 1000px;
    transition: all 0.3s ease-in;
    padding-bottom: 10px;
    opacity: 1;
}

.rotate-icon {
    transform: rotate(-180deg);
}

.filter-checkbox {
    margin: 8px 0;
    transition: all 0.2s ease;
}

.filter-checkbox:hover {
    transform: translateX(5px);
}

.filter-checkbox label {
    margin-left: 8px;
    color: #4a5568;
    cursor: pointer;
}

.custom-checkbox, .custom-radio {
    cursor: pointer;
}

.search-container {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    max-width: 350px;
}

.simple-search-box {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.search-icon-wrapper {
    position: absolute;
    left: 15px;
    color: #757575;
    z-index: 1;
}

#productSearchInput {
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 80px 10px 40px;
    width: 100%;
    font-size: 14px;
}

#searchButton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background-color: #20704D;
    color: white;
    width: 80px;
    border-radius: 0 50px 50px 0;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchButton span {
    line-height: 1;
    display: inline-block;
    padding-top: 1px;
}

#searchButton:hover {
    background-color: #15803d;
}

.clear-search-btn {
    background-color: #e9ecef;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    transition: background-color 0.2s;
}

.clear-search-btn:hover {
    background-color: #dee2e6;
}

@media (max-width: 480px) {
    .offers-carousel .owl-nav button.owl-prev,
    .offers-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        font-size: 16px !important;
    }
    
    .offers-carousel .owl-nav button.owl-prev {
        left: -5px;
    }
    
    .offers-carousel .owl-nav button.owl-next {
        right: -5px;
    }
   
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .offers-carousel .owl-nav {
        position: absolute;

        transform: translateY(-50%);
        width: 100%;
        left: 0;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 2;
    }
    
    .offers-carousel .owl-nav button.owl-prev,
    .offers-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 35px;
        background-color: #FFFFFF !important;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 8px rgba(0,0,0,0.2);
        color: #20704D !important;
        font-size: 20px !important;
        pointer-events: auto;
        transition: all 0.2s ease;
        outline: none;
        position: absolute;
    }
    
    .offers-carousel .owl-nav button.owl-prev {
        left: -10px;
    }
    
    .offers-carousel .owl-nav button.owl-next {
        right: -10px;
    }
    
    .offers-carousel .owl-nav button.owl-prev:hover,
    .offers-carousel .owl-nav button.owl-next:hover {
        background-color: #20704D !important;
        color: #FFFFFF !important;
    }
}

.clear-search-icon {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    z-index: 10;
}

    .clear-search-icon:hover {
        color: #333;
    }

.simple-search-box {
    position: relative;
}
@media (max-width: 576px) {
    .owl-carousel .item {
        width: 100% !important;
    }

    .offer-card {
        width: 100% !important;
        padding: 10px;
        box-sizing: border-box;
    }

    .offer-image-container img {
        width: 100%;
        height: auto;
        display: block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .offers-carousel .item {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .offer-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .offer-image-container img {
        width: 100%;
        height: auto;
        display: block;
    }

    .owl-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
    }
}

.filter-toggle-container {
    display: none;
}
@media only screen (min-width: 1024px) and (max-width: 1024px) {
    .offer-image-container {
        flex: 0;
    }
    .offers-carousel .item {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .offer-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .offer-image-container img {
        width: 100%;
        height: auto;
        display: block;
    }

    .owl-carousel .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .owl-carousel .owl-item {
        display: flex;
        justify-content: center;
    }
}

.filter-toggle-container {
    display: none;
}
@media (max-width: 991px) {
    .filter-toggle-container {
        display: block;
    }
    
    .filter-sidebar-container {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 10000; 
        transition: left 0.3s ease;
        overflow-y: auto;
    }

    .filter-sidebar-container.show {
        left: 0;
    }

    .filter-toggle-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 1px solid #16A34A;
        border-radius: 8px;
        background: transparent;
        cursor: pointer;
        padding: 0;
    }

    .filter-toggle-btn svg {
        width: 24px;
        height: 24px;
    }

    .close-filter-btn {
        background: none;
        border: none;
        font-size: 20px;
        color: #333;
        cursor: pointer;
        padding: 10px;
    }
}
.filter-item-pro {
    transition: color 0.2s;
}

    .filter-item-pro:hover {
        color: #20704D !important;
        cursor: pointer;
    }

.filter-option-active {
    color: #20704D !important;
    cursor: pointer;
}