﻿.commerce-status {
  color: var(--gold);
  min-height: 1.6em;
}

.shop-card[aria-disabled="true"] .pill,
.album-buy[aria-disabled="true"],
.track-buy[aria-disabled="true"] {
  opacity: .7;
  cursor: default;
}

.order-panel {
  max-width: 960px;
  margin: 40px auto;
  padding: clamp(24px, 5vw, 56px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: 12px;
}

.order-panel h2 {
  font: clamp(28px, 4vw, 46px)/1.2 Georgia, serif;
  margin: 12px 0;
  overflow-wrap: anywhere;
}

.order-panel h3 {
  font-size: 20px;
  margin: 32px 0 12px;
}

.order-price {
  font-size: 22px;
  color: var(--gold);
}

.order-notice, .order-demo, .order-keep {
  padding: 16px;
  background: #ffffff06;
  border-radius: 6px;
}

.order-demo {
  color: var(--gold);
}

.order-button {
  border: 1px solid var(--gold);
  border-radius: 6px;
  background: var(--gold);
  color: var(--bg);
  font: 600 16px/1.4 Arial, sans-serif;
  padding: 12px 18px;
  min-height: 48px;
  cursor: pointer;
  white-space: normal;
}

.order-button:disabled {
  opacity: .5;
  cursor: wait;
}

.download-row {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.download-row > div {
  min-width: 0;
}

.download-row strong {
  display: block;
  overflow-wrap: anywhere;
}

.download-row span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.bonus-picker {
  margin: 32px 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.bonus-picker label {
  display: block;
  font-weight: bold;
  font-size: 20px;
}

.bonus-picker p {
  color: var(--muted);
}

.bonus-picker select {
  display: block;
  width: 100%;
  font-size: 16px;
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 14px;
  margin: 16px 0;
}

.order-help, .order-back {
  display: block;
  margin-top: 24px;
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}

.order-keep {
  font-size: 14px;
  color: var(--muted);
}

@media (max-width: 650px) {
  .order-panel {
    margin: 20px 16px;
    padding: 22px;
  }
  .download-row {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .download-row .order-button {
    width: 100%;
  }
  .bonus-picker {
    padding: 16px;
  }
  .bonus-picker .order-button {
    width: 100%;
  }
}

.checkout-feedback {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.checkout-feedback[hidden] {
  display: none;
}

.feedback-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 11, 18, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  animation: feedbackFadeIn 0.3s ease-out;
}

.feedback-modal {
  position: relative;
  z-index: 2;
  width: min(440px, calc(100vw - 32px));
  background: linear-gradient(160deg, #132a39 0%, #0b1a26 100%);
  border: 1px solid rgba(237, 190, 136, 0.4);
  border-radius: 20px;
  padding: 40px 28px 32px;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.75), 0 0 50px rgba(237, 190, 136, 0.18);
  animation: feedbackPopIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

/* Vinyl Loader */
.feedback-loader {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vinyl-glow {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(237, 190, 136, 0.4) 0%, rgba(237, 190, 136, 0) 70%);
  animation: vinylGlowPulse 2.5s ease-in-out infinite alternate;
}

.sonic-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  pointer-events: none;
}

.sonic-ring-1 {
  width: 100px;
  height: 100px;
  animation: sonicRipples 2.4s cubic-bezier(0.2, 0.8, 0.4, 1) infinite;
}

.sonic-ring-2 {
  width: 100px;
  height: 100px;
  animation: sonicRipples 2.4s cubic-bezier(0.2, 0.8, 0.4, 1) infinite 0.8s;
}

.sonic-ring-3 {
  width: 100px;
  height: 100px;
  animation: sonicRipples 2.4s cubic-bezier(0.2, 0.8, 0.4, 1) infinite 1.6s;
}

.golden-vinyl {
  position: relative;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: radial-gradient(circle, 
    #edbe88 0%, 
    #0c2230 18%, 
    #17384c 32%, 
    #0c2230 45%, 
    #1b3e54 62%, 
    #0c2230 78%, 
    #edbe88 100%
  );
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6), inset 0 0 10px rgba(237, 190, 136, 0.4);
  animation: spinVinyl 3.5s linear infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vinyl-shine {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 45deg, 
    transparent 0deg, 
    rgba(255, 255, 255, 0.15) 50deg, 
    transparent 90deg, 
    rgba(255, 255, 255, 0.15) 230deg, 
    transparent 270deg
  );
  pointer-events: none;
}

.vinyl-center {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #0b1b28;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(237, 190, 136, 0.6);
}

.vinyl-logo {
  font: 800 11px/1 Georgia, serif;
  color: #0b1b28;
  letter-spacing: -0.5px;
}

/* Equalizer Bars */
.soundwave-bars {
  position: absolute;
  bottom: -14px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 22px;
}

.soundwave-bars span {
  width: 3px;
  background: var(--gold);
  border-radius: 2px;
  animation: soundwaveWave 1.2s ease-in-out infinite alternate;
}

.soundwave-bars span:nth-child(1) { height: 6px; animation-delay: 0.1s; }
.soundwave-bars span:nth-child(2) { height: 14px; animation-delay: 0.3s; }
.soundwave-bars span:nth-child(3) { height: 20px; animation-delay: 0.5s; }
.soundwave-bars span:nth-child(4) { height: 10px; animation-delay: 0.2s; }
.soundwave-bars span:nth-child(5) { height: 18px; animation-delay: 0.4s; }
.soundwave-bars span:nth-child(6) { height: 12px; animation-delay: 0.6s; }
.soundwave-bars span:nth-child(7) { height: 22px; animation-delay: 0.35s; }
.soundwave-bars span:nth-child(8) { height: 8px; animation-delay: 0.15s; }
.soundwave-bars span:nth-child(9) { height: 16px; animation-delay: 0.45s; }

/* Text & Progress */
.feedback-title {
  margin: 12px 0 6px;
  font: 600 20px/1.3 Georgia, serif;
  color: var(--text);
}

.feedback-subtitle {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}

.feedback-progress-track {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-top: 16px;
}

.feedback-progress-bar {
  width: 45%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--gold), #fff, transparent);
  border-radius: 3px;
  animation: progressBarShimmer 1.8s ease-in-out infinite;
}

/* Error State */
.checkout-feedback[data-state="error"] .feedback-loader {
  display: none;
}

.checkout-feedback[data-state="error"] .feedback-progress-track {
  display: none;
}

.checkout-feedback[data-state="error"] .feedback-title {
  color: #ff9b9b;
}

.checkout-feedback[data-state="error"] .feedback-modal {
  border-color: rgba(255, 120, 120, 0.4);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.75), 0 0 40px rgba(255, 100, 100, 0.15);
}

.checkout-dismiss {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkout-dismiss:hover {
  background: rgba(237, 190, 136, 0.2);
  border-color: var(--gold);
  color: var(--gold);
  transform: rotate(90deg);
}

[data-offer][aria-busy="true"] {
  cursor: wait;
}

.shop-card[aria-busy="true"] .pill {
  opacity: .8;
}

/* Keyframes */
@keyframes feedbackFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes feedbackPopIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(12px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes spinVinyl {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes sonicRipples {
  0% {
    transform: scale(0.85);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.65);
    opacity: 0;
  }
}

@keyframes vinylGlowPulse {
  from { opacity: 0.3; transform: scale(0.9); }
  to { opacity: 0.75; transform: scale(1.15); }
}

@keyframes soundwaveWave {
  0% { height: 4px; }
  100% { height: 22px; }
}

@keyframes progressBarShimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(250%); }
}

@media (prefers-reduced-motion: reduce) {
  .golden-vinyl, .sonic-ring, .soundwave-bars span, .feedback-progress-bar {
    animation: none !important;
  }
}

/* ==========================================================================
   PANIER D'ACHATS & CODE PROMO STRIPE
   ========================================================================== */

/* Bouton Panier dans la barre de navigation */
.nav-cart-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(239, 192, 140, 0.35);
  border-radius: 24px;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nav-cart-btn:hover {
  background: rgba(239, 192, 140, 0.15);
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-1px);
}

