@font-face {
    font-family: 'IRANSans-500';
    src: url("/static/font/IRANSansX-Medium(500).woff");
}

* {
    box-sizing: border-box;
    font-family: 'IRANSans-500';
}

/**,*/
/**:after,*/
/**:before {*/
/*    outline: 1px solid red;*/
/*}*/

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;

}


/*body {*/
/*    max-width: 3000px;*/
/*    margin: auto;*/
/*    zoom: 85%;*/
/*}*/

/* =====================  site header */
.site-header {
    background: #E9F0E2;

    height: 40px;
}

.site-header a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #000000;
}


/*========================== navbar */

.custom-navbar {

    padding-top: 12px;
    padding-bottom: 8px;
    box-shadow: 0px 2px 4px 0px #0000001A;

}

.custom-navbar .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}

.navbar-btns-style {
    width: 32px;
    height: 32px;
    gap: 8px;
    opacity: 1;
    border-radius: 4px;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #8C9D79
}

.navbar-btns-style img, .navbar-login-btns img, .top-banner-btn img, .discount-product-header a img,
.new-product-header a img, .new-product-btn img, .footer-support img, .sale-product-header a img, .special-product-header a img {
    width: 20px;
    height: 20px;
}

.navbar-login-btns {
    width: 151px;
    height: 40px;
    gap: 8px;
    opacity: 1;
    border-radius: 4px;
    background: #8C9D79;
    border: none;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.nav-link {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #808080;
}

.navbar-toggler {
    width: 32px;
    height: 32px;
    opacity: 1;
    border-radius: 4px;
    background: #8C9D79;
    border: none;
}

.navbar-toggler span {
    width: 20px;
    height: 20px;
}

.navbar-login-btns:hover, .navbar-btns-style:hover, .top-banner-btn:hover, .new-product-btn:hover {
    background: #B8BFAF;

}

.search-box {
    border: none;
    outline: none;
    background-image: url("/static/images/search-normal.svg");
    background-repeat: no-repeat;
}

.last-search {
    top: 120%;
    right: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 1000;
    padding: 22px 21px;
    border: 1px solid #313131;
    min-height: 220px;
    border-radius: 4px;

}

.last-search p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

.last-search-results-items {
    padding: 18px 12px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    color: #808080;
    cursor: pointer;
}

.search-item p:hover {
    color: #000000;
}

.search-item p {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #808080;

}

.navbar-search-input {
    max-width: 500px;
    height: 40px;
    border-radius: 4px;
    padding: 8px;
    gap: 8px;
    background: #F5F5F5;
    z-index: 1000;
}

#nav-search {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: #F5F5F5;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

}

.nav-link {
    width: 64px;
    height: 44px;
    opacity: 1;
    border-radius: 2px;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-underline .nav-link:hover {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #000000
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* تیره با شفافیت */
    z-index: 999; /* بالاتر از همه عناصر */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.backdrop.active {
    opacity: 1;
    visibility: visible;
}

#navbar-basket-btn:hover {
    background: #F1F2EF;

}

.responsive-nav {
    box-shadow: 0px -2px 4px 0px #0000001A;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    z-index: 500;
}

.responsive-nav-content button {
    border: none;
    background: #FFFFFF;
}

.responsive-nav-content button span {
    font-weight: 500;
    font-size: 8px;
    line-height: 100%;
    color: #808080;

}

.responsive-nav-content button img {
    width: 20px;
    height: 20px;
}

/*============================ top banner*/

.top-banner-container {

    background: #F5EEE4;

}

.top-banner-items {
    max-width: 1400px;
}

.top-banner-text h1, .new-product-text h1, .banner-title-placeholder {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #9D8772;
    margin-bottom: 32px;
}

.new-product-text h1 {
    color: #8C9D79;

}

.top-banner-text p, .new-product-text p, .new-product-detail p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.top-banner-btn, .new-product-btn {
    width: 171px;
    height: 40px;
    opacity: 1;
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    background: #8C9D79;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;

}

.top-banner-img-1, .top-banner-img-1-placeholder {
    width: 307px;
    height: 410px;
}

.top-banner-img-2, .top-banner-img-2-placeholder {
    width: 210px;
    height: 280px;
}

.top-banner-text {
    width: 278px;
}

/* ============================ small banner*/
.small-banner-container {
    width: 100%;
}

.small-banner-container-desktop .small-banner-image {
    max-width: 364px;
    width: 100%;
    max-height: 240px;
    height: calc(17.2vw);
}


.small-banner-container-desktop img {
    width: 100%;
    height: 100%;
}


.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet-active {
    background: #9D8772 !important;
    width: 16px !important;
    height: 16px !important;

}


/*========================== discount product */

.discount-product-header p, .new-product-header p, .sale-product-header p, .special-product-header p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.discount-product-header a.new-product-header a, .sale-product-header a, .special-product-header a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}


