.best-sellers.tabstra .silver-tabs-heading-row {
    min-height: 78px;
    background: var(--color-background);
}

.best-sellers.tabstra .silver-tabs-heading {
    position: relative;
    min-height: 78px;
}

.best-sellers.tabstra .silver-tabs-heading::before {
    content: attr(data-name);
    position: absolute;
    left: 24px;
    top: 5px;
    color: #f5f5f5;
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
    pointer-events: none;
}

.best-sellers.tabstra .silver-tabs-toolbar {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    margin-bottom: 18px;
}

.best-sellers.tabstra .silver-tabs-navigation {
    min-width: 0;
}

.best-sellers.tabstra .silver-tabs-navigation .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: max-content;
    max-width: 100%;
    background: transparent !important;
    border-bottom: 1px solid #eee !important;
}

.best-sellers.tabstra .silver-tabs-navigation .nav-link {
    width: auto !important;
    flex: 0 0 auto;
    min-width: 0;
    padding: .6rem 2.5rem .9rem;
    color: #666;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    text-align: center;
}

.best-sellers.tabstra .silver-tabs-navigation .nav-link.active {
    color: #041436;
    font-weight: 700;
    border-bottom-color: #333 !important;
}

.best-sellers.tabstra .silver-tabs-navigation .nav-link.active::before {
    display: none;
    content: none;
}

.best-sellers.tabstra .silver-tabs-see-all {
    position: absolute;
    right: 0;
    flex: 0 0 auto;
    padding-bottom: .95rem;
    color: #041436;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}

.best-sellers.tabstra .silver-tabs-see-all i {
    margin-left: .45rem;
    font-size: .9rem;
}

@media only screen and (max-width: 520px) {
    .best-sellers.tabstra .silver-tabs-heading-row,
    .best-sellers.tabstra .silver-tabs-heading {
        min-height: 58px;
    }

    .best-sellers.tabstra .silver-tabs-heading::before {
        left: 14px;
        top: 2px;
        font-size: 2rem;
    }

    .best-sellers.tabstra .silver-tabs-navigation .nav-tabs {
        overflow-x: auto;
    }

    .best-sellers.tabstra .silver-tabs-navigation .nav-link {
        flex: 0 0 auto;
        padding: .75rem .5rem;
    }

    .best-sellers.tabstra .silver-tabs-toolbar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .best-sellers.tabstra .silver-tabs-see-all {
        right: 0;
        bottom: 0;
        padding-bottom: 0;
    }
}
