/* Presentation only. Keep visibility utilities, Slick geometry and commerce rules intact. */
[data-bh-storefront] { --bh-blue: #0767ad; --bh-ink: #122b42; --bh-line: #e2eaf0; --bh-muted: #526577; --bh-surface: #f5f9fc; color: var(--bh-ink); background: #fff; }
[data-bh-storefront] #site-header { background: #fff; box-shadow: 0 4px 22px rgba(18,43,66,.045); }
[data-bh-storefront] #site-header .masthead { border-color: var(--bh-line) !important; }
[data-bh-storefront] #site-header .dropdown-menu { border-radius: 12px !important; border-color: var(--bh-line) !important; box-shadow: 0 14px 36px rgba(18,43,66,.12); }
[data-bh-storefront] #site-header .topbar { background: var(--bh-surface); border-color: var(--bh-line) !important; }
[data-bh-storefront] #site-header .topbar .nav-link { font-size: 12px; color: #405e73; }
[data-bh-storefront] #site-header .site-navigation .nav-link { font-weight: 600; }
[data-bh-storefront] #site-header .site-navigation .btn { border-radius: 6px; }
[data-bh-storefront] #site-header .dropdown-item { padding-block: 9px; }
[data-bh-storefront] #site-header .dropdown-item:hover { background-color: #edf5fa; color: var(--bh-blue); }
[data-bh-storefront] .site-search .input-group { border: 1px solid var(--bh-line); border-radius: 10px; background: var(--bh-surface); }
[data-bh-storefront] .site-search .input-group:focus-within { border-color: #83b0d0; box-shadow: 0 0 0 3px #0767ad12; }
[data-bh-storefront] .site-search .form-control { min-width: 0 !important; border-radius: 10px; border-color: transparent !important; background: transparent !important; box-shadow: none; }
[data-bh-storefront] .site-search .input-group-text { border-color: transparent !important; background: transparent !important; color: var(--bh-blue); }
[data-bh-storefront] .products .product { border-color: var(--bh-line) !important; border-radius: 14px !important; background-color: #fff; transition: box-shadow .2s ease, border-color .2s ease; }
[data-bh-storefront] .products .product:hover { border-color: #c4d9e8 !important; box-shadow: 0 8px 24px rgba(18,43,66,.075); }
[data-bh-storefront] .products .product__inner { border-radius: 12px; }
[data-bh-storefront] .woocommerce-loop-product__title { line-height: 1.5; }
[data-bh-storefront] .product__body .price { color: var(--bh-blue); font-weight: 700 !important; }
[data-bh-storefront] .product__body .price del { color: var(--bh-muted); }
[data-bh-storefront] .products .product:focus-within { border-color: #83b0d0 !important; }
[data-bh-storefront] .product-category__inner { border: 1px solid #122b4208; border-radius: 16px; transition: box-shadow .2s ease; }
[data-bh-storefront] .product-category__inner:hover { box-shadow: 0 8px 24px #122b4210; }
[data-bh-storefront] .product-category__body h3 { font-weight: 600; }
[data-bh-storefront] .u-slick__arrow { border-radius: 50%; }
[data-bh-storefront] .site-features { border-color: var(--bh-line) !important; background: #f5f9fc; }
[data-bh-storefront] .site-features .media { align-items: center; padding-block: 12px; }
[data-bh-storefront] .site-features .feature__icon { color: var(--bh-blue) !important; }
[data-bh-storefront] .site-features .feature__subtitle { color: var(--bh-muted); font-size: 13px; line-height: 1.6; }
[data-bh-storefront] a:focus-visible, [data-bh-storefront] button:focus-visible, [data-bh-storefront] input:focus-visible, [data-bh-storefront] select:focus-visible, [data-bh-storefront] textarea:focus-visible { outline: 3px solid #2585c7; outline-offset: 3px; }

/* Payment announcement: live, translated text and normal shop/cart links. */
.bh-hero { display: grid; grid-template-columns: 1fr 1fr; max-width: 1480px; margin: 24px auto 40px; background: #f1f7fb; border: 1px solid #e4edf3; border-radius: 24px; overflow: hidden; isolation: isolate; box-shadow: 0 10px 36px #122b4206; }
.bh-hero__copy { padding: clamp(28px, 3.5vw, 54px); align-self: center; min-width: 0; }
.bh-hero__eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #526d80; margin: 0 0 18px; }
.bh-hero__badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 11px; margin: 0 0 16px; border: 1px solid #c5e4d3; border-radius: 30px; background: #e9f5ee; color: #176742; font-size: 11px; font-weight: 600; line-height: 1.5; }
.bh-hero__badge span { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: #16804c; }
.bh-hero h2 { font-size: clamp(30px, 3.05vw, 48px); line-height: 1.14; letter-spacing: -.035em; font-weight: 700; color: #122b42; margin: 0 0 20px; }
.bh-hero h2 span { color: #0767ad; display: block; }
.bh-hero__description { font-size: 16px; line-height: 1.75; color: #526577; max-width: 510px; margin-bottom: 18px; }
.bh-hero__payment { font-size: 13px; line-height: 1.6; color: #176742; }
.bh-hero__payment i { margin-inline-end: 6px; }
.bh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.bh-button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none; transition: background-color .2s ease, box-shadow .2s ease; }
.bh-button--primary { color: #fff; background: #16804c; box-shadow: 0 4px 12px #16804c20; }
.bh-button--primary:hover { color: #fff; background: #11653c; }
.bh-button--secondary { color: #0767ad; border-color: #83b0d0; background: #ffffffb3; }
.bh-button--secondary:hover { color: #07558c; background: #fff; }
.bh-hero__benefits { display: flex; flex-wrap: wrap; gap: 16px 22px; list-style: none; padding: 20px 0 0; margin: 0; border-top: 1px solid #dce7ee; }
.bh-hero__benefits li { display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 500; color: #3a5366; }
.bh-hero__benefits i { color: #0767ad; font-size: 20px; }
.bh-hero__visual { min-width: 0; position: relative; background: #e4edf3; }
.bh-hero__visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.bh-hero__visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, #f1f7fb 0%, transparent 12%); }
.bh-promotions { border-radius: 20px; overflow: hidden; margin-inline: 24px; }
.bh-promotions .banner_btn { border-radius: 8px !important; }

/* Home sections keep their original order, content and visibility conditions. */
.bh-home section > .container > header h2 { font-weight: 600; letter-spacing: -.025em; }
.bh-welcome > .bg-gray-200 { background: #f5f9fc !important; border-block: 1px solid var(--bh-line); }
.bh-welcome > .bg-gray-200 > .container { padding-block: 36px; }
.bh-welcome .row { align-items: center; }
.bh-welcome p { color: var(--bh-muted); line-height: 1.85; }
.bh-welcome h6 { color: var(--bh-ink); font-weight: 600; }
.bh-welcome video { width: 100%; border-radius: 14px; }
.bh-welcome .stretched-link { color: var(--bh-blue) !important; font-size: 12px; letter-spacing: .06em; border-bottom: 1px solid #83b0d0; padding-bottom: 5px; }
[data-bh-storefront] #counter-container { max-width: 1480px; margin-inline: auto; padding: 32px 24px; background: #f5f9fc; border-block: 1px solid var(--bh-line); }
[data-bh-storefront] #counter-container .counter { color: var(--bh-blue); font-weight: 600; letter-spacing: -.03em; }
[data-bh-storefront] #counter-container .font-size-4 { color: var(--bh-muted); }
[data-bh-storefront] .authors .author img { border: 5px solid #f1f7fb; }

/* Catalog, cart and checkout: surfaces only, no sizing of Slick slides or controls. */
[data-bh-storefront] .page-header { background: var(--bh-surface); border-color: var(--bh-line) !important; }
[data-bh-storefront] .woocommerce-cart-form { border-radius: 14px; border-color: var(--bh-line) !important; }
[data-bh-storefront] .woocommerce-cart-form thead { background: var(--bh-surface); }
[data-bh-storefront] .cart_totals { border-radius: 14px; }
[data-bh-storefront] .checkout .input-text { border-radius: 8px; border-color: #d3dfe8; }
[data-bh-storefront] #order_review > .border { border-radius: 14px; border-color: var(--bh-line) !important; }
[data-bh-storefront] .checkout-button, [data-bh-storefront] #place_order { border-radius: 8px !important; }
[data-bh-storefront] .site-footer_v2 > .bg-primary { background: #103b5a !important; }
[data-bh-storefront] .site-footer_v2 .text-gray-450 { color: #d1e1ec !important; }
[data-bh-storefront] .site-footer_v2 a.text-gray-450:hover { color: #fff !important; }
[data-bh-storefront] .site-footer_v2 > .space-1 { background: #f5f9fc; border-top: 1px solid var(--bh-line); }

html[lang="ar"] .bh-hero__copy { text-align: right; }
html[lang="ar"] .bh-hero__eyebrow { letter-spacing: 0; font-size: 16px; }
html[lang="ar"] .bh-hero__badge { font-size: 15px; }
html[lang="ar"] .bh-hero h2 { letter-spacing: 0; line-height: 1.35; }
html[lang="ar"] .bh-hero__description { font-size: 21px; }
html[lang="ar"] .bh-hero__payment, html[lang="ar"] .bh-button { font-size: 18px; }
html[lang="ar"] .bh-hero__benefits li { font-size: 16px; }
html[lang="ar"] .bh-hero__visual::after { background: linear-gradient(270deg, #f1f7fb 0%, transparent 12%); }
html[lang="ar"] [data-bh-storefront] #site-header .topbar .nav-link { font-size: 16px; }
html[lang="ar"] .bh-home section > .container > header h2, html[lang="ar"] .bh-welcome .stretched-link { letter-spacing: 0; }
html[lang="ar"] .bh-welcome .stretched-link { font-size: 18px; }
html[lang="ar"] [data-bh-storefront] .site-features .feature__subtitle { font-size: 18px; }
@media (max-width: 1528px) { .bh-hero { margin-inline: 24px; } }
@media (min-width: 768px) and (max-width: 1100px) {
    .bh-hero { grid-template-columns: 1.15fr 1fr; }
    .bh-hero__copy { padding: 28px; }
    .bh-hero__eyebrow { font-size: 10px; }
    .bh-hero__description { font-size: 14px; }
    .bh-button { padding-inline: 16px; gap: 12px; }
}
@media (max-width: 767px) {
    .bh-hero { grid-template-columns: 1fr; margin: 16px 12px 24px; border-radius: 18px; }
    .bh-hero__copy { padding: 28px 24px; }
    .bh-hero__eyebrow { font-size: 10px; margin-bottom: 16px; }
    .bh-hero h2 { font-size: 34px; }
    .bh-hero__description { font-size: 14px; }
    .bh-hero__visual { aspect-ratio: 3 / 2; }
    .bh-hero__visual::after, html[lang="ar"] .bh-hero__visual::after { background: linear-gradient(180deg, #f1f7fb 0%, transparent 14%); }
    .bh-hero__actions { margin-block: 22px; }
    .bh-hero__benefits { gap: 16px; }
    .bh-promotions { margin-inline: 12px; border-radius: 16px; }
    [data-bh-storefront] .site-search { min-width: 0; }
    [data-bh-storefront] .site-search .form-control { width: 1%; }
    [data-bh-storefront] .site-features .feature__icon { font-size: 34px; }
    [data-bh-storefront] .site-features .media { text-align: start; }
    [data-bh-storefront] .site-features .media-body { margin-inline-start: 20px; }
    .bh-welcome > .bg-gray-200 > .container { padding-block: 24px; }
}
@media (max-width: 380px) { .bh-hero__copy { padding: 24px 18px; } .bh-button { width: 100%; } .bh-hero h2 { font-size: 29px; } }
@media (prefers-reduced-motion: reduce) { [data-bh-storefront] .products .product, [data-bh-storefront] .product-category__inner, .bh-button { transition: none; } }
