﻿/*@font-face {
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: normal;
    src: url('/Assets/fonts/IranSans/eot/IRANSansWeb.eot') format('embedded-opentype'), url('/Assets/fonts/IranSans/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('/Assets/fonts/IranSans/woff/IRANSansWeb.woff') format('woff'), url('/Assets/fonts/IranSans/ttf/IRANSansWeb.ttf') format('truetype');
    font-display: swap;
}*/
* {
    font-family: "IRANSansWeb";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
}

.breadcrumb-simple {
    /*margin-top: 25px;*/
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 278px;
}

    .breadcrumb-simple a {
        text-decoration: none;
        color: #6E6D6D;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.breadcrumb-separator {
    display: flex;
    align-items: center;
    height: 32.438px;
    flex-shrink: 0;
}

.color-dots {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .color-dots p {
        margin: 0;
        font-size: 14px;
    }



.dot {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--clr);
    border: 5px solid #ddd;
    cursor: pointer;
    transition: 0.2s;
}

    .dot:hover {
        transform: scale(1.2);
        border-color: #aaa;
    }


.product_sort_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 78px;
    align-items: flex-start;
    width: 1493px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 102px;
    position: relative;
    border-bottom: none;
}

/*    
    ::after {
        content: "";
        position: absolute;
        bottom: -55px;
        left: 25%;
        width: 50%;
        height: 4px;
        background-color: rgba(47, 68, 151, 0.21);
    }*/



.product-gallery {
    text-align: center;
    grid-column: 1;
}

.product-info {
    grid-column: 2;
    margin: 0; 
}

.product-summary-box {
    grid-column: 3; 
}

hr {
    margin: 2rem 0 !important;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}

.gallery-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
   /* border-radius: 10px;*/
    position: relative;
    cursor: zoom-in;
}

    .gallery-image .main-image {
        width: 100%;
        transition: transform 0.2s ease;
        transform-origin: center center;
    }



.product-gallery .thumbs {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .product-gallery .thumbs img,
    .product-gallery .thumbs .thumb-more {
        width: 130px;
        height: auto;
        object-fit: cover;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }



        .product-gallery .thumbs .thumb-more::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(245, 245, 245, 0.8);
            border-radius: 6px;
            z-index: 1;
        }


    .product-gallery .thumbs .more-dots {
        position: absolute;
        top: 46%;
        left: 52%;
        transform: translate(-50%, -50%);
        color: #2F4497;
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 3px;
        pointer-events: none;
        z-index: 2;
    }

.thumb-prev,
.thumb-next {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 18px;
    border-radius: 50%;
    display: none;
    z-index: 3;
}

.thumb-prev {
    left: -40px;
}

.thumb-next {
    right: -40px;
}


.more-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
}

.product-info {
    padding: 10px;
    /*margin-left: 125px;*/
   
}

.product-title {
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 8px;
}



.product-price {
    margin-top: 30px;
    color: #2F4497;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 205.5%; /* 49.32px */
}

    .product-price span {
        color: #2F4497;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        line-height: 205.5%;
    }

.product-meta {
    color: #6E6D6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 205.5%;
    margin: 6px 0;
}

.product-colors {
    margin: 16px 0;
    align-items: center;
    gap: 10px;
    color: #2F4497;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 205.5%; /* 65.76px */
}


.color-dots {
    position: relative;
    top: -8px;
    display: flex;
    gap: 8px;
}

    .color-dots .dot img {
        border-radius: 6px;
        height: 59px;
        display: inline-block;
        cursor: pointer;
    }

.choose-size {
/*    margin: 15px 0 13px;*/
    color: #2F4497;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 205.5%; /* 51.375px */
}

.carpet-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
 /*   margin-bottom: 60px;*/
}

.carpet-size {
    border: 2px solid #2F4497;
    background: rgba(217, 217, 217, 0.00);
    padding: 3px 5px;
    /* border-radius: 6px; */
    cursor: pointer;
    color: #393737;
    font-style: normal;
    width: 58px;
    height: 35px;
    font-weight: 400;
    line-height: normal;
    font-size: 10px;
}

    .carpet-size.active {
        background: #2F4497;
        color: #FFF;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

.product-box {
    border: 3px dashed rgba(47, 68, 151, 0.49);
    background: rgba(217, 217, 217, 0.00);
    padding: 31px 15px 41px 15px;
    border-radius: 8px;
    width: 234px;
    height: 334px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .product-box p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 12px 0;
        font-size: 14px;
        position: relative;
        /* padding-bottom: 8px;*/
    }

        .product-box p::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            height: 1px;
            background: #ccc;
        }

        .product-box p span {
            font-size: 14px;
            color: #333;
        }


