/* NetYadak v6.5.45 — cart badge sync + add-to-cart toast. */
.nyp-runtime-cart-badge{
  position:absolute!important;
  top:-5px!important;
  right:-5px!important;
  z-index:4!important;
  display:grid!important;
  place-items:center!important;
  min-width:18px!important;
  height:18px!important;
  padding:0 4px!important;
  border:2px solid #fff!important;
  border-radius:999px!important;
  background:#001b42!important;
  color:#fff!important;
  font-size:9px!important;
  font-weight:800!important;
  line-height:1!important;
  pointer-events:none!important;
}
.nyp-runtime-cart-anchor{position:relative!important;}
.nyp-cart-toast-host{
  position:fixed!important;
  left:24px!important;
  bottom:24px!important;
  z-index:2147483000!important;
  width:min(390px,calc(100vw - 32px))!important;
  pointer-events:none!important;
  direction:rtl!important;
}
.nyp-cart-toast{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  padding:13px 14px!important;
  border:1px solid #e4e8ee!important;
  border-top:3px solid #ffc21c!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#161b23!important;
  box-shadow:0 14px 34px rgba(0,27,66,.16)!important;
  opacity:0!important;
  transform:translateY(12px)!important;
  transition:opacity .24s ease,transform .24s ease!important;
  pointer-events:auto!important;
}
.nyp-cart-toast.is-visible{opacity:1!important;transform:none!important;}
.nyp-cart-toast__icon{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:10px!important;
  background:#ffc21c!important;
  color:#001b42!important;
  font-size:21px!important;
  font-weight:900!important;
}
.nyp-cart-toast__body{min-width:0!important;}
.nyp-cart-toast__title{display:block!important;margin:0 0 4px!important;color:#001b42!important;font-size:13px!important;font-weight:800!important;line-height:1.7!important;}
.nyp-cart-toast__link{display:inline-flex!important;align-items:center!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#6d737d!important;box-shadow:none!important;text-decoration:none!important;font-size:11px!important;font-weight:600!important;}
.nyp-cart-toast__link:hover,.nyp-cart-toast__link:focus,.nyp-cart-toast__link:active{color:#001b42!important;background:transparent!important;box-shadow:none!important;transform:none!important;}
@media(max-width:680px){
  .nyp-cart-toast-host{left:12px!important;right:12px!important;bottom:14px!important;width:auto!important;}
}
