.home-bestsellers-wrapper {
    margin-top: 48px;
}

.home-bestsellers {
    text-align: center;
}

.home-bestsellers .title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}

.home-bestsellers .tabs-wrapper {
    text-align: center;
    margin-top: 48px;
}

.home-bestsellers .tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
}

.home-bestsellers .tabs li .separator {
    width: 1px;
    height: 36px;
    background: rgba(0, 0, 0, 0.25);
    font-size: 0;
}

.home-bestsellers .tabs li:not(:first-child) {
    margin-left: 10px;
}

.home-bestsellers .tabs-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    display: inline-flex;
    padding: 10px 18px;
    background: transparent;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

.home-bestsellers .tabs-link:hover {
    background: rgba(0,0,0,.05);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.home-bestsellers .tabs li:first-child .tabs-link {
    margin-left: 30px;
}

.home-bestsellers .tabs li:last-child .tabs-link {
    margin-right: 30px;
}

.home-bestsellers .tabs li.hidden {
    display: none;
}

.home-bestsellers li.active .tabs-link {
    background: var(--button);
    color: #fff;
}

.home-bestsellers .products {
    margin-top: 48px;
}

.home-bestsellers .more {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none;
    background: var(--button);
    border-radius: 5px;
    margin: 28px 0;
}

.home-bestsellers .more:hover {
    background: #fff;
}

@media screen and (min-width: 1200px) {
    
    .home-bestsellers-wrapper {
        margin-top: 72px;
    }
    
    .home-bestsellers {
        text-align: center;
    }
    
    .home-bestsellers .title {
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 110%;
        text-align: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.8);
    }
    
    .home-bestsellers .tabs-wrapper {
        text-align: center;
        margin-top: 24px;
    }
    
    .home-bestsellers .tabs {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: auto;
    }
    
    .home-bestsellers .tabs li .separator {
        width: 1px;
        height: 36px;
        background: rgba(0, 0, 0, 0.25);
        font-size: 0;
    }
    
    .home-bestsellers .tabs li:not(:first-child) {
        margin-left: 10px;
    }
    
    .home-bestsellers .tabs-link {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 125%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.8);
        display: inline-flex;
        padding: 10px 18px;
        background: transparent;
        border-radius: 5px;
        text-decoration: none;
        white-space: nowrap;
    }
    
    .home-bestsellers .tabs-link:hover {
        background: rgba(0,0,0,.05);
        backdrop-filter: blur(10px);
    }
    
    .home-bestsellers .tabs li:first-child .tabs-link {
        margin-left: 30px;
    }
    
    .home-bestsellers .tabs li:last-child .tabs-link {
        margin-right: 30px;
    }
    
    .home-bestsellers .tabs li.hidden {
        display: none;
    }
    
    .home-bestsellers li.active .tabs-link {
        background: var(--button);
        color: #fff;
    }
    
    .home-bestsellers .products {
        margin-top: 48px;
    }
    
    .home-bestsellers .more {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        display: inline-flex;
        align-items: center;
        text-align: center;
        color: #fff;
        padding: 10px 18px;
        text-decoration: none;
        background: var(--button);
        border-radius: 5px;
        margin: 28px 0 28px 0;
        padding: 15px 30px;
        font-size: 18px;
    }
    
    .home-bestsellers .more:hover {
        background: var(--button-hover);
    }
    
    
    
    .home-bestsellers .tabs {     
        justify-content: center;     
    }
}