.final-price {
    color: #2F4497;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}

.add-cart {
    background: #2F4497;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
}

    .add-cart:hover {
        background: #2F4497;
    }


.carpet-specs {
    width: min(1500px, 92%);
    margin: 46px auto;
    padding: 0 20px;
    box-sizing: border-box;
}


.spec-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    position: relative;
    direction: rtl;
}

.bullet {
    margin-left: 8px;
    color: #2f4497;
    font-size: 18px;
}

.spec-title {
    font-weight: 500;
    color: #222E59;
    min-width: 120px;
    text-align: right;
    margin-left: 305px;
}

.spec-value {
    font-weight: 400;
    color: #6E6D6D;
    text-align: right;
}



.spec-item hr {
    position: absolute;
    bottom: 0;
    left: 26px;
    width: calc(100% - 26px);
    border: 0;
    border-bottom: 1px solid rgba(47, 68, 151, 0.49);
    margin: 0;
}


.carpet-specs-title {
    color: #6E6D6D;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: normal;
}


.audience-perspective {
    max-width: 1493px;
    margin: 30px auto;
    padding: 20px;
}


    .audience-perspective .title {
        font-size: 22px;
        margin-bottom: 25px;
        color: #6E6D6D;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }


.rating-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
    gap: 20px;
    flex-direction: row;
}


.rating-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.rating-overall {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rating-score {
    font-size: 40px;
    font-weight: bold;
    color: #2F4497;
    text-align: right;
}



.rating-bars {
    margin-top: 10px;
}

    .rating-bars .bar {
        display: flex;
        align-items: center;
        margin: 10px 0;
        gap: 10px;
        flex-direction: row-reverse;
    }

        .rating-bars .bar span {
            min-width: 60px;
            font-size: 14px;
            color: #444;
            text-align: left;
        }

.progress {
    background: rgba(217, 217, 217, 0.31);
    border-radius: 8px;
    flex: 1;
    height: 8px;
    overflow: hidden;
    direction: ltr;
}

.progress-fill {
    background: #40E99A;
    height: 100%;
    border-radius: 8px;
    float: left;
}


.add-comment {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: 2px solid #2F4497;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #6E6D6D;
    font-weight: 600;
    line-height: 205.5%
}



.comment-card {
    border: 2px solid #2F4497;
    background: rgba(217, 217, 217, 0.00);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    max-width: 1493px;
}

.comment-header {
    align-items: flex-start;
}

.comment-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-direction: row-reverse;
    margin-left: 28px;
}

.avatar-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 70px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comment-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.comment-name {
    margin: 0;
    font-weight: bold;
    margin-top: 9px;
    font-size: 17px;
}


.tags {
    margin-top: 0px;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    margin-left: 37px;
}

.tag {
    background: rgba(217, 217, 217, 0.25);
    padding: 5px 11px;
    border-radius: 5px;
    font-size: 10px;
    color: #6E6D6D;
    font-style: normal;
    font-weight: 500;
    line-height: 205.5%;
}


.comment-text {
    margin-bottom: 0.2rem !important;
}


.cards-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.cards {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* padding: 35px;*/
    box-sizing: border-box;
    border-radius: 10px;
    /* background: rgba(248, 247, 255, 0.88);*/
}

.cards-img {
    position: relative;
    bottom: -8px;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.cards-body {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    padding: 26px 10px 10px 10px;
    border: 1px solid #2F4497;
    border-radius: 10px 10px 10px 10px;
}

.cards-title {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 4px 0 0 0;
    font-weight: 800;
    color: #1E1E1E;
}

.cards-text {
    font-weight: 800;
    margin-bottom: 0;
    color: #1E1E1E;
}

.Similar-Products {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-right: -79px;
    margin-bottom: 20px;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
    padding-bottom: 8px;
}

    .product-header::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 1px;
        background: #ccc;
    }


.save-products {
    display: flex;
    gap: 20px;
}

.save-icon {
    position: relative;
    cursor: pointer;
}

.favorite {
    width: 24px;
    height: 24px;
}


