﻿@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: normal;
    src: url('/Assets/fonts/IranSans/IRANSansWebFaNum.eot') format('embedded-opentype'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.woff2') format('woff2'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.woff') format('woff'), url('/Assets/fonts/IranSans/IRANSansWebFaNum.ttf') format('truetype');
    font-display: swap;
}

body {
    font-family: "IRANSansWeb";
    box-sizing: border-box;
}
* {
    font-family: "IRANSansWeb";
}

.text-start {
    text-align: left;
}

.text-end {
    text-align: right;
}

.desktop-only {
    display: block;
}

.mobile-only,
.mobile-main-banner,
.mobile-grid-wrapper {
    display: none;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 10px; 
    cursor: pointer;
    z-index: 10;
}

    .slider-btn img {
        width: 5vw; 
        max-width: 30px; 
        height: auto; 
        object-fit: contain;
    }



.prev-btn {
    left: -7px;
}

.next-btn {
    right: -7px;
}

/*.banner {
    width: 100%;
    overflow: hidden;
}

    .banner img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }


.brand-intro {
    font-family: IRANSansWeb;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #222E59;
}

.brand-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 36px;
}

.brand-description {
    font-family: IRANSansWeb;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    color: #000;
}*/


#mainBanner,
#mainBanner .carousel-item,
#mainBanner .banner-img {
    height: 866px;
    object-fit: cover;
    border-bottom-left-radius: 220px; 
}

.banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(42, 50, 86, 1) 0%, rgba(42, 50, 86, 0.6) 30%, rgba(42, 50, 86, 0) 100% );
    display: flex;
    align-items: center;
    padding-right: 60px;
    padding-left: 60px;
    z-index: 5;
}


.overlay-content {
    max-width: 450px;
    color: #fff;
    margin-left: 40px;
}
.dots {
    font-size: 0.5em;
}

.banner-title {
    font-size: 120px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px; 
}

.banner-en {
    font-size: 100px;
    
}

.row-en {
    justify-content: flex-end !important;
    text-align: left !important;
}

.banner-text {
    font-size: 48px;
    line-height: 0.8;
    margin-bottom: 59px; 
}

.banner-btn {
    background: #2A3256CC !important; 
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border-radius: 17px !important;
    color: #fff !important;
    padding: 15px 25px !important;
    display: inline-block;
    font-size: 20px !important;
    text-decoration: none;
    transition: 0.3s ease;
}

    .banner-btn:hover {
        transform: scale(1.035);
    }


.info-boxes .info-box {
    background: rgba(34, 46, 89, 0.60);
    padding: 12px 18px;
    border-radius: 8px;
}

.info-box h4 {
    color: #fff;
    margin-bottom: 4px;
}

.info-box span {
    color: #ddd;
}


.info-boxes {
    text-align: right;
}


    .info-boxes .info-box {
        background: rgba(34, 46, 89, 0.55);
        padding: 12px 18px;
        border-radius: 8px;
    }

.info-box h4 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 5px;
}

.info-box span {
    color: #ddd;
    font-size: 13px;
}




.carousel1-control-prev-icon {
    color: #000 !important;
}


#carpetSlider1 {
    top: -35px !important;
}


.first-section-container,
.second-section-container,
.second-section-container-second,
.news-section-container {
    margin-top: 3rem;
    margin-bottom: 3rem;
}


.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10;
}

.prev-arrow {
    left: -3px;
}

.next-arrow {
    right: -3px;
}

.custom-arrow img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}



.see-details {
    color: #FFF;
    padding: 10px 69px;
    width: 100%;
    font-size: 13px;
    background: #2F4497;
    text-align: center;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


    .see-details:hover {
        color: #FFF;
        padding: 10px 69px;
        font-size: 13px;
        background: #2F4497;
        text-align: center;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

.first-title {
    position: relative;
    color: #222E59;
    font-size: 25px;
    /*font-family: IRANSansWeb;*/
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    line-height: 100%;
    right: -15px;
    margin-bottom: 3rem;
}

/*    .first-title::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 51%;
        transform: translateX(-50%);
        width: 13%;
        height: 1px;
        background-color: #222E59;
        border-radius: 2px;
    }*/



.banner-box {
    border-radius: 20px;
    width: 98%;
    height: 120px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 5px 8px 11px 0 rgba(0, 0, 0, 0.25);*/
    margin: 70px;
}

.banner-img {
/*    border-radius: 20px;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
/*    border: 4px solid #2F4497;*/
    position: relative;
    z-index: 1;
}

.banner-box::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-radius: 20px;
    background: rgb(255 255 255 / 88%);
    z-index: 2;
}

.first-link {
    text-decoration: none;
}

.second-link {
    text-decoration: none;
}

.first-section-container {
    max-width: 1834px !important;
}

.second-section-container {
    background: #f9f9f9;
}

    .second-section-container .container {
        background: #2A3256;
        border-radius: 25px;
        padding: 30px;
    }

/* ======= Slider Cards ======= */
.product-card {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    height: auto !important;
    justify-content: flex-start !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    max-width: 362px;
}


    a.product-card:hover {
        box-shadow: 0 6px 16px rgba(0,0,0,0.09);
        transform: translateY(-2px);
        border: 1px solid rgba(86, 86, 86, 0.3);
    }

    a.product-card:focus,
    a.product-card:active {
        outline: none;
        border: 1px solid rgba(86, 86, 86, 0.3);
    }

    .product-card img {
        width: 100%;
        height: 19px; 
        object-fit: cover;
    }

    .product-card:hover {
        transform: translateY(-5px);
    }


.favorite-btn img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(32%) saturate(1046%) hue-rotate(190deg) brightness(92%) contrast(92%);
}

.product-card {
    position: relative;
}

.favorite-btn {
    position: absolute;
    top: 30px;
    right: 29px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    opacity: 0;
    transform: scale(.8);
    transition: all .25s ease;
}


.product-card:hover .favorite-btn {
    opacity: 1;
    transform: scale(1);
}


.favorite-btn.liked {
    opacity: 1;
}


.favorite-btn.pop {
    animation: likePop .3s ease;
}

