/* ---------- Section header ---------- */
.category-wise-product.style-1 .bento-section-head-3 {
    margin-bottom: 16px;
    text-align: center;
}

.category-wise-product.style-1 .bento-eyebrow-3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--title-color, #1a1a1a);
}

.category-wise-product.style-1 .bento-eyebrow-logo-3 {
    width: auto;
    height: 16px;
    object-fit: contain;
}

.category-wise-product.style-1 .bento-title-3 {
    margin: 0;
    font-weight: 500;
    font-size: 44px;
    line-height: 1.15;
    color: var(--title-color, #1a1a1a);
}

/* ---------- Tab strip ---------- */
.category-wise-product.style-1 .category-wise-product-tab-decoration {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(20px, 1.8vw, 32px);
}

.category-wise-product.style-1 .tab-nav-outline .nav-item .nav-link {
    background: none !important;
    border: none !important;
    border-radius: 0;
    padding: 6px 16px;
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 400;
    text-transform: uppercase !important;
    color: rgb(97, 97, 97) !important;
    text-transform: none;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: 2px !important;
    position: relative;
}

.category-wise-product.style-1 .tab-nav-outline .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 1px;
    background-color: rgb(148, 148, 148);
    transform: scaleX(0);
    transition: transform .2s ease;
}



.category-wise-product.style-1 .tab-nav-outline .nav-item .nav-link.active::after {
    transform: scaleX(1);
}

.category-wise-product.style-1 .tab-nav-outline .nav-item .nav-link:hover {
    color: rgb(51, 51, 51) !important;
    border-width: 0 !important;
}

.category-wise-product.style-1 .tab-pane {
    padding: 0;
}

.category-wise-product.style-1 .tab-content {
    background: none !important;
}

.category-wise-product.style-1 .nav-tabs {
    flex-wrap: nowrap;
    gap: 0px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1400px) {
    .category-wise-product.style-1 .bento-section-head-3 { margin-bottom: 14px; }
    .category-wise-product.style-1 .bento-title-3 { font-size: 38px; }
    .category-wise-product.style-1 .bento-eyebrow-3 { font-size: 12px; }
}

@media (max-width: 1200px) {
    .category-wise-product.style-1 .bento-section-head-3 { margin-bottom: 13px; }
    .category-wise-product.style-1 .bento-title-3 { font-size: 33px; }
    .category-wise-product.style-1 .bento-eyebrow-3 { font-size: 12px; }
}

@media (max-width: 991px) {
    .category-wise-product.style-1 .bento-section-head-3 { margin-bottom: 11px; }
    .category-wise-product.style-1 .bento-title-3 { font-size: 30px; }
    .category-wise-product.style-1 .bento-eyebrow-3 { font-size: 11px; }
}

@media (max-width: 767px) {
    .category-wise-product.style-1 .bento-section-head-3 { margin-bottom: 9px; }
    .category-wise-product.style-1 .bento-title-3 { font-size: 24px; }
    .category-wise-product.style-1 .bento-eyebrow-3 { font-size: 10px; margin-bottom: 5px; }

    .category-wise-product.style-1 .category-wise-product-tab-decoration {
        overflow-x: auto;
        margin-bottom: 15px;
        scrollbar-width: none;
    }

    .category-wise-product.style-1 .category-wise-product-tab-decoration::-webkit-scrollbar {
        display: none;
    }

    .category-wise-product.style-1 .product-wrapper .row {
        margin-left: 0;
        margin-right: 0;
    }

    .category-wise-product.style-1 .product-wrapper .row > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }
}