.tooltip-box {
    position: absolute;
    top: 45px;
    left: 10rem;
    transform: translateX(-50%);
    background: #fff;
    padding: 12px 24px 24PX;
    border-radius: 6px;
    width: 350px;
    font-size: 13px;
    color: #000;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: none;
    text-align: center;
}

    .tooltip-box p {
        margin: 0 0 15px 0;
        font-size: 13px;
    }

.copy-btn {
    color: #000000;
    border: 2px solid #2F4497 !important;
    background: rgba(217, 217, 217, 0.00);
    padding: 6px 10px;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}
/*
.tooltip-icon {
    position: relative;
    top: -43px;
    left: -97px;
}
*/




.tooltip-icon svg {
    width: 28px;
    height: 28px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #333;
}


.modal-perspective {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-idea {
    background: #fff;
    padding: 25px;
    width: 34%;
    border-radius: 8px;
    position: relative;
    border: 2px solid #2F4497;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .modal-idea h2 {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
        color: #000;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-align: right;
    }

    .modal-idea label {
        font-size: 14px;
        color: #000;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

    .modal-idea input {
        width: 100%;
        padding: 8px;
        border: 2px solid #2F4497;
        background: rgba(217, 217, 217, 0.00);
        border-radius: 4px;
    }

    .modal-idea textarea {
        min-height: 100px;
        resize: vertical;
    }



.submit-btn {
    background: #2F4497;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}


.product-actions {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
}

.quantity-box {
    display: flex;
    align-items: center;
    border: 1px solid #2F4497;
    background: rgba(217, 217, 217, 0.00);
    border-radius: 6px;
    overflow: hidden;
    font-size: 14px;
}

.qty-btn {
    background: #fff;
    border: none;
    padding: 4px 7px;
    font-size: 14px;
    cursor: pointer;
}

#product-qty {
    padding: 4px 7px;
    min-width: 24px;
    text-align: center;
    font-size: 14px;
}


.add-to-cart {
    background-color: #2F4497;
    color: white;
    border: none;
    padding: 7px 37px;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
}


.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;
}



.features-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 3;
}


.feature-item {
    text-align: center;
    margin-top: 10px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.feature-text {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0 !important;
}


#feature-replace p {
    margin-right: -20px;
}

#feature-free p {
    margin-bottom: -4px !important;
}

#feature-replace {
    margin-top: 5px;
}

#feature-free {
    margin-top: 15px;
    margin-left: auto;
    margin-right: 130px;
}

#feature-support {
    margin-right: auto;
    margin-left: 80px;
    margin-bottom: 15px;
}



#free {
    width: 95px;
    height: 95px;
}

#replace {
    width: 85px;
    height: 85px;
}


#support {
    width: 65px;
    height: 65px;
    margin-top: 10px;
}

.cart-actions {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    width: 400px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: center;
    z-index: 999;
    top: 596.326px !important;
    left: 339.232px !important;
    height: 100px;
}

    .cart-actions .close-btn {
        position: absolute;
        top: 8px;
        border: none;
        background: transparent;
        font-size: 20px;
        cursor: pointer;
    }

.cart-buttons {
    display: flex;
    justify-content: space-between;
    top: 24px;
    position: relative;
}

    .cart-buttons button {
        flex: 1;
        padding: 3px 7px;
        font-size: 14px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        margin: 12px;
    }

.continue-btn {
    border: 1px solid #2F4497 !important;
    background: transparent;
}

.cart-btn {
    background: #2F4497;
    color: white;
}

.products-slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.product-summary-box {
    border: 1px solid #2F4497;
    border-radius: 65px;
    padding: 64px 29px;
    width: 326px;
    background: #fff;
    font-family: 'IRANSans', sans-serif;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    font-size: 14px;
    line-height: 1.4;
}

.summary-title {
    color: #2F4497;
    font-weight: 500;
}

.summary-value {
    color: #333;
    text-align: left;
    align-items: center;
    gap: 5px;
}

.old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    display: block;
    margin-bottom: 0.2rem;
}

.summary-value span {
    display: block;
}

    .summary-value i.ti-truck {
        font-size: 16px;
        color: #2F4497;
    }

hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

.total-price {
    font-weight: 600;
    font-size: 15px;
}

.add-to-cart {
    margin-top: 15px;
    width: 100%;
    background-color: #2F4497;
    color: #fff;
    padding: 10px 0;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
}

    .add-to-cart:hover {
        background-color: #1f2c6a;
    }



.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);
    }


.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);
}

.bestSell-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

    .bestSell-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }


