#flashsale-list-wrapper {
    position: relative;
}

.flashsale-banner img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.flashsale-component-wrapper {
    max-width: 1240px;
    text-align: left;
    margin: 35px auto 0;
    padding-bottom: 1px;
    font-size: 18px;
    position: relative;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 3px 12px rgba(44 44 44 / 8%);
    border-radius: 5px;
    position: relative;
}

#flashsale-list-wrapper .flashsale-banner.flashsale-banner-large {
    border-radius: 5px;
}

#flashsale-list-wrapper .flashsale-banner.flashsale-banner-large img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
}

.flashsale-component-wrapper ::-webkit-scrollbar  {
    display: none;
}

.flashsale-header-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    font-size: 15px;
}

#flashsale-list-wrapper .flashsale-header-wrapper {
    padding: 16px 24px;
    justify-content: center;
    background-color: #fff;
    position: sticky;
    top: 48px;
    width: 100%;
    left: 0;
    z-index: 10;
}

.flashsale-banner-large {
    position: relative;
}

.flashsale-banner-large::after {
    content: "";
    padding-top: calc(100% * 7 / 30);
    display: block;
    background-color: #ccc;
    border-radius: 5px;
}

.flashsale-banner-larger img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}



.flashsale-menu-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flashsale-menu-wrapper {
    position: sticky;
    top: 104px;
    left: 0;
    background-color: #fff;
    z-index: 10;
}

.flashsale-menu-wrapper.init-sticky {
    box-shadow: inset 0 2px 6px rgba(55 55 55 / 11%);
    border-bottom: 1px solid #e1e1e1;
}

.flashsale-menu-label {
    position: relative;
    color: #111;
    display: block;
    margin: 0;
    padding: 0;
}

.flashsale-menu-input {
    position: absolute;
    top: 0;
    opacity: 0
}

