@media (max-width: 680px) {
  body { overflow-x: hidden; }
  .cart-layout { display: block !important; width: auto !important; margin: 24px auto 60px !important; padding: 0 14px !important; }
  .cart-table { display: block !important; width: 100% !important; }
  .cart-table thead { display: none !important; }
  .cart-table tbody { display: grid !important; gap: 14px !important; }
  .cart-table tr { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important; gap: 10px 12px !important; padding: 15px !important; border: 1px solid var(--line) !important; border-radius: 14px !important; background: #fff !important; box-shadow: var(--shadow-xs) !important; }
  .cart-table td { display: flex !important; min-width: 0 !important; padding: 0 !important; border: 0 !important; font-size: 14px !important; }
  .cart-table td:first-child { grid-column: 1 / -1 !important; padding-bottom: 12px !important; border-bottom: 1px solid var(--line) !important; }
  .cart-prod { width: 100% !important; align-items: flex-start !important; gap: 14px !important; }
  .cart-prod img { width: 76px !important; height: 76px !important; flex: 0 0 76px !important; }
  .cart-prod > div { min-width: 0 !important; }
  .cart-prod b { display: block !important; font-size: 15px !important; line-height: 1.35 !important; overflow-wrap: anywhere !important; }
  .cart-prod small { font-size: 12px !important; }
  .cart-table td:nth-child(2), .cart-table td:nth-child(3), .cart-table td:nth-child(4) { flex-direction: column !important; gap: 4px !important; }
  .cart-table td:nth-child(2)::before { content: "Price"; }
  .cart-table td:nth-child(3)::before { content: "Quantity"; }
  .cart-table td:nth-child(4)::before { content: "Total"; }
  .cart-table td:nth-child(2)::before, .cart-table td:nth-child(3)::before, .cart-table td:nth-child(4)::before { font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; color: var(--muted); }
  .cart-table td:nth-child(5) { grid-column: 1 / -1 !important; justify-content: flex-end !important; padding-top: 10px !important; border-top: 1px solid var(--line) !important; }
  .cart-qty { gap: 8px !important; }
  .cart-qty button { width: 36px !important; height: 36px !important; font-size: 18px !important; }
  .remove-link { display: inline-flex !important; align-items: center !important; min-height: 36px !important; padding: 7px 12px !important; border: 1px solid rgba(190, 55, 55, .25) !important; border-radius: 8px !important; font-size: 12px !important; cursor: pointer; }
  .cart-summary { width: 100% !important; box-sizing: border-box !important; margin-top: 22px !important; }
  [dir="rtl"] .cart-table td:nth-child(5) { justify-content: flex-start !important; }
}