.Bestseller-image {
    position: relative;
    width: 100%;
    padding: 30px 46px;
    background-color: #fff;
}

    .Bestseller-image img {
        width: 100%;
        height: 390px;
        object-fit: cover;
        position: relative;
        padding-bottom: 20px;
        display: block;
    }

    .Bestseller-image::after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ddd;
    }

.product-info {
    padding: 10px 5px;
    text-decoration: none;
}

.product-name {
    display: block;
    text-align: right;
}
.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: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    margin: 0 22px 18px 22px;
}

    .price-box:hover {
        border: 2px solid #2A3256;
    }

.see-all {
    background-color: #706C68CC !important;
    color: #fff !important;
    padding: 20px 53px !important;
    border: none !important;
    border-radius: 35px !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;
    }

.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: 59px !important;
    height: 61px !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;
}

.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);
    }


.reviews-section {
    margin-top: 40px;
}

.review-header h3 {
    border-bottom: 5px solid #222E59;
    display: inline-block;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.review-grid {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}


.review-summary-box {
    width: 303px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.score-number {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
}

    .score-number span {
        font-size: 14px;
        color: #666;
        margin-right: 5px;
    }

.rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: right;
}

.stars {
    text-align: right;
    color: #FFD54F;
    font-size: 22px;
    margin: 10px 0;
}

.rating-count {
    font-size: 13px;
    color: #666;
}
.score-count {
    text-align: right;
    font-size: 13px;
    color: #888;
}

.submit-review-btn {
    width: 100%;
    border: 1px solid #222E59;
    color: #222E59;
    padding: 10px;
    border-radius: 10px;
    background: transparent;
    font-weight: 600;
    transition: 0.3s;
}

    .submit-review-btn:hover {
        background: #222E59;
        color: #fff;
    }


.submit-review-btn-2 {
    width: 100%;
    border: 1px solid #222E59;
    color: #222E59;
    padding: 10px;
    border-radius: 10px;
    background: transparent;
    font-weight: 600;
    transition: 0.3s;
}

    .submit-review-btn-2:hover {
        background: #222E59;
        color: #fff;
    }

.conditions {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .conditions li {
        font-size: 12px;
        color: #444;
        margin-bottom: 5px;
    }


.review-list-box {
    flex: 1;
}

.review-filter {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    gap: 8px; 
}


.filter-btn {
    padding: 5px 12px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 35px;
    cursor: pointer;
}

    .filter-btn.active {
        margin-bottom: 15px;
        margin-top: 15px;
        border-color: #222E59;
        color: #222E59;
    }

.review-count-title {
    margin: 15px 0;
    color: #666;
    font-size: 14px;
}


.review-item {
    border-top: 1px solid #eee;
    padding: 18px 0;
}

.review-header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
}

.review-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.date {
    color: #888;
    font-weight: 300;
    font-size: 13px;
}


.user-name {
    font-weight: 600;
}

.buyer-tag {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 8px;
}

.review-stars {
    color: #FFD54F;
    margin-top: 5px;
    font-size: 18px;
}

.review-text {
    margin: 10px 0;
    color: #333;
}

.review-meta {
    font-size: 12px;
    color: #777;
}

.review-container {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}


.review-actions {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    justify-content: flex-start;
    margin-right: auto;
}

    .review-actions .action {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        color: #555;
        cursor: pointer;
        transition: 0.2s ease;
    }

        .review-actions .action:hover {
            color: #000;
        }

    .review-actions .icon {
        width: 18px;
        height: 18px;
        stroke: currentColor;
    }
.review-meta {
    display: flex;
    align-items: center; 
    gap: 6px;
}

.review-meta .middleDot {
    color: #888888;
    font-size: 20px;
    line-height: 1; 
    vertical-align: middle; 
}


.sort-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 14px;
}

.sort-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    font-weight: 600;
}

.sort-icon {
    width: 18px;
    height: 18px;
}

.sort-options {
    display: flex;
    gap: 16px;
}

.sort-option {
    cursor: pointer;
    color: #555;
}

    .sort-option.active {
        font-weight: 700;
        color: #222E59;
    }

.review-filter span {
    margin-top: 55px;
    font-weight: 600;
    font-size: 20px;
}


.review-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 20px;
}

.review-modal {
    background: #fff;
    width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 14px;
    padding: 20px;
}


.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-weight: bold;
    font-size: 18px;
}

.modal-close {
    cursor: pointer;
    font-size: 24px;
}


.modal-product {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
}