/*============================== card */
.discount-product-html, .blog-container, .sale-product-html, .special-product-html {
    max-width: 1400px;
}

.discount-product-swiper .swiper-slide, .sale-product-swiper .swiper-slide, .special-product-swiper .swiper-slide {
    max-width: 267px;
    max-height: 428px;
    aspect-ratio: auto;
}

.card-component {
    max-width: 267px;
    max-height: 428px;
    aspect-ratio: auto;
    opacity: 1;
    border: 1px solid #8C9D79;
    cursor: pointer;
    border-radius: 8px;
}

.card-component:hover {

    border: 2px solid #8C9D79;

    .card-text {
        background: #F5F5F5;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;

    }

    .card-img img, .card-img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
}

.card-img {
    width: 100%;
    max-height: 356px;
    aspect-ratio: 3/4;
}

.card-img img {
    width: 100%;
    height: 100%;
    max-height: 356px;
    aspect-ratio: 3/4;
}

.card-text {
    padding: 8px 12px 16px;
}

.card-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.card-price del {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    text-decoration: line-through;
    color: #AA1A1A;


}

.card-price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;

}

.card-discount-label {
    width: 43px;
    height: 24px;
    top: 2%;
    right: 3%;
    opacity: 1;
    background: #F6DADA;
    padding-top: 2px;
    aspect-ratio: auto;

}

.card-discount-label span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A63030;
}

.card-discount-label label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #A63030;
}

.discount-product-swiper-next img, .discount-product-swiper-prev img,
.new-product-swiper-prev img, .new-product-swiper-next img, .sale-product-swiper-prev img, .sale-product-swiper-next img, .special-product-swiper-next img, .special-product-swiper-prev img {
    width: 40px !important;
    height: 40px !important;
}

/*================================================= new product*/


.new-product-bg {
    background: #F5EEE4;
}

.new-product-header span {
    border: 1px solid #FFFFFF;
}

.new-product-text {
    width: 270px;
}

.new-product-swiper, .new-product-swiper-content, .new-product-swiper .swiper-slide {
    max-width: 270px;
    max-height: 360px;
    aspect-ratio: 3/4;
}

.new-product-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 356px;

}

.new-product-swiper-content {
    background-image: url("/static/images/image.svg");

    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.new-product-component {
    gap: 32px;
}

.new-product-detail-header h2, .new-product-detail-header span {

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;

}

.new-product-detail {
    max-width: 268px;
}

/*============================================= blog */

.blog-component, .blog-card-container {
    max-width: 364px;
    max-height: 332px;
}

.blog-component img {
    width: 100%;
    max-height: 240px;
}

.blog-text h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.blog-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*======================================  footer*/
.footer-container {
    padding: 40px 64px;
    background: #8C9D79;

}

.footer-text {
    width: 389px;
}

.footer-text h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-text a, .footer-text span {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
}

.footer-text p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}

.footer-support .flex-column, .footer-site-page-header .flex-column {
    gap: 12px;
}

/*=====================================================  css extra */
.placeholder {
    border-radius: 4px;
}

.discount-swiper-placeholder, .sale-swiper-placeholder, .special-swiper-placeholder {
    height: calc(30vw) !important;
}

.new-product-swiper-placeholder {
    height: calc(25vw) !important;
}


