/* JBA v16.20.232 exact-order CSS consolidation. Do not edit generated sections manually. */

/* ===== BEGIN jba-v15.2.59-category-first-live-search.css ===== */
/* JBA v15.2.59 - category-first one-character live search */
body .jba-v143-search-results {
    width: min(780px, calc(100vw - 24px));
    max-height: min(640px, 78vh);
    background: #f7f9fc;
}

body .jba-v15259-search-content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body .jba-v15259-search-section {
    padding: 10px;
    background: #fff;
}

body .jba-v15259-search-section + .jba-v15259-search-section {
    border-top: 1px solid #e7edf5;
}

body .jba-v15259-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 2px 3px 9px;
    color: #001246;
}

body .jba-v15259-section-title strong {
    font-size: 13px;
    font-weight: 950;
    line-height: 1.7;
}

body .jba-v15259-section-title span {
    color: #778398;
    font-size: 10px;
    font-weight: 750;
    line-height: 1.5;
}

body .jba-v15259-category-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

body .jba-v143-search-item.jba-v15259-category-item {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto 18px;
    align-items: center;
    gap: 8px;
    min-height: 62px;
    padding: 8px 9px;
    overflow: visible;
    border: 1px solid #dfe7f2;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 18, 70, .035);
    transform: none;
}

body .jba-v143-search-item.jba-v15259-category-item:hover,
body .jba-v143-search-item.jba-v15259-category-item.jba-v143-active {
    border-color: #f5a51a;
    background: #fffaf0 !important;
    box-shadow: 0 8px 20px rgba(0, 18, 70, .09);
    transform: none;
}

body .jba-v15259-category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    background: linear-gradient(145deg, #eef3fb, #fff);
    color: #062663;
    box-shadow: inset 0 0 0 1px #dde6f3;
}

body .jba-v15259-category-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body .jba-v15259-category-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
}

body .jba-v15259-category-copy strong {
    overflow: hidden;
    color: #001246;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .jba-v15259-category-copy small {
    overflow: hidden;
    color: #7a8699;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .jba-v15259-category-count {
    padding: 3px 7px;
    border-radius: 999px;
    background: #edf7f2;
    color: #0b7b4d;
    font-size: 9px;
    font-weight: 900;
    white-space: nowrap;
}

body .jba-v15259-category-arrow {
    color: #f5a51a;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

body .jba-v15259-product-section {
    background: #f6f8fc;
}

body .jba-v143-search-list.jba-v15259-product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    padding: 0;
    background: transparent;
}

body .jba-v15259-product-item .jba-v143-search-thumb-wrap {
    aspect-ratio: 1.08 / 1;
}

body .jba-v143-search-all {
    z-index: 2;
}

@media (max-width: 767px) {
    body .jba-v143-search-results {
        width: calc(100vw - 12px);
        max-width: calc(100vw - 12px);
        max-height: min(76vh, 620px);
    }

    body .jba-v15259-search-section {
        padding: 7px;
    }

    body .jba-v15259-section-title {
        padding: 1px 2px 7px;
    }

    body .jba-v15259-section-title strong {
        font-size: 11.5px;
    }

    body .jba-v15259-section-title span {
        font-size: 8.5px;
    }

    body .jba-v15259-category-list {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    body .jba-v143-search-item.jba-v15259-category-item {
        grid-template-columns: 36px minmax(0, 1fr) auto 15px;
        min-height: 52px;
        padding: 6px 7px;
        border-radius: 10px;
    }

    body .jba-v15259-category-icon {
        width: 36px;
        height: 36px;
        border-radius: 9px;
    }

    body .jba-v15259-category-icon svg {
        width: 21px;
        height: 21px;
    }

    body .jba-v15259-category-copy strong {
        font-size: 10.5px;
    }

    body .jba-v15259-category-copy small,
    body .jba-v15259-category-count {
        font-size: 8px;
    }

    body .jba-v143-search-list.jba-v15259-product-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }
}
/* ===== END jba-v15.2.59-category-first-live-search.css ===== */