.product-img {
    width: 75px;
    height: 105px;
    object-fit: cover;
}
.product-meta {
    color: #777;
    font-size: 14px;
}


.rating-box {
    display: flex;
    align-items: center;
    gap: 10px; 
    justify-content: flex-start; 
}


.stars {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
}

    .stars span {
        font-size: 30px;
        cursor: pointer;
        color: #ccc;
    }

        .stars span.active {
            color: gold;
        }


textarea {
    width: 100%;
    resize: vertical;
    height: 120px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ddd;
}


.name-select select {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border-radius: 10px;
    border: 1px solid #ddd;
}


.faq-box {
    margin-top: 10px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 10px;
    color: #444;
}


.modal-footer {
    margin-top: 20px;
    text-align: center;
}

.modal-submit {
    width: 100%;
    padding: 12px;
    background: #ccc;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}


.review-modal-overlay-2 {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
    padding: 20px;
}

.review-modal-2 {
    background: #fff;
    width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 14px;
    padding: 20px;
}


.modal-header-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title-2 {
    font-weight: bold;
    font-size: 18px;
}

.modal-close-2 {
    cursor: pointer;
    font-size: 24px;
}


.modal-product-2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 15px 0;
}

.product-img-2 {
    width: 75px;
    height: 105px;
    object-fit: cover;
}

.product-meta-2 {
    color: #777;
    font-size: 14px;
}


.rating-box-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}


.stars-2 {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
}

    .stars-2 span {
        font-size: 30px;
        cursor: pointer;
        color: #ccc;
    }

        .stars-2 span.active {
            color: gold;
        }


textarea-2 {
    width: 100%;
    resize: vertical;
    height: 120px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ddd;
}


.name-select-2 select {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border-radius: 10px;
    border: 1px solid #ddd;
}


.faq-box-2 {
    margin-top: 10px;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 10px;
    color: #444;
}


.modal-footer-2 {
    margin-top: 20px;
    text-align: center;
}

.modal-submit-2 {
    width: 100%;
    padding: 12px;
    background: #ccc;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.rules {
    margin-top: 10px;
    font-size: 12px;
    color: #777;
}
.review-text-box label {
    display: block;
    text-align: right;
    font-size: 19px;
    font-weight: 600;
}
.rating-box label {
    display: block;
    text-align: right;
    font-size: 19px;
    font-weight: 600;
}


.question-list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.question-item {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 18px;
    border-radius: 10px;
}

.question-text p {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.8;
}

.question-actions {
    text-align: right; 
}

.answer-btn {
    border: none;
    background: transparent;
    color: #2f4497;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .answer-btn img {
        width: 18px;
        height: 18px;
        filter: invert(22%) sepia(68%) saturate(1250%) hue-rotate(212deg) brightness(86%) contrast(95%);
    }

.carpet-description {
    margin: 10px 0 30px 0; 
    font-size: 16px;
    line-height: 1.6;
}

    .carpet-description p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2.5; 
        -webkit-box-orient: vertical;
        margin-bottom: 10px; 
    }

    .carpet-description.expanded p {
        -webkit-line-clamp: unset;
    }

button {
    padding: 4px 8px;
    color: #222E59;
    border: none;
    cursor: pointer;
    font-size: 14px;
    background: none;
}

.price-icon img {
    width: auto;
    height: 13px;
    max-height: 13px;
    object-fit: contain;
    -webkit-object-fit: contain;
    display: block;
}

.summary-row.total-price {
    display: -webkit-box; 
    display: -webkit-flex; 
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; 
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 10px; 
}

    .summary-row.total-price .summary-value {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center; 
        gap: 5px; 
    }


.product_sort_info ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

    .product_sort_info ul li {
        display: flex;
        align-items: center; 
        gap: 10px; 
        margin-bottom: 12px;
        font-size: 16px;
        color: #333;
    }

        .product_sort_info ul li i {
            font-size: 20px;
            color: #1D315E;
            flex-shrink: 0;
        }