.nav-cart-btn .cart-icon {
  font-size: 15px;
}

.cart-badge, .cart-count-badge {
  background: var(--gold);
  color: #07131d;
  font-size: 11px;
  font-weight: 700;
  min-width: 19px;
  height: 19px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  line-height: 1;
}

/* Boutons Panier sur les pistes audio et lecteur dock */
.track-add-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: rgba(239, 192, 140, 0.08);
  border: 1px solid rgba(239, 192, 140, 0.3);
  color: var(--gold);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.track-add-cart-btn:hover {
  background: rgba(239, 192, 140, 0.22);
  border-color: var(--gold);
  transform: scale(1.05);
}

.dock-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #efc08c;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-right: 4px;
}

.dock-cart-btn:hover {
  background: rgba(239, 192, 140, 0.2);
  border-color: var(--gold);
  transform: scale(1.06);
}

/* Voile d'arrière-plan du Panier */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 11, 16, 0.72);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* Tiroir coulissant (Cart Drawer) */
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(440px, 100vw);
  background: linear-gradient(180deg, #0d202e 0%, #07141f 100%);
  border-left: 1px solid rgba(239, 192, 140, 0.28);
  box-shadow: -15px 0 50px rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

/* En-tête du tiroir */
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.cart-header-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-header-title h2 {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.cart-header-icon {
  font-size: 20px;
}

.cart-close-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #9cb0bf;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  transition: all 0.2s ease;
}

.cart-close-btn:hover {
  background: rgba(239, 192, 140, 0.15);
  color: var(--gold);
  border-color: var(--gold);
  transform: rotate(90deg);
}

/* Bandeau notification bonus offert */
.cart-bonus-notice {
  margin: 14px 20px 0;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(239, 192, 140, 0.15) 0%, rgba(239, 192, 140, 0.05) 100%);
  border: 1px solid rgba(239, 192, 140, 0.4);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--gold);
}