/* ===== BEGIN jba-v15.2.60-category-only-live-search.css ===== */
/* JBA v15.2.60 - category-only live search */
body .jba-v15260-search-content { display:block; background:#fff; }
body .jba-v15260-search-content .jba-v15259-category-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
body .jba-v15260-search-content .jba-v15259-category-item { min-height:64px; }
body .jba-v15260-search-content + .jba-v143-search-all,
body .jba-v15259-product-section,
body .jba-v15259-product-list { display:none!important; }
body.jba-v15260-search-results #sidebar { display:block; visibility:visible; }
@media(max-width:767px){
 body .jba-v15260-search-content .jba-v15259-category-list{grid-template-columns:1fr}
 body .jba-v15260-search-content .jba-v15259-category-item{min-height:54px}
}
/* ===== END jba-v15.2.60-category-only-live-search.css ===== */

/* ===== BEGIN jba-v15.2.62-expanded-category-family-search.css ===== */
/* JBA v15.2.62 - expanded category-family live search */
body .jba-v15262-search-content{display:block;background:#fff}
body .jba-v15262-search-content .jba-v15259-category-list{display:grid;grid-template-columns:1fr;gap:2px}
body .jba-v15262-search-content .jba-v143-search-item.jba-v15259-category-item{
  grid-template-columns:34px minmax(0,1fr) auto 16px;min-height:46px;padding:5px 8px;
  border:0;border-bottom:1px solid #edf0f5;border-radius:0;box-shadow:none
}
body .jba-v15262-search-content .jba-v143-search-item.jba-v15259-category-item:last-child{border-bottom:0}
body .jba-v15262-search-content .jba-v15259-category-icon{width:32px;height:32px;border-radius:8px}
body .jba-v15262-search-content .jba-v15259-category-icon svg{width:19px;height:19px}
body .jba-v15262-search-content .jba-v15259-category-copy strong{font-size:12px}
body .jba-v15262-search-content .jba-v15259-category-copy small{font-size:9px}
body .jba-v15262-search-content .jba-v15259-category-count{background:transparent;color:#8b93a2;font-size:9px;padding:2px 4px}
body .jba-v15262-search-content .jba-v143-search-item.jba-v15259-category-item:hover,
body .jba-v15262-search-content .jba-v143-search-item.jba-v15259-category-item.jba-v143-active{
  background:#fff8ef!important;border-color:#edf0f5;box-shadow:none
}
body .jba-v143-search-results{max-height:min(680px,80vh);overflow-y:auto}
body .jba-v15259-product-section,body .jba-v15259-product-list,body .jba-v143-search-all{display:none!important}
@media(max-width:767px){
 body .jba-v15262-search-content .jba-v143-search-item.jba-v15259-category-item{grid-template-columns:30px minmax(0,1fr) auto 14px;min-height:43px;padding:5px 6px}
 body .jba-v15262-search-content .jba-v15259-category-icon{width:29px;height:29px}
 body .jba-v15262-search-content .jba-v15259-category-copy strong{font-size:10.5px}
}
/* ===== END jba-v15.2.62-expanded-category-family-search.css ===== */

/* ===== BEGIN jba-v15.2.64-mobile-runtime-performance.css ===== */
/* JBA v15.2.64 mobile runtime/performance layer */
@media (max-width: 900px), (pointer: coarse) {
  html.jba-mobile-runtime {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: auto;
    overscroll-behavior-y: none;
  }

  html.jba-mobile-runtime body {
    -webkit-overflow-scrolling: touch;
    min-width: 0;
  }

  html.jba-mobile-runtime a,
  html.jba-mobile-runtime button,
  html.jba-mobile-runtime input[type="button"],
  html.jba-mobile-runtime input[type="submit"],
  html.jba-mobile-runtime [role="button"],
  html.jba-mobile-runtime [onclick] {
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(247, 195, 116, .24);
  }

  html.jba-mobile-runtime button,
  html.jba-mobile-runtime input[type="button"],
  html.jba-mobile-runtime input[type="submit"],
  html.jba-mobile-runtime .basket,
  html.jba-mobile-runtime .jewel-button-buy,
  html.jba-mobile-runtime .jba-modern-cart-close,
  html.jba-mobile-runtime .jba-modern-cart-continue,
  html.jba-mobile-runtime .jba-v15234-mini-cart-remove,
  html.jba-mobile-runtime .jba-adv-sidebar-head {
    min-height: 44px;
  }

  html.jba-mobile-runtime .jba-mobile-is-pressed {
    transform: scale(.985) !important;
    opacity: .86 !important;
    transition: transform 80ms ease, opacity 80ms ease !important;
  }

  html.jba-mobile-runtime [data-jba-mobile-busy="1"] {
    pointer-events: none !important;
    cursor: wait !important;
    opacity: .72 !important;
  }

  html.jba-mobile-runtime [data-jba-mobile-busy="1"]::after {
    content: "";
    display: inline-block;
    inline-size: 14px;
    block-size: 14px;
    margin-inline-start: 7px;
    vertical-align: -2px;
    border: 2px solid currentColor;
    border-inline-end-color: transparent;
    border-radius: 50%;
    animation: jbaMobileSpin .65s linear infinite;
  }

  @keyframes jbaMobileSpin { to { transform: rotate(360deg); } }

  /* Prevent invisible legacy layers from stealing taps. */
  html.jba-mobile-runtime #menu-main > li.allproduct > nav.nav-wrapper,
  html.jba-mobile-runtime #menu-main > li.allproduct > .nav-wrapper[aria-hidden="true"],
  html.jba-mobile-runtime .jba-v1044-mobile-overlay[aria-hidden="true"],
  html.jba-mobile-runtime #jbaModernCartRoot[aria-hidden="true"] {
    pointer-events: none !important;
  }

  html.jba-mobile-runtime .jba-v1044-mobile-drawer,
  html.jba-mobile-runtime #jbaModernCartRoot .jba-modern-cart-dialog,
  html.jba-mobile-runtime #jba-adv-sidebar-filter .jba-adv-sidebar-body {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  html.jba-mobile-runtime .jba-v1044-mobile-drawer,
  html.jba-mobile-runtime #jbaModernCartRoot .jba-modern-cart-dialog {
    will-change: transform;
  }

  html.jba-mobile-runtime body:not(.jba-v1044-mobile-open) .jba-v1044-mobile-drawer,
  html.jba-mobile-runtime body:not(.jba-v126-mobile-open) .jba-v1044-mobile-drawer {
    pointer-events: none;
  }

  /* GPU-heavy desktop effects are reduced on touch devices. */
  html.jba-mobile-runtime #jbaModernCartRoot .jba-modern-cart-backdrop,
  html.jba-mobile-runtime .jba-v1044-mobile-overlay,
  html.jba-mobile-runtime .jba-v143-ajax-search::before {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  html.jba-mobile-runtime .item-slider,
  html.jba-mobile-runtime .jewel-item-slider,
  html.jba-mobile-runtime .jba-v140-card,
  html.jba-mobile-runtime .jba-v15259-category-item {
    contain: layout style;
  }

  html.jba-mobile-runtime img[loading="lazy"] {
    content-visibility: auto;
  }

  html.jba-mobile-runtime .menu-bot-mob,
  html.jba-mobile-runtime #jbaModernCartRoot .jba-modern-cart-dialog {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  html.jba-mobile-runtime .jba-mobile-form-busy {
    cursor: wait;
  }

  @media (prefers-reduced-motion: reduce) {
    html.jba-mobile-runtime *,
    html.jba-mobile-runtime *::before,
    html.jba-mobile-runtime *::after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
/* ===== END jba-v15.2.64-mobile-runtime-performance.css ===== */

/* ===== BEGIN jba-v15.2.65-mobile-performance-pack.css ===== */
/* JBA v15.2.65 - Mobile Performance Pack */
@media (max-width: 900px), (pointer: coarse) {
  html.jba-mobile-performance-pack {
    scroll-behavior: auto;
  }

  /* Render genuinely below-fold blocks only when they approach the viewport. */
  html.jba-mobile-performance-pack .jba-v165-defer-render {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }

  /* Avoid keeping permanent GPU layers alive on long mobile pages. */
  html.jba-mobile-performance-pack .jba-v1044-mobile-drawer,
  html.jba-mobile-performance-pack #jbaModernCartRoot .jba-modern-cart-dialog {
    will-change: auto !important;
  }

  html.jba-mobile-performance-pack body.jba-v1044-mobile-open .jba-v1044-mobile-drawer,
  html.jba-mobile-performance-pack body.jba-v126-mobile-open .jba-v1044-mobile-drawer,
  html.jba-mobile-performance-pack #jbaModernCartRoot:not([aria-hidden="true"]) .jba-modern-cart-dialog {
    will-change: transform !important;
  }

  /* Isolate cards without clipping menus, modals or sliders. */
  html.jba-mobile-performance-pack .whole-jewels > article,
  html.jba-mobile-performance-pack article.item-slider.jewel-item-slider,
  html.jba-mobile-performance-pack .jba-v140-card {
    contain: layout style paint;
  }

  html.jba-mobile-performance-pack img {
    image-rendering: auto;
  }

  /* Background tabs should spend virtually no time on decorative animation. */
  html.jba-v165-page-hidden *,
  html.jba-v165-page-hidden *::before,
  html.jba-v165-page-hidden *::after {
    animation-play-state: paused !important;
  }

  /* Data-saver / 2G mode: keep the interface readable while removing costly motion. */
  html.jba-mobile-low-data *,
  html.jba-mobile-low-data *::before,
  html.jba-mobile-low-data *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  html.jba-mobile-low-data .slick-dots,
  html.jba-mobile-low-data .jba-vitrine-progress,
  html.jba-mobile-low-data .animated,
  html.jba-mobile-low-data [class*="pulse"] {
    animation: none !important;
  }

  /* Reduce repaint cost on large fixed layers while retaining the design. */
  html.jba-mobile-performance-pack .menu-bot-mob,
  html.jba-mobile-performance-pack .jba-v1044-mobile-drawer,
  html.jba-mobile-performance-pack #jbaModernCartRoot .jba-modern-cart-dialog,
  html.jba-mobile-performance-pack #jba-adv-sidebar-filter {
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  @media (prefers-reduced-motion: reduce) {
    html.jba-mobile-performance-pack *,
    html.jba-mobile-performance-pack *::before,
    html.jba-mobile-performance-pack *::after {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: .01ms !important;
    }
  }
}
/* ===== END jba-v15.2.65-mobile-performance-pack.css ===== */

/* ===== BEGIN jba-v15.2.66-mobile-shop-experience.css ===== */
/* JBA v15.2.66 - Mobile Shop Experience */
@media (max-width: 900px), (pointer: coarse) {
  :root{
    --jba166-navy:#062550;
    --jba166-navy2:#0a356f;
    --jba166-gold:#f7c374;
    --jba166-bg:#f5f7fb;
    --jba166-text:#17233a;
    --jba166-muted:#778399;
    --jba166-nav-h:70px;
  }
  html.jba-v15266-mobile-shop body{padding-bottom:calc(var(--jba166-nav-h) + env(safe-area-inset-bottom,0px) + 10px)!important}
  html.jba-v15266-layer-open,html.jba-v15266-layer-open body{overscroll-behavior:none}

  body .menu-bot-mob.jba-v15266-mobile-nav{
    position:fixed!important;inset:auto 0 0 0!important;width:100%!important;height:calc(var(--jba166-nav-h) + env(safe-area-inset-bottom,0px))!important;
    min-height:0!important;padding:6px 8px env(safe-area-inset-bottom,0px)!important;margin:0!important;
    display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:3px!important;
    direction:rtl!important;background:rgba(255,255,255,.97)!important;border-top:1px solid rgba(6,37,80,.10)!important;
    box-shadow:0 -12px 34px rgba(6,37,80,.15)!important;backdrop-filter:blur(14px)!important;z-index:999850!important;
  }
  body .jba-v15266-mobile-nav .jba-v15266-nav-item{
    position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    gap:3px!important;min-width:0!important;height:58px!important;margin:0!important;padding:5px 2px!important;border:0!important;border-radius:16px!important;
    color:#758099!important;background:transparent!important;text-decoration:none!important;font-family:IRANSans,Estedad,Tahoma,sans-serif!important;
    transition:background .16s ease,color .16s ease,transform .12s ease!important;cursor:pointer!important;overflow:visible!important;
  }
  body .jba-v15266-mobile-nav .jba-v15266-nav-item.is-active{color:var(--jba166-navy)!important;background:rgba(6,37,80,.075)!important}
  body .jba-v15266-mobile-nav .jba-v15266-nav-item:active{transform:scale(.96)!important}
  body .jba-v15266-nav-icon{display:flex!important;width:23px!important;height:23px!important;align-items:center!important;justify-content:center!important}
  body .jba-v15266-nav-icon svg{display:block!important;width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  body .jba-v15266-nav-icon svg path[d^="M4 4"]{fill:currentColor!important;stroke:none!important}
  body .jba-v15266-nav-label{display:block!important;max-width:100%!important;font-size:10.8px!important;font-weight:850!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  body .jba-v15266-cart-badge{position:absolute!important;top:2px!important;left:calc(50% + 5px)!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:18px!important;height:18px!important;padding:0 5px!important;border:2px solid #fff!important;border-radius:999px!important;background:#c6283d!important;color:#fff!important;font-size:9.5px!important;font-weight:950!important;line-height:1!important;z-index:2!important}

  .jba-v15266-search-overlay{
    position:fixed;inset:0;display:flex;flex-direction:column;direction:rtl;background:var(--jba166-bg);opacity:0;visibility:hidden;pointer-events:none;
    transform:translateY(16px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:1000200;padding:env(safe-area-inset-top,0px) 0 env(safe-area-inset-bottom,0px)
  }
  .jba-v15266-search-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
  .jba-v15266-search-head{display:flex;align-items:center;gap:12px;padding:16px 16px 10px;background:#fff;border-bottom:1px solid rgba(6,37,80,.08)}
  .jba-v15266-search-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}
  .jba-v15266-search-head strong{font-size:18px;color:var(--jba166-text);font-weight:950}
  .jba-v15266-search-head span{font-size:11px;color:var(--jba166-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .jba-v15266-layer-close{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:14px;background:#f0f3f8;color:var(--jba166-navy);display:flex;align-items:center;justify-content:center}
  .jba-v15266-layer-close svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
  .jba-v15266-search-form{position:relative;margin:14px 16px 6px;height:54px;display:flex;align-items:center;background:#fff;border:1px solid rgba(6,37,80,.12);border-radius:18px;box-shadow:0 8px 22px rgba(6,37,80,.07);overflow:hidden}
  .jba-v15266-search-form input{width:100%;height:100%;border:0!important;outline:0!important;background:transparent!important;padding:0 48px!important;color:var(--jba166-text)!important;font-size:15px!important;font-weight:700!important;box-shadow:none!important}
  .jba-v15266-search-leading{position:absolute;right:16px;width:23px;height:23px;color:var(--jba166-navy);display:flex}
  .jba-v15266-search-leading svg,.jba-v15266-search-clear svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
  .jba-v15266-search-clear{position:absolute;left:8px;width:38px;height:38px;border:0;border-radius:12px;background:#eef2f7;color:#8390a4;display:none;align-items:center;justify-content:center}
  .jba-v15266-search-clear.is-visible{display:flex}
  .jba-v15266-search-state{min-height:28px;padding:3px 20px;color:var(--jba166-muted);font-size:11.5px;display:flex;align-items:center;gap:8px}
  .jba-v15266-mini-loader{width:15px;height:15px;border:2px solid rgba(6,37,80,.18);border-top-color:var(--jba166-navy);border-radius:50%;animation:jba166spin .7s linear infinite}
  @keyframes jba166spin{to{transform:rotate(360deg)}}
  .jba-v15266-search-results{flex:1;overflow:auto;padding:4px 14px 28px;-webkit-overflow-scrolling:touch}
  .jba-v15266-search-result{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:68px;margin:0 0 9px;padding:11px 14px;background:#fff;border:1px solid rgba(6,37,80,.08);border-radius:18px;color:var(--jba166-text)!important;text-decoration:none!important;box-shadow:0 6px 18px rgba(6,37,80,.055)}
  .jba-v15266-search-result:active{transform:scale(.985);background:#f9fbff}
  .jba-v15266-search-result-copy{display:flex;flex-direction:column;gap:5px;min-width:0}
  .jba-v15266-search-result-copy strong{font-size:14px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .jba-v15266-search-result-copy small{font-size:10.5px;color:var(--jba166-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .jba-v15266-search-result-arrow{display:flex;flex:0 0 30px;width:30px;height:30px;align-items:center;justify-content:center;border-radius:10px;background:rgba(6,37,80,.06);color:var(--jba166-navy)}
  .jba-v15266-search-result-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:scaleX(-1)}

  .jba-v15266-filter-trigger{position:fixed;right:14px;bottom:calc(var(--jba166-nav-h) + env(safe-area-inset-bottom,0px) + 12px);height:46px;padding:0 17px;border:0;border-radius:16px;background:linear-gradient(135deg,var(--jba166-navy),var(--jba166-navy2));color:#fff;display:flex;align-items:center;gap:8px;box-shadow:0 10px 26px rgba(6,37,80,.28);z-index:999700}
  .jba-v15266-filter-trigger span{display:flex;width:20px;height:20px}.jba-v15266-filter-trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
  .jba-v15266-filter-trigger strong{font-size:12px;font-weight:950}
  .jba-v15266-filter-sheet{position:fixed;inset:0;visibility:hidden;pointer-events:none;z-index:1000150}
  .jba-v15266-filter-sheet.is-open{visibility:visible;pointer-events:auto}
  .jba-v15266-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(4,17,42,.48);opacity:0;transition:opacity .18s ease}
  .jba-v15266-filter-sheet.is-open .jba-v15266-sheet-backdrop{opacity:1}
  .jba-v15266-sheet-panel{position:absolute;right:0;bottom:0;left:0;height:min(86vh,760px);padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-radius:26px 26px 0 0;box-shadow:0 -18px 50px rgba(4,17,42,.25);transform:translateY(104%);transition:transform .24s cubic-bezier(.22,.8,.26,1);overflow:hidden;display:flex;flex-direction:column;direction:rtl}
  .jba-v15266-filter-sheet.is-open .jba-v15266-sheet-panel{transform:none}
  .jba-v15266-sheet-handle{width:44px;height:5px;margin:8px auto 2px;border-radius:999px;background:#d9dfe9}
  .jba-v15266-sheet-panel header{display:flex;align-items:center;justify-content:space-between;padding:9px 16px 12px;border-bottom:1px solid #edf0f5}
  .jba-v15266-sheet-panel header>div{display:flex;flex-direction:column;gap:3px}.jba-v15266-sheet-panel header strong{font-size:16px;color:var(--jba166-text);font-weight:950}.jba-v15266-sheet-panel header span{font-size:10.5px;color:var(--jba166-muted)}
  .jba-v15266-sheet-content{flex:1;overflow:auto;padding:0 12px 24px;-webkit-overflow-scrolling:touch}
  .jba-v15266-sheet-sidebar{display:block!important;float:none!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  .jba-v15266-sheet-sidebar #sidebar-flow{margin:0!important}.jba-v15266-sheet-sidebar .hide-xs{display:block!important}.jba-v15266-sheet-sidebar .visible-xs{display:block!important}
  .jba-v15266-sheet-sidebar .panel{border:1px solid #e7ebf2!important;border-radius:16px!important;box-shadow:none!important;overflow:hidden!important;margin-top:12px!important}
  .jba-v15266-sheet-sidebar .panel-heading{background:#f7f9fc!important;border:0!important;padding:12px 14px!important}.jba-v15266-sheet-sidebar .panel-title{font-size:13px!important;color:var(--jba166-text)!important;font-weight:900!important}
  .jba-v15266-sheet-sidebar .panel-body{padding:6px 10px!important}

  .jba-v15266-sticky-buy{position:fixed;right:10px;left:10px;bottom:calc(var(--jba166-nav-h) + env(safe-area-inset-bottom,0px) + 8px);height:64px;padding:7px;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.97);border:1px solid rgba(6,37,80,.10);border-radius:20px;box-shadow:0 12px 34px rgba(6,37,80,.20);backdrop-filter:blur(12px);z-index:999720;opacity:0;visibility:hidden;transform:translateY(16px);transition:.18s ease}
  .jba-v15266-sticky-buy.is-visible{opacity:1;visibility:visible;transform:none}
  .jba-v15266-sticky-price{flex:1;min-width:0;padding:0 8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;direction:rtl}
  .jba-v15266-sticky-price span{font-size:9.5px;color:var(--jba166-muted)}.jba-v15266-sticky-price strong{max-width:100%;font-size:12.5px;color:var(--jba166-text);font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .jba-v15266-sticky-action{flex:0 0 52%;height:50px;border:0;border-radius:15px;background:linear-gradient(135deg,var(--jba166-navy),var(--jba166-navy2));color:#fff;font-size:12.5px;font-weight:950;box-shadow:0 8px 18px rgba(6,37,80,.22)}
  .jba-v15266-sticky-action:active{transform:scale(.98)}
  body:has(.jba-v15266-sticky-buy.is-visible) .jba-v15266-filter-trigger{display:none!important}

  @media (prefers-reduced-motion:reduce){.jba-v15266-search-overlay,.jba-v15266-sheet-panel,.jba-v15266-sheet-backdrop,.jba-v15266-sticky-buy{transition:none!important}}
}
@media (min-width:901px) and (pointer:fine){.jba-v15266-search-overlay,.jba-v15266-filter-sheet,.jba-v15266-filter-trigger,.jba-v15266-sticky-buy{display:none!important}}

/* JBA v16.11.0 — mobile filter sheet content and floating-control spacing. */
@media (max-width:900px), (pointer:coarse){
  .jba-v15266-sheet-content > #jba-adv-sidebar-filter.jba-v15266-sheet-sidebar{
    position:relative!important;
    inset:auto!important;
    display:block!important;
    float:none!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    margin:12px 0 18px!important;
    padding:0!important;
    overflow:visible!important;
    transform:none!important;
    border:0!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:none!important;
    z-index:auto!important;
  }
  .jba-v15266-sheet-content > #jba-adv-sidebar-filter.jba-v15266-sheet-sidebar > .jba-adv-sidebar-head{
    display:none!important;
  }
  .jba-v15266-sheet-content > #jba-adv-sidebar-filter.jba-v15266-sheet-sidebar > .jba-adv-sidebar-body{
    display:block!important;
    width:100%!important;
    max-height:none!important;
    margin:0!important;
    padding:12px!important;
    overflow:visible!important;
    border:1px solid #e4eaf3!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fff,#fbfcff)!important;
    box-shadow:0 8px 24px rgba(6,37,80,.07)!important;
  }
  .jba-v15266-sheet-content > #jba-adv-sidebar-filter .jba-side-filter-row,
  .jba-v15266-sheet-content > #jba-adv-sidebar-filter .jba-side-filter-prices,
  .jba-v15266-sheet-content > #jba-adv-sidebar-filter .jba-side-filter-actions{
    width:100%!important;
    max-width:none!important;
  }
  body.jba-v16110-has-filter-sheet #jba-v137-backtop{
    right:16px!important;
    left:auto!important;
    bottom:calc(164px + env(safe-area-inset-bottom,0px))!important;
  }
}
/* ===== END jba-v15.2.66-mobile-shop-experience.css ===== */

/* ===== BEGIN jba-v15.2.68-mobile-nav-header-cleanup.css ===== */
/* JBA v15.2.68 - Mobile navigation visual rollback + clean mobile header */
@media (max-width:900px), (pointer:coarse) {
  :root{
    --jba168-navy:#062550;
    --jba168-gold:#f7c374;
    --jba168-active:#f1f4f8;
    --jba168-nav-h:76px;
  }

  /* Mobile header: logo only, separated from the page by one navy line. */
  body #menu-indo{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:76px!important;
    margin:0!important;
    padding:0!important;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  body #menu-indo .jba-v1018-topbar{
    position:relative!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    height:76px!important;
    min-height:76px!important;
    margin:0!important;
    padding:8px 16px 10px!important;
    background:#fff!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }
  body #menu-indo .jba-v1018-topbar::after{
    content:""!important;
    position:absolute!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    display:block!important;
    width:100%!important;
    height:3px!important;
    background:var(--jba168-navy)!important;
    border:0!important;
    opacity:1!important;
    pointer-events:none!important;
  }
  body #menu-indo .jba-v1018-loginbox,
  body #menu-indo .jba-v1018-top-search,
  body #menu-indo #full-menu,
  body #menu-indo #shop,
  body #menu-indo #submit,
  body #menu-indo #toggleButton,
  body #menu-indo .navbar-header,
  body #menu-indo .navbar-toggle,
  body #menu-indo #bs-example-navbar-collapse-1{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  body #menu-indo .jba-v1018-logo-link{
    position:relative!important;
    inset:auto!important;
    z-index:2!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    max-width:72vw!important;
    height:56px!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:0!important;
    float:none!important;
    transform:none!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  body #menu-indo .jba-v1018-logo-link img{
    display:block!important;
    width:auto!important;
    max-width:190px!important;
    height:auto!important;
    max-height:52px!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
  }

  /* Hide every legacy duplicate bottom bar. The v15.2.66 bar is the single source. */
  body .menu-bot-mob:not(.jba-v15266-mobile-nav),
  body .jba-v15268-legacy-nav-hidden{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  html.jba-v15268-mobile-clean body,
  html.jba-v15267-mobile-cart-stable body,
  html.jba-v15266-mobile-shop body{
    padding-bottom:calc(var(--jba168-nav-h) + env(safe-area-inset-bottom,0px) + 10px)!important;
  }

  /* Restore the clean v15.2.66 dark-tile appearance, with five equal items. */
  body .menu-bot-mob.jba-v15266-mobile-nav,
  body .menu-bot-mob.jba-v15266-mobile-nav[data-jba-v15267="1"],
  body .menu-bot-mob.jba-v15266-mobile-nav[data-jba-v15268="1"]{
    position:fixed!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    top:auto!important;
    z-index:2147482000!important;
    isolation:isolate!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    grid-template-rows:62px!important;
    align-items:stretch!important;
    direction:ltr!important;
    width:100%!important;
    max-width:100%!important;
    height:calc(var(--jba168-nav-h) + env(safe-area-inset-bottom,0px))!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:7px 7px calc(7px + env(safe-area-inset-bottom,0px))!important;
    gap:5px!important;
    float:none!important;
    transform:none!important;
    overflow:hidden!important;
    background:#fff!important;
    border:0!important;
    border-top:1px solid #dfe6ef!important;
    border-radius:0!important;
    box-shadow:0 -8px 28px rgba(6,37,80,.15)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav::before,
  body .menu-bot-mob.jba-v15266-mobile-nav::after{
    display:none!important;
    content:none!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav > :not(.jba-v15266-nav-item){
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  body .menu-bot-mob.jba-v15266-mobile-nav > .jba-v15266-nav-item,
  body .menu-bot-mob.jba-v15266-mobile-nav[data-jba-v15267="1"] > .jba-v15266-nav-item,
  body .menu-bot-mob.jba-v15266-mobile-nav[data-jba-v15268="1"] > .jba-v15266-nav-item{
    position:relative!important;
    inset:auto!important;
    box-sizing:border-box!important;
    grid-row:1!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    direction:rtl!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:62px!important;
    min-height:62px!important;
    max-height:62px!important;
    margin:0!important;
    padding:5px 2px!important;
    float:none!important;
    overflow:hidden!important;
    background:var(--jba168-navy)!important;
    color:#fff!important;
    border:0!important;
    border-radius:16px!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    text-decoration:none!important;
    font-family:IRANSans,Estedad,Tahoma,sans-serif!important;
    line-height:1!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav > .is-home{grid-column:5!important}
  body .menu-bot-mob.jba-v15266-mobile-nav > .is-categories{grid-column:4!important}
  body .menu-bot-mob.jba-v15266-mobile-nav > .is-search{grid-column:3!important}
  body .menu-bot-mob.jba-v15266-mobile-nav > .is-cart{grid-column:2!important}
  body .menu-bot-mob.jba-v15266-mobile-nav > .is-account{grid-column:1!important}

  body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-item.is-active{
    background:var(--jba168-active)!important;
    color:var(--jba168-navy)!important;
    box-shadow:inset 0 0 0 1px #dfe6ef!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-item:active{
    transform:scale(.965)!important;
    filter:brightness(.97)!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-item::before,
  body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-item::after{
    display:none!important;
    content:none!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-icon{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:27px!important;
    min-width:27px!important;
    height:27px!important;
    min-height:27px!important;
    margin:0!important;
    padding:0!important;
    background:transparent!important;
    color:inherit!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav .is-active .jba-v15266-nav-icon{
    background:transparent!important;
    box-shadow:none!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-icon svg{
    display:block!important;
    width:25px!important;
    height:25px!important;
    margin:0!important;
    fill:none!important;
    stroke:currentColor!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-label{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0 1px!important;
    color:inherit!important;
    font-size:10px!important;
    font-weight:850!important;
    line-height:1.2!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav #jba-v15267-cart-btn,
  body .menu-bot-mob.jba-v15266-mobile-nav #jba-mobile-cart-btn{
    grid-column:2!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav #jba-mobile-cart-count{
    position:absolute!important;
    top:2px!important;
    right:auto!important;
    left:calc(50% + 5px)!important;
    z-index:5!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:18px!important;
    min-width:18px!important;
    max-width:18px!important;
    height:18px!important;
    min-height:18px!important;
    max-height:18px!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#d22f46!important;
    color:#fff!important;
    border:2px solid var(--jba168-navy)!important;
    border-radius:999px!important;
    font-size:9px!important;
    font-weight:950!important;
    line-height:14px!important;
    text-align:center!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav .is-active #jba-mobile-cart-count{
    border-color:var(--jba168-active)!important;
  }
  body .menu-bot-mob.jba-v15266-mobile-nav #jba-mobile-cart-count[data-jba-count="0"]{
    display:none!important;
  }

  body.jba-modern-cart-open .menu-bot-mob.jba-v15266-mobile-nav{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(105%)!important;
  }

  @media (max-width:360px){
    body .menu-bot-mob.jba-v15266-mobile-nav{gap:3px!important;padding-right:5px!important;padding-left:5px!important}
    body .menu-bot-mob.jba-v15266-mobile-nav > .jba-v15266-nav-item{border-radius:14px!important;padding-right:1px!important;padding-left:1px!important}
    body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-label{font-size:9.2px!important}
    body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-icon{width:25px!important;min-width:25px!important;height:25px!important;min-height:25px!important}
    body .menu-bot-mob.jba-v15266-mobile-nav .jba-v15266-nav-icon svg{width:23px!important;height:23px!important}
  }
}

@media (min-width:901px) and (pointer:fine){
  .jba-v15268-legacy-nav-hidden{display:initial!important}
}
/* ===== END jba-v15.2.68-mobile-nav-header-cleanup.css ===== */

/* ===== BEGIN jba-v15.2.72-mobile-speed-search-ui.css ===== */
/* JBA v15.2.72 - instant cart, compact header, white dock icons and live search */
@media (max-width:900px), (pointer:coarse) {
  :root{
    --jba172-navy:#062550;
    --jba172-navy2:#0a356f;
    --jba172-gold:#f7c374;
    --jba172-active:#f1f4f8;
    --jba172-dock-h:78px;
  }

  body .jba-v15272-hidden-legacy-mobile-bar,
  body .menu-bot-mob,
  body #jbaMobileDockV15269,
  body #jbaMobileDockV15267,
  body #jbaMobileDockV15271{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  html.jba-v15272-mobile-shop body{
    padding-bottom:calc(var(--jba172-dock-h) + env(safe-area-inset-bottom,0px) + 12px)!important;
  }

  body > #jbaMobileDockV15272{
    position:fixed!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    top:auto!important;
    z-index:2147482500!important;
    isolation:isolate!important;
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    grid-template-rows:62px!important;
    grid-auto-flow:column!important;
    align-items:stretch!important;
    direction:rtl!important;
    width:100vw!important;
    max-width:100vw!important;
    height:calc(var(--jba172-dock-h) + env(safe-area-inset-bottom,0px))!important;
    margin:0!important;
    padding:7px 7px calc(7px + env(safe-area-inset-bottom,0px))!important;
    gap:5px!important;
    overflow:hidden!important;
    background:#fff!important;
    border:0!important;
    border-top:1px solid #dfe6ef!important;
    border-radius:0!important;
    box-shadow:0 -8px 28px rgba(6,37,80,.15)!important;
    transform:none!important;
    contain:layout paint style!important;
  }

  #jbaMobileDockV15272 > .jba-v15272-dock-item{
    position:relative!important;
    inset:auto!important;
    grid-row:1!important;
    grid-column:auto!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    direction:rtl!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:62px!important;
    min-height:62px!important;
    max-height:62px!important;
    margin:0!important;
    padding:5px 2px!important;
    float:none!important;
    overflow:hidden!important;
    background:var(--jba172-navy)!important;
    color:#fff!important;
    border:0!important;
    border-radius:16px!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    text-decoration:none!important;
    font-family:IRANSans,Estedad,Tahoma,sans-serif!important;
    line-height:1!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  #jbaMobileDockV15272 > .jba-v15272-dock-item.is-active{
    background:var(--jba172-navy2)!important;
    color:#fff!important;
    box-shadow:inset 0 0 0 1px #dfe6ef!important;
  }
  #jbaMobileDockV15272 > .jba-v15272-dock-item:active{
    transform:scale(.965)!important;
    filter:brightness(.97)!important;
  }
  #jbaMobileDockV15272 .jba-v15272-dock-icon{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:27px!important;
    min-width:27px!important;
    height:27px!important;
    min-height:27px!important;
    margin:0!important;
    padding:0!important;
    color:inherit!important;
  }
  #jbaMobileDockV15272 .jba-v15272-dock-icon svg{
    display:block!important;
    width:25px!important;
    height:25px!important;
    margin:0!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:1.9!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  #jbaMobileDockV15272 .jba-v15272-dock-icon svg path[d^="M4 4"]{
    fill:currentColor!important;
    stroke:none!important;
  }
  #jbaMobileDockV15272 .jba-v15272-dock-icon,
  #jbaMobileDockV15272 .jba-v15272-dock-icon svg{
    color:#fff!important;
    stroke:#fff!important;
  }
  #jbaMobileDockV15272 .jba-v15272-dock-icon svg path,
  #jbaMobileDockV15272 .jba-v15272-dock-icon svg circle{
    stroke:#fff!important;
  }
  #jbaMobileDockV15272 .jba-v15272-dock-item.is-categories .jba-v15272-dock-icon svg path{
    fill:#fff!important;
    stroke:none!important;
  }
  #jbaMobileDockV15272 .jba-v15272-dock-label{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0 1px!important;
    color:inherit!important;
    font-size:10px!important;
    font-weight:850!important;
    line-height:1.2!important;
    text-align:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  #jbaMobileDockV15272 .jba-v15272-cart-count{
    position:absolute!important;
    top:2px!important;
    right:calc(50% - 20px)!important;
    z-index:4!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:18px!important;
    min-width:18px!important;
    max-width:18px!important;
    height:18px!important;
    min-height:18px!important;
    max-height:18px!important;
    padding:0!important;
    overflow:hidden!important;
    background:#d22f46!important;
    color:#fff!important;
    border:2px solid var(--jba172-navy)!important;
    border-radius:999px!important;
    font-size:9px!important;
    font-weight:950!important;
    line-height:14px!important;
  }
  #jbaMobileDockV15272 .is-active .jba-v15272-cart-count{border-color:var(--jba172-navy2)!important}
  #jbaMobileDockV15272 .jba-v15272-cart-count[data-jba-count="0"]{display:none!important}

  body.jba-v15272-cart-open #jbaMobileDockV15272{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(110%)!important;
  }

  /* The sticky product bar stays above the dock instead of covering it. */
  body .jba-v15266-sticky-buy{
    right:10px!important;
    left:10px!important;
    bottom:calc(var(--jba172-dock-h) + env(safe-area-inset-bottom,0px) + 10px)!important;
    z-index:2147481800!important;
  }
  body .jba-v15266-filter-trigger{
    bottom:calc(var(--jba172-dock-h) + env(safe-area-inset-bottom,0px) + 12px)!important;
    z-index:2147481700!important;
  }

  /* Cart remains independently closable even while a request is running. */
  #jbaModernCartRoot[data-jba-v15272="1"]{
    z-index:2147483300!important;
  }
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-modern-cart-dialog{
    max-height:min(90dvh,760px)!important;
  }
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-modern-cart-top{
    position:relative!important;
    z-index:20!important;
  }
  #jbaModernCartRoot[data-jba-v15272="1"] [data-jba-v15272-close="1"]{
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-tap-highlight-color:transparent!important;
    cursor:pointer!important;
  }
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-modern-cart-close{
    position:relative!important;
    z-index:40!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    padding:0!important;
    font-size:32px!important;
    line-height:1!important;
  }
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-modern-cart-body{
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-v15272-cart-loading,
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-v15272-cart-error{
    min-height:300px!important;
  }
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-v15272-cart-loading small{
    display:block!important;
    margin-top:8px!important;
    color:#7b8798!important;
    font-size:11px!important;
  }
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-v15272-cart-retry{
    min-width:170px!important;
    min-height:46px!important;
    margin-top:8px!important;
    padding:8px 18px!important;
    background:var(--jba172-navy)!important;
    color:#fff!important;
    border:0!important;
    border-radius:14px!important;
    font-weight:850!important;
  }

  .jba-v15272-cart-toast{
    position:fixed!important;
    right:16px!important;
    bottom:calc(var(--jba172-dock-h) + env(safe-area-inset-bottom,0px) + 14px)!important;
    left:16px!important;
    z-index:2147483500!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:48px!important;
    padding:10px 14px!important;
    background:#102a4f!important;
    color:#fff!important;
    border-radius:14px!important;
    box-shadow:0 15px 40px rgba(0,0,0,.22)!important;
    font-size:12px!important;
    font-weight:800!important;
    transform:translateY(24px)!important;
    opacity:0!important;
    pointer-events:none!important;
    transition:.2s ease!important;
  }
  .jba-v15272-cart-toast.is-show{transform:translateY(0)!important;opacity:1!important}
  .jba-v15272-cart-toast.is-error{background:#a52638!important}


  /* Remove the empty strip between the simplified mobile header and the first banner. */
  html.jba-v15272-compact-header body #menu-indo,
  html.jba-v15272-compact-header body #menu-indo .jba-v1018-topbar{
    margin-bottom:0!important;
  }
  html.jba-v15272-compact-header body #content,
  html.jba-v15272-compact-header body #content.row,
  html.jba-v15272-compact-header body #content > #main{
    margin-top:0!important;
    padding-top:0!important;
  }
  html.jba-v15272-compact-header body #module-top{
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    line-height:0!important;
  }
  html.jba-v15272-compact-header body #module-top.jba-v15272-empty-top-module{
    display:none!important;
    height:0!important;
    overflow:hidden!important;
  }
  html.jba-v15272-compact-header body #main > :first-child,
  html.jba-v15272-compact-header body #module-top + *{
    margin-top:0!important;
  }

  /* Cached cart is shown immediately; this thin line indicates silent refresh/update. */
  #jbaModernCartRoot[data-jba-v15272="1"] .jba-modern-cart-dialog::before{
    content:"";
    position:absolute;
    top:0;right:0;left:0;
    z-index:60;
    height:3px;
    background:linear-gradient(90deg,transparent,var(--jba172-gold),transparent);
    transform:scaleX(0);
    opacity:0;
    transform-origin:right center;
    pointer-events:none;
  }
  #jbaModernCartRoot[data-jba-v15272="1"].is-refreshing .jba-modern-cart-dialog::before,
  #jbaModernCartRoot[data-jba-v15272="1"].is-updating .jba-modern-cart-dialog::before{
    opacity:1;
    animation:jba-v15272-cart-progress 1s linear infinite;
  }
  @keyframes jba-v15272-cart-progress{
    0%{transform:translateX(100%) scaleX(.25)}
    50%{transform:translateX(0) scaleX(.65)}
    100%{transform:translateX(-100%) scaleX(.25)}
  }
  #jbaV15266MobileSearch[data-jba-v15272-search="1"] .jba-v15266-search-state{
    min-height:24px!important;
  }

  @media (max-width:360px){
    body > #jbaMobileDockV15272{gap:3px!important;padding-right:5px!important;padding-left:5px!important}
    #jbaMobileDockV15272 > .jba-v15272-dock-item{border-radius:14px!important;padding-right:1px!important;padding-left:1px!important}
    #jbaMobileDockV15272 .jba-v15272-dock-label{font-size:9.2px!important}
    #jbaMobileDockV15272 .jba-v15272-dock-icon{width:25px!important;min-width:25px!important;height:25px!important;min-height:25px!important}
    #jbaMobileDockV15272 .jba-v15272-dock-icon svg{width:23px!important;height:23px!important}
  }
}

@media (min-width:901px) and (pointer:fine){
  #jbaMobileDockV15272{display:none!important}
}
/* ===== END jba-v15.2.72-mobile-speed-search-ui.css ===== */

/* ===== BEGIN jba-v15.6.0-stable-search.css ===== */
/* JBA v15.6.0 — compact stable desktop/mobile live search. */
body #menu-indo .jba-v143-ajax-search {
  position: relative !important;
  overflow: visible !important;
  z-index: 1000040 !important;
}
body #menu-indo .jba-v143-search-results {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 7px) !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  width: min(610px, calc(100vw - 28px)) !important;
  max-width: min(610px, calc(100vw - 28px)) !important;
  max-height: min(470px, 68vh) !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  border: 1px solid #dfe6ef !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(0,18,70,.18) !important;
  direction: rtl !important;
  text-align: right !important;
  isolation: isolate;
}
body #menu-indo .jba-v143-search-results.jba-v143-open {
  display: block !important;
}
body #menu-indo .jba-v143-search-results:empty {
  display: none !important;
}
body .jba-v1556-search-panel {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  background: #fff !important;
}
body .jba-v1556-search-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: 10px 13px !important;
  border-bottom: 1px solid #edf1f5 !important;
  background: #f8fafc !important;
  color: #001246 !important;
}
body .jba-v1556-search-head strong {
  font-size: 12px !important;
  font-weight: 900 !important;
}
body .jba-v1556-search-head span {
  max-width: 55% !important;
  overflow: hidden !important;
  color: #748096 !important;
  font-size: 10px !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
body .jba-v1556-search-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}
body .jba-v143-search-item.jba-v1556-search-item {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto 18px !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 51px !important;
  margin: 0 !important;
  padding: 7px 12px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 1px solid #eef2f6 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #001246 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
}
body .jba-v143-search-item.jba-v1556-search-item:hover,
body .jba-v143-search-item.jba-v1556-search-item:focus-visible {
  background: #fff9ef !important;
  color: #001246 !important;
  box-shadow: inset -3px 0 0 #d5a94e !important;
  transform: none !important;
}
body .jba-v1556-search-copy {
  display: block !important;
  min-width: 0 !important;
}
body .jba-v1556-search-copy strong,
body .jba-v1556-search-copy small {
  display: block !important;
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
body .jba-v1556-search-copy strong {
  color: #001246 !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  line-height: 1.65 !important;
}
body .jba-v1556-search-copy small {
  margin-top: 1px !important;
  color: #7b8698 !important;
  font-size: 9px !important;
  font-weight: 650 !important;
  line-height: 1.5 !important;
}
body .jba-v1556-search-count {
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: #eef7f2 !important;
  color: #15704a !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}
body .jba-v1556-search-arrow {
  color: #d5a94e !important;
  font: 700 22px/1 Arial,sans-serif !important;
}
body .jba-v1556-search-loading,
body .jba-v1556-search-empty {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 64px !important;
  padding: 14px !important;
  color: #6f7b8e !important;
  font-size: 11px !important;
}
body .jba-v1556-search-all {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 8px 12px !important;
  border-top: 1px solid #e7edf4 !important;
  background: #f7f9fc !important;
  color: #062663 !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}
body .jba-v1556-search-all:hover {
  background: #eef3fa !important;
  color: #001246 !important;
}
body #menu-indo .jba-v143-is-loading .jba-v143-search-submit {
  pointer-events: none;
}
@media (max-width: 767px) {
  body #menu-indo .jba-v143-search-results {
    right: 50% !important;
    width: calc(100vw - 12px) !important;
    max-width: calc(100vw - 12px) !important;
    max-height: min(68vh, 520px) !important;
    transform: translateX(50%) !important;
    border-radius: 12px !important;
  }
  body .jba-v143-search-item.jba-v1556-search-item {
    min-height: 47px !important;
    padding: 6px 9px !important;
  }
  body .jba-v1556-search-copy strong { font-size: 10.5px !important; }
  body .jba-v1556-search-count { font-size: 8px !important; }
}

/* JBA v16.3.2 — intent-aware search result hierarchy. */
body .jba-v1632-search-titleline {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-width: 0 !important;
}
body .jba-v1632-search-titleline > strong {
  flex: 0 1 auto !important;
  min-width: 0 !important;
}
body .jba-v1632-search-badge {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  min-height: 20px !important;
  padding: 2px 7px !important;
  border: 1px solid #e6d19c !important;
  border-radius: 999px !important;
  background: #fff8e7 !important;
  color: #775514 !important;
  font-size: 8px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}
body .jba-v143-search-item.jba-v1556-search-item.jba-v1632-kind-combined,
body .jba-v15266-search-result.jba-v1632-kind-combined {
  border-bottom-color: #e9d29a !important;
  background: linear-gradient(135deg, #fffdf7 0%, #fff7df 100%) !important;
  box-shadow: inset -4px 0 0 #d5a94e !important;
}
body .jba-v143-search-item.jba-v1556-search-item.jba-v1632-kind-combined:hover,
body .jba-v143-search-item.jba-v1556-search-item.jba-v1632-kind-combined:focus-visible {
  background: #fff2c9 !important;
}
body .jba-v1632-kind-combined .jba-v1556-search-copy strong,
body .jba-v1632-kind-combined .jba-v15266-search-result-copy strong {
  color: #001246 !important;
  font-size: 12px !important;
}
body .jba-v1632-kind-product .jba-v1632-search-badge {
  border-color: #dbe6f5 !important;
  background: #f2f7fd !important;
  color: #24517e !important;
}
body .jba-v1632-kind-product .jba-v1556-search-count {
  display: none !important;
}
@media (max-width: 767px) {
  body .jba-v1632-search-titleline {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 3px !important;
  }
  body .jba-v1632-search-badge {
    min-height: 18px !important;
    padding: 1px 6px !important;
    font-size: 7.5px !important;
  }
}
/* ===== END jba-v15.6.0-stable-search.css ===== */

/* ===== BEGIN jba-v16.7.5-profile-parity-search.css ===== */
/* JBA v16.7.5 — one-letter profile-parity header search. */
html[data-jba-v1675-global-search="1"] #menu-indo,
html[data-jba-v1675-global-search="1"] #menu-indo .jba-v1018-topbar,
html[data-jba-v1675-global-search="1"] #menu-indo .jba-v143-ajax-search {
  overflow: visible !important;
}

html[data-jba-v1675-global-search="1"] #menu-indo .jba-v143-ajax-search {
  position: relative !important;
  z-index: 2147482000 !important;
  pointer-events: auto !important;
}

