:root {
    --yellow: #FFB800;
}

.text-yellow {
    color: var(--yellow);
}

.text-white {
    color: var(--white);
}

.promotion-absolute {
    position: absolute;
    top: 5.5vw;
    width: 54vw;
    padding-left: 8vw;
    padding-right: 14vw;
    padding-block: 4vw;
    font-family: Mardoto-Regular;
}

h1 {
    text-transform: capitalize;
}

.promotion {
    margin-top: -279px;
    min-height: 300px;
}

.promotion img {
    object-fit: cover;
}

.promotion-second-img {
    width: 54%;
    aspect-ratio: 763/797;
}

.promotion-second-box {
    width: 46%;
}

.promotion-sign {
    margin-top: 35px;
    position: absolute;
    width: 25.5vw;
    height: 13.5vw;
    background: #FFFFFF;
    padding: 0.8vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #C0B5B540, 2.08vw 2.4vw 0px -0.83vw #D3D3D3;
}

.promotion-third-sub-title p {
    font-family: 'Mardoto-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    color: var(--yellow);

}

.promotion-third-sub-title h3 {
    font-family: 'Mardoto-Bold';
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38px !important;
    text-align: left;
    color: var(--white);
}

.promotion-second-box h4 {
    font-family: 'Mardoto-Medium';
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    color: var(--yellow);
}

