/**
 * Homepage product sections — headers, tabs, product-blocks columns, carousel layout
 */

/* —— Shared section headers —— */
.ahlmall-product-collections .heading_tab_header,
.ahlmall-trending-products .heading_tab_header,
.product-blocks .heading_tab_header {
    margin-bottom: 1.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ahlmall-product-collections .heading_tab_header .heading_s2 h4,
.ahlmall-trending-products .heading_tab_header .heading_s2 h4,
.product-blocks .heading_tab_header .heading_s2 h4 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.35;
    display: inline-block;
    padding-bottom: 0.35rem;
    border-bottom: 2px solid rgba(253, 106, 0, .55);
}

.ahlmall-product-collections .heading_tab_header .heading_s2 h4 {
    border-bottom: none;
    padding-bottom: 0;
}

.ahlmall-product-collections .view_all,
.ahlmall-trending-products .view_all,
.product-blocks .view_all {
    flex-shrink: 0;
}

.ahlmall-trending-products .view_all a.text_default,
.product-blocks .view_all a.text_default {
    color: var(--color-1st, #fd6a00);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.ahlmall-trending-products .view_all a.text_default:hover,
.product-blocks .view_all a.text_default:hover {
    color: var(--color-1st, #fd6a00);
    opacity: .88;
}

/* —— منتجات حصرية (tabs) —— */
.ahlmall-product-collections {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.ahlmall-product-collections .tab-style2 .nav-tabs {
    gap: 0.35rem;
}

.ahlmall-product-collections .tab-style2 .nav-tabs li.nav-item a {
    padding: 0.45rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    color: #292b2c;
    transition: background-color .2s ease, color .2s ease;
}

.ahlmall-product-collections .tab-style2 .nav-tabs li.nav-item a.active,
.ahlmall-product-collections .tab-style2 .nav-tabs li.nav-item a.active:hover {
    background-color: #fff;
    color: var(--color-1st, #fd6a00);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .08);
}

.ahlmall-product-collections .tab_slider .ahlmall-carousel-nav__wrap {
    margin-top: 0.5rem;
}

/* أسهم حصرية: بيضاء + حد ذهبي + أيقونة برتقالية/ذهبية */
.ahlmall-product-collections .ahlmall-carousel-nav__arrow {
    background: #fff !important;
    border: 2px solid #c9a227 !important;
    color: var(--color-1st, #fd6a00) !important;
    box-shadow: 0 2px 10px rgba(201, 162, 39, .25) !important;
}

.ahlmall-product-collections .ahlmall-carousel-nav__arrow:hover {
    background: #fff !important;
    border-color: #d4af37 !important;
    color: #e65c00 !important;
}

/* —— المنتجات الرائجة —— */
.ahlmall-trending-products {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.ahlmall-trending-products trending-products-component {
    display: block;
    width: 100%;
}

/* أسهم رائجة: دائرة ذهبية + سهم أبيض (مختلفة عن الحصرية) */
.ahlmall-trending-products .ahlmall-carousel-nav__arrow {
    background: #e5c76b !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .2) !important;
}

.ahlmall-trending-products .ahlmall-carousel-nav__arrow:hover {
    background: #d4af37 !important;
    color: #fff !important;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .28) !important;
}

/* —— ثلاثة أعمدة (مميزة / تقييم / تخفيضات) —— */
.product-blocks.section {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.product-blocks .col-lg-4 {
    margin-bottom: 1.25rem;
}

.product-blocks .col-lg-4 > .row:first-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.product-blocks .col-lg-4 > .row:last-child {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.product-blocks featured-products-component,
.product-blocks top-rated-products-component,
.product-blocks on-sale-products-component {
    display: block;
    width: 100%;
}

.product-blocks .ahlmall-carousel-nav__wrap {
    width: 100%;
    min-height: 240px;
    align-items: center;
    justify-content: space-between;
}

.product-blocks .ahlmall-carousel-nav__wrap > .product_slider,
.product-blocks .ahlmall-carousel-nav__wrap > .owl-carousel {
    min-height: 200px;
}

.product-blocks .ahlmall-carousel-nav__arrow {
    background: #fff8e7;
    border: 1px solid rgba(253, 106, 0, .35);
    color: var(--color-1st, #fd6a00);
    box-shadow: 0 2px 8px rgba(253, 106, 0, .12);
}

.product-blocks .ahlmall-carousel-nav__arrow:hover {
    background: #fff;
    border-color: var(--color-1st, #fd6a00);
}

.product-blocks .product {
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 992px) {
    .product-blocks .col-lg-4 {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 0;
    }

    .product-blocks .col-lg-4 + .col-lg-4 {
        border-inline-start: 1px solid rgba(0, 0, 0, .08);
    }
}

@media (max-width: 991px) {
    .ahlmall-product-collections .heading_tab_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .ahlmall-product-collections .tab-style2 {
        width: 100%;
    }

    .ahlmall-product-collections .tab-style2 .nav-tabs {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
}