.price-text {
    font-weight: 500;
    color: #000;
}
@media (max-width:1650px) {
    .carpet-specs {
        width: min(1500px, 92%);
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .product-details {
        display: grid;
        grid-template-columns: 1fr 600px;
        gap: 20px;
        align-items: flex-start;
        width: 1384px;
        margin: 0 auto;
        padding: 20px;
        margin-top: 25px;
        margin-bottom: 102px;
        position: relative;
        border-bottom: none;
    }
}



@media (max-width: 1300px) {

    .Bestseller-image img {
        width: 100%;
        height: 247px !important;
        object-fit: cover;
        position: relative;
        padding-bottom: 20px;
        display: block;
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 30px 25px;
        background-color: #fff;
    }

    .product-details {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

}


@media (max-width: 1025px) {
    .product-details {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

    .product-gallery,
    .product-info,
    .product-summary-box {
        width: 100%;
    }

    .breadcrumb-simple {
        margin-top: 51px;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-right: 50px;
    }

    .gallery-image {
        text-align: center;
    }

    .main-image {
        width: 100%;
        max-width: 500px;
        height: auto;
    }


    .thumbs {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 15px;
    }

    .thumb {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    
    .product-info {
        text-align: right;
    }


    .product-summary-box {
        position: static;
        width: 100%;
    }

    .add-to-cart {
        width: 100%;
    }
}

@media (max-width: 780px) {
    .floating-icon-outside {
        position: relative;
        top: -79px;
        width: 109px;
        height: 100px;
    }

        .floating-icon-outside svg {
            width: 100%;
            height: 100%;
        }
    .product-details {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .gallery-image {
        width: 100%;
        left: 0;
    }

    .product-info {
        margin-left: 0;
        margin-right: 0;
        padding: 15px;
    }

    .product-title {
        font-size: 18px;
    }

    .product-price {
        font-size: 15px;
        margin-top: 20px;
    }

    .product-meta {
        font-size: 14px;
        margin: 15px 0;
    }

    .color-dots {
        top: 0;
    }

    .choose-size {
        font-size: 14px;
    }

    .carpet-sizes {
        margin-bottom: 40px;
    }

    .product-box {
        width: 48%;
        height: auto;
        margin-bottom: 20px;
    }

        .product-box p {
            font-size: 13px;
        }

    .final-price {
        font-size: 15px;
    }

    .add-cart {
        font-size: 13px;
        padding: 8px 12px;
    }

    .carpet-specs {
        width: 100%;
        padding: 0 10px;
    }

    .spec-title {
        margin-left: 40px;
        min-width: 100px;
        font-size: 14px;
    }

    .spec-value {
        font-size: 14px;
    }

    .carpet-specs-title {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .audience-perspective {
        padding: 15px;
    }

        .audience-perspective .title {
            font-size: 18px;
        }

    .rating-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .rating-score {
        font-size: 32px;
    }


    .rating-bars .bar span {
        min-width: 50px;
        font-size: 13px;
    }

    .add-comment {
        font-size: 14px;
        padding: 8px 14px;
    }

    .comment-card {
        max-width: 100%;
    }

    .comment-left {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-direction: row-reverse;
        margin-left: 0 !important;
    }


    .tags {
        margin-top: 0px;
        display: flex;
        gap: 5px;
        flex-direction: row-reverse;
        margin-left: 5px !important;
    }

    .products-slider {
        display: flex;
        overflow-x: auto;
        gap: 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }

        .products-slider::-webkit-scrollbar {
            display: none;
        }

        .products-slider .cards {
            flex: 0 0 100%;
            scroll-snap-align: start;
        }

    .bestSell-card {
        min-width: 250px;
        scroll-snap-align: start;
    }
}

@media (max-width: 500px) {
    .product-details {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px;
        margin-bottom: 50px;
    }

    .gallery-image {
        width: 100%;
        left: 0;
    }

    .product-gallery .thumbs {
        flex-wrap: wrap;
        gap: 10px;
    }

        .product-gallery .thumbs img {
            width: 70px;
            height: 55px;
        }

    .product-info {
        padding: 10px;
    }

    .product-title {
        font-size: 16px;
    }

    .product-price {
        font-size: 14px;
    }

    .product-meta {
        font-size: 13px;
    }

    .color-dots .dot img {
        height: 45px;
    }

    .carpet-size {
        width: 70px;
        height: 38px;
        font-size: 8px;
    }

    .product-box {
        width: 100%;
        height: auto;
    }

        .product-box p {
            font-size: 12px;
        }

    .final-price {
        font-size: 14px;
    }

    .add-cart {
        font-size: 12px;
        padding: 7px 10px;
    }

    .carpet-specs {
        width: 100%;
        padding: 0 5px;
    }

    .spec-title {
        margin-left: 15px;
        min-width: 80px;
        font-size: 13px;
    }

    .spec-value {
        font-size: 13px;
    }

    .carpet-specs-title {
        font-size: 15px;
    }

    .audience-perspective .title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .rating-header {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .rating-right {
        width: 100%;
        gap: 10px;
    }

    .rating-overall {
        justify-content: center;
    }

    .rating-score {
        font-size: 26px;
    }

    .rating-bars {
        width: 100%;
    }

        .rating-bars .bar {
            flex-direction: row;
            justify-content: space-between;
        }

            .rating-bars .bar span {
                font-size: 12px;
                min-width: 40px;
            }

    .add-comment {
        font-size: 13px;
        padding: 7px 12px;
    }

    .comment-card {
        padding: 12px;
        font-size: 13px;
    }

    .comment-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }

    .comment-left {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        flex-direction: row-reverse;
    }

    .avatar {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        border-radius: 50%;
    }

    .tags {
        margin-top: 0px;
        display: flex;
        gap: 5px;
        flex-direction: row-reverse;
        margin-left: 5px !important;
    }


    .modal-idea {
        background: #fff;
        padding: 25px;
        width: 94%;
        border-radius: 8px;
        position: relative;
        border: 2px solid #2F4497;
        display: flex;
        text-align: right;
        flex-direction: column;
        gap: 12px;
    }


    .Similar-Products {
        color: #000;
        font-size: 25px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-right: -10px !important;
        margin-bottom: 20px;
    }

    .product-gallery .thumbs img, .product-gallery .thumbs .thumb-more {
        /* width: 94px; */
        /* height: 69px; */
        width: 123px;
        height: auto;
        object-fit: cover;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

        .product-gallery .thumbs .thumb-more::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(245, 245, 245, 0.8);
            border-radius: 6px;
            z-index: 1;
            width: 70px;
            height: 55px;
        }


    .products-slider .cards {
        flex: 0 0 100%;
    }



    .banner-box {
        height: 100px;
        margin: 40px;
    }

    .banner-img {
        border-width: 5px;
    }

    .feature-text {
        font-size: 11px;
        text-align: center;
    }

    #feature-replace p,
    #feature-free p {
        margin: 0 !important;
    }

    #feature-replace {
        margin: 10px auto !important;
        text-align: center;
        position: relative;
        bottom: -4px;
    }

    #feature-free {
        position: relative;
        bottom: -6px;
        margin: 10px 22px !important;
    }

    #feature-support {
        margin: 12px !important;
        text-align: center;
    }

    #free {
        width: 55px;
        height: 55px;
    }

    #replace {
        width: 45px;
        height: 45px;
    }

    #support {
        width: 35px;
        height: 35px;
        margin-top: 5px;
    }

    .tooltip-box {
        position: absolute;
        top: 45px;
        left: 11rem;
        transform: translateX(-50%);
        background: #fff;
        padding: 12px 24px 24PX;
        border-radius: 6px;
        width: 350px;
        font-size: 13px;
        color: #000;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        z-index: 10;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        display: none;
        text-align: center;
    }

    .breadcrumb-simple {
        margin-top: 25px;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-right: 17px;
    }


    .cart-actions {
        display: none;
        position: absolute;
        background: #fff;
        border-radius: 10px;
        padding: 15px;
        width: 350px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        text-align: center;
        z-index: 999;
        top: 1150px !important;
        left: 26.232px !important;
        height: 100px;
    }

    .bestSell-card {
        min-width: 152px;
        scroll-snap-align: start;
    }

        .bestSell-card img {
            width: 100%;
            height: 180px !important;
            object-fit: cover;
            display: block;
        }
}