.promotion-sign h3 {
    font-family: 'Mardoto-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}

.promotion-sign h1 {
    font-size: 4vw;
}

.promotion-third-bg-image {
    background-image: url("/public/assets/images/promotion/image16.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.promotion-third {
    width: 855px;
    background: #000000CC;
    padding-inline: 100px;
    box-shadow: 0px 4px 4px 0px var(--black);
    padding-block: 5vw;
}

.promotion-third-info {
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promotion-third-info h3 {
    font-family: 'Mardoto-Bold';
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: var(--white);
}

.promotion-first-img {
    width: 65.5%;
    aspect-ratio: 837/815;
    object-fit: contain;
}

.promotion-first-info-box {
    width: 34.5%;
    padding-top: 75px;
    padding-bottom: 50px;
}

.promotion-until {
    font-family: Mardoto-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
}

.promotion-see-more {
    font-family: Mardoto-Medium;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: left;
    color: var(--white);
}

.promotion-description {
    font-family: "Mardoto-Regular";
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: var(--white);
}

.promotion-first-info {
    width: 85%;
}

/*promotion h1, h2, h3, h4, h5, h6, span, p {*/
/*    text-transform: capitalize;*/
/*}*/

.promotion-third-discount p {
    font-family: 'Mardoto-Regular';
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: var(--white);
    margin-top: 67px !important;
}

.promotion-info h1 {
    font-family: 'Mardoto-Bold';
    font-size: 53px;
    font-weight: 700;
    text-align: left;
    color: var(--yellow);
}

.promotion-info h2 {
    font-family: 'Mardoto-Regular';
    font-size: 47px;
    font-weight: 400;
    line-height: 55px;
    color: var(--white);
}

.footer-icons {
    padding: 0;
    width: fit-content;
    float: right;
}

.promotion-info h3 {
    font-family: Mardoto-Regular;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: var(--yellow);
}

.promotion-info h2 {
    font-size: 34px;
    line-height: 40px;
}

.promotion-info h3 {
    font-size: 20px;
    line-height: 25px;
}

@media (max-width: 1070px) {
    .promotion-info h1 {
        font-size: 2vw;
    }

    .promotion-info h2 {
        font-size: 20px;
        line-height: 30px;
    }


    .promotion-description {
        font-size: 1.5vw;
    }

    .promotion-description, .promotion-until {
        margin-block: 1vw !important;
    }

    .promotion-third {
        width: 600px;
    }

    .promotion-sign h5 {
        font-size: 16px;
    }
}

.promotion-second-container {
    min-height: 54vw;
}

/*.promotion-first-info h1 {*/
/*    font-family: 'Mardoto-Bold';*/
/*    font-size: 53px;*/
/*    font-weight: 700;*/
/*    line-height: 62px;*/
/*    text-align: left;*/

/*    color: var(--yellow);*/
/*}*/

@media (max-width: 650px) {
    .flex-col-mobile {
        flex-direction: column;
    }

    .promotion-info h1 {
        font-size: 20px;
    }

    .promotion-info h2 {
        font-size: 16px;
        line-height: 20px;
    }


    .promotion-first-img {
        width: 100%;
    }

    .promotion-first-info-box {
        padding-top: 30px;
        padding-bottom: 45px;
        width: 100%;
    }

    .promotion-info h1 {
        font-size: 20px;
    }

    .promotion-info h2 {
        font-size: 18px;
    }

    .promotion-info h3 {
        font-family: 'Mardoto-Bold';
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;

    }


    .promotion-description {
        font-size: 14px;
        border: none !important;
    }

    .promotion-until {
        margin-bottom: 4vw !important;
        font-size: 14px;
    }

    .promotion-third {
        padding: 0;
        width: 88%;
        padding-block: 7vw;
        box-shadow: none;
    }

    .promotion-third-info {
        width: 95% !important;

    }

    .promotion-third > .promotion-info h2,
    .promotion-third > .promotion-info h1,
    .promotion-third > .promotion-info p {
        /*margin: 3px !important;*/
        /*padding: 3px !important;*/
    }

    .promotion-second-container {
        flex-direction: column;
    }

    .promotion-second-box {
        width: 100%;
    }

    .promotion-second-img {
        margin-top: 28vw;
        width: 100%;
        height: 90vw;
    }

    .promotion-second-info {
        width: 100vw;
        top: 0;
        right: 0;
        z-index: 50;
    }

    .promotion-absolute {
        right: 0;
        top: 0;
        width: 90vw;
        padding-bottom: 35px;
    }

    .promotion-sign {
        right: 4vw;
        bottom: -8vw;
        width: 47vw;
        min-height: 20vw;
        padding: 3vw;
    }

    .promotion-sign h5 {
        font-size: 11px;
        text-align: start;

    }

    .promotion-sign h1 {
        font-size: 25px !important;
    }
}

/*news */

.news-header-background {
    background: var(--blue);
}

.news-header-info {
    padding-inline: 5vw;
    padding-block: 10vw;
    width: 50vw;
}

.news-header-info h2 {
    font-family: Mardoto-Bold;
    font-size: 41px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--black);

}

.news-header-info p {
    font-family: Mardoto-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

.news-item h2 {
    font-family: 'Mardoto-Medium';
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: var(--black);
}

.news-item div img {
    width: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.news-small-img img {
    max-height: 390px !important;
}

.news-item p {
    font-family: Mardoto-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: var(--black);
}

.image-wrapper {
    position: relative;
}

.overlay-left,
.overlay-right {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    background-color: white;
}

.overlay-left {
    left: 30%;
}

.overlay-right {
    right: 30%;
}

.news-header-img img {
    height: 576px !important;
    object-fit: cover;
}

.last-publications-images {
    overflow: hidden;
}

.news-second-item h2 {
    font-family: 'Mardoto-Medium';
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    color: var(--white);
}

.news-second-item p {
    font-family: Mardoto-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--white);
}

.news-third-img {
    /*border-radius: 10px 0 0 10px;*/
    aspect-ratio: 630/191;
}

.news-third-img img {
    object-fit: cover;
}

.background-container {
    background-size: cover;
    background-position: center;
}

.background-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    z-index: 1;
}

.news-second-item {
    width: 100%;
    position: relative;
    z-index: 2;
    /*aspect-ratio: 1314/327;*/
    /*aspect-ratio: 1314/280;*/
}


.news-four-img-absolute {
    width: 50%;
    height: 70%;
    position: absolute;
    right: 0;
    top: 20%;
    border-radius: 10px;
    overflow: hidden;
}

.news-four-img-absolute img {
    width: 100%;
    height: 100%;
}

.news-four-img {
    width: 80%;
    height: auto;
}

.news-four-img img {
    width: 100%;
    height: 100%;
}

.news-four-img {
    width: 65%;
}

.news-item-four h2 {
    font-family: 'Mardoto-Medium';
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    color: var(--black);
}

.news-item-four p {
    font-family: Mardoto-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: var(--black);
}

.last-publications h1 {
    font-family: Mardoto-Bold;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}

.last-publications i {
    font-size: 30px;

}

.news-single-container {
    width: 80%;
    border-radius: 10px 0px 0px 0px;
    overflow: hidden;
}

.news-single-container .news-single-header-image {
    object-fit: cover;
    aspect-ratio: 1029/316;
}

.news-single-text h1 {
    font-family: Mardoto-Bold;
    font-size: 41px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
}

.news-single-text p, .news-single-text, .news-header-info p {
    font-family: Mardoto-Regular;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    margin: 0;
}

.see-more-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 781/357;
    padding: 60px 115px;
}

.see-more-container {
    position: relative;
    overflow: hidden;
}


.see-more-items .swiper-slide {
    min-height: 210px;
}

.see-more-container h1 {
    font-family: 'Mardoto-Medium';
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    color: var(--white);
}


.news-more-container-item {
    border-radius: 6px;
    aspect-ratio: 234/216;
}


.news-more-container-item .news-more-item-info {
    position: absolute;
    width: 80%;
    /*height: 100px;*/
    border-radius: 5px;
    background: var(--white);
    bottom: 0;
    box-shadow: 0px 2.53px 2.53px 0px #9C9B9B40;
}

.news-more-item-info h6 {
    font-family: 'Mardoto-Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: var(--black);
}

.news-more-item-info p {
    font-family: 'Mardoto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: var(--black);
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 50px;
    overflow: hidden;
}

.news-more-item-info button {
    font-family: Mardoto-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    outline: none;
    border: none;
    background: transparent;
}

news-see-more-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sliderBoxSection .swiper-slide {
    width: 146px !important;
    aspect-ratio: 146/134;

}

.news-single-swiper .swiper {
    overflow-y: visible !important;
    overflow-x: hidden;
}


.news-single-swiper .swiper-slide {
    /*width: 234px !important;*/
    width: 285px !important;
    /*height: 216px;*/
}

.news-more-container-item img {
    aspect-ratio: 231 / 185;
}

footer {
    margin-top: 98px;
}

.footer-box {
    background-image: url("../images/footer/footerBg.png");
    height: 430px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 78px;
}

.footer-content {
    background-color: var(--blue);
    padding: 74px 58px 51px 70px;
}

.main-footer-content a {
    text-decoration: none;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    font-family: 'Mardoto-Medium';
}

.footer-content p, .bottom-box a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    font-family: 'Mardoto-Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.bottom-box {
    padding-top: 40px;
}

