    .main {
        margin-top: 7rem
    }

    .banner-section {
        margin: 52px;
        border-radius: 12px;
        overflow: hidden
    }

    .banner-section {
        height: 380px;
        background: #f8f9fa
    }

    .banner-section .carousel,
    .banner-section .carousel-inner,
    .banner-section .carousel-item,
    .banner-section .carousel-item img {
        height: 100%
    }

    .banner-section .carousel-item img {
        object-fit: cover
    }

    @supports not (object-fit:cover) {
        .banner-section .carousel-item img {
            height: auto;
            max-height: 100%;
            width: 100%
        }
    }

    .single-row-section>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .single-row-section {
        margin: 52px
    }

    .single-row-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem
    }

    .single-row-title {
        font-size: 1.25rem;
        font-weight: 600;
        margin: 12px 0 14px;
        text-align: right;
        flex: 1;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .single-row-title i {
        color: #ffc107;
        font-size: 1.4rem;
    }

    .single-row-header a {
        display: flex;
        align-items: center;
        gap: 4px;
        font-size: 0.9rem;
        font-weight: 600;
        color: #3f4064;
        text-decoration: none;
        transition: opacity 0.3s;
    }

    .single-row-header a:hover {
        opacity: 0.8;
    }

    .single-row-header a i {
        font-size: 1.1rem;
    }


    .single-row-container {
        position: relative;
        overflow: visible
    }

    .products-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 12px;
        padding-right: 0;
        padding-left: 0;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch
    }

    @media screen and (max-width:992px) {
        .main {
            margin-top: 4rem
        }

        .banner-section {
            margin: 20px 5px;
            border-radius: 10px;
            height: 220px
        }


        .single-row-section .products-grid {
            padding-right: 12px;
            padding-left: 12px
        }
    }

    .products-grid::-webkit-scrollbar {
        display: none
    }

    .products-grid>a {
        flex: 0 0 calc((100% - 40px) / 5);
        max-width: calc((100% - 40px) / 5);
        min-width: 0;
        scroll-snap-align: start;
        scroll-snap-stop: always
    }

    @media screen and (min-width:992px) {
        .single-row-section .products-grid {
            gap: 10px;
            padding-right: 0;
            padding-left: 0
        }

        .single-row-section .products-grid>a {
            flex: 0 0 calc((100% - 40px) / 5);
            max-width: calc((100% - 40px) / 5);
            min-width: 0
        }


        .single-row-header {
            padding: 0 .5rem .5rem;
            margin-bottom: 0
        }
    }

    @media screen and (max-width:992px) {

        .products-grid>a {
            flex: 0 0 calc(33.3333% - 5.33px);
            max-width: calc(33.3333% - 5.33px)
        }

        .single-row-title {
            font-size: 1rem;
            padding-right: 15px
        }

        .single-row-header a {
            font-size: 0.75rem;
        }

        .single-row-header a i {
            font-size: .875rem;
        }

        .single-row-section .products-grid {
            padding-right: 0;
            padding-left: 0
        }
    }

    .single-row-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, .9);
        border: none;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
        font-size: 1.2rem;
        color: #81858b;
        z-index: 5;
        outline: 0
    }

    .single-row-prev {
        right: 5px
    }

    .single-row-next {
        left: 5px
    }

    .single-row-nav-btn:hover {
        transform: translateY(-50%) scale(1.08);
        background: #fff
    }

    .single-row-nav-btn:disabled {
        opacity: .5;
        cursor: not-allowed;
        transform: translateY(-50%)
    }

    @media screen and (max-width:768px) {

        .single-row-section {
            margin: 20px 5px
        }

        .products-grid {
            gap: 10px
        }

        .products-grid>a {
            flex: 0 0 calc((100% - 20px) / 3);
            max-width: calc((100% - 20px) / 3);
            min-width: 0
        }

        .single-row-nav-btn {
            display: flex
        }


    }

    @media screen and (max-width:480px) {

        .single-row-section {
            margin: 15px 2px
        }

        .products-grid {
            gap: 4px
        }

        .products-grid>a {
            flex: 0 0 calc(50% - 2px);
            max-width: calc(50% - 2px)
        }

        .single-row-nav-btn {
            display: flex
        }


        .single-row-title {
            padding-right: 10px
        }

    }

    .btn-outline-light {
        border-color: rgba(255, 255, 255, .8);
        color: #fff;
        background: rgba(255, 255, 255, .1);
        backdrop-filter: blur(10px)
    }

    .btn-outline-light:hover {
        background: rgba(255, 255, 255, .2);
        border-color: #fff;
        color: #fff;
        transform: translateY(-2px)
    }

    /* بخش شگفت انگیز */
    .amazing-offer-section {
        margin: 52px;
        border-radius: 16px;
        overflow: hidden;
        background: #8B1538;
        position: relative;
    }

    .amazing-offer-container {
        display: flex;
        align-items: stretch;
        min-height: 400px;
        position: relative;
    }

    .amazing-products-wrapper {
        flex: 1;
        display: flex;
        gap: 10px;
        padding: 20px;
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .amazing-products-wrapper::-webkit-scrollbar {
        display: none;
    }

    .amazing-products-wrapper>a {
        flex: 0 0 calc((100% - 40px) / 5);
        max-width: calc((100% - 40px) / 5);
        min-width: 0;
        scroll-snap-align: start;
    }

    .amazing-nav-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, .9);
        border: none;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        display: none;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
        font-size: 1.2rem;
        color: #81858b;
        z-index: 5;
        outline: 0;
    }

    .amazing-nav-btn:hover {
        transform: translateY(-50%) scale(1.08);
        background: #fff;
    }

    .amazing-nav-btn:disabled {
        opacity: .5;
        cursor: not-allowed;
        transform: translateY(-50%);
    }

    .amazing-nav-prev {
        right: 280px;
    }

    .amazing-nav-next {
        left: 15px;
    }

    @media screen and (min-width: 993px) {
        .amazing-nav-btn {
            display: flex;
        }
    }

    .amazing-products-wrapper .product-card {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .amazing-offer-sidebar {
        background: #8B1538;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 30px 20px;
        position: relative;
        flex-shrink: 0;
        gap: 20px;
    }

    .amazing-offer-sidebar img {
        max-width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .amazing-offer-title {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
    }

    .amazing-countdown {
        display: flex;
        flex-direction: row-reverse;
        gap: 6px;
        justify-content: center;
        flex-wrap: nowrap;
        margin: 0;
    }

    .countdown-box {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border-radius: 8px;
        padding: 8px 10px;
        text-align: center;
        min-width: 45px;
        flex-shrink: 0;
    }

    .countdown-number {
        color: #fff;
        font-size: 1.1rem;
        font-weight: 500;
        display: block;
        line-height: 1.2;
    }

    .countdown-label {
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.7rem;
        margin-top: 3px;
        display: block;
    }

    .amazing-percentage {
        font-size: 5rem;
        color: #fff;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
        pointer-events: none;
    }

    .amazing-offer-sidebar picture,
    .amazing-offer-sidebar .amazing-countdown {
        position: relative;
        z-index: 1;
    }

    @media screen and (max-width: 992px) {
        .amazing-offer-section {
            margin: 20px 5px;
            border-radius: 12px;
        }

        .amazing-offer-container {
            flex-direction: column;
            min-height: auto;
        }

        .amazing-products-wrapper {
            order: 2;
        }

        .amazing-offer-sidebar {
            order: 1;
            width: 100%;
            border-right: none;
            padding: 15px;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            flex-shrink: 0;
            gap: 20px;
        }

        .amazing-offer-sidebar picture {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            margin: 0;
        }

        .amazing-offer-sidebar img {
            max-width: 140px;
            width: auto;
            height: auto;
            margin: 0;
        }

        .amazing-countdown {
            flex: 1;
            display: flex;
            flex-direction: row-reverse;
            gap: 4px;
            justify-content: flex-start;
            align-items: center;
        }

        .countdown-box {
            padding: 6px 8px;
            min-width: 40px;
        }

        .countdown-number {
            font-size: 0.9rem;
        }

        .countdown-label {
            font-size: 0.65rem;
            margin-top: 2px;
        }

        .amazing-percentage {
            display: none;
        }

        .amazing-products-wrapper {
            padding: 15px;
            gap: 8px;
        }

        .amazing-products-wrapper>a {
            flex: 0 0 calc((100% - 32px) / 3);
            max-width: calc((100% - 32px) / 3);
        }
    }

    @media screen and (max-width: 768px) {
        .amazing-offer-sidebar {
            padding: 12px;
            gap: 15px;
        }

        .amazing-offer-sidebar img {
            max-width: 120px;
        }

        .amazing-countdown {
            justify-content: flex-start;
        }

        .amazing-countdown {
            flex-direction: row-reverse;
            gap: 3px;
        }

        .countdown-box {
            padding: 5px 6px;
            min-width: 35px;
        }

        .countdown-number {
            font-size: 0.85rem;
        }

        .countdown-label {
            font-size: 0.6rem;
        }

        .amazing-products-wrapper {
            padding: 12px;
            gap: 6px;
        }

        .amazing-products-wrapper>a {
            flex: 0 0 calc((100% - 12px) / 2);
            max-width: calc((100% - 12px) / 2);
        }
    }

    @media screen and (max-width: 480px) {
        .amazing-offer-section {
            margin: 15px 2px;
        }

        .amazing-products-wrapper {
            gap: 4px;
        }

        .amazing-products-wrapper>a {
            flex: 0 0 calc(50% - 2px);
            max-width: calc(50% - 2px);
        }
    }