.f-product-tabs__load-more {
    justify-content: center;
    margin-top: 32px
}

@media screen and (min-width: 768px) {
    .f-product-tabs__load-more {
        margin-top: 40px
    }
}

@media screen and (min-width: 1280px) {
    .f-product-tabs__load-more {
        margin-top: 60px
    }
}

.f-product-tabs--select .f-section__heading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.f-product-tabs--select .f-section__heading h2 {
    color: rgb(var(--color-foreground-secondary));
    white-space: nowrap
}

.f-product-tabs--select .f-tab-header {
    display: none
}

@media screen and (max-width: 767px) {
    .f-product-tabs--select .f-section__heading {
        flex-wrap: wrap
    }
}

.f-product-tabs--horizontal .f-section__tabs {
    max-width: 100%;
    overflow-x: auto;
    display: inline-flex;
    align-items: center
}

.f-product-tabs--horizontal .f-section__tabs::-webkit-scrollbar {
    display: none
}

.f-product-tabs--horizontal .f-tab-header {
    padding: 5px 0 7px;
    flex-shrink: 0
}

.f-product-tabs--horizontal .f-tab-header:after {
    bottom: 0
}

.f-product-tabs--horizontal .f-select-custom {
    width: 100%;
    display: none
}

.f-product-tabs .f-tabs__wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px
}

@media screen and (max-width: 767px) {
    .f-product-tabs .f-tabs__wrapper {
        gap: 24px
    }
}

.f-product-tabs .f-select-custom {
    width: auto;
    position: relative;
    z-index: 50;
    border: 0
}

.f-product-tabs .f-select-custom:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    bottom: -4px;
    left: 0
}

@media screen and (max-width: 767px) {
    .f-product-tabs .f-select-custom br {
        display: none
    }
}

.f-product-tabs .f-select-custom .f-select-custom--trigger-icon svg {
    width: 20px;
    height: 20px
}

@media screen and (max-width: 1023px) {
    .f-product-tabs .f-select-custom .f-select-custom--trigger-icon svg {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 767px) {
    .f-product-tabs .f-select-custom .f-select-custom--trigger-icon svg {
        width: 14px;
        height: 14px
    }
}

.f-product-tabs .f-section__heading {
    position: relative;
    z-index: 5
}

.f-product-tabs .f-section__tabs {
    margin-top: 30px;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 767px) {
    .f-product-tabs .f-section__tabs {
        margin-top: 16px
    }
}

.f-product-tabs .f-tab-content {
    opacity: 0
}

.f-product-tabs .f-product-list {
    position: relative
}

.f-product-tabs .f-select-custom--options {
    border-radius: 0;
    text-align: left
}

.f-product-tabs .swiper-pagination {
    position: relative;
    z-index: 1
}

.f-tab-content:not(.active,.open) .f-accordion--item-content {
    content-visibility: hidden
}