.footer-content ul {
    list-style-type: none;
    /*padding-left: 0;*/
}

.footer-logo {
    width: 76px;
}


.see-more-items {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (max-width: 992px) {

    .promotion {
        margin-top: -160px;
    }

    .news-third-img {
        position: relative;
        width: 75%;
        height: 28vw;
        margin: auto;
        border-radius: 4px;
        top: 0;
    }

    .news-third-img img {
        width: 100%;
        height: 100%;
    }

    .last-publications h1 {
        font-size: 16px !important;
    }

    .last-publications i {
        margin-top: 5px;
        font-size: 25px !important;
    }

    /*.news-four-img{*/
    /*    width: 80% !important;*/
    /*}*/
}

@media (max-width: 1400px) {
    .list-of-products h1 {
        font-size: 82px;
    }

    .list-of-products span {
        padding-left: 216px;
    }

    .list-of-products h1 {
        font-size: 72px;
    }

    .list-of-products .content-header {
        padding: 0;
    }

    .add-product h3 {
        font-size: 22px;
        line-height: 24px;
    }

    .add-product-button {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 1250px) {
    .promotion-info h1 {
        font-size: 40px;
    }

    .promotion-info h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .promotion-info h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 1200px) {
    .news-single-container {
        width: 100%;
    }

    .list-of-products h1 {
        font-size: 66px;
    }

    .last-publications h1 {
        font-size: 25px;
    }

    .list-of-products span {
        padding-left: 120px;
    }

    .product-info h1 {
        font-size: 26px;
        line-height: 28px;
    }

    .add-product h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .add-product-button {
        font-size: 14px;
        line-height: 16px;
    }

    .product-color-box .product-color {
        width: 30px;
    }

    .background-vector {
        right: -56px;
    }

    .footer-box {
        padding: 0 160px;
    }

    .footer-content {
        padding: 50px 30px 40px 40px;
    }

    .main-footer-content a, .footer-content p, .bottom-box a {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 1070px) {
    .promotion-info h1 {
        font-size: 2vw;
    }

    .promotion-info h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .promotion-info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .promotion-description {
        font-size: 1.5vw;
    }

    .promotion-description, .promotion-until {
        margin-block: 1vw !important;
    }

    .promotion-third {
        width: 600px;
    }
}

@media (max-width: 991px) {
    .list-of-products h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .list-of-products .content-header {
        padding: 0;
    }

    .list-of-products img {
        top: -68px;
        aspect-ratio: 241 / 285;
        width: 180px;
    }

    .list-of-products span {
        padding-left: 90px;
        font-size: 16px;
        line-height: 18px;
    }

    .product-swiper .gallery-top .swiper-wrapper .swiper-slide {
        aspect-ratio: 0;
    }

    .background-vector {
        right: -58px;
        width: 280px;
        top: 55px;
    }

    .product-images {
        left: 60px;
    }

    .product-swiper {
        background-color: var(--lightGray);
    }

    .product-info {
        border-radius: 0;
    }

    .product-description, .product-color-box, .quality, .size, .brand {
        border: none;
    }

    .footer-box {
        padding: 0;
        background-image: none;
        height: 100%;
    }

    .footer-icons {
        display: inline-flex;
        gap: 30px;
    }

    .footer-icons li {
        padding-top: 0 !important;
    }

    .footer-content {
        padding: 30px 20px;
    }

    .bottom-box {
        padding-top: 20px;
    }

    .bottom-box a, .bottom-box p{
        font-size: 10px;
        line-height: 12px;
    }

    .footer-logo {
        width: 60px;
    }

    footer {
        background-color: var(--blue);
    }

    .all-products {
        padding-top: 50px;
    }

    .news-second-item {
        aspect-ratio: auto;
    }

    .last-publications h1 {
        font-size: 16px !important;
    }

    .last-publications i {
        margin-top: 5px;
        font-size: 25px !important;
    }

    .see-more-items {
        position: relative;
    }

    .icons-box {
        display: flex;
        justify-content: start;
    }
}

@media (max-width: 768px) {
    .list-of-products img {
        width: 190px;
        top: -8px;
    }

    .list-of-products h1 {
        font-size: 52px;
    }

    .list-of-products span {
        float: right;
    }

    /*.product-swiper .gallery-top {*/
    /*    width: 100%;*/
    /*}*/
    .background-vector {
        right: -72px;
        width: 244px;
        top: 86px;
    }

    .product-swiper .gallery-thumbs {
        margin-top: 0;
    }

    .swiper-vertical > .swiper-wrapper {
        /*flex-direction: row !important;*/
        gap: 40px !important;
        padding-top: 30px;
    }

    .single-product h1, .see-more-container h1, .news-single-text h1, .news-header-info h2 {
        font-size: 34px;
        line-height: 36px;
    }

    .product-description {
        padding: 10px 0;
    }

    .add-product {
        padding-top: 20px;
    }

    .footer-content {
        padding: 10px 20px;
    }

    footer {
        padding-top: 50px;
    }

    .all-products {
        padding-top: 30px;
    }


    .mobile-filter {
        cursor: pointer;
    }

    .mobile-filter span {
        font-family: 'Mardoto-Medium';
        font-size: 15px;
        font-weight: 500;
        line-height: 17px;
        text-align: left;
        color: var(--black);
    }

    .mobile-filter-container {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3000;
        width: 100%;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: auto;
        background: rgba(46, 50, 78, 0.18);
    }

    .mobile-filter-box {
        border-radius: 24px 24px 0px 0px;
        margin-top: 100px;
        padding: 24px;
        background: var(--white);
        padding-inline: 30px;
        min-height: 100vh;
        position: relative;
        /* Removed min-height: 100vh */
    }


    .close-btn {
        position: absolute;
        top: 20px;
        right: 30px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
    }

    .mobile-filter-accordion a {
        margin-top: 5px;

    }

    .mobile-filter-box h1 {
        font-family: 'Mardoto-Medium';
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
        color: var(--black);
        text-transform: uppercase;
    }

    .mobile-filter-box h2 {
        font-family: 'Mardoto-Medium';
        font-size: 18px;
        font-weight: 500;
        line-height: 21px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .product-card-price {
        font-family: 'Mardoto-Medium';
        font-size: 18px !important;
        font-weight: 500;
        line-height: 21px;
        text-align: center;

    }

    .mobile-filter-btn {
        left: 134px;
        padding: 10px;
        gap: 0px;
        border-radius: 7px;
        font-family: 'Mardoto-Regular';
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;
        color: var(--white);
        text-transform: uppercase;
        background: var(--red);
        border: none;
        outline: none;
        margin: auto;
    }

    .product-card-title {
        font-size: 24px !important;
        line-height: 28px !important;

    }

    .product-card-desc {
        font-size: 17px !important;
        line-height: 24px !important;

    }

    .products-items {
        margin-inline: 0;
    }

    .news-more-item-info h6 {
        font-size: 14px;
        line-height: 17px;
    }


    .news-more-item-info p {
        font-size: 12px;
        line-height: 14px;
    }

    .news-single-swiper .swiper-slide {
        width: 273px !important;
    }

    .see-more-items {
        transform: translateY(-35%);
    }

    .see-more-image {
        padding: 24px 48px;
    }

    .app-logo {
        width: 100px;
    }

}

@media (max-width: 650px) {
    .flex-col-mobile {
        flex-direction: column;
    }

    .promotion-info h1 {
        font-size: 20px;
    }

    .promotion-info h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .promotion-info h3 {
        font-size: 15px;
        line-height: 10px;
    }

    .promotion-first-img {
        width: 100%;
    }

    .promotion-first-info-box {
        padding-block: 30px;
        width: 100%;
    }

    .promotion-info h1 {
        font-size: 20px;
    }

    .promotion-info h2 {
        font-size: 18px;
    }

    .promotion-info h3 {
        font-size: 15px;
    }

    .promotion-description {
        font-size: 14px;
        border: none !important;
    }

    .promotion-until {
        margin-block: 2vw !important;
        margin-bottom: 4vw !important;
    }

    .promotion-third {
        padding: 0;
        width: 90%;
        padding-block: 7vw;
    }

    .promotion-third-info {
        width: 95% !important;

    }

    .promotion-second-container {
        flex-direction: column;
    }

    .promotion-second-box {
        width: 100%;
    }

    .promotion-second-img {
        margin-top: 20vw;
        width: 100%;
    }

    .promotion-second-info {
        width: 100vw;
        top: 0;
        right: 0;
        z-index: 50;
    }

    .promotion-absolute {
        right: 0;
        top: 0;
        width: 90vw;
    }

    .promotion-sign {
        right: 4vw;
        bottom: -10vw;
        width: 47vw;
        height: 20vw;
        padding: 3vw;
    }

    .promotion-sign h5 {
        font-size: 13px;
        text-align: start;
    }

    .promotion-sign h1 {
        font-size: 25px !important;
    }
}

@media (max-width: 576px) {
    .px-xs-1 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .news-item div img {
        max-height: 200px;
    }

    .news-second-item h1 {
        font-size: 16px !important;
        line-height: 20px;
        text-align: center;
    }


    .news-four-img {
        width: 70% !important;
    }

    .last-publications-images {
        overflow-x: scroll;
        white-space: nowrap;
        -ms-overflow-style: none; /* Internet Explorer 10+ */
        scrollbar-width: none; /* Firefox */
    }

    .last-publications-images::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

    .last-publications-images div {
        display: inline-block;
        flex: 0 0 25%; /* Show 4 items on mobile */
    }

    .last-publications-images img {
        max-width: 100%;
        display: block;
    }

    .list-of-products h1 {
        font-size: 54px;
    }

    .product-swiper .gallery-top .swiper-wrapper .swiper-slide img {
        width: 300px;
    }

    .background-vector {
        right: -143px;
        width: 210px;
        top: 114px;
    }

    .promotion-third-sub-title h3 {
        font-size: 14px !important;
        line-height: 16px;
    }

    .promotion-third-discount p {
        margin-top: 0 !important;
    }

    .sliderBoxSection .swiper-slide {
        width: 89px !important;
    }
}

@media (max-width: 481px) {
    .list-of-products h1 {
        font-size: 46px;
        line-height: 54px;
    }

    .list-of-products span {
        font-size: 14px;
        line-height: 18px;
    }

    .list-of-products img {
        width: 180px;
    }

    .product-swiper .gallery-top .swiper-wrapper .swiper-slide img {
        width: 189px;
    }

    .single-product h1, .see-more-container h1, .news-single-text h1,
    .news-header-info h2, .news-item h2, .news-second-item h2, .news-item-four h2 {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
    }

    .background-vector {
        right: -118px;
        width: 165px;
        top: 28px;
    }

    .promotion-see-more {
        font-size: 14px;
    }

    .product-description {
        font-size: 14px;
        line-height: 16px;
    }

    .single-product h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .quality {
        padding: 0;
    }

    .add-product h3, .add-product-button {
        font-size: 14px;
        line-height: 16px;
    }

    .similar-products {
        padding: 18px 0 12px 0;
    }

    .similar-product h3 {
        font-size: 12px;
        line-height: 14px;
    }

    footer {
        padding-top: 30px;
    }


}

@media (max-width: 400px) {

    .list-of-products h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .promotion-third-discount p {
        margin-top: 0 !important;
        font-family: Mardoto-Regular;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-align: left;
        color: #FFFFFF;

    }


    .promotion-second-box h4 {
        font-size: 14px;
    }


}