.flashsale-menu-label-link {
    padding: 14px 12px;
    position: relative;
    color: #111;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

.flashsale-menu-label-link::after {
    content: "";
    height: 2px;
    width: 70%;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #63921a;
    opacity: 0;
}

.flashsale-menu-input:checked ~ .flashsale-menu-label-link {
    color: #63921a;
}
.flashsale-menu-input:checked ~ .flashsale-menu-label-link::after  {
    opacity: 1;
}

.flashsale-list-content-wrapper {
    padding: 24px 0;
}

.flashsale-list-content + .flashsale-list-content-header {
    margin-top: 32px;
}

.flashsale-list-content-header {
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
    font-size: calc(21px + (27 - 21) * ((100vw - 300px)/ (1920 - 300)));
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Roboto';
    text-transform: uppercase;
    background: #25a11d;
    background: -webkit-linear-gradient(to right, #a72f87, #25a11d, #b0ede8);
    background: linear-gradient(to right, #a72f87, #25a11d, #b0ede8);
    user-select: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-feature-button-action {
    display: none;
}

.flashsale-list-content .ntsk-flahsale-footer img {
    display: none;
}

.flashsale-list-content .content-feature-button-action {
    display: block;
    background-color: #f00;
    color: #fff;
    text-align: center;
    padding: 4px 6px;
    border-radius: 4px;
    white-space: nowrap;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.load-popup .mobile-loading {
    opacity: 1;
    /* display: block !important; */
}

.load-popup  svg {
    opacity: 0;
    display: none !important;
}
.flashsale-list-content-component {
    position: relative;
    margin-bottom: 16px;
}

.more-item-input {
    position: absolute;
    bottom: 0;
    opacity: 0;
}

.fs-less {
    display: none;
}

.more-item-label {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    padding: 10px 30px;
    border-radius: 3px;
    border: 1px solid #8cb630;
    margin: 16px auto 32px;
    color: #8cb630;
    user-select: none;
    cursor: pointer;
    background-color: #fff;
}

.flashsale-header-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #f00;
    margin: 0 10px 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    user-select: none;
    font-family: 'Roboto', sans-serif;
}

.more-item-input:checked ~ .more-item-label .fs-less {
    display: block;
}
.more-item-input:checked ~ .more-item-label .fs-more {
    display: none;
}

.flashsale-header-content svg {
    margin-right: 10px;
}

.flashsale-header-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    user-select: none;
}

.flashsale-header-time span {
    background-color: #000;
    color: #fff;
    display: block;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 13px;
    margin: 0 3px;
}

.flashsale-header-time small {
    display: block;
    margin: 0 3px;
    font-weight: 600;
}

.flashsale-header-plan {
    max-width: 900px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    margin-left: auto;
    user-select: none;
}

.flashsale-header-list-plan:not(.slick-slider) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 700px;
}

.flashsale-header-list-plan:not(.slick-slider) .flashsale-plan-item:nth-child(n + 4) {
    /* display: none; */
}


.flashsale-header-list-plan.slick-slider {
    width: calc(100% - 124px);
    margin: 0 20px 0 0;
    padding: 0 10px;
}

.flashsale-plan-link {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 8px 18px;
    color: #8cb630;
    border: 1px solid #ccc;
    border-radius: 32px;
    margin-left: 8px;
    font-size: 13px;
}
.view-flashsale {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 8px 18px;
    color: #fff;
    background-color: #8cb630;
    border-radius: 32px;
    margin-left: 8px;
    font-size: 14px;
    width: 124px;
}

.view-flashsale svg {
    margin-left: 4px;
}

.view-flashsale:hover svg {
    animation: link-goall 650ms linear infinite;
}

.flashsale-plan-link:hover {
    color: #8cb630;
    border-color: #8cb630;
}
.view-flashsale:hover {
    color: #fff;
}

@keyframes link-goall {
    0% {
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(0);
        opacity: .7
    }

    80% {
        transform: translateX(2px);
        opacity: .9
    }

    100% {
        transform: translateX(0);
        opacity: 7
    }
}

@-moz-keyframes link-goall {
    0% {
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(0);
        opacity: .7
    }

    80% {
        transform: translateX(2px);
        opacity: .9
    }

    100% {
        transform: translateX(0);
        opacity: 7
    }
}

@-webkit-keyframes link-goall {
    0% {
        transform: translateX(-2px)
    }

    50% {
        transform: translateX(0);
        opacity: .7
    }

    80% {
        transform: translateX(2px);
        opacity: .9
    }

    100% {
        transform: translateX(0);
        opacity: 7
    }
}

.flashsale-content-wrapper .slick-prev,
.flashsale-content-wrapper .slick-next {
    color: #ff8d1a;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 1px 3px -1px rgb(0 0 0 / 20%), 0 3px 6px 0 rgb(0 0 0 / 14%), 0 1px 6px 0 rgb(0 0 0 / 10%);
}

.flashsale-content-wrapper .slick-prev {
    left: -3px;
}

.flashsale-content-wrapper .slick-next {
    right: -3px;
}

.flashsale-content-wrapper .slick-disabled {
    opacity: 0.5;
}


.flashsale-content-banner {
    width: var(--banner);
    height: 350px;
    overflow: hidden;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flashsale-content-banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.flashsale-content-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
}


.flashsale-content-list-wrapper.slick-slider .flashsale-item-wrapper {
    padding: 0 8px;
}

.flashsale-content-list-wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.flashsale-title {
    padding: 0;
    text-align: left;
    margin: 10px 0;
    color: #3e454d;
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 33px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    transition: color 250ms ease-in-out;
}

.img-feature:hover .flashsale-title {
    color: #75a012;
}

.content-feature-button {
    flex-wrap: wrap;
}

.flashsale-list-content .content-feature-button {
    display: grid;
    grid-template-columns: auto 80px;
    grid-template-areas:
    "fsPrice fsButton"
    "fsProgress fsProgress";
}

.flashsale-list-content .content-feature-price {
    grid-area: fsPrice;
}

.flashsale-list-content .content-feature-button-action {
    grid-area: fsButton;
}
.flashsale-list-content  .ntsk-flahsale-footer {
    grid-area: fsProgress;
    margin: 0;
}

.sticky-wrap {
    --shadow: rgba(33 33 33 / 8%);
    box-shadow: inset 0 4px 12px var(--shadow);
    border-bottom: 1px solid var(--shadow);
}

.ntsk-flahsale-footer {
    position: relative;
    margin-top: 20px;
    margin-bottom: 3px;
    width: 100%;
}

.ntsk-flahsale-footer .flashsale-progress {
    height: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    margin-top: 6px;
    border: 1px solid rgb(255 0 0 / 20%);
    color: #fff;
    background-color: rgb(255 0 0 / 60%);
    transition: all 250ms ease;
}

.ntsk-flahsale-footer .flashsale-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.ntsk-flahsale-footer .flashsale-value {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: red;
    transition: all 250ms ease;
}

.hotfire {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.ntsk-flahsale-footer .content-feature-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.ntsk-flahsale-footer .price-new {
    font-size: 18px;
    color: red;
    font-weight: 600;
}
.ntsk-flahsale-footer.price-old {
    font-size: 13px;
    opacity: 0.6;
    margin-left: 4px;
    text-decoration: line-through;
}
.content-feature-button .content-feature-price {
    min-height: 53px;
}

@media (min-width: 1200px) {
    .flashsale-content-wrapper {
        --banner: 230px;
        display: grid;
        grid-template-columns: var(--banner) calc(100% - var(--banner) - 8px);
        grid-gap: 8px;
        width: 100%;
        margin-top: 8px;
        position: relative;
    }
}
/* @media (min-width: 1200px) { */
    .flashsale-content-wrapper {
        --banner: 230px;
        display: grid;
        grid-template-columns: var(--banner) calc(100% - var(--banner) - 8px);
        grid-gap: 8px;
        width: 100%;
        margin-top: 8px;
        position: relative;
    }


    .flashsale-content-list-wrapper:not(.slick-slider) {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 12px;
        width: 100%;
        padding-left: 12px;
    }

    .flashsale-content-list-wrapper:not(.slick-slider) .flashsale-item-wrapper:nth-child(n + 6) {
        display: none;
    }

    .flashsale-item-wrapper,
    .flashsale-item-wrapper * {
        outline: none !important;
        box-shadow: none;
    }


    .flashsale-content-wrapper::after {
        content: "";
        width: 20px;
        height: 100%;
        position: absolute;
        display: block;
        top: -8px;
        right: -8px;
        background: linear-gradient(0deg,rgba(247,247,247,0) 0%,#fff 75.52%);
        background: -webkit-linear-gradient(0deg,rgba(247,247,247,0) 0%,#fff 75.52%);
        pointer-events: none;
        z-index: 1;
    }
    .flashsale-content-wrapper::before {
        content: "";
        width: 20px;
        height: 100%;
        position: absolute;
        display: block;
        top: -8px;
        left: 230px;
        background: linear-gradient(180deg,rgba(247,247,247,0) 0%,#fff 75.52%);
        background: -webkit-linear-gradient(180deg,rgba(247,247,247,0) 0%,#fff 75.52%);
        pointer-events: none;
        z-index: 1;
    }

    .flashsale-list-content {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 32px;
    }
/* } */
@media (max-width: 1200px) {
    .flashsale-component-wrapper {
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
    }
    .flashsale-content-wrapper .slick-prev,
    .flashsale-content-wrapper .slick-next {
        top: 30%;
        z-index: 100;
    }
    .flashsale-header-wrapper {
        flex-wrap: wrap;
    }

    .flashsale-header-plan {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-bottom: 16px;
    }

    .flashsale-header-list-plan.slick-slider {
        transform: translateX(15px);
    }

    .flashsale-content-wrapper .slick-next {
        right: 0;
    }
    .flashsale-content-wrapper {
        --banner: 0px;
        margin: 0;
    }

    .flashsale-plan-link {
        margin: 0 8px 0 0;
    }

    .flashsale-content-banner {
        display: none;
    }
    .flashsale-content-wrapper {
        --banner: 30%;
        display: unset;
        width: 100%;
        margin-top: 8px;
        position: relative;
    }

    .flashsale-content-wrapper::before {
        all: unset !important;
    }

    .flashsale-content-wrapper {
        grid-gap: 0;
    }

    .flashsale-content-list-wrapper-mobile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: auto;
        overflow-y: hidden;
        grid-gap: 0;
        padding: 0;
        margin-top: 10px;
        width: 100%;
    }

    .flashsale-item-wrapper {
        width: 180px;
        min-width: 180px;
        margin-right: 10px;
    }

    .flashsale-header-time {
        margin-left: auto;
    }

    .flashsale-item-wrapper:last-child {
        margin-right: 0;
    }

    .img-feature {
        display: block;
        position: relative;
        width: 100%;
    }
    .img-feature picture {
        display: block;
        width: 100%;
        position: relative;
    }

    .img-feature picture::before {
        content: "";
        padding-top: 100%;
        display: block;
    }

    .img-feature img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: contain;
        object-position: center;
    }

    .flashsale-list-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
    }

    .flashsale-menu-list {
        white-space: nowrap;
        width: 100%;
    }

    .flashsale-header-wrapper + .container {
        padding: 0;
    }

    .flashsale-banner {
        position: relative;
    }

    .flashsale-banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    #flashsale-list-wrapper .flashsale-header-wrapper {
        flex-wrap: nowrap;
    }

    #flashsale-list-wrapper .flashsale-header-wrapper {
        top: 46px;
        height: 56px;
    }

    #flashsale-list-wrapper .flashsale-menu-wrapper {
        top: 100px;
    }

    .flashsale-item-wrapper {
        margin: 0;
        width: 100%;
        min-width: 1px;
        background-color: #fff;
        box-shadow: 0 3px 9px rgba(33 33 33 / 10%);
        border-radius: 3px;
        padding: 6px;
    }

    .flashsale-list-content .content-feature-button {
        grid-template-columns: auto 36px
    }

    .price-new {
        font-size: 19px;
        color: red;
        font-weight: 600;
    }

    .price-old {
        font-size: 15px;
        margin-left: 4px;
        text-decoration: line-through;
    }

    .flashsale-list-content .content-feature-button-action {
        width: 32px;
        height: 32px;
        margin: auto;
    }

    .more-fs-menu-wrapper {
        margin-left: auto;
        border-left: 1px solid #e1e1e1;
    }

    .more-fs-menu-list {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        width: 100vw;
        background-color: #fff;
        box-shadow: 0 3px 9px rgba(33 33 33 / 10%);
        padding: 10px;
        display: none;
    }

    .more-fs-menu-wrapper .more-fs-menu-action {
        padding: 14px 20px;
        position: relative;
        color: #111;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
    }

    #more-fs-menu-action {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0
    }

    #more-fs-menu-action:checked ~ .more-fs-menu-list {
        display: block;
    }

    #more-fs-menu-action:checked ~ .more-fs-menu-action svg {
        transform: rotate(180deg);
    }

    .more-fs-menu-list .flashsale-menu-label-link::after {
        display: none;
    }
    .flashsale-content-list-wrapper-mobile > .slick-list.draggable {
        /* padding-right: 75%; */
    }
    /* .flashsale-content-list-wrapper > .slick-list.draggable {
        padding-right: 67%;
    } */
}