@media (max-width: 600px){
    .bestSell-card {
        min-width: 152px;
        scroll-snap-align: start;
    }

        .bestSell-card img {
            width: 100%;
            height: 180px !important;
            object-fit: cover;
            display: block;
        }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 19px 19px;
        background-color: #fff;
    }

    .reviews-section {
        padding: 15px 10px;
    }

    .review-header h3 {
        font-size: 20px;
        text-align: center;
    }

    .review-summary-box {
        padding: 15px;
    }

    .score-number {
        font-size: 28px;
    }

        .score-number span {
            font-size: 14px;
        }

    .rating-row {
        flex-direction: column;
        gap: 5px;
    }

    .submit-review-btn {
        width: 100%;
        padding: 8px 0;
        font-size: 14px;
    }

    .review-list-box {
        gap: 15px;
    }

    .sort-container {
        flex-direction: column;
        gap: 8px;
    }

    .sort-options {
        flex-wrap: wrap;
        gap: 5px;
    }

    .review-item {
        padding: 12px;
    }

    .review-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .review-stars {
        font-size: 16px;
    }

    .review-text {
        font-size: 14px;
    }

    .review-container {
        gap: 8px;
    }

    .review-actions .action {
        gap: 3px;
    }

    .review-actions img {
        width: 18px;
        height: 18px;
    }

    .review-grid {
        display: block;
        gap: 30px;
        margin-top: 25px;
    }

    .review-summary-box {
        padding: 15px;
        width: 90%; 
        max-width: 400px;
        margin: 0 auto; 
        border-radius: 12px;
        text-align: center;
    }

    .product-summary-box {
        width: 408px;
    }


    .swiper-slide.product-card {
        width: 45% !important;
        margin: 0 0.5%;
    }

    .product-card img {
        width: 100%;
        height: 179px !important;
        object-fit: cover;
        display: block;
    }

    .bestSell-card img {
        width: 100%;
        height: 180px !important;
        object-fit: cover;
        display: block;
    }

    .price-box {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 8px;
        gap: 13px;
        position: relative;
        margin: 0 7px 18px 7px;
    }

    .product-title {
        font-weight: 500;
        color: #000;
        font-size: 10px;
        margin: 8px 0;
        text-decoration: none;
    }

    .product-card {
        flex: 0 0 155px;
        scroll-snap-align: start;
    }

    .bestSell-card {
        min-width: 152px;
        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;
    }

    .col-lg-2 {
        order: 2;
        width: 100% !important;
        margin-top: 15px;
    }

    .col-lg-10 {
        order: 1;
        width: 100% !important;
    }

}


