.blaze-slider{
    --slides-to-show:1;
    --slide-gap:20px;
    direction:ltr
}
.blaze-container{
    position:relative
}
.blaze-track-container{
    overflow:hidden
}
.blaze-track{
    will-change:transform;
    touch-action:pan-y;
    display:flex;
    gap:var(--slide-gap);
    --slide-width:calc((100% - (var(--slides-to-show) - 1) * var(--slide-gap)) / var(--slides-to-show));
    box-sizing:border-box
}
.blaze-track>*{
    box-sizing:border-box;
    width:var(--slide-width);
    flex-shrink:0
}
.blaze-prev,
.blaze-next{
    display: none !important;
}

.recommenders-tabs-home-page{
    margin-bottom: 35px;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.recommenders-tabs-home-page button{
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    border: 1.6px solid #F7F7FA;
    min-width: 140px;
    padding: 10px 25px;
    background: #F7F7FA;
    display: inline-block;
    margin-right: 12px;
}
.recommenders-tabs-home-page button:last-of-type{
    margin-right: 0;
}
.recommenders-tabs-home-page button.active{
    background: linear-gradient(119deg, #623D7D 1.41%, #2763A5 80.75%);
    color: #FFFFFF;
}
.recommenders-home-page{
    margin-bottom: 40px;
    min-height: 450px;
}
.recommenders-home-page .athena-product-item-link,
.recommenders-home-page .athena-page-product-link{
    cursor: pointer;
}
.blaze-pagination{
    display: none;
}
.athena-product-image-photo {
    width: 100%;
    height: auto;
    object-fit: contain
}
.athena-xai__recommendation-title{
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.recommenders-home-page .athena-xai__recommendation-title{
    display: none;
}
.athena-page-product-link {
    text-decoration: none;
    color: #000
}
.athena-price-container {
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
}
.athena-sale-price,
.athena-price,
.athena-price-when-sale{
    font-size: 18px;
    font-weight: 500;
    opacity: 0.7;
    color: #4F4F69;
    padding: 0;
}
.athena-price-when-sale{
    text-decoration: line-through;
    opacity: 0.3;
}
.athena-xai__recommendation-grid,
.athena-xai__recommendation-blaze-slider {
    width: 100%;
    margin: 0 auto;
}
.athena-xai__recommendation-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}
@media (max-width: 1250px) {
    .athena-xai__recommendation-grid-container {
        grid-template-columns: repeat(4, 1fr)
    }

    .athena-xai__recommendation-grid {
        padding: 20px 50px 0
    }
}

@media (max-width: 1024px) {
    .athena-xai__recommendation-grid-container {
        grid-template-columns: repeat(3, 1fr)
    }
    .athena-sale-price,
    .athena-price,
    .athena-price-when-sale{
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .athena-xai__recommendation-grid-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 500px) {
    .athena-xai__recommendation-grid-container {
        grid-template-columns: repeat(1, 1fr)
    }
}
