@media (max-width: 767px), (hover: none) and (pointer: coarse) {.nbs-mobile-cart-total{position:fixed;right:16px;bottom:90px;z-index:998;display:flex;gap:8px;align-items:center;padding:10px 14px;border-radius:999px;background:#2A2420;color:#fff;font:700 13px Manrope,system-ui,sans-serif;text-decoration:none;box-shadow:0 8px 20px rgba(42,36,32,.2)}.nbs-mobile-cart-total strong{color:#fff;font-weight:700}.nbs-mobile-cart-total span{color:#F7F2EB}}

/* Neila: desktop header cart total */
@media (min-width: 1000px), (hover: hover) and (pointer: fine) {
  .nbs-mobile-cart-total {
    position: fixed;
    top: 12px;
    right: 48px;
    bottom: auto;
    z-index: 1005;
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #2A2420;
    color: #fff;
    font: 700 12px Manrope, system-ui, sans-serif;
    text-decoration: none;
    box-shadow: 0 7px 16px rgba(42,36,32,.18);
  }

  .nbs-mobile-cart-total strong { color: #fff; }
  .nbs-mobile-cart-total span { color: #F7F2EB; }
}