html[data-jba-v1675-global-search="1"] #menu-indo .jba-v143-search-input,
html[data-jba-v1675-global-search="1"] #menu-indo .jba-v143-search-submit {
  pointer-events: auto !important;
  opacity: 1 !important;
}

html[data-jba-v1675-global-search="1"] #menu-indo .jba-v143-search-input {
  touch-action: manipulation;
}

html[data-jba-v1675-global-search="1"] #menu-indo .jba-v143-search-results {
  z-index: 2147482001 !important;
  pointer-events: auto !important;
}

html[data-jba-v1675-global-search="1"] #menu-indo .jba-v143-search-results.jba-v143-open {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

html[data-jba-v1675-global-search="1"] body .jba-v143-search-item.jba-v1556-search-item.jba-v1675-search-item {
  grid-template-columns: minmax(0, 1fr) auto 18px !important;
}

html[data-jba-v1675-global-search="1"] body .jba-v143-search-item.jba-v1556-search-item.jba-v1675-search-item.has-image {
  grid-template-columns: 52px minmax(0, 1fr) auto 18px !important;
}

.jba-v1675-search-thumb {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f7fb;
  border: 1px solid #e3ebf5;
}

.jba-v1675-search-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jba-v1675-search-fast {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 37px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #edf7f1;
  color: #147443;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.jba-v1675-search-pending {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 12px;
  border-top: 1px solid #edf1f6;
  color: #66758a;
  font-size: 11px;
  background: #fbfcfe;
}