@keyframes likePop {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.bestSell-card {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 300px;
    justify-content: space-between;
    transition: transform 0.3s ease;
    text-decoration: none;
}

    .bestSell-card img {
        width: 100%;
        height: 19px;
        object-fit: cover;
    }

    .bestSell-card:hover {
        transform: translateY(-5px);
    }

.product-name {
    color: #222E59;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
}

.second-section-container {
    padding: 54px 56px !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px !important;
    }


.section-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.see-all {
    background-color: #706C68CC !important;
    color: #fff !important;
    padding: 20px 53px !important;
    border: none !important;
    border-radius: 35px !important;
}

    .btn-light:hover {
        background-color: #f0f0f0;
    }


    .container.p-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}


.section-title-second {
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    color: #2A3256;
    margin-bottom: 35px;
    position: relative;
}

/*    .section-title-second::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        background-color: #2A3256;
        border-radius: 50%;
        margin: 5px auto 0 auto;
    }*/

.products-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.bestSell-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product-image {
    position: relative;
    width: 100%;
    padding: 24px 47px;
    background-color: #fff;
}

    .product-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }


.single-image {
    position: relative;
    opacity: 1 !important;
}


.img-main {
    transition: opacity 0.4s ease;
}


.product-image:hover .img-hover {
    opacity: 1;
}

.product-image:hover .img-main {
    opacity: 0;
}

    .product-image::after {
        content: "";
        position: absolute;
        bottom: 10px; 
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }


.Bestseller-image {
    position: relative;
    width: 100%;
    padding: 25px 45px;
    background-color: #fff;
    overflow: hidden;
}

  
    .Bestseller-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }


.img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
        padding: 25px 45px;
}

.single-image {
    position: relative;
    opacity: 1 !important;
}


.img-main {
    transition: opacity 0.4s ease;
}


.Bestseller-image:hover .img-hover {
    opacity: 1;
}

.Bestseller-image:hover .img-main {
    opacity: 0;
}

    .Bestseller-image::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }

.image-dot {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background-color: #2A3256;
    border-radius: 50%;
    z-index: 5;
}

.product-info {
    text-align: center;
    padding: 10px 5px;
    margin-top: auto !important;
    margin-bottom: auto !important;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-title {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    margin: 8px 0;
    text-decoration: none;
}

.product-subtitle {
    color: #555;
    font-size: 12px;
    margin-bottom: 10px;
}

.price-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    margin: 0 17px 18px 17px ;
}

    .price-box:hover {
        border: 2px solid #2A3256;
    }

/*.price-dot {
    width: 5px;
    height: 5px;
    background-color: #2A3256;
    border-radius: 50%;
    position: absolute;
    left: 41px;
    top: -2.78px;
}*/



.price-text {
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.old-price {
    font-size: 12px;
    font-weight: 400;
    color: #999 !important;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .old-price::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px; 
        background-color: #999; 
        transform: translateY(-50%);
    }

.first-section-container {
    width: 100%;
}

.boxes-container {
    display: flex;
    gap: 31px;
    width: 100%;
    transition: flex 0.7s ease; 
}
.swiper-controls {
    display: flex;
    align-items: center;
    gap: 15px;  
    margin-top: 50px;
}

.swiper-button-prev,
.swiper-button-next {
    position: static !important;
    margin: 0 !important;
    width: 43px !important;
    height: 43px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 12px !important;
    background: transparent;
    color: #fff !important;
}


.product-box {
    flex: 1;
    background: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 600px;
    text-decoration: none;
    transition: flex 0.7s ease;
}


.box-title {
    background: #2A3256;
    color: #fff;
    /*font-family: IRANSansWeb;*/
    font-size: 15px;
    padding: 15px;
}

.product-box.active {
    flex: 1.5; 
}


.product-box:hover {
    flex: 1.5; 
}

.box-img {
    width: 100%;
    height: calc(100% - 40px);
    object-fit: cover; 
}

.product-box .box-img {
    width: 100%;
    height: calc(100% - 60px);
    object-fit: cover; 
    pointer-events: none; 
    flex-shrink: 0;
}

.product-box .active .box-title{
    padding: 27px;
}

.product-box.active,
.product-box:hover {
    flex: 1.5;
}

.product-box:nth-child(1) {
    border-top-right-radius: 35px;
    border-top-left-radius: 0;
}


.product-box:nth-child(2),
.product-box:nth-child(3),
.product-box:nth-child(4) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}


.product-box:nth-child(5) {
    border-top-left-radius: 35px;
    border-top-right-radius: 0;
}


.rotated-text {
    position: absolute;
    top: 82%;
    left: -27px;
    transform: translateY(-50%) rotate(-90deg);
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    z-index: 2;
    white-space: nowrap;
    text-align: center;
}

.product-box:hover .overlay::after {
    opacity: 1;
}


.row .last-item img {
    height: 370px;
    object-fit: cover;
}

.last-item {
    position: relative;
}


.container.custom-padding {
    max-width: 100%;
    padding-left: 41px;
    padding-right: 38px;
    margin-top: 120px !important;
}



.row.g-2 > div:nth-child(1) .last-item {
    border-top-right-radius: 80px;
    overflow: hidden;
}

.row.g-2 > div:nth-child(2) .last-item {
    border-top-left-radius: 80px;
    overflow: hidden;
}


.row.g-2 > div:nth-child(3) .last-item {
    border-bottom-right-radius: 80px;
    overflow: hidden;
}


.row.g-2 > div:nth-child(4) .last-item {
    border-bottom-left-radius: 80px;
    overflow: hidden;
}


.last-item {
    position: relative;
    overflow: hidden;
}



.last-item {
    position: relative;
    overflow: hidden;
}


    .last-item::before {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
        pointer-events: none;
        z-index: 3;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: scaleY(0);
        transform-origin: center;
        transition: transform .6s ease;
        border-radius: 0;
    }


    .last-item::after {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        top: 15px;
        bottom: 15px;
        pointer-events: none;
        z-index: 3;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform .6s ease;
        border-radius: 0;
    }


    .last-item:hover::before {
        transform: scaleY(1);
    }

    .last-item:hover::after {
        transform: scaleX(1);
    }



