.custom-topseller-container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.custom-topseller {
    position: relative;
}
.custom-topseller .headline {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 24px;
    text-align: center;
}
.custom-topseller-inner {
    justify-content: space-between;
}
.custom-topseller-product {
    max-width: 293px;
    text-align: center;
}
.custom-topseller-product img {
    width: 293px;
    height: 293px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #00000029;
    transition: transform .4s ease-in-out;
    margin: 10px auto 0;
    max-width: 100%;
    max-height: 100%;
}
.custom-topseller-product .custom-topseller-title {
    font-size: 18px; 
    text-align: center;
    width: 100%;
    font-weight: 400;
    display: block;
    line-height: 24px;
    margin-top: 17px;
}
.custom-topseller-product .custom-topseller-price {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
}
.custom-topseller-product a {
    text-decoration: none;
}
.custom-topseller-product a:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.custom-topseller .bg {
    background-color: #f2f2f2;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 1;
    bottom: -2rem;
}
.custom-topseller .custom-topseller-inner .slick-arrow {
    opacity: 1;
    background-color: transparent;
}
.custom-topseller .custom-topseller-inner .slick-arrow::after{
    font-size: 30px;
    padding: 0;
    color: #9F9F9F;
    padding: 0;
}
.custom-topseller .custom-topseller-inner .slick-prev {
    left: -1rem;
}
.custom-topseller .custom-topseller-inner .slick-next {
    right: -1rem;
}
@media(max-width: 1440px)
{
    .custom-topseller .custom-topseller-inner .slick-arrow {
        opacity: .5;
        background-color: transparent;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .custom-topseller .custom-topseller-inner .slick-prev {
        left: 1rem;
    }
    .custom-topseller .custom-topseller-inner .slick-next {
        right: 1rem;
    }
}
@media (max-width: 1240px)
{
    .custom-topseller-product {
        max-width: 200px;
        margin: 0 auto;
        display: block !important;
    }
    .custom-topseller-product img {
        width: 200px;
        margin-top: 15px;
    }
}
@media (max-width: 992px)
{
    .custom-topseller-product .custom-topseller-title {
        font-size: 16px;
        line-height: 20px;
    }
    .custom-topseller-inner.flex {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .custom-topseller-product {
        width: 50%;
        max-width: 100%; 
    }
    .custom-topseller-product img {
        width: 293px;
    }
}
@media(max-width: 768px)
{
    .custom-topseller-product {
        width: 50%;
    }
    .custom-topseller-product img {
        width: 250px;
    }
    .custom-topseller-product .custom-topseller-title {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .custom-topseller .bg {
        height: 66%;
    }
    .custom-topseller-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 620px)
{
    .custom-topseller .custom-topseller-inner .slick-prev {
        left: 16px;
    }

    .custom-topseller .custom-topseller-inner .slick-next {
        right: 16px;
    }
    .custom-topseller .custom-topseller-inner .slick-arrow {
        opacity: .3;
        -webkit-transform: translate(0, -75%);
        transform: translate(0, -75%);
    }
    .custom-topseller-container {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-topseller-product img {
        width: 250px;
    }
    .custom-topseller-product .custom-topseller-title {
        max-width: 250px;
        font-size: 15px;
        margin-top: 10px;
    }
    .custom-topseller-inner.flex {
        row-gap: 20px;
    }
    .custom-topseller-product .custom-topseller-price {
        margin-top: 5px;
    }
    section.custom-topseller {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}
@media(max-width: 520px) {
    .custom-topseller-product img {
        width: 100%;
        max-width: 300px;
    }
}
@media(max-width: 350px)
{
    .custom-topseller-product {
        width: 100%;
    }
    .custom-topseller-product .custom-topseller-title {
        max-width: 200px;
    }
}

.custom-topseller.alt-style .headline{
    font-size: 18px !important;
    font-family: var(--nunito-font) !important;
    text-transform: uppercase;
    font-weight: 600 !important;
  }
  .custom-topseller.alt-style .custom-topseller-product .custom-topseller-title{
    font-size: 18px !important;
    font-family: var(--nunito-font) !important;
    font-weight: 300;
  }
  .custom-topseller.alt-style .custom-topseller-product .custom-topseller-price{
    font-size: 15px !important;
    font-family: var(--nunito-font) !important;
    font-weight: 600;
  }
  