.jba-v1675-search-all {
  display: block;
  text-align: center;
}

/* A checkout-completion route must never receive post-purchase suggestions. */
body.jba-v15247-checkout-route .jba-v1654-recommended-section,
body.jba-v15247-checkout-route [data-jba-v1654-carousel="recommended"] {
  display: none !important;
}

@media (max-width: 767px) {
  html[data-jba-v1675-global-search="1"] #menu-indo .jba-v143-search-results {
    max-height: min(66vh, 520px) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .jba-v1675-search-fast {
    min-width: 34px;
    padding: 0 6px;
  }
}
/* ===== END jba-v16.7.5-profile-parity-search.css ===== */

/* ===== BEGIN jba-v16.20.150-category-family-search.css ===== */
/*
 * JBA v16.20.150
 * Marketplace-style category-family live search.
 */
html[data-jba-v1620150-category-search="1"] .jba-v1620150-search-panel{
  direction:rtl!important;
  text-align:right!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-search-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:13px 14px!important;
  border-bottom:1px solid #e7edf5!important;
  background:#fff!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-search-head strong{
  color:#082c65!important;
  font-size:13px!important;
  font-weight:900!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-search-head span{
  min-width:0!important;
  overflow:hidden!important;
  color:#7a8799!important;
  font-size:11px!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-list{
  display:block!important;
  max-height:min(55vh,440px)!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) auto 18px!important;
  align-items:center!important;
  gap:9px!important;
  min-height:62px!important;
  padding:9px 12px!important;
  border-bottom:1px solid #edf1f6!important;
  background:#fff!important;
  color:#082c65!important;
  text-decoration:none!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item:hover,
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item:focus,
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item.jba-v143-active{
  background:#f5f9ff!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-symbol{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:32px!important;
  height:32px!important;
  border:1px solid #dbe5f2!important;
  border-radius:10px!important;
  background:#f5f8fc!important;
  color:#0d427e!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-symbol svg{
  display:block!important;
  width:17px!important;
  height:17px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item .jba-v1556-search-copy{
  min-width:0!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item .jba-v1556-search-copy strong{
  display:block!important;
  overflow:hidden!important;
  color:#0a2e63!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:20px!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item .jba-v1556-search-copy small{
  display:block!important;
  overflow:hidden!important;
  color:#8792a3!important;
  font-size:9px!important;
  line-height:16px!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item .jba-v1556-search-count,
html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item .jba-v1675-search-fast{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:24px!important;
  padding:2px 7px!important;
  border-radius:999px!important;
  background:#eef7f1!important;
  color:#238153!important;
  font-size:9px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-view-products{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  min-height:52px!important;
  margin:10px!important;
  padding:10px 14px!important;
  border:0!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#082e68 0%,#075887 100%)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(7,46,104,.18)!important;
  font-size:12px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
html[data-jba-v1620150-category-search="1"] .jba-v1620150-view-products b{
  font-size:22px!important;
  font-weight:400!important;
  line-height:1!important;
}
@media(max-width:767px){
  html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-list{
    max-height:52vh!important;
  }
  html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item{
    grid-template-columns:32px minmax(0,1fr) auto 14px!important;
    min-height:58px!important;
    padding:8px 10px!important;
  }
  html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item .jba-v1556-search-copy strong{
    font-size:11.5px!important;
  }
  html[data-jba-v1620150-category-search="1"] .jba-v1620150-category-item .jba-v1556-search-copy small{
    font-size:8.5px!important;
  }
}
/* ===== END jba-v16.20.150-category-family-search.css ===== */