.bonus-notice-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bonus-notice-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
}

.bonus-notice-text {
  font-size: 12px;
  color: #e2e8f0;
  line-height: 1.35;
}

.cart-bonus-suggestions {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cart-bonus-chip {
  background: rgba(239, 192, 140, 0.15);
  border: 1px solid rgba(239, 192, 140, 0.45);
  color: var(--gold);
  border-radius: 12px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.cart-bonus-chip:hover {
  background: var(--gold);
  color: #07131d;
  transform: translateY(-1px);
}

/* Corps du tiroir (liste scrollable) */
.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 20px;
  scrollbar-width: thin;
  scrollbar-color: rgba(239, 192, 140, 0.3) transparent;
}

/* Vue Panier vide */
.cart-empty-view {
  text-align: center;
  padding: 50px 16px;
}

.cart-empty-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.6;
}

.cart-empty-title {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
}

.cart-empty-sub {
  font-size: 14px;
  color: #8fa2b2;
  margin: 0 0 24px;
  line-height: 1.4;
}

.cart-browse-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--gold);
  border-radius: 20px;
  color: var(--gold);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.cart-browse-btn:hover {
  background: var(--gold);
  color: #07131d;
  transform: translateY(-1px);
}

/* Liste des articles du panier */
.cart-items-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  transition: background 0.2s ease;
}

.cart-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

.cart-item-art {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.cart-item-info {
  flex: 1;
  min-width: 0;
}

.cart-item-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-type {
  display: block;
  font-size: 11px;
  color: #8fa2b2;
  margin-bottom: 2px;
}

.cart-item-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart-item.is-bonus-item {
  border-color: rgba(74, 222, 128, 0.4);
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.cart-item-bonus-badge {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  background: #22c55e;
  color: #052e16;
  border-radius: 4px;
  padding: 2px 6px;
  margin-left: 6px;
  vertical-align: middle;
}

.price-original {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 12px;
  color: #9cb0bf;
  font-weight: normal;
}

.price-free {
  color: #4ade80;
  font-weight: 700;
}

.cart-item-remove {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  color: #718392;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.cart-item-remove:hover {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.12);
}

/* Pied du tiroir (Coupon, Totaux, Bouton de commande) */
.cart-footer {
  padding: 12px 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 20, 31, 0.98);
}

/* Section Coupon (désactivée) */
.coupon-section {
  display: none !important;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.coupon-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #9cb0bf;
  margin-bottom: 6px;
  font-weight: 600;
}

.coupon-input-group {
  display: flex;
  gap: 8px;
}

.coupon-input {
  flex: 1;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(239, 192, 140, 0.3);
  border-radius: 6px;
  padding: 8px 12px;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  outline: none;
  transition: border-color 0.2s ease;
}

.coupon-input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 8px rgba(239, 192, 140, 0.25);
}