.row.g-2 > div:nth-child(1) .last-item::before,
.row.g-2 > div:nth-child(1) .last-item::after {
    border-top-right-radius: 80px;
}


.row.g-2 > div:nth-child(2) .last-item::before,
.row.g-2 > div:nth-child(2) .last-item::after {
    border-top-left-radius: 80px;
}

.row.g-2 > div:nth-child(3) .last-item::before,
.row.g-2 > div:nth-child(3) .last-item::after {
    border-bottom-right-radius: 80px;
}


.row.g-2 > div:nth-child(4) .last-item::before,
.row.g-2 > div:nth-child(4) .last-item::after {
    border-bottom-left-radius: 80px;
}



.floating-icon-outside {
    position: relative;
    top: -79px;
}

.swiper-button-next,
.swiper-button-prev {
    transition: all 0.3s ease;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        transition: transform 0.3s ease;
    }


    .swiper-button-next:hover::after {
        transform: translateX(4px);
    }

    .swiper-button-prev:hover::after {
        transform: translateX(-4px); 
    }

.bestSell-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

    .bestSell-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 4px 12px rgba(255,255,255,0.5) !important;
        
    }

.second-section-container {
    padding: 54px 56px !important;
}


.products-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.Bestseller-image {
    position: relative;
    overflow: hidden;
}


.product-badge {
    position: absolute;
    top: 35px;
    left: 14px;
    background: #2A3256;
    color: #fff;
    padding: 10px 17px 7px 17px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 3;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}



    .product-badge.discount {
        font-size: 12px;
    }

  
    .product-badge.new {
        opacity: 0.9;
       
    }

.newest-products-swiper-x9 {
    position: relative;
}

.newest-products-prev,
.newest-products-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.newest-products-prev {
    left: -10px;
}

.newest-products-next {
    right: -10px;
}

    .newest-products-prev img,
    .newest-products-next img {
        width: 36px;
        height: 36px;
    }


.swiperGallery {
    width: 100%;
    padding: 20px 0;
}


    .swiperGallery .cardGallery {
        width: 276px;
        height: 491px;
        background: #f5f5f5;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: sans-serif;
        border: 1px solid #ddd;
    }


    .swiperGallery .swiper-slide {
        width: 276px !important; 
        display: flex;
        justify-content: center;
    }

.img-gallery{
    width: 100%;
    height: 100%;

}

.gallery-title {
    margin: 30px auto;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0;
    color: #2A3256;
    margin-bottom: 16px;
}


@media (max-width: 1600px) and (min-width: 1500px) {
    .old-price {
        font-size: 11px;
        font-weight: 400;
        color: #999 !important;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }
    .price-text {
        font-size: 14px;
    }
    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding:10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        position: relative;
        margin: 0 8px 18px 8px;
    }
}

@media (max-width: 1500px) and (min-width: 1430px) {
    .old-price {
        font-size: 9px;
        font-weight: 400;
        color: #999 !important;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

    .price-text {
        font-size: 14px;
    }
}

    @media (max-width: 1429px) and (min-width: 1220px) {
        .old-price {
            font-size: 9px;
            font-weight: 400;
            color: #999 !important;
            text-decoration: none;
            position: relative;
            display: inline-block;
        }

        .price-text {
            font-size: 14px;
        }

        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            position: relative;
            margin: 0 6px 18px 6px;
        }
    }


@media (max-width: 1221px) and (min-width: 900px) {
    .old-price {
        font-size: 8px;
        font-weight: 400;
        color: #999 !important;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

    .product-card img {
        width: 100%;
        height: 10px;
        object-fit: cover;
    }

    .price-text {
        font-size: 14px;
    }

    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        position: relative;
        margin: 0 6px 18px 6px;
    }

    .nav-menu a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 9px;
        position: relative;
        transition: color 0.3s ease;
    }

    .special-btn {
        background: #706C68CC;
        padding: 10px 18px;
        border-radius: 10px;
        font-size: 8px !important;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        transition: 0.3s ease;
    }
    .nav-menu ul {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        gap: 20px;
        margin-right: 30px;
    }

}

@media (max-width: 1300px) {

    .prev-btn,
    .next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        padding: 5px;
        cursor: pointer;
        z-index: 10;
        background: rgba(0, 0, 0, 0.3); 
        backdrop-filter: blur(5px); 
        border-radius: 50%; 
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .prev-btn {
        left: 2px;
    }

    .next-btn {
        right: 2px;
    }
    .nav-menu a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 11px;
        position: relative;
        transition: color 0.3s ease;
    }
    .product-image img {
        width: 100%;
        height: 100% !important;
        /*object-fit: cover;*/
        /*position: relative;*/
        /*padding-bottom: 20px;*/
        /*display: block;*/
    }
    .product-image {
        position: relative;
        width: 100%;
        padding: 30px 25px;
        background-color: #fff;
    }

    .Bestseller-image img {
        width: 100%;
        height: 100% !important;
        /*object-fit: cover;
        position: relative;*//*
        padding-bottom: 20px;*/
        /*display: block;*/
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 19px;
        background-color: #fff;
    }
    .see-all {
        background-color: #706C68CC !important;
        color: #fff !important;
        padding: 7px 51px !important;
        border: none !important;
        border-radius: 35px !important;
    }

    .section-title {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        line-height: 1.5;
    }

}
@media (max-width: 1221px) and (min-width: 915px) {
    .old-price {
        font-size: 7px;
        font-weight: 400;
        color: #999 !important;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

    .price-text {
        font-size: 14px;
    }

    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding:  10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        position: relative;
        margin: 0 6px 18px 6px;
    }

    .nav-menu a {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        font-size: 9px;
        position: relative;
        transition: color 0.3s ease;
    }

    .special-btn {
        background: #706C68CC;
        padding: 10px 18px;
        border-radius: 10px;
        font-size: 8px !important;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
        transition: 0.3s ease;
    }

    .nav-menu ul {
        list-style: none;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        gap: 20px;
        margin-right: 30px;
    }
}

