.mick-brand-explorer,
.mick-brand-explorer * {
    box-sizing: border-box;
    font-family: IRANS, IRANSans, Arial, sans-serif;
}

.mick-brand-explorer {
    width: 100%;
    direction: rtl;
    color: #1E293B;
}

.mick-brand-explorer__hero {
    max-width: 1180px;
    margin: 0 auto 26px;
    padding: 34px 18px 20px;
    text-align: right;
}

.mick-brand-explorer__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: #2B529F;
    font-size: 13px;
    font-weight: 800;
}

.mick-brand-explorer__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2B529F;
    box-shadow: 0 0 0 6px rgba(43, 82, 159, .10);
}

.mick-brand-explorer__title {
    margin: 0 0 10px;
    color: #102033;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.35;
}

.mick-brand-explorer__desc {
    max-width: 720px;
    margin: 0;
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
}

.mick-brand-explorer__layout {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 18px 54px;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.mick-brand-explorer__sidebar {
    position: sticky;
    top: 96px;
    max-height: calc(100vh - 120px);
    overflow: hidden;
    border: 1px solid #E5EAF2;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 18px 50px rgba(15, 35, 70, .07);
}

.mick-brand-explorer__sidebar-head {
    padding: 18px 18px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid #EDF1F6;
}

.mick-brand-explorer__sidebar-head span {
    color: #102033;
    font-size: 16px;
    font-weight: 900;
}

.mick-brand-explorer__sidebar-head small {
    color: #2B529F;
    font-size: 12px;
    font-weight: 800;
}

.mick-brand-explorer__search-wrap {
    padding: 12px 14px;
    border-bottom: 1px solid #EDF1F6;
}

.mick-brand-explorer__search {
    width: 100%;
    height: 42px;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 0 14px;
    outline: none;
    color: #1E293B;
    background: #F7F9FC;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    transition: all .25s ease;
}

.mick-brand-explorer__search:focus {
    border-color: rgba(43, 82, 159, .45);
    background: #FFFFFF;
    box-shadow: 0 0 0 4px rgba(43, 82, 159, .08);
}

.mick-brand-explorer__brands {
    padding: 10px;
    max-height: calc(100vh - 250px);
    overflow: auto;
}

.mick-brand-explorer__brands::-webkit-scrollbar {
    width: 6px;
}

.mick-brand-explorer__brands::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 999px;
}

.mick-brand-explorer__brand {
    width: 100%;
    min-height: 64px;
    margin: 0 0 8px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 18px;
    background: transparent;
    cursor: pointer;
    text-align: right;
    transition: all .25s ease;
}

.mick-brand-explorer__brand:hover {
    background: #F7F9FC;
    transform: translateX(-2px);
}

.mick-brand-explorer__brand.is-active {
    background: linear-gradient(135deg, rgba(43, 82, 159, .12), rgba(255, 255, 255, .95));
    border-color: rgba(43, 82, 159, .22);
    box-shadow: inset 3px 0 0 #2B529F;
}

.mick-brand-explorer__brand-logo {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
    background: #FFFFFF;
    border: 1px solid #E5EAF2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mick-brand-explorer__brand-logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    display: block;
}

.mick-brand-explorer__brand-logo span {
    color: #2B529F;
    font-size: 18px;
    font-weight: 900;
}

.mick-brand-explorer__brand-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.mick-brand-explorer__brand-text strong {
    color: #102033;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mick-brand-explorer__brand-text small {
    color: #64748B;
    font-size: 12px;
    font-weight: 600;
}

.mick-brand-explorer__content {
    min-height: 500px;
    border: 1px solid #E5EAF2;
    border-radius: 28px;
    background:
        radial-gradient(circle at top left, rgba(43, 82, 159, .08), transparent 35%),
        #FFFFFF;
    box-shadow: 0 18px 50px rgba(15, 35, 70, .07);
    overflow: hidden;
}

.mick-brand-explorer__content-head {
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #EDF1F6;
}

.mick-brand-explorer__content-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #2B529F;
    font-size: 12px;
    font-weight: 900;
}

.mick-brand-explorer__content-title {
    margin: 0;
    color: #102033;
    font-size: 25px;
    font-weight: 950;
    line-height: 1.4;
}

.mick-brand-explorer__quote-btn,
.mick-brand-category-block__all,
.mick-brand-product-card__quote,
.mick-brand-no-products a {
    position: relative;
    overflow: hidden;
}

.mick-brand-explorer__quote-btn {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: #2B529F;
    color: #FFFFFF !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 12px 28px rgba(43, 82, 159, .22);
    transition: all .25s ease;
}