.coupon-apply-btn {
  background: rgba(239, 192, 140, 0.15);
  border: 1px solid var(--gold);
  border-radius: 6px;
  color: var(--gold);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.coupon-apply-btn:hover:not(:disabled) {
  background: var(--gold);
  color: #07131d;
}

.coupon-apply-btn:disabled {
  opacity: 0.5;
  cursor: wait;
}

.coupon-feedback {
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.3;
}

.coupon-feedback.success {
  color: #4ade80;
}

.coupon-feedback.error {
  color: #f87171;
}

.coupon-feedback.checking {
  color: #efc08c;
}

/* Badge de coupon actif */
.active-coupon-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.4);
  border-radius: 16px;
  color: #4ade80;
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
}

.remove-coupon-btn {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  padding: 0 2px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.remove-coupon-btn:hover {
  opacity: 1;
  color: #f87171;
}

/* Résumé des totaux */
.cart-summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #a0b2c1;
}

.summary-val {
  font-weight: 600;
  color: #e2e8f0;
}

.bonus-discount-row {
  color: #4ade80;
}

.bonus-val {
  color: #4ade80;
  font-weight: 700;
}

.bonus-badge {
  font-size: 11px;
  background: rgba(74, 222, 128, 0.2);
  border: 1px solid rgba(74, 222, 128, 0.4);
  color: #4ade80;
  border-radius: 10px;
  padding: 1px 7px;
  font-weight: 700;
  margin-left: 4px;
}

.discount-row {
  color: #4ade80;
}

.discount-val {
  color: #4ade80;
}

.discount-pill {
  font-size: 11px;
  background: rgba(74, 222, 128, 0.18);
  border-radius: 10px;
  padding: 1px 7px;
  font-weight: 700;
  margin-left: 4px;
}

.summary-row.total-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.summary-total-val {
  font-size: 18px;
  font-weight: 700;
  color: var(--gold);
}

/* Boutons d'action */
.cart-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-checkout-btn {
  width: 100%;
  padding: 14px;
  background: var(--gold);
  border: none;
  border-radius: 8px;
  color: #07131d;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(239, 192, 140, 0.32);
  transition: all 0.2s ease;
}

.cart-checkout-btn:hover:not(:disabled) {
  background: #f7d2a8;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(239, 192, 140, 0.45);
}

.cart-checkout-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.cart-clear-btn {
  background: transparent;
  border: none;
  color: #728494;
  font-family: inherit;
  font-size: 12px;
  cursor: pointer;
  padding: 4px;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.cart-clear-btn:hover {
  color: #f87171;
}

/* Badges Moyens de paiement acceptés */
.cart-payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.pay-method-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cfdbe6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px;
  user-select: none;
  transition: all 0.2s ease;
}

.pay-method-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.pay-method-pill .pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pay-method-pill.pay-gpay {
  border-color: rgba(66, 133, 244, 0.45);
  background: rgba(66, 133, 244, 0.12);
  color: #fff;
}

.pay-method-pill.pay-apple {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.cart-security-badge {
  text-align: center;
  font-size: 11px;
  color: #6c7e8e;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* Notification Toast */
.cart-toast {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 10002;
  background: rgba(13, 32, 46, 0.96);
  border: 1px solid var(--gold);
  border-radius: 8px;
  padding: 12px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: toastPop 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  user-select: none;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.cart-toast:hover {
  filter: brightness(1.1);
}

.cart-toast.is-hiding {
  opacity: 0;
  transform: translateY(8px) scale(0.96);
  pointer-events: none;
  animation: none;
}

.cart-toast[hidden] {
  display: none !important;
}

.cart-toast .toast-icon {
  color: var(--gold);
  font-size: 16px;
  font-weight: 700;
}

@keyframes toastPop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 480px) {
  .cart-drawer {
    width: 100vw;
  }
  .cart-toast {
    left: 16px;
    right: 16px;
    bottom: 80px;
  }
}