@media (max-width: 420px) {
    .bestSell-card img {
        width: 100%;
        height: 210px !important;
        object-fit: cover;
        display: block;
    }
    .product-summary-box {
        width: 390px;
    }
}

@media (max-width: 400px){
    .bestSell-card img {
        width: 100%;
        height: 180px !important;
        object-fit: cover;
        display: block;
    }

    .bestSell-card {
        min-width: 152px;
        scroll-snap-align: start;
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 19px 19px;
        background-color: #fff;
    }

    .product-summary-box {
        width: 373px;
    }

    .product-card {
        flex: 0 0 155px;
        scroll-snap-align: start;
        box-sizing: border-box;
    }

    .bestSell-card {
        min-width: 152px;
        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-gallery .thumbs img, .product-gallery .thumbs .thumb-more {
        /* width: 94px; */
        /* height: 69px; */
        width: 116px;
        height: auto;
        object-fit: cover;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }
}


@media (max-width: 380px) {
    .bestSell-card img {
        width: 100%;
        height: 167px !important;
        object-fit: cover;
        display: block;
    }
    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 18px 30px;
        background-color: #fff;
    }
    .product-summary-box {
        width: 341px;
    }


    .product-image {
        position: relative;
        width: 100%;
        padding: 18px 30px;
        background-color: #fff;
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 18px 30px;
        background-color: #fff;
    }

    .product-card img {
        width: 100%;
        height: 204px;
        object-fit: cover;
        display: block;
    }

    .bestSell-card img {
        width: 100%;
        height: 167px !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;
    }
    .product-gallery .thumbs img, .product-gallery .thumbs .thumb-more {
        /* width: 94px; */
        /* height: 69px; */
        width: 116px;
        height: auto;
        object-fit: cover;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }
}


@media (max-width: 360px) {
    .product-summary-box {
        width: 320px;
    }

    .bestSell-card img {
        width: 100%;
        height: 167px !important;
        object-fit: cover;
        display: block;
    }
    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 18px 23px;
        background-color: #fff;
    }

    .product-image {
        position: relative;
        width: 100%;
        padding: 18px 30px;
        background-color: #fff;
    }

    .Bestseller-image {
        position: relative;
        width: 100%;
        padding: 18px 23px;
        background-color: #fff;
    }

    .product-card img {
        width: 100%;
        height: 204px;
        object-fit: cover;
        display: block;
    }

    .bestSell-card img {
        width: 100%;
        height: 167px !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;
    }

    .product-gallery .thumbs img, .product-gallery .thumbs .thumb-more {
        /* width: 94px; */
        /* height: 69px; */
        width: 101px;
        height: auto;
        object-fit: cover;
        border-radius: 6px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }
}
@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;
        }
    }
}