@media (max-width: 993px) and (min-width: 780px) {

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 17px;
        background-color: #fff;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .col-lg-10 {
        order: 1;
        width: 65%;
    }

    .col-lg-2 {
        width: 43%;
        margin-top: 20px !important;
    }
    .price-text {
        font-size: 14px;
    }

    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 5px ;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        position: relative;
        margin: 0 6px 8px 6px;
    }
}




    @media (max-width: 914px) {
        #mainBanner{
            display: none;
        }
        .products-grid > a:nth-child(n+5) {
            display: none !important;
        }
        .mobile-main-banner {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            padding: 20px; 

            box-sizing: border-box;
        }

            .mobile-main-banner .banner-img {
                width: 355px;
                height: 194px;
                border-radius: 46px;
                object-fit: cover;
                display: block;
            }


        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 5px 2px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3px;
            position: relative;
            margin: 0 6px 18px 6px;
        }

        .price-text, old-price {
            font-size: 14px;
        }

        .product-title {
            font-weight: 500;
            color: #000;
            font-size: 14px;
            margin: 8px 0;
            text-decoration: none;
        }

        .old-price {
            font-size: 7px;
            font-weight: 400;
            color: #999 !important;
            text-decoration: none;
            position: relative;
            display: inline-block;
        }
        .bestSell-card img {
            width: 100%;
            height: 13px;
            object-fit: cover;
        }
    }

