/* Featured brands — «ماركاتنا» */

.ahlmall-brands-section {
    padding: 40px 0 48px;
    background: linear-gradient(180deg, #fff 0%, rgba(248, 250, 252, .85) 100%);
}

.ahlmall-brands-section__header {
    margin-bottom: 22px;
}

.ahlmall-brands-section__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    color: #78350f;
    background: linear-gradient(90deg, rgba(255, 215, 0, .45), rgba(254, 243, 199, .95));
    border: 1px solid rgba(201, 162, 39, .55);
}

.ahlmall-brands-section__header h2 {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #1e293b;
}

.ahlmall-brands-section__frame {
    border-radius: 18px;
    padding: 4px;
    background: linear-gradient(
        145deg,
        #b8860b 0%,
        #ffd700 12%,
        #f8fafc 22%,
        #c0c5ce 34%,
        #e5e7eb 44%,
        #d4af37 56%,
        #94a3b8 68%,
        #f1f5f9 78%,
        #c9a227 88%,
        #9ca3af 100%
    );
    box-shadow:
        0 12px 32px rgba(15, 23, 42, .1),
        inset 0 1px 0 rgba(255, 255, 255, .55);
}

.ahlmall-brands-section__frame-inner {
    border-radius: 14px;
    padding: 22px 16px 18px;
    background: #fff;
    border: 1px solid rgba(192, 192, 192, .35);
    box-shadow: inset 0 0 0 1px rgba(255, 215, 0, .12);
}

.ahlmall-brands-section .client_logo.carousel_slider {
    min-height: 110px;
    padding: 0 40px;
}

.ahlmall-brands-section .cl_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding: 14px 12px;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ahlmall-brands-section .cl_logo:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 162, 39, .5);
    box-shadow:
        0 10px 22px rgba(15, 23, 42, .1),
        0 0 0 1px rgba(255, 215, 0, .2);
}

.ahlmall-brands-section .client_logo .cl_logo img {
    opacity: 1;
    width: auto;
    max-width: 130px;
    max-height: 56px;
    object-fit: contain;
    filter: none;
}

.ahlmall-brands-section .nav_style3.owl-theme .owl-nav [class*="owl-"] {
    color: var(--color-1st, #fd6a00);
    font-size: 26px;
    background: #fff;
    border: 2px solid rgba(201, 162, 39, .45);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    box-shadow: 0 3px 10px rgba(201, 162, 39, .2);
}

.ahlmall-brands-section .nav_style3.owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--color-1st, #fd6a00);
    border-color: var(--color-1st, #fd6a00);
    color: #fff;
}

@media (max-width: 767px) {
    .ahlmall-brands-section {
        padding: 28px 0 36px;
    }

    .ahlmall-brands-section__frame-inner {
        padding: 16px 10px 14px;
    }

    .ahlmall-brands-section .client_logo.carousel_slider {
        padding: 0 32px;
    }

    .ahlmall-brands-section .cl_logo {
        min-height: 82px;
        padding: 10px 8px;
    }

    .ahlmall-brands-section .client_logo .cl_logo img {
        max-width: 100px;
        max-height: 46px;
    }
}
