/** Shopify CDN: Minification failed

Line 32:0 Unexpected "}"

**/
/* ===== BROWLY – Personnalisation du panier latéral ===== */

/* ===== Bouton "Procéder au paiement" plus fin ===== */
#CartDrawer .cart__checkout-button {
  background: #5465FF;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0;
  height: 20px; /* ← réduit la hauteur */
  box-shadow: 0 6px 12px rgba(84, 101, 255, 0.25);
  transition: all 0.2s ease-in-out;
}

/* Effet au survol */
#CartDrawer .cart__checkout-button:hover {
  transform: scale(0.98);
  filter: brightness(0.9);
}

/* Masquer la phrase "Taxes incluses..." */
#CartDrawer .tax-note {
  display: none !important;
}
}