.mick-brand-explorer__quote-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(43, 82, 159, .28);
}

.mick-brand-explorer__results {
    padding: 22px;
    min-height: 380px;
}

.mick-brand-explorer__results.is-loading {
    opacity: .45;
    pointer-events: none;
}

.mick-brand-category-block {
    margin-bottom: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EDF1F6;
}

.mick-brand-category-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.mick-brand-category-block__head {
    margin-bottom: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.mick-brand-category-block__label {
    display: block;
    margin-bottom: 5px;
    color: #64748B;
    font-size: 12px;
    font-weight: 800;
}

.mick-brand-category-block__head h3 {
    margin: 0;
    color: #102033;
    font-size: 21px;
    font-weight: 950;
    line-height: 1.45;
}

.mick-brand-category-block__all {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid rgba(43, 82, 159, .22);
    border-radius: 13px;
    background: #FFFFFF;
    color: #2B529F !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    transition: all .25s ease;
}

.mick-brand-category-block__all:hover {
    background: #2B529F;
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

.mick-brand-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mick-brand-product-card {
    min-width: 0;
    border: 1px solid #E5EAF2;
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
    transition: all .25s ease;
}

.mick-brand-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(43, 82, 159, .28);
    box-shadow: 0 16px 36px rgba(15, 35, 70, .10);
}

.mick-brand-product-card__image {
    height: 150px;
    padding: 14px;
    background: linear-gradient(180deg, #F7F9FC, #FFFFFF);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.mick-brand-product-card__image img {
    max-width: 100%;
    max-height: 122px;
    object-fit: contain;
    display: block;
    transition: transform .25s ease;
}

.mick-brand-product-card:hover .mick-brand-product-card__image img {
    transform: scale(1.04);
}

.mick-brand-product-card__placeholder {
    width: 100%;
    height: 100%;
    border: 1px dashed #CBD5E1;
    border-radius: 14px;
    color: #94A3B8;
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mick-brand-product-card__body {
    padding: 14px;
}

.mick-brand-product-card__body h4 {
    min-height: 48px;
    margin: 0 0 8px;
    color: #102033;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.7;
}

.mick-brand-product-card__body h4 a {
    color: inherit !important;
    text-decoration: none !important;
}

.mick-brand-product-card__body p {
    margin: 0 0 12px;
    color: #64748B;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
}

.mick-brand-product-card__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.mick-brand-product-card__details,
.mick-brand-product-card__quote {
    min-height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
    transition: all .25s ease;
}

.mick-brand-product-card__details {
    background: #F7F9FC;
    color: #1E293B !important;
    border: 1px solid #E5EAF2;
}

.mick-brand-product-card__details:hover {
    background: #EEF3FA;
}

.mick-brand-product-card__quote {
    background: #2B529F;
    color: #FFFFFF !important;
    border: 1px solid #2B529F;
}

.mick-brand-product-card__quote:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(43, 82, 159, .22);
}

.mick-brand-no-products {
    padding: 42px 24px;
    border: 1px dashed rgba(43, 82, 159, .25);
    border-radius: 22px;
    background: rgba(43, 82, 159, .04);
    text-align: center;
}

.mick-brand-no-products h3 {
    margin: 0 0 10px;
    color: #102033;
    font-size: 20px;
    font-weight: 950;
}

.mick-brand-no-products p {
    max-width: 620px;
    margin: 0 auto 18px;
    color: #616161;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
}

.mick-brand-no-products a {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: #2B529F;
    color: #FFFFFF !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 900;
}

.mick-brand-error,
.mick-brand-empty {
    max-width: 900px;
    margin: 30px auto;
    padding: 18px;
    border-radius: 18px;
    background: #FFF7ED;
    color: #9A3412;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    direction: rtl;
    text-align: right;
}

@media (max-width: 1024px) {
    .mick-brand-explorer__layout {
        grid-template-columns: 260px minmax(0, 1fr);
        gap: 16px;
    }

    .mick-brand-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .mick-brand-explorer__hero {
        padding: 26px 14px 16px;
        margin-bottom: 14px;
    }

    .mick-brand-explorer__desc {
        font-size: 14px;
    }

    .mick-brand-explorer__layout {
        padding: 0 14px 36px;
        display: block;
    }

    .mick-brand-explorer__sidebar {
        position: relative;
        top: auto;
        max-height: none;
        margin-bottom: 16px;
        border-radius: 22px;
    }

    .mick-brand-explorer__brands {
        display: flex;
        gap: 10px;
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px 12px 14px;
    }

    .mick-brand-explorer__brand {
        width: 180px;
        flex: 0 0 180px;
        margin: 0;
    }

    .mick-brand-explorer__brand:hover {
        transform: none;
    }
 .mick-brand-explorer__brand.is-active {
        box-shadow: inset 0 -3px 0 #2B529F;
    }

    .mick-brand-explorer__content {
        border-radius: 22px;
    }

    .mick-brand-explorer__content-head {
        padding: 18px;
        display: block;
    }

    .mick-brand-explorer__quote-btn {
        width: 100%;
        margin-top: 14px;
    }

    .mick-brand-explorer__results {
        padding: 16px;
    }

    .mick-brand-category-block__head {
        display: block;
    }

    .mick-brand-category-block__all {
        width: 100%;
        margin-top: 12px;
    }

    /*.mick-brand-products-grid {*/
    /*    grid-template-columns: 1tr;*/
    /*}*/

    .mick-brand-product-card__image {
        height: 170px;
    }
    
}
.mick-brand-main-category {
    margin: 0 0 28px;
    padding: 22px;
    border: 1px solid rgba(43, 82, 159, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.mick-brand-main-category__head {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5eaf2;
}

.mick-brand-main-category__label,
.mick-brand-category-block__label {
    display: inline-flex;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 800;
    color: #2B529F;
}

.mick-brand-main-category__head h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 900;
    color: #102033;
}

.mick-brand-main-category__head p {
    margin: 0;
    font-size: 14px;
    color: #616161;
}

.mick-brand-subcategory-list {
    display: grid;
    gap: 18px;
}

.mick-brand-category-block.is-empty {
    background: #ffffff;
    border-style: dashed;
}

.mick-brand-empty-subcategory {
    padding: 18px;
    border-radius: 18px;
    background: #f7f9fc;
    border: 1px dashed #d7deea;
}

.mick-brand-empty-subcategory strong {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #102033;
}

.mick-brand-empty-subcategory p {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.9;
    color: #616161;
}

.mick-brand-empty-subcategory a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: #2B529F;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.mick-brand-product-card__body h5 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.8;
}

.mick-brand-product-card__body h5 a {
    color: #102033;
    text-decoration: none;
}

@media (max-width: 767px) {
    .mick-brand-main-category {
        padding: 16px;
        border-radius: 20px;
    }

    .mick-brand-main-category__head h3 {
        font-size: 18px;
    }
}
.mick-brand-sidebar-quote {
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(43, 82, 159, 0.14);
    box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.mick-brand-sidebar-quote__badge {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(43, 82, 159, 0.08);
    color: #2B529F;
    font-size: 11px;
    font-weight: 900;
}

.mick-brand-sidebar-quote h3 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 900;
    color: #102033;
}

.mick-brand-sidebar-quote p {
    margin: 0 0 14px;
    font-size: 12.5px;
    line-height: 1.9;
    color: #616161;
}

.mick-brand-sidebar-quote__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 14px;
    background: #2B529F;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mick-brand-sidebar-quote__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(43, 82, 159, 0.22);
}

.mick-brand-product-card__whatsapp {
    background: #2B529F;
    color: #fff !important;
}
.mick-brand-sidebar-quote {
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(43, 82, 159, 0.14);
    box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
    direction: rtl;
    text-align: right;
}

.mick-brand-sidebar-quote--desktop {
    display: block !important;
}

.mick-brand-sidebar-quote--mobile {
    display: none !important;
}

.mick-brand-sidebar-quote__badge {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(43, 82, 159, 0.08);
    color: #2B529F;
    font-size: 11px;
    font-weight: 900;
}

.mick-brand-sidebar-quote h3 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 900;
    color: #102033;
}

.mick-brand-sidebar-quote p {
    margin: 0 0 14px;
    font-size: 12.5px;
    line-height: 1.9;
    color: #616161;
}

.mick-brand-sidebar-quote__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 14px;
    background: #2B529F;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mick-brand-sidebar-quote__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(43, 82, 159, 0.22);
}

@media (max-width: 767px) {
    .mick-brand-sidebar-quote--desktop {
        display: none !important;
    }

    .mick-brand-sidebar-quote--mobile {
        display: block !important;
        margin: 22px 0 0 !important;
        padding: 18px !important;
        border-radius: 20px !important;
        background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
        border: 1px solid rgba(43, 82, 159, 0.14) !important;
        box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06) !important;
    }
}