@media (max-width: 1000px) {
    .flashsale-content-list-wrapper-mobile > .slick-list.draggable {
        /* padding-right: 67%; */
    }
 }


.js-active-flash-sale.active {
    border-color: #8cb630;
    background-color: #8cb630;
    color: #fff;
    cursor: pointer;
}

.flashsale-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 210px;
    width: 100%;
    margin-bottom: 9px;
    position: relative;
}

.flashsale-wrapper .flashsale-image {
    padding: 0 6px;
}

.flashsale-image a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flashsale-image, .info {
    padding: 0 6px;
}

.flashsale-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-old {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.pTitle {
    color: #111;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    min-height: 50px;
    margin: 0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flashsale-box {
    width: calc(100% - 0px);
    margin: 0 !important;
    display: block;
}

.flashsale-box:not(.slick-slider) {
    display: flex;
    justify-content: space-between;
}

.flashsale-box .flashsale-item {
    padding: 0 10px;
    height: auto;
}

.flashsale-box .slick-slide {
    height: initial;
    /* width: 200px !important */
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
}


.slick-slide, .slick-slide * {
    outline: 0 !important;
    outline: none !important;
}

.product-old .nPrice {
    color: #f00;
    font-size: 16px;
    margin-right: 5px;
}

.oPrice {
    color: #999;
    text-decoration: line-through;
    font-size: 13px;
}
.nPrice, .oPrice {
    font-weight: 500;
    padding: 0;
    line-height: 1.1;
    margin: 0;
}

.flahsale-footer {
    position: relative;
    margin-top: 20px;
}

.flashsale-progress {
    height: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    border: 1px solid rgb(255 0 0 / 20%);
    color: #fff;
    background-color: rgb(255 0 0 / 60%);
    transition: all 250ms ease;
    margin-top: 10px;
}

.flashsale-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.flashsale-value {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #ff0000;
    transition: all 250ms ease;
}

.discount {
    background: red !important;
    color: #fff !important;
    padding: 5px 7px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
    pointer-events: none;
    font-weight: bold;
}

.slick-arrow svg {
    pointer-events: none;
    width: 16px;
    height: 16px;
}
.flashsale-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
    line-height: 1;
}
@media (max-width: 600px) {
    .flashsale-content-list-wrapper-mobile > .slick-list.draggable {
        /* padding-right: 50%; */
    }
}

.fristload-product {
    display: flex !important;
    justify-content: space-between;
    align-items: stretch;
    width: 100% !important;
    transition: opacity 300ms ease;
}

.fristload-product-item {
    padding: 0 8px;
    width: 100%;
    pointer-events: none;
    transition: opacity 300ms ease;
}
.fristload-product-item > * {
    border-radius: 4px;
    background: linear-gradient(45deg, rgba(209,209,209,0.35), rgba(11,11,11,0.1), rgba(209,209,209,0.1), rgba(209,209,209,0.15));
	background-size: 400% 400%;
    animation: gradient 3000ms ease infinite;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 900px) {
    .flashsale-image a {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
    }

    .flashsale-image a:before {
        content: "";
        padding-top: 100%;
        display: block;
    }
}


@media (min-width: 760px) and (max-width: 1200px) {
    #flashsale-list-wrapper .container {
        width: 98%;
    }
    .flashsale-item-wrapper .flashsale-item-title,
    .flashsale-item-wrapper .flashsale-title {
        /* min-height: 1px; */
        -webkit-line-clamp: 2;
        margin-bottom: 6px;
    }

    del.price-old {
        display: block;
        text-align: left;
        margin-left: 0;
        color: #999;
    }
}
@media (min-width: 900px) and (max-width: 1200px) {
    .flashsale-list-content {
        grid-template-columns: repeat(4, 1fr)
    }
}
@media (min-width: 760px) and (max-width: 900px) {
    .flashsale-list-content {
        grid-template-columns: repeat(3, 1fr)
    }

}

@media (max-width:  760px) {
    .flashsale-banner::before {
        content: "";
         padding-top: calc(100% * 7 / 30);
        display: block;
    }
}