@media (max-width: 880px) and (min-width: 650px) {
    .nav-item.dropdown .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: -3px !important;
        min-width: auto;
        background-color: #fff;
        border: 1px solid #ddd;
        z-index: 1000;
        color: #000;
    }

    .products-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .product-image {
        padding: 15px 10px;
    }

    .product-card {
        min-width: 146px  !important;
        scroll-snap-align: start;
    }
    .product-card {
        background: #fff;
        border-radius: 15px;
        text-align: center;
        overflow: hidden;
        display: flex !important;
        flex-direction: column;
        height: auto !important;
        justify-content: flex-start !important;
        transition: transform 0.3s ease;
        text-decoration: none;
        max-width: 100px;
    }

    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 5px 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        position: relative;
        margin: 0 3px 8px 2px;
    }
    .price-text, old-price {
        font-size: 12px;
    }

    .old-price {
        font-size: 6px;
        font-weight: 400;
        color: #999 !important;
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

    .product-card img {
        width: 100%;
        height: 13px;
        object-fit: cover;
    }

    .product-title {
        font-weight: 500;
        color: #000;
        font-size: 14px;
        margin: 8px 0;
        text-decoration: none;
    }
}

    @media (max-width: 780px) {
        .middle_footer {
            margin-top: 35px;
        }

        .swiperGallery {
            position: relative !important;
            width: 100%;
            padding: 20px 0;
            max-width: 400px;
            margin: 0 auto;
            border-radius: 35px;
        }

            .swiperGallery .swiper-wrapper {
                display: grid; 
                grid-auto-flow: column;
                grid-template-rows: repeat(2, 1fr); 
                grid-template-columns: repeat(3, 1fr); 
                gap: 5px; 
            }


        .swiperGallery .swiper-slide {
            width: 126px !important;
            height: 224px !important;
            margin: 0 !important;
        }

        .cardGallery {
            width: 126px !important;
            height: 224px !important;
            overflow: hidden;
            position: relative;
        }

        .prevGallery,
        .nextGallery {
            position: absolute !important;
            top: 50% !important;
            transform: translateY(-50%);
            margin: 0 !important;
            border: none !important;
            background: transparent !important;
            cursor: pointer;
            z-index: 100 !important;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000 !important; 
            border-radius: 50%;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

            backdrop-filter: blur(0px);
        }

     
            .prevGallery:hover,
            .nextGallery:hover {
                background: rgba(255, 255, 255, 0.2) !important;
                backdrop-filter: blur(8px);
                box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            }

            .prevGallery:active,
            .nextGallery:active {
                transform: translateY(-50%) scale(0.85); 
                background: rgba(255, 255, 255, 0.3) !important;
                box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2); 
            }

        .prevGallery {
            left: 10px !important;
        }

        .nextGallery {
            right: 89% !important; 
        }

            .nextGallery::after,
            .prevGallery::after {
                font-size: 22px !important;
                font-weight: 600;
                line-height: 1;
            }



        .img-gallery {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .gallery-title {
            margin: 30px auto;
            text-align: center;
            font-weight: 400;
            font-size: 25px;
            line-height: 100%;
            letter-spacing: 0;
            color: #2A3256;
            margin-bottom: 16px;
        }

        .newest-products-prev,
        .newest-products-next{
            display: none;
        }

        .newest-products-swiper-x9 {
            width: 100%;
        }

            .newest-products-swiper-x9 .swiper-slide {
                width: 220px !important;
            }

            .newest-products-swiper-x9 .product-card {
                width: 100%;
                display: block;
            }


        .favorite-btn {
            position: absolute;
            top: 19px;
            right: 19px;
            width: 27px;
            height: 27px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 20;
            opacity: 0;
            transform: scale(.8);
            transition: all .25s ease;
        }
        .img-hover {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.4s ease;
            padding: 19px ;
        }

        .product-badge {
            position: absolute;
            top: 27px;
            left: 7px;
            background: #2A3256;
            color: #fff;
            padding: 4px 12px;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1px;
            z-index: 3;
            text-transform: uppercase;
            backdrop-filter: blur(6px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
        }


            .product-badge.discount {
                font-size: 10px;
            }


            .product-badge.new {
                opacity: 0.9;
            }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .product-box {
            flex: 1 1 1%;
            height: 500px;
        }

        .box-text {
            font-size: 24px;
        }

        .sub-text {
            font-size: 16px;
        }

        .first-title {
            font-size: 22px;
            margin-bottom: 3rem;
            right: -10px;
        }

            .first-title::after {
                width: 15%;
                height: 1px;
                bottom: -6px;
            }

        .swiper-slide.product-card {
            width: 250px !important;
            margin: 0 8px;
            text-decoration: none;
        }

        .info-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 30px;
            width: 100%;
            margin: 0 auto;
        }

        .info-image {
            order: -1;
            width: 100%;
            max-width: 500px;
        }

            .info-image img {
                width: 100%;
                height: auto;
                object-fit: cover;
            }

        .info-text {
            width: 100%;
            max-width: 500px;
            text-align: center;
        }

        .info-title {
            font-size: 28px;
            margin-bottom: 15px;
        }

        .info-description {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 20px;
            text-align: center;
        }

        .info-btn {
            padding: 10px 30px;
            font-size: 16px;
        }

        .fullwidth-section {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
        }

        .image-box {
            flex: 0 0 100%;
            scroll-snap-align: start;
            height: 600px;
        }

            .image-box img {
                object-fit: cover;
            }

        .image-box {
            width: 250px;
            height: 600px;
        }

        .rotated-text {
            font-size: 25px;
            left: -20px;
        }

        .custom-wrapper {
            flex-direction: column;
            align-items: center;
            gap: 50px;
            width: 100%;
            padding: 0 20px;
        }

        .custom-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .custom-text {
            text-align: center;
            width: 100%;
        }

        .custom-title {
            font-size: 30px;
            text-align: center;
        }

        .custom-description {
            font-size: 17px;
            line-height: 34px;
            text-align: center;
        }

        .floating-icon-outside {
            position: relative;
            top: -79px;
            width: 109px;
            height: 100px;
        }


            .floating-icon-outside svg {
                width: 100%;
                height: 100%;
            }
    }

    @media (max-width: 860px) {
        .products-grid {
            display: flex;
            overflow-x: auto;
            gap: 16px;
            padding-bottom: 10px;
            scroll-snap-type: x mandatory;
        }

        .product-card {
            min-width: 178px;
            scroll-snap-align: start;
        }

        .bestSell-card {
            min-width: 250px;
            scroll-snap-align: start;
        }

        .products-grid::-webkit-scrollbar {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .mainBanner{
            display: none;
        }

        .products-grid {
            display: flex;
            overflow-x: auto;
            gap: 16px;
            padding-bottom: 10px;
            scroll-snap-type: x mandatory;
        }

        .product-card {
            min-width: 178px;
            scroll-snap-align: start;
        }

        .bestSell-card {
            min-width: 250px;
            scroll-snap-align: start;
        }

        .products-grid::-webkit-scrollbar {
            display: none;
        }

        .slider-btn.prev-btn {
            left: 5px;
        }

        .slider-btn.next-btn {
            right: 5px;
        }

        .slider-btn img {
            width: 10vw;
            max-width: 25px;
            height: auto;
        }

        .desktop-only {
            display: none !important;
        }

        .mobile-only {
            display: flex !important;
        }

        .boxes-wrapper.mobile-only {
            overflow-x: auto;
            gap: 10px;
            padding: 15px;
            scroll-behavior: smooth;
        }

            .boxes-wrapper.mobile-only .product-box {
                flex: 0 0 200px;
                display: flex;
                flex-direction: column;
                text-align: center;
                background: #fff;
                border: 1px solid #ccc;
                border-radius: 0;
                height: 250px;
                border-bottom-left-radius: 35px;
                border-bottom-right-radius: 35px;
            }

                .boxes-wrapper.mobile-only .product-box img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    flex-shrink: 0;
                }

                .boxes-wrapper.mobile-only .product-box:last-child {
                    border-top-left-radius: 35px;
                    border-top-right-radius: 0;
                }

                .boxes-wrapper.mobile-only .product-box:first-child {
                    border-top-right-radius: 35px;
                    border-top-left-radius: 0;
                }

                .boxes-wrapper.mobile-only .product-box.active,
                .boxes-wrapper.mobile-only .product-box:hover {
                    flex: 0 0 200px;
                }
    }

    @media (max-width: 600px) {
        .banner-overlay {
            padding-right: 30px;
            padding-left: 60px;
        }

        .banner-title {
            font-size: 49px !important;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .product-info {
            text-align: center;
            padding: 0px 5px;
            text-decoration: none;
        }

        .banner-text {
            font-size: 32px;
            line-height: 0.8;
            margin-bottom: 59px;
        }

        .banner-btn {
            background: #2A3256CC !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
            border-radius: 17px !important;
            color: #fff !important;
            padding: 12px 22px !important;
            display: inline-block;
            font-size: 17px !important;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .brand-intro {
            font-size: 34px;
            margin-top: 25px;
        }

        .brand-title {
            font-size: 1.5rem;
            margin-top: 28px;
            margin-bottom: 16px;
        }

        .brand-description {
            font-size: 18px;
            line-height: 150%;
            max-width: 90%;
        }

        .banner img {
            object-position: center;
        }

        .boxes-container {
            display: flex;
            gap: 15px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 10px;
        }

            .boxes-container::-webkit-scrollbar {
                display: none;
            }

        .product-box {
            min-width: 67.4%;
            flex: 0 0 auto;
            height: 450px !important;
            scroll-snap-align: start;
        }
        /*

            .product-box:hover,
            .product-box.active {
                flex: 0 0 auto !important; 
            }*/


        .box-text {
            font-size: 22px;
        }

        .sub-text {
            font-size: 15px;
        }

        .first-title {
            font-size: 20px;
            margin-bottom: 3rem;
            right: 0;
        }

            .first-title::after {
                width: 18%;
                bottom: -5px;
            }

        .second-title {
            font-size: 20px;
            margin-bottom: 60px;
            right: 0;
        }

            .second-title::after {
                width: 18%;
                bottom: -5px;
            }

        .swiper-slide.product-card {
            width: 80% !important;
            margin: 0 10%;
        }

        .image-box {
            width: 80%;
            height: 800px;
        }

        .rotated-text {
            font-size: 20px;
            left: -15px;
        }

        .section-title-second {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
            margin-bottom: 30px;
        }

        .custom-wrapper {
            gap: 40px;
            padding: 0 15px;
        }

        .custom-title {
            font-size: 26px;
        }

        .custom-description {
            font-size: 16px;
            line-height: 30px;
        }

        .custom-image img {
            height: auto;
            border-radius: 8px;
        }

        .brand-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }
    }


    @media (max-width: 450px) {
        .bestseller-info{
            display: none;
        }
        .second-section-container .row {
            display: flex;
            flex-wrap: nowrap;
        }
            .banner-overlay {
            padding-right: 20px;
            padding-left: 60px;
        }

        .nav-menu a {
            color: #000;
            text-decoration: none;
            font-weight: 500;
            font-size: 12px !important;
            position: relative;
            transition: color 0.3s ease;
        }

        .banner-title {
            font-size: 49px !important;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .banner-text {
            font-size: 32px;
            line-height: 0.8;
            margin-bottom: 59px;
        }

        .banner-btn {
            background: #2A3256CC !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
            border-radius: 17px !important;
            color: #fff !important;
            padding: 12px 22px !important;
            display: inline-block;
            font-size: 17px !important;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .banner img {
            height: auto;
        }

        .product-box {
            flex: 0 0 15%;
            height: 450px;
        }

        .box-text {
            font-size: 20px;
        }

        .sub-text {
            font-size: 14px;
        }

        .first-title {
            font-size: 23px;
            margin-bottom: 33px;
        }

            .first-title::after {
                width: 41%;
                bottom: -13px;
            }

        .second-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .second-title::after {
                width: 41%;
                bottom: -13px;
            }

        .swiper-slide.product-card {
            width: 45% !important;
            margin: 0 0.5%;
        }

        .product-card img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            display: block;
        }

        .bestSell-card img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            display: block;
        }

        .price-text {
            font-weight: 500;
            color: #000;
            font-size: 14px;
        }

        .old-price {
            font-size: 5px;
            font-weight: 400;
            color: #999 !important;
            text-decoration: none;
        }

        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 8px;
            gap: 2px;
            position: relative;
            margin: 0 2px 18px 3px;
        }

        .product-title {
            font-weight: 500;
            color: #000;
            font-size: 14px;
            margin: 8px 0;
            text-decoration: none;
        }

        .product-card {
            flex: 0 0 155px;
            scroll-snap-align: start;
        }

        .bestSell-card {
            min-width: 190px;
            scroll-snap-align: start;
        }

        .product-image {
            position: relative;
            width: 100%;
            padding: 19px 19px;
            background-color: #fff;
        }

        .Bestseller-image {
            position: relative;
            width: 100%;
            padding: 19px 19px;
            background-color: #fff;
        }

        .price-icon img {
            width: auto;
            height: 13px;
            max-height: 13px;
            object-fit: contain;
            -webkit-object-fit: contain;
            display: block;
        }

        .product-card-second img {
            width: 100%;
            height: 537px;
            object-fit: cover;
            display: block;
        }

        .section-title {
            color: #fff;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            margin-top: 15px;
        }

        .nav-menu {
            flex: 1;
            display: flex;
            justify-content: right;
        }

            .nav-menu ul {
                margin-right: 5px !important;
            }

        .info-wrapper {
            gap: 20px;
        }

        .info-image {
            max-width: 350px;
        }

        .info-title {
            font-size: 24px;
        }


        .info-description {
            font-size: 15px;
            line-height: 24px;
        }

        .info-btn {
            font-size: 14px;
            padding: 8px 25px;
        }

        .image-box {
            width: 80%;
            height: 700px;
        }

        .rotated-text {
            font-size: 35px;
            left: -15px;
        }

        .see-all {
            background-color: #706C68CC !important;
            color: #fff !important;
            padding: 7px 23px !important;
            border: none !important;
            border-radius: 35px !important;
            white-space: nowrap;
            font-size: 13px !important;
        }

        .section-title-second {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
        }

        .swiper-slide.product-card-second {
            width: 42% !important;
            margin: 0 0.5%;
        }

        .best-sellers-second {
            width: 100%;
            background-color: #f7f7f7;
            padding: 33px 0 0px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .custom-wrapper {
            gap: 30px;
        }

        .custom-title {
            font-size: 22px;
        }

        .custom-description {
            font-size: 15px;
            line-height: 28px;
        }

        .news-title {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .nav-menu {
            position: absolute;
            top: 0.5% !important;
            right: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .row {
            display: flex;
            /*  flex-direction: column;*/
        }

        .col-lg-2 {
            width: 28% !important;
            margin-top: 15px;
        }

        .col-lg-10 {
            order: 1;
            width: 75% !important;
        }

        .box-title {
            background: #2A3256;
            color: #fff;
            /*font-family: IRANSansWeb;*/
            font-size: 15px;
            padding: 15px;
        }

        .product-box .box-img {
            width: 100%;
            height: calc(100% - 52px);
            object-fit: cover;
            pointer-events: none;
            flex-shrink: 0;
        }

        .products-grid {
            display: -webkit-flex;
            display: grid;
            gap: 9px;
            flex-wrap: nowrap;
            justify-content: right;
            grid-template-columns: repeat(2, 1fr);
        }

        #mainBanner, #mainBanner .carousel-item, #mainBanner .banner-img {
            height: 670px;
            object-fit: cover;
            border-bottom-left-radius: 220px;
        }

        .container.custom-padding {
            max-width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            margin-top: 45px !important;
        }

        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }

        .second-section-container {
            padding: 20px 0 !important;
            height: 343px;
        }

    }

    @media (max-width: 420px) {



        .banner-title {
            font-size: 49px !important;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .banner-text {
            font-size: 32px;
            line-height: 0.8;
            margin-bottom: 59px;
        }

        .box-title {
            background: #2A3256;
            color: #fff;
            /*font-family: IRANSansWeb;*/
            font-size: 15px;
            padding: 15px;
        }

        .banner-btn {
            background: #2A3256CC !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
            border-radius: 17px !important;
            color: #fff !important;
            padding: 12px 22px !important;
            display: inline-block;
            font-size: 17px !important;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .banner img {
            height: auto;
        }

        .product-box {
            flex: 0 0 13%;
            height: 450px;
        }

        .box-text {
            font-size: 20px;
        }

        .sub-text {
            font-size: 14px;
        }

        .first-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .first-title::after {
                width: 41%;
                bottom: -13px;
            }

        .second-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .second-title::after {
                width: 41%;
                bottom: -13px;
            }

        .swiper-slide.product-card {
            width: 53% !important;
            margin: 0 0.5%;
        }

        .product-card img {
            width: 100%;
            height: auto !important;
            object-fit: cover;
            display: block;
        }

        .bestSell-card img {
            width: 100%;
            height: auto !important;
            object-fit: cover;
            display: block;
        }

        .price-icon img {
            width: auto;
            height: 13px;
            max-height: 13px;
            object-fit: contain;
            -webkit-object-fit: contain;
            display: block;
        }

        .product-card-second img {
            width: 100%;
            height: 537px;
            object-fit: cover;
            display: block;
        }

        .section-title {
            color: #fff;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            margin-top: 15px;
        }



        .nav-menu {
            flex: 1;
            display: flex;
            justify-content: right;
        }

            .nav-menu ul {
                margin-right: 5px !important;
            }

        .info-wrapper {
            gap: 20px;
        }

        .info-image {
            max-width: 350px;
        }

        .info-title {
            font-size: 24px;
        }

        .info-description {
            font-size: 15px;
            line-height: 24px;
        }

        .info-btn {
            font-size: 14px;
            padding: 8px 25px;
        }

        .image-box {
            width: 80%;
            height: 700px;
        }

        .rotated-text {
            font-size: 35px;
            left: -15px;
        }

        .section-title-second {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
        }

        .swiper-slide.product-card-second {
            width: 53% !important;
            margin: 0 0.5%;
        }

        .best-sellers-second {
            width: 100%;
            background-color: #f7f7f7;
            padding: 33px 0 0px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .custom-wrapper {
            gap: 30px;
        }

        .custom-title {
            font-size: 22px;
        }

        .custom-description {
            font-size: 15px;
            line-height: 28px;
        }

        .news-title {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .nav-menu {
            position: absolute;
            top: 0.5% !important;
            right: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .row {
            display: flex;
            /* flex-direction: column;*/
        }

        .col-lg-2 {
            width: 31% !important;
            margin-top: 15px;
        }

        .col-lg-10 {
            order: 1;
            width: 73% !important;
        }

        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 5px 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            position: relative;
            margin: 0 2px 18px 2px;
        }

        #mainBanner, #mainBanner .carousel-item, #mainBanner .banner-img {
            height: 600px;
            object-fit: cover;
            border-bottom-left-radius: 220px;
        }

        .container.custom-padding {
            max-width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            margin-top: 120px !important;
        }

        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }

        .second-section-container {
            padding: 5px !important;
        }
    }


    @media (max-width: 400px) {
        .swiperGallery {
            position: relative !important;
            width: 100%;
            padding: 20px 0;
            max-width: 372px;
            margin: 0 auto;
            border-radius: 35px;
        }

        .nav-menu a {
            color: #000;
            text-decoration: none;
            font-weight: 500;
            font-size: 12px !important;
            position: relative;
            transition: color 0.3s ease;
        }

        .banner-title {
            font-size: 49px !important;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 25px;
        }

        .banner-text {
            font-size: 32px;
            line-height: 0.8;
            margin-bottom: 59px;
        }

        .banner-btn {
            background: #2A3256CC !important;
            backdrop-filter: blur(6px) !important;
            -webkit-backdrop-filter: blur(6px) !important;
            border-radius: 17px !important;
            color: #fff !important;
            padding: 12px 22px !important;
            display: inline-block;
            font-size: 17px !important;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .banner img {
            height: auto;
        }

        /*    .product-box {
        flex: 0 0 15%;
        height: 450px;
    }*/

        .box-text {
            font-size: 20px;
        }

        .sub-text {
            font-size: 14px;
        }

        .first-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .first-title::after {
                width: 41%;
                bottom: -13px;
            }

        .second-title {
            font-size: 18px;
            margin-bottom: 50px;
        }

            .second-title::after {
                width: 41%;
                bottom: -13px;
            }

        .swiper-slide.product-card {
            width: 45% !important;
            margin: 0 0.5%;
        }

        .product-card img {
            width: 100%;
            height: auto !important;
            object-fit: cover;
            display: block;
        }

        .bestSell-card img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
            display: block;
        }

        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 4px 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 8px !important;
            gap: 7px;
            position: relative;
            margin: 0 3px 18px 3px;
        }

        .old-price {
            font-size: 5px;
            font-weight: 400;
            color: #999 !important;
            text-decoration: none;
        }


        .product-title {
            font-weight: 500;
            color: #000;
            font-size: 18px;
            margin: 8px 0;
            text-decoration: none;
        }

        .product-card {
            flex: 0 0 155px;
            scroll-snap-align: start;
            box-sizing: border-box;
        }

        .bestSell-card {
            min-width: 170px;
            scroll-snap-align: start;
        }

        .product-image {
            position: relative;
            width: 100%;
            padding: 19px 19px;
            background-color: #fff;
        }

        .Bestseller-image {
            position: relative;
            width: 100%;
            padding: 13px;
            background-color: #fff;
        }

        .price-icon img {
            width: auto;
            height: 13px;
            max-height: 13px;
            object-fit: contain;
            -webkit-object-fit: contain;
            display: block;
        }

        .product-card-second img {
            width: 100%;
            height: 537px;
            object-fit: cover;
            display: block;
        }

        .section-title {
            color: #fff;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
            margin-top: 15px;
        }

        .nav-menu {
            flex: 1;
            display: flex;
            justify-content: right;
        }

            .nav-menu ul {
                margin-right: 5px !important;
            }

        .info-wrapper {
            gap: 20px;
        }

        .info-image {
            max-width: 350px;
        }

        .info-title {
            font-size: 24px;
        }

        .info-description {
            font-size: 15px;
            line-height: 24px;
        }

        .info-btn {
            font-size: 14px;
            padding: 8px 25px;
        }

        .image-box {
            width: 80%;
            height: 700px;
        }

        .rotated-text {
            font-size: 35px;
            left: -15px;
        }

        .section-title-second {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
        }

        .swiper-slide.product-card-second {
            width: 42% !important;
            margin: 0 0.5%;
        }

        .best-sellers-second {
            width: 100%;
            background-color: #f7f7f7;
            padding: 33px 0 0px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .custom-wrapper {
            gap: 30px;
        }

        .custom-title {
            font-size: 22px;
        }

        .custom-description {
            font-size: 15px;
            line-height: 28px;
        }

        .news-title {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .nav-menu {
            position: absolute;
            top: 0.5% !important;
            right: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .row {
            display: flex;
            /*  flex-direction: column;*/
        }

        .col-lg-2 {
            width: 32% !important;
            margin-top: 15px;
        }

        .col-lg-10 {
            order: 1;
            width: 71% !important;
        }

        .box-title {
            background: #2A3256;
            color: #fff;
            /*font-family: IRANSansWeb;*/
            font-size: 15px;
            padding: 15px;
        }

        .product-box .box-img {
            width: 100%;
            height: calc(100% - 52px);
            object-fit: cover;
            pointer-events: none;
            flex-shrink: 0;
        }


        #mainBanner, #mainBanner .carousel-item, #mainBanner .banner-img {
            height: 600px;
            object-fit: cover;
            border-bottom-left-radius: 220px;
        }

        .container.custom-padding {
            max-width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            margin-top: 45px !important;
        }

        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }

        .second-section-container {
            padding: 5px !important;
        }
    }


    @media (max-width: 380px) {
        .second-section-container {
            padding: 5px !important;
        }

        .nav-container {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 4px 19px;
            gap: 218px !important;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .brand-intro {
            font-size: 25px;
        }

        .brand-title {
            font-size: 1.2rem;
            margin-top: 22px;
            margin-bottom: 22px;
        }

        .brand-description {
            font-size: 15px;
            padding: 0 15px;
            margin-right: 18px;
        }

        .swiper-slide.product-card {
            width: 55% !important;
            margin: 0 0.7%;
        }

        .swiper-slide.product-card-second {
            width: 55% !important;
            margin: 0 0.7%;
        }


        .product-image {
            position: relative;
            width: 100%;
            padding: 18px 30px;
            background-color: #fff;
        }

        .Bestseller-image {
            position: relative;
            width: 100%;
            padding: 13px;
            background-color: #fff;
        }

        .product-card img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
        }

        .bestSell-card img {
            width: 100%;
            height: auto !important;
            object-fit: cover;
            display: block;
        }

        .product-card-second img {
            width: 100%;
            height: 493px;
            object-fit: cover;
            display: block;
        }

        .price-icon img {
            width: auto;
            height: 13px;
            max-height: 13px;
            object-fit: contain;
            -webkit-object-fit: contain;
            display: block;
        }


        .section-title {
            color: #fff;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .image-box {
            width: 80%;
            height: 600px;
        }

        .rotated-text {
            font-size: 32px;
            left: -15px;
        }

        .section-title-second {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
        }

        .best-sellers-second {
            width: 100%;
            background-color: #f7f7f7;
            padding: 33px 0 0px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .custom-title {
            font-size: 20px;
        }

        .custom-description {
            font-size: 14px;
            line-height: 26px;
        }

        .nav-menu {
            position: absolute;
            top: 0.5% !important;
            right: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .news-title {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            position: relative;
            margin: 0 15px 18px 15px;
        }

        .container.custom-padding {
            max-width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            margin-top: 120px !important;
        }

        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }
    }

    @media (max-width:365px) {
        .second-section-container {
            padding: 5px !important;
        }

        .nav-container {
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 4px 19px;
            gap: 218px !important;
            top: 77px;
        }

        .first-section-container,
        .second-section-container,
        .second-section-container-second,
        .news-section-container {
            margin-top: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .brand-intro {
            font-size: 25px;
        }

        .brand-title {
            font-size: 1.2rem;
            margin-top: 22px;
            margin-bottom: 22px;
        }

        .brand-description {
            font-size: 15px;
            padding: 0 15px;
            margin-right: 18px;
        }

        .swiper-slide.product-card {
            width: 55% !important;
            margin: 0 0.7%;
        }

        .swiper-slide.product-card-second {
            width: 55% !important;
            margin: 0 0.7%;
        }


        .product-image {
            position: relative;
            width: 100%;
            padding: 18px 30px;
            background-color: #fff;
        }

        .Bestseller-image {
            position: relative;
            width: 100%;
            padding: 13px;
            background-color: #fff;
        }

        .product-card img {
            width: 100%;
            height: auto;
            object-fit: cover;
            display: block;
        }

        .bestSell-card img {
            width: 100%;
            height: auto !important;
            object-fit: cover;
            display: block;
        }

        .product-card-second img {
            width: 100%;
            height: 493px;
            object-fit: cover;
            display: block;
        }

        .price-icon img {
            width: auto;
            height: 13px;
            max-height: 13px;
            object-fit: contain;
            -webkit-object-fit: contain;
            display: block;
        }


        .section-title {
            color: #fff;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .image-box {
            width: 80%;
            height: 600px;
        }

        .rotated-text {
            font-size: 32px;
            left: -15px;
        }

        .section-title-second {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 23px;
            line-height: 100%;
        }

        .best-sellers-second {
            width: 100%;
            background-color: #f7f7f7;
            padding: 33px 0 0px 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .custom-title {
            font-size: 20px;
        }

        .custom-description {
            font-size: 14px;
            line-height: 26px;
        }

        .nav-menu {
            position: absolute;
            top: 0.5% !important;
            right: 0;
            width: 100%;
            background: #fff;
            border-top: 1px solid #ddd;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

        .news-title {
            color: #222E59;
            /*font-family: IRANSansWeb;*/
            font-weight: 500;
            font-size: 24px;
            line-height: 100%;
        }

        .price-box {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 5px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 13px;
            position: relative;
            margin: 0 8px 18px 8px;
            font-size: 8px;
        }

        .container.custom-padding {
            max-width: 100%;
            padding-left: 24px;
            padding-right: 24px;
            margin-top: 120px !important;
        }

        .row .position-relative img {
            height: 270px;
            object-fit: cover;
        }
    }
@media (max-width:350px) {
    

    .nav-container {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 4px 19px;
        gap: 206px !important;
        top: 77px;
    }
}


    @supports (-webkit-touch-callout: none) {
        @media (max-width: 450px) {
            .product-card {
                flex: 0 0 155px !important;
            }
        }

        @media (max-width: 400px) {
            .product-card {
                flex: 0 0 145px !important;
            }
        }
    }