@media screen and (min-width: 1400px) {
    .site-header {
        height: 48px;
    }


    nav .container-fluid {
        padding: 0 130px;
    }

    .navbar-login-btns {
        width: 146px;
        height: 40px;
    }

    .navbar-btns-style {
        width: 40px;
        height: 40px;
    }

    .navbar-btns-style img, .navbar-login-btns img, .top-banner-btn img, .new-product-btn img,
    .discount-product-header a img, .new-product-header a img, .footer-support img, .sale-product-header a img, .special-product-header a img {
        width: 24px;
        height: 24px;
    }

    .top-banner-items {
        margin: 0 auto;
    }

    .top-banner-items {
        padding: 75px 130px !important;
    }

    .small-banner-component {
        padding: 0 130px !important;
    }

    .discount-product-html, .new-product-bg, .blog-container, .sale-product-html, .special-product-html {
        padding: 0 130px !important;
    }

    .discount-product-header a, .new-product-header a, .sale-product-header a, .special-product-header a {
        padding: 0 16px !important;
    }

    .new-product-container {
        max-width: 1140px;
        margin: 0 auto;
    }

    .footer-items {
        max-width: 1145px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .site-header {
        height: 48px;
    }

    .navbar-btns-style {
        width: 40px;
        height: 40px;
    }

    .site-header a {
        line-height: 16px;
    }

    nav .container-fluid {
        padding: 0 130px;
    }

    .navbar-login-btns {
        font-size: 12px;
        line-height: 100%;
    }

    .top-banner-items {
        padding: 90px 120px !important;
    }

    .top-banner-img-1, .top-banner-img-1-placeholder {
        width: 225px;
        height: 300px;
    }

    .top-banner-img-2, .top-banner-img-2-placeholder {
        width: 180px;
        height: 240px;
    }


    .top-banner-text p, .new-product-text p, .new-product-detail p {
        font-size: 14px;
        line-height: 20px;
    }

    .small-banner-component {
        padding: 0 130px !important;
    }

    .discount-product-html, .new-product-bg, .blog-container, .sale-product-html, .special-product-html {
        padding: 0 130px !important;
    }

    .discount-product-header a, .new-product-header a, .sale-product-header a, .special-product-header a {
        padding: 0 16px !important;
    }


    /*.card-component,.discount-product-swiper .swiper-slide {*/
    /*    width: 307px;*/
    /*    height: 478px;*/
    /*}*/
    /*.card-img{*/
    /*    width: 307px;*/
    /*    height: 410px;*/
    /*}*/
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

    .site-header a {
        font-size: 12px;
        line-height: 16px;
    }

    nav .container-fluid {
        padding: 0 120px;
    }


    .navbar-login-btns {
        font-size: 12px;
        line-height: 100%;
    }

    .top-banner-items {
        padding: 50px 120px 50px 100px !important;
    }

    .top-banner-img-1, .top-banner-img-1-placeholder {
        width: 180px;
        height: 240px;
    }

    .top-banner-img-2, .top-banner-img-2-placeholder {
        width: 140px;
        height: 188px;
    }

    .top-banner-text h1, .new-product-text h1, .banner-title-placeholder {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .top-banner-text p, .new-product-text p, .new-product-detail p {
        font-size: 12px;
        line-height: 16px;
    }

    .top-banner-btn, .new-product-btn {
        width: 144px;
        height: 32px;
        font-size: 12px;
        line-height: 100%;
        padding: 6px 12px;
        border-radius: 4px;
    }

    .small-banner-container-desktop, .blog-cards-container {
        gap: 20px !important;
    }

    .small-banner-component {
        padding: 0 120px !important;
    }


    .discount-product-header p, .new-product-header p, .sale-product-header p, .special-product-header p {
        font-size: 14px;
        line-height: 20px;
    }

    .discount-product-header a, .new-product-header a, .sale-product-header a, .special-product-header a {
        font-size: 12px;
        line-height: 100%;
    }

    .discount-product-html, .new-product-bg, .blog-container, .sale-product-html, .special-product-html {
        padding: 0 120px !important;
    }

    .discount-product-header, .sale-product-header, .special-product-header {
        margin-bottom: 12px !important;
    }

    .discount-product-header a, .new-product-header a, .sale-product-header a, .special-product-header a {
        padding: 0 12px !important;
    }

    .discount-product-swiper .swiper-slide, .sale-product-swiper .swiper-slide, .special-product-swiper .swiper-slide {
        max-width: 307px;
        max-height: 478px;
    }

    .card-component {
        max-width: 307px;
        max-height: 478px;

    }

    .card-img {
        width: 100%;
        max-height: 410px;
        aspect-ratio: 3/4;
    }

    .card-img img {
        width: 100%;
        height: 100%;
        max-height: 410px;
        aspect-ratio: 3/4;
    }

    .discount-product-swiper-next img, .discount-product-swiper-prev img,
    .new-product-swiper-prev, .new-product-swiper-next, .sale-product-swiper-prev img, .sale-product-swiper-next img, .special-product-swiper-next img, .special-product-swiper-prev img {
        width: 32px !important;
        height: 32px !important;
    }

    .new-product-detail-header h2, .new-product-detail-header span {
        font-size: 12px;
        line-height: 100%;
    }

    .blog-text h1 {
        font-size: 12px;
        line-height: 100%;
    }

    .blog-text p {
        font-size: 12px;
        line-height: 16px;
    }

    .footer-text h3 {
        font-size: 12px;
        line-height: 100%;
    }

    .footer-text a, .footer-text span {
        line-height: 16px;
    }

    .footer-text p {
        font-size: 10px;
        line-height: 16px;

    }

    .footer-text {
        width: 331px;
    }
}

@media screen and (max-width: 991px) and (min-width: 836px) {
    .new-product-text {
        width: 225px;
    }

    .new-product-swiper, .new-product-swiper-content, .new-product-swiper .swiper-slide {
        max-width: 255px;
        max-height: 340px;
    }

    .new-product-swiper .swiper-slide img {
        max-height: 340px;
    }

    .new-product-detail-header h2, .new-product-detail-header span {
        font-size: 12px;
        line-height: 100%;
    }

    .new-product-detail {
        max-width: 246px;
    }
}

@media screen and (max-width: 835px) and (min-width: 768px) {
    .new-product-content {
        flex-direction: column !important;
    }

    .new-product-text {
        width: 100%;
        text-align: center;
    }

    .new-product-component {
        padding: 24px;
        background: #FFFFFF;
    }

    .new-product-detail {
        width: 200px;
    }

    .new-product-swiper, .new-product-swiper-content, .new-product-swiper .swiper-slide {
        max-width: 255px;
        max-height: 340px;
    }

    .new-product-swiper .swiper-slide img {
        max-height: 340px;
    }

    .new-product-detail-header h2, .new-product-detail-header span {
        font-size: 12px;
        line-height: 100%;
    }


}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .site-header a {
        font-size: 10px;
        line-height: 16px;
    }

    .navbar-search-input {
        max-width: none;
    }

    .navbar-login-btns {
        width: 126px;
        height: 32px;
        font-size: 12px;
        line-height: 20px;
    }


    nav .container-fluid {
        padding: 0 48px;
    }

    .nav-link {
        font-size: 10px;
        line-height: 16px;
    }

    .top-banner-img-1, .top-banner-img-1-placeholder {
        width: 160px;
        height: 212px;
    }

    .top-banner-img-2, .top-banner-img-2-placeholder {
        width: 120px;
        height: 160px;
    }

    .top-banner-text h1, .new-product-text h1, .banner-title-placeholder {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 20px !important;
    }

    .top-banner-text p, .new-product-text p, .new-product-detail p {
        font-size: 12px;
        line-height: 16px;
    }

    .top-banner-btn, .new-product-btn {
        width: 144px;
        height: 32px;
        font-size: 12px;
        line-height: 100%;
        padding: 6px 12px;
        border-radius: 4px;
    }

    .small-banner-container {
        width: 100%;
    }

    .small-banner-swiper .swiper-slide {
        width: 253px;
        height: 170px;
    }

    .small-banner-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .small-banner-container-desktop, .blog-cards-container {
        gap: 17px !important;
    }

    .small-banner-component {
        padding: 0 100px !important;
    }

    .discount-product-html, .new-product-bg, .blog-container, .sale-product-html, .special-product-html {
        padding: 0 100px !important;
    }

    .discount-product-header p, .new-product-header p, .sale-product-header p, .special-product-header p {
        font-size: 14px;
        line-height: 20px;
    }

    .discount-product-header a, .new-product-header a, .sale-product-header a, .special-product-header a {
        font-size: 12px;
        line-height: 100%;
        padding-left: 12px !important;
    }

    .discount-product-swiper .swiper-slide, .sale-product-swiper .swiper-slide, .special-product-swiper .swiper-slide {
        max-width: 254px;
        max-height: 404px;
    }

    .card-component {
        max-width: 254px;
        max-height: 404px;

    }

    .card-img {
        width: 100%;
        max-height: 340px;
        aspect-ratio: 3/4;
    }

    .card-img img {
        width: 100%;
        height: 100%;
        max-height: 340px;
        aspect-ratio: 3/4;
    }

    .card-text {
        padding: 8px 12px 12px;
    }

    .card-text p, .card-price span, .card-price del {
        font-size: 12px;
        line-height: 100%;
    }

    .card-discount-label {
        top: 3%;
        right: 4%;
    }

    .discount-product-swiper-next img, .discount-product-swiper-prev img,
    .new-product-swiper-prev img, .new-product-swiper-next img, .sale-product-swiper-prev img, .sale-product-swiper-next img, .special-product-swiper-next img, .special-product-swiper-prev img {
        width: 32px !important;
        height: 32px !important;
    }

    .blog-text h1 {
        font-size: 12px;
        line-height: 100%;
    }

    .blog-text p {
        font-size: 12px;
        line-height: 16px;
    }

    .footer-container {
        padding: 24px 100px;
    }

    .footer-text h3 {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 12px !important;
    }

    .footer-text a, .footer-text span, .footer-text p {
        font-size: 10px;
        line-height: 16px;
    }

    .footer-text {
        width: 325px;
    }

    .footer-support .flex-column, .footer-site-page-header .flex-column {
        gap: 8px;
    }

}

@media screen and (max-width: 767px) and (min-width: 576px) {
    .site-header a {
        font-size: 10px;
        line-height: 16px;
    }

    #nav-search {
        font-size: 12px;
        line-height: 20px;

    }

    .navbar-search-input {
        max-width: none;
        height: 32px;
    }

    .navbar-login-btns {
        width: 126px;
        height: 32px;
        font-size: 12px;
        line-height: 20px;
    }

    nav .container-fluid {
        padding: 0 48px;
    }

    .top-banner-img-1, .top-banner-img-1-placeholder {
        width: 160px;
        height: 212px;
    }

    .top-banner-img-2, .top-banner-img-2-placeholder {
        width: 120px;
        height: 160px;
    }

    .top-banner-text h1, .new-product-text h1, .banner-title-placeholder {
        font-weight: 500;
        font-size: 14px;
    }

    .new-product-text h1 {
        margin-bottom: 8px !important;

    }

    .top-banner-text p, .new-product-text p, .new-product-detail p {
        font-size: 10px;
        line-height: 16px;
    }

    .top-banner-btn, .new-product-btn {
        width: 117px;
        height: 32px;
        font-size: 10px;
        line-height: 16px;
        padding: 6px 8px;
        border-radius: 4px;
    }


    .small-banner-container {
        width: 100%;
    }

    .small-banner-swiper .swiper-slide {

        width: 253px;
        height: 170px;
    }

    .small-banner-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .discount-product-header p, .new-product-header p, .sale-product-header p, .special-product-header p {
        font-size: 12px;
        line-height: 14px;
    }

    .discount-product-header a, .new-product-header a, .sale-product-header a, .special-product-header a {
        font-size: 10px;
        line-height: 16px;
    }

    .discount-product-swiper .swiper-slide, .sale-product-swiper .swiper-slide, .special-product-swiper .swiper-slide {
        max-width: 213px;
        max-height: 340px;
    }

    .card-component {
        max-width: 213px;
        max-height: 340px;

    }

    .card-img {
        width: 100%;
        max-height: 284px;
    }

    .card-img img {
        width: 100%;
        height: 100%;
        max-height: 284px;
    }

    .card-text {
        padding: 8px 12px;
    }

    .card-text p, .card-price span, .card-price del {
        font-size: 10px;
        line-height: 16px;
    }

    .card-discount-label {
        top: 3%;
        right: 4%;
    }

    .discount-product-swiper-next img, .discount-product-swiper-prev img,
    .new-product-swiper-prev img, .new-product-swiper-next img, .sale-product-swiper-prev img, .sale-product-swiper-next img, .special-product-swiper-next img, .special-product-swiper-prev img {
        width: 32px !important;
        height: 32px !important;
    }


    .new-product-content {
        flex-direction: column !important;
    }

    .new-product-text {
        width: 100%;
        text-align: center;
    }

    .new-product-component {
        padding: 24px;
        background: #FFFFFF;
    }

    .new-product-detail {
        width: 200px;
    }

    .new-product-swiper, .new-product-swiper-content, .new-product-swiper .swiper-slide {
        max-width: 213px;
        max-height: 284px;
    }

    .new-product-swiper .swiper-slide img {
        max-height: 284px;
    }

    .new-product-detail-header h2, .new-product-detail-header span {
        font-size: 12px;
        line-height: 100%;
    }

    .new-product-component {
        gap: 24px;
    }

    .blog-text h1 {
        font-size: 10px;
        line-height: 16px;
    }

    .blog-text p {
        font-size: 10px;
        line-height: 16px;
    }

    .footer-container {
        padding: 16px 48px;
    }

    .footer-text h3 {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 8px !important;
    }

    .footer-text a, .footer-text span {
        font-size: 10px;
        line-height: 16px;
    }

    .footer-text p {
        display: none;
    }

    .footer-text {
        width: 201px;
    }

    .footer-support .flex-column, .footer-site-page-header .flex-column {
        gap: 8px;
    }

}

