:root {
    --promo-red: #e50023;
    --promo-red-dark: #bd001d;
    --promo-ink: #20242b;
    --promo-muted: #69717d;
    --promo-line: #e7e9ee;
}

.promotion-page {
    min-height: 600px;
    background: #f5f6f8;
}

    .promotion-page .product-Promo {
        padding: 34px 0 66px;
        overflow: visible;
        background: none;
    }

        .promotion-page .product-Promo:before,
        .promotion-page .product-Promo:after {
            display: none;
        }

    .promotion-page .promotion-container {
        width: calc(100% - 32px);
        max-width: 1280px;
        margin: 0 auto;
        padding: 0;
        overflow: visible;
        box-sizing: border-box;
    }

    .promotion-page .top-pro-sale-child {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
        padding: 25px 28px;
        overflow: hidden;
        border-radius: 20px;
        color: #fff;
        background: radial-gradient(circle at 82% 12%, rgba(255, 255, 255, .2), transparent 24%), linear-gradient(135deg, #ed1838 0%, #d50022 56%, #ae001b 100%);
        box-shadow: 0 15px 34px rgba(194, 0, 30, .18);
    }

        .promotion-page .top-pro-sale-child:after {
            content: "%";
            position: absolute;
            right: 31%;
            top: -42px;
            color: rgba(255, 255, 255, .08);
            font: 900 150px/1 Arial, sans-serif;
            pointer-events: none;
        }

.promotion-heading {
    position: relative;
    z-index: 1;
}

.promotion-page .title-category.cate-title-childdd {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0;
}

.promotion-page .decorNewsSvgHome {
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

    .promotion-page .decorNewsSvgHome svg {
        width: 34px;
        height: 34px;
    }

.promotion-page .title-category h1 {
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    background: none;
    font-family: 'InterSB', Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    text-transform: none;
}

.promotion-heading > p {
    margin: 7px 0 0 61px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
}

.promotion-page .sort-pro {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    width: auto;
    margin: 0;
    float: none;
}

    .promotion-page .sort-pro label {
        margin: 0;
        color: rgba(255, 255, 255, .85);
        font-size: 13px;
        white-space: nowrap;
    }

    .promotion-page .sort-pro select {
        width: 190px;
        height: 43px;
        padding: 0 38px 0 14px;
        box-sizing: border-box;
        border: 1px solid rgba(255, 255, 255, .45);
        border-radius: 11px;
        outline: 0;
        color: #343942;
        background-color: #fff;
        font-size: 13px;
        cursor: pointer;
        box-shadow: 0 6px 16px rgba(76, 0, 12, .13);
    }

.promotion-price-filter {
    display: flex;
    gap: 9px;
    margin: 20px 0;
    padding: 14px;
    overflow-x: auto;
    border: 1px solid var(--promo-line);
    border-radius: 15px;
    background: #fff;
    scrollbar-width: thin;
}

    .promotion-price-filter a {
        flex: 0 0 auto;
        padding: 9px 14px;
        border: 1px solid #e2e4e9;
        border-radius: 999px;
        color: #525965;
        background: #fff;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: .18s ease;
    }

        .promotion-price-filter a:hover,
        .promotion-price-filter a.active {
            border-color: var(--promo-red);
            color: #fff;
            background: var(--promo-red);
            box-shadow: 0 5px 12px rgba(229, 0, 35, .16);
        }

.promotion-page .box-category-product {
    overflow: visible;
}

.promotion-page .product-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    list-style: none;
}

    .promotion-page .product-list > li.product {
        display: block;
        width: auto;
        min-width: 0;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: visible;
        border: 0;
        background: transparent;
    }

.promotion-page .product-seller,
.promotion-page .WProItemSeller {
    height: 100%;
}

.promotion-page .WProItemSeller {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid var(--promo-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(31, 38, 50, .055);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) {
    .promotion-page .WProItemSeller:hover {
        transform: translateY(-4px);
        border-color: #f3bcc5;
        box-shadow: 0 13px 28px rgba(31, 38, 50, .11);
    }
}

.promotion-page .imgproduct {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-bottom: 1px solid #f0f1f4;
    background: #fff;
}

    .promotion-page .imgproduct a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .promotion-page .imgproduct img {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 8px;
        box-sizing: border-box;
        object-fit: contain;
        transition: transform .3s ease;
    }

@media (hover: hover) {
    .promotion-page .WProItemSeller:hover .imgproduct img {
        transform: scale(1.035);
    }
}

.promotion-page .info-product {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 12px 12px 11px;
    box-sizing: border-box;
}

.promotion-page .title-product {
    height: 42px;
    margin: 0;
}

    .promotion-page .title-product a {
        display: -webkit-box;
        overflow: hidden;
        color: var(--promo-ink);
        font-family: 'InterM', Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        text-decoration: none;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .promotion-page .title-product a:hover {
            color: var(--promo-red);
        }

.promotion-page .title-height-product {
    height: 18px;
    margin-top: 5px;
    overflow: hidden;
    color: #8a9099;
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.promotion-page .bottom-pro {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.promotion-page .cost-product {
    display: flex;
    align-items: baseline;
    gap: 7px;
    min-height: 24px;
    margin-top: 5px;
    white-space: nowrap;
}

    .promotion-page .cost-product span {
        color: var(--promo-red);
        font-size: 15px;
        font-weight: 800;
    }

    .promotion-page .cost-product p {
        margin: 0;
        color: #959aa2;
        font-size: 13px;
        text-decoration: line-through;
    }

.promotion-page .WSalePercentBestSeller {
    position: absolute;
    display: block;
    z-index: 2;
    right: 0;
}

    .promotion-page .WSalePercentBestSeller .new {
        position: static;
        display: block;
        width: auto;
        height: auto;
        padding: 5px 8px;
        border-radius: 7px;
        color: #fff;
        background: var(--promo-red);
        box-shadow: 0 5px 12px rgba(229, 0, 35, .2);
    }

    .promotion-page .WSalePercentBestSeller .text-new {
        color: inherit;
        font-size: 12px;
        font-weight: 800;
        line-height: 1;
    }

.promotion-page .total-comment-num-seller {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    margin-top: auto;
    padding-top: 9px;
    border-top: 1px solid #f0f1f4;
}

.promotion-page .s-pro-star {
    min-width: 0;
}

.promotion-page .WSellerStarProHome {
    color: #ffad20;
    font-size: 10px;
    white-space: nowrap;
}

.promotion-page .WNumOutProHome {
    margin-top: 0;
    color: #858b94;
    font-size: 9px;
}

.promotion-page .link-product-bests-eller a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #fff0f2;
    cursor: pointer;
    transition: .18s ease;
}

    .promotion-page .link-product-bests-eller a:hover {
        background: var(--promo-red);
    }

.promotion-page .link-product-bests-eller img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.promotion-empty {
    display: block;
    padding: 55px 20px;
    border: 1px dashed #d8dbe1;
    border-radius: 15px;
    color: var(--promo-muted);
    background: #fff;
    text-align: center;
}

.promotion-pagination {
    margin-top: 28px;
    text-align: center;
}

    .promotion-pagination a,
    .promotion-pagination span {
        display: inline-grid;
        place-items: center;
        min-width: 38px;
        height: 38px;
        margin: 3px;
        padding: 0 8px;
        box-sizing: border-box;
        border: 1px solid var(--promo-line);
        border-radius: 9px;
        color: #4f5661;
        background: #fff;
        text-decoration: none;
    }

        .promotion-pagination a:hover,
        .promotion-pagination .active,
        .promotion-pagination span.current {
            border-color: var(--promo-red);
            color: #fff;
            background: var(--promo-red);
        }

@media (max-width: 1199px) {
    .promotion-page .product-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 899px) {
    .promotion-page .top-pro-sale-child {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .promotion-page .sort-pro {
        width: 100%;
        justify-content: space-between;
    }

    .promotion-page .product-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 639px) {
    .promotion-page .product-Promo {
        padding: 18px 0 42px;
    }

    .promotion-page .promotion-container {
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
    }

    .promotion-page .top-pro-sale-child {
        gap: 15px;
        padding: 19px 16px;
        border-radius: 15px;
    }

        .promotion-page .top-pro-sale-child:after {
            right: -12px;
            top: -18px;
            font-size: 105px;
        }

    .promotion-page .decorNewsSvgHome {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

        .promotion-page .decorNewsSvgHome svg {
            width: 29px;
            height: 29px;
        }

    .promotion-page .title-category h1 {
        font-size: 22px;
    }

    .promotion-heading > p {
        margin: 7px 0 0;
        max-width: 340px;
        font-size: 12px;
        line-height: 1.45;
    }

    .promotion-page .sort-pro {
        display: grid;
        grid-template-columns: 1fr;
        gap: 7px;
    }

        .promotion-page .sort-pro select {
            width: 100%;
            height: 42px;
        }

    .promotion-price-filter {
        margin: 13px 0;
        padding: 10px;
        border-radius: 12px;
    }

        .promotion-price-filter a {
            padding: 8px 12px;
            font-size: 12px;
        }

    .promotion-page .product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .promotion-page .WProItemSeller {
        border-radius: 12px;
    }

    .promotion-page .imgproduct img {
        padding: 5px;
    }

    .promotion-page .info-product {
        padding: 9px 9px 8px;
    }

    .promotion-page .title-product {
        height: 40px;
    }

        .promotion-page .title-product a {
            font-size: 12px;
            line-height: 1.55;
        }

    .promotion-page .title-height-product {
        display: none;
    }

    .promotion-page .cost-product {
        display: block;
        min-height: 38px;
        margin-top: 5px;
    }

        .promotion-page .cost-product span {
            display: block;
            font-size: 14px;
        }

        .promotion-page .cost-product p {
            margin-top: 2px;
            font-size: 11px;
        }

    .promotion-page .WSalePercentBestSeller {
        top: 7px;
        left: 7px;
    }

        .promotion-page .WSalePercentBestSeller .new {
            padding: 5px 7px;
        }

    .promotion-page .WSellerStarProHome {
        font-size: 8px;
    }

    .promotion-page .WNumOutProHome {
        font-size: 9px;
    }

    .promotion-page .link-product-bests-eller a {
        width: 31px;
        height: 31px;
    }
}

@media (max-width: 374px) {
    .promotion-page .product-list {
        gap: 8px;
    }

    .promotion-page .info-product {
        padding-right: 7px;
        padding-left: 7px;
    }

    .promotion-page .cost-product span {
        font-size: 13px;
    }

    .promotion-page .WSellerStarProHome i:nth-child(n+5) {
        display: none;
    }
}