/* JBA v16.20.191 — exact pipeline bar restyle + larger desktop cart type. */

/* Only the existing top content path bar. Product content/layout is untouched. */
html body #pipe-line.breadcrumbs,
html body nav#pipe-line{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  width:calc(100% - 30px)!important;
  min-height:58px!important;
  margin:14px auto 18px!important;
  padding:13px 24px 13px 31px!important;
  color:#314464!important;
  background:linear-gradient(180deg,#ffffff 0%,#f5f8fd 100%)!important;
  border:1px solid #cbd8eb!important;
  border-right:6px solid #184f91!important;
  border-radius:14px!important;
  box-shadow:0 6px 18px rgba(10,45,96,.07)!important;
  font-family:IRANYekanXFaNum,IRANYekanX,IRANSansX,Tahoma,sans-serif!important;
  font-size:15px!important;
  line-height:1.9!important;
  font-weight:500!important;
  text-align:right!important;
  clear:both!important;
  overflow:hidden!important;
}

html body #pipe-line.breadcrumbs::before,
html body nav#pipe-line::before{
  content:""!important;
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  border-radius:9px!important;
  background:#eaf2ff!important;
  box-shadow:inset 0 0 0 1px rgba(24,79,145,.10)!important;
}

html body #pipe-line.breadcrumbs::after,
html body nav#pipe-line::after{
  content:"⌂"!important;
  position:absolute!important;
  right:31px!important;
  top:50%!important;
  transform:translateY(-52%)!important;
  color:#184f91!important;
  font-family:Arial,sans-serif!important;
  font-size:19px!important;
  font-weight:700!important;
  line-height:1!important;
  pointer-events:none!important;
}

html body #pipe-line a,
html body #pipe-line span{
  font-family:inherit!important;
  line-height:inherit!important;
}

html body #pipe-line a{
  color:#65758e!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:500!important;
}

html body #pipe-line a:first-child{
  color:#184f91!important;
  font-weight:700!important;
  padding-right:5px!important;
}

html body #pipe-line > span[aria-hidden="true"]{
  color:#9aacbf!important;
  font-size:18px!important;
  font-weight:400!important;
}

html body #pipe-line > span[aria-current="page"]{
  color:#152f58!important;
  font-size:16px!important;
  font-weight:700!important;
}

html body #pipe-line a:hover{
  color:#184f91!important;
}

/* Definitive removal of the retired green accent. */
html body #pipe-line,
html body #pipe-line.breadcrumbs{
  border-right-color:#184f91!important;
}

/* Larger desktop cart button typography. */
@media (min-width:992px){
  html body #menu-indo #menu-main > li.jba-v11-cart-menu-li > a.jba-v11-menu-cart,
  html body #menu-indo #menu-main .jba-v11-menu-cart{
    min-height:48px!important;
    padding-inline:20px!important;
    gap:9px!important;
  }

  html body #menu-indo #menu-main .jba-v11-menu-cart .jba-v11-cart-title,
  html body #menu-indo #menu-main .jba-v11-cart-menu-li .jba-v11-cart-title{
    font-size:18px!important;
    line-height:1.45!important;
    font-weight:700!important;
    letter-spacing:0!important;
  }

  html body #menu-indo #menu-main .jba-v11-menu-cart .jba-v11-cart-count,
  html body #menu-indo #menu-main .jba-v11-cart-menu-li .jba-v11-cart-count,
  html body #menu-indo #menu-main .jba-v11-menu-cart .cart-num{
    font-size:14px!important;
    line-height:1.4!important;
    font-weight:700!important;
    padding:6px 11px!important;
  }

  html body #menu-indo #menu-main .jba-v11-menu-cart .jba-v11-cart-icon{
    font-size:20px!important;
    line-height:1!important;
  }
}

@media (max-width:767px){
  html body #pipe-line.breadcrumbs,
  html body nav#pipe-line{
    width:calc(100% - 20px)!important;
    min-height:50px!important;
    margin:10px auto 14px!important;
    padding:10px 17px 10px 22px!important;
    border-right-width:5px!important;
    border-radius:11px!important;
    gap:5px!important;
    font-size:13px!important;
  }
  html body #pipe-line.breadcrumbs::before,
  html body nav#pipe-line::before,
  html body #pipe-line.breadcrumbs::after,
  html body nav#pipe-line::after{display:none!important;content:none!important;}
  html body #pipe-line a{font-size:12px!important;}
  html body #pipe-line > span[aria-current="page"]{font-size:13px!important;}
}