@media screen and (max-width: 575px) and (min-width: 360px) {
    .site-header a {
        font-size: 10px;
        line-height: 16px;
    }

    #nav-search {
        font-size: 12px;
        line-height: 20px;

    }

    .navbar-search-input {
        max-width: none;
        height: 32px;
    }

    .navbar-login-btns {
        width: 126px;
        height: 32px;
        font-size: 12px;
        line-height: 20px;
    }

    nav .container-fluid {
        padding: 0 16px;
    }

    .top-banner-img-1, .top-banner-img-1-placeholder {
        width: 160px;
        height: 212px;
    }

    .top-banner-img-2, .top-banner-img-2-placeholder {
        width: 120px;
        height: 160px;
    }

    .top-banner-text h1, .new-product-text h1, .banner-title-placeholder {
        font-weight: 500;
        font-size: 14px;
    }

    .top-banner-text p, .new-product-text p, .new-product-detail p {
        font-size: 10px;
        line-height: 16px;
    }

    .top-banner-btn, .new-product-btn {
        width: 117px;
        height: 32px;
        font-size: 10px;
        line-height: 16px;
        padding: 6px 8px;
        border-radius: 4px;

    }


    .discount-product-header p, .new-product-header p, .sale-product-header p, .special-product-header p {
        font-size: 12px;
        line-height: 14px;
    }

    .discount-product-header a, .new-product-header a, .sale-product-header a, .special-product-header a {
        font-size: 10px;
        line-height: 16px;
    }

    .discount-product-swiper .swiper-slide, .sale-product-swiper .swiper-slide, .special-product-swiper .swiper-slide {
        max-width: 232px;
        max-height: 404px;
    }

    .card-component {
        max-width: 232px;
        max-height: 404px;

    }

    .card-img {
        width: 100%;
        max-height: 348px;
    }

    .card-img img {
        width: 100%;
        height: 100%;
        max-height: 348px;
    }

    .card-text {
        padding: 8px 12px;
    }

    .card-text p, .card-price span, .card-price del {
        font-size: 10px;
        line-height: 16px;
    }

    .card-discount-label {
        top: 3%;
        right: 4%;
    }

    .discount-product-swiper-next img, .discount-product-swiper-prev img,
    .new-product-swiper-prev img, .new-product-swiper-next img, .sale-product-swiper-next img, .sale-product-swiper-prev img, .special-product-swiper-next img, .special-product-swiper-prev img {
        width: 32px !important;
        height: 32px !important;
    }


    .new-product-content {
        flex-direction: column !important;
    }

    .new-product-text {
        width: 100%;
        text-align: center;
    }

    .new-product-detail {
        width: 215px;
    }

    .new-product-detail a {
        display: flex;
        justify-content: center;
    }

    .new-product-swiper, .new-product-swiper-content, .new-product-swiper .swiper-slide {
        max-width: 213px;
        max-height: 284px;
    }

    .new-product-swiper .swiper-slide img {
        max-height: 284px;
    }

    .new-product-detail-header h2, .new-product-detail-header span {
        font-size: 12px;
        line-height: 100%;
    }

    .new-product-component {
        flex-direction: column !important;
        gap: 17px;
    }

    .new-product-swiper-button-in-desktop {
        display: none !important;
    }

    .new-product-text h1 {
        margin-bottom: 8px !important;

    }

    .blog-text h1 {
        font-size: 10px;
        line-height: 16px;
    }

    .blog-text p {
        font-size: 10px;
        line-height: 16px;
    }

    .blog-cards-container .blog-card-container:first-child {
        display: none !important;
    }
}

