.actions-on-product-detail__title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #090909;
    margin-bottom: 10px!important;
}
.actions-on-product-detail__show-all {
    border-radius: 10px;
    background: #C71D3E;
    color: #fff!important;
    padding: 30px;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    align-self: stretch;
}
.actions-on-product-detail__list {
    flex: 1;
}
.actions-on-product-detail__mob-popular-link {
    margin-bottom: 20px;
    font-weight: bold;
}
.actions-on-product-detail__list-item {
    margin-bottom: 8px;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    padding-top: 50%;
    apsect-ratio: 2.25 / 1;
}
.actions-on-product-detail__banner {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    margin-bottom: 10px;
    flex-shrink: 0;
    /*background-color: #0a0a0a;*/
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 768px) {
    .actions-on-product-detail__banner {
        position: static;
    }
}

.actions-on-product-detail__banner-img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.actions-on-product-detail__show-all-title {
    white-space: nowrap;
}
.actions-on-product-detail__row {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
}
.actions-on-product-detail__col {
    flex-shrink: 0;
    width: 100%;
    padding: 0 16px;
    margin-bottom: 8px;
    display: flex;
}
.actions-on-product-detail__col > .banner {
    height: 100%;
    width: 100%;
}
@media (min-width: 768px) {
    .actions-on-product-detail__show-all-title {
        white-space: normal;
    }
    .actions-on-product-detail__card {
        padding: 30px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        border-radius: 4px;
        margin-bottom: 24px;
    }
    .actions-on-product-detail__list-item {
        margin-bottom: 0;
        flex-shrink: 0;
        flex-grow: 1;
        width: 40%;
        min-width: 400px;
        position: static;
        padding-top: unset;
    }
    .actions-on-product-detail__list {
        scrollbar-color: initial initial;
        scrollbar-width: thin;
    }
    .actions-on-product-detail__list::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    .actions-on-product-detail__list::-webkit-scrollbar-thumb {
        background-color: #E5E5E5;
        border-radius: 4px;
    }
    .actions-on-product-detail__list {
        /*width: 100%;*/
        /*overflow-x: auto;*/
        display: flex;
        margin-bottom: 0;
    }
    .actions-on-product-detail__list > * + * {
        margin-left: 16px;
    }
    .actions-on-product-detail__show-all {
        flex-shrink: 0;
        width: 235px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    .actions-on-product-detail__col {
        padding: 0;
        margin-bottom: 16px;
    }
}
@media (min-width: 1280px) {
    .actions-on-product-detail__col {
        width: 100%;
        margin-bottom: 0;
    }
    .actions-on-product-detail__row {
        margin: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 1.1rem;
    }
    .actions-on-product-detail__list-item {
        min-width: 420px;
    }
    .actions-on-product-detail__show-all {
        width: 190px;
    }
}