@media screen and (max-width: 575px) and (min-width: 457px) {
    .new-product-swiper-container {
        gap: 40px;
    }

    .small-banner-container {
        width: 100%;
    }

    .small-banner-swiper .swiper-slide {

        width: 356px;
        height: 240px;
    }

    .small-banner-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .footer-container {
        padding: 16px 48px;
    }

    .footer-text h3 {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 8px !important;
    }

    .footer-text a, .footer-text span {
        font-size: 10px;
        line-height: 16px;
    }

    .footer-text p {
        display: none;
    }

    .footer-text {
        width: 263px;
    }

    .footer-support .flex-column, .footer-site-page-header .flex-column {
        gap: 8px;
    }

    .footer-img-container img {
        width: 80px !important;
        height: 104px !important;
    }
}

@media screen and (max-width: 456px) and (min-width: 0px) {
    .new-product-swiper-container {
        gap: 26px;
    }

    .small-banner-swiper .swiper-slide {

        width: 242px;
        height: 162px;
    }

    .small-banner-swiper .swiper-slide img {
        display: block;
        width: 242px;
        height: 162px;
    }

    .small-banner-component {
        padding: 0 16px !important;
    }

    .footer-container {
        padding: 16px;

    }

    .footer-items {
        flex-direction: column !important;
        gap: 8px !important;
    }

    .footer-text h3 {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 8px !important;
    }

    .footer-text a, .footer-text span {
        font-size: 10px;
        line-height: 16px;
    }

    .footer-text p {
        display: none;
    }

    .footer-text {

        width: 263px;
    }

    .footer-support .flex-column, .footer-site-page-header .flex-column {
        gap: 8px;
    }

    .footer-img-container img {
        width: 80px !important;
        height: 104px !important;
    }
}

@media screen and (max-width: 359px)and (min-width: 0px) {
    #nav-search {
        font-size: 12px;
        line-height: 20px;

    }

    .discount-product-header p, .new-product-header p, .sale-product-header p, .special-product-header p {
        font-size: 12px;
        line-height: 14px;
    }

    .discount-product-header a, .new-product-header a, .sale-product-header a, .special-product-header a {
        font-size: 10px;
        line-height: 16px;
    }

    .discount-product-html, .new-product-bg, .blog-container, .sale-product-html, .special-product-html {
        padding: 0 16px;
    }

    .discount-product-swiper .swiper-slide, .sale-product-swiper .swiper-slide, .special-product-swiper .swiper-slide {
        max-width: 156px;
        max-height: 290px;
    }

    .card-component {
        max-width: 156px;
        max-height: 290px;

    }

    .card-img {
        width: 100%;
        max-height: 234px;
    }

    .card-img img {
        width: 100%;
        height: 100%;
        max-height: 234px;
    }

    .card-text {
        padding: 8px 12px;
    }

    .card-text p, .card-price span, .card-price del {
        font-size: 10px;
        line-height: 16px;
    }

    .card-discount-label {
        top: 3%;
        right: 4%;
    }

    .discount-product-swiper-next img, .discount-product-swiper-prev img,
    .new-product-swiper-prev img, .new-product-swiper-next img, .sale-product-swiper-next img, .sale-product-swiper-prev img, .special-product-swiper-next img, .special-product-swiper-prev img {
        width: 32px !important;
        height: 32px !important;
    }

    .new-product-text {
        width: 251px;
    }

    .top-banner-btn, .new-product-btn {
        width: 117px;
        height: 32px;
        font-size: 10px;
        line-height: 16px;
        padding: 6px 8px;
        border-radius: 4px;
    }

    .blog-text h1 {
        font-size: 12px;
        line-height: 100%;
    }

    .blog-text p {
        font-size: 10px;
        line-height: 16px;
    }
}