@charset "UTF-8";.free-shipping[data-v-3c4731b4] {
  padding: 10px 18px;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.free-shipping--achieved[data-v-3c4731b4] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1px solid #86efac;
  border-radius: 8px;
  color: #166534;
  font-size: 13px;
  font-weight: 700;
  animation: celebrate-3c4731b4 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.free-shipping--achieved svg[data-v-3c4731b4] {
  color: #22c55e;
  flex-shrink: 0;
  animation: check-pop-3c4731b4 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s backwards;
}
.free-shipping--pending .free-shipping__info[data-v-3c4731b4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.free-shipping--pending .free-shipping__label[data-v-3c4731b4] {
  font-size: 12px;
  font-weight: 600;
  transition: color 0.4s ease;
}
.free-shipping--pending .free-shipping__label.label--excellent[data-v-3c4731b4] {
  animation: text-bounce-3c4731b4 0.6s ease-out;
}
.free-shipping--pending .label--low[data-v-3c4731b4] {
  color: #dc2626;
}
.free-shipping--pending .label--medium[data-v-3c4731b4] {
  color: #ea580c;
}
.free-shipping--pending .label--good[data-v-3c4731b4] {
  color: #ca8a04;
}
.free-shipping--pending .label--excellent[data-v-3c4731b4] {
  color: #16a34a;
}
.free-shipping--pending .free-shipping__progress-text[data-v-3c4731b4] {
  font-size: 11px;
  font-weight: 700;
  color: #737373;
  font-feature-settings: "tnum";
  transition: all 0.3s ease;
}
.free-shipping__bar[data-v-3c4731b4] {
  position: relative;
  height: 4px;
  background: #e5e5e5;
  border-radius: 2px;
  overflow: hidden;
  animation: bar-entrance-3c4731b4 0.6s ease-out;
}
.free-shipping__fill[data-v-3c4731b4] {
  height: 100%;
  border-radius: 2px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.free-shipping__fill[data-v-3c4731b4]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 100%);
  animation: shimmer-3c4731b4 2s ease-in-out infinite;
}
.free-shipping__fill.fill--excellent[data-v-3c4731b4] {
  animation: pulse-glow-3c4731b4 2s ease-in-out infinite;
}
.free-shipping__fill.fill--excellent[data-v-3c4731b4]::after {
  animation: shimmer-excellent-3c4731b4 1.5s ease-in-out infinite;
}
.free-shipping__fill.fill--good[data-v-3c4731b4] {
  animation: pulse-subtle-3c4731b4 3s ease-in-out infinite;
}
.fill--low[data-v-3c4731b4] {
  background: linear-gradient(90deg, #dc2626 0%, #b91c1c 100%);
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.3);
}
.fill--medium[data-v-3c4731b4] {
  background: linear-gradient(90deg, #f97316 0%, #ea580c 100%);
  box-shadow: 0 0 8px rgba(249, 115, 22, 0.3);
}
.fill--good[data-v-3c4731b4] {
  background: linear-gradient(90deg, #eab308 0%, #ca8a04 100%);
  box-shadow: 0 0 8px rgba(234, 179, 8, 0.3);
}
.fill--excellent[data-v-3c4731b4] {
  background: linear-gradient(90deg, #22c55e 0%, #16a34a 100%);
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.4);
}
@keyframes bar-entrance-3c4731b4 {
from {
    opacity: 0;
    transform: scaleX(0.95);
}
to {
    opacity: 1;
    transform: scaleX(1);
}
}
@keyframes shimmer-3c4731b4 {
0%, 100% {
    transform: translateX(-100%);
    opacity: 0;
}
50% {
    opacity: 1;
}
}
@keyframes shimmer-excellent-3c4731b4 {
0%, 100% {
    transform: translateX(-100%);
    opacity: 0;
}
50% {
    opacity: 1;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.5) 100%);
}
}
@keyframes pulse-glow-3c4731b4 {
0%, 100% {
    box-shadow: 0 0 8px rgba(34, 197, 94, 0.3);
}
50% {
    box-shadow: 0 0 16px rgba(34, 197, 94, 0.6), 0 0 24px rgba(34, 197, 94, 0.3);
}
}
@keyframes pulse-subtle-3c4731b4 {
0%, 100% {
    box-shadow: 0 0 8px rgba(234, 179, 8, 0.3);
}
50% {
    box-shadow: 0 0 12px rgba(234, 179, 8, 0.5);
}
}
@keyframes celebrate-3c4731b4 {
0% {
    opacity: 0;
    transform: scale(0.8) translateY(10px);
}
100% {
    opacity: 1;
    transform: scale(1) translateY(0);
}
}
@keyframes check-pop-3c4731b4 {
0% {
    opacity: 0;
    transform: scale(0) rotate(-45deg);
}
100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
}
@keyframes text-bounce-3c4731b4 {
0%, 100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-3px);
}
60% {
    transform: translateY(-1px);
}
}
@media (max-width: 640px) {
.free-shipping[data-v-3c4731b4] {
    padding: 8px 16px;
}
.free-shipping--achieved[data-v-3c4731b4] {
    padding: 7px 12px;
    font-size: 12px;
}
.free-shipping--achieved svg[data-v-3c4731b4] {
    width: 14px;
    height: 14px;
}
.free-shipping--pending .free-shipping__label[data-v-3c4731b4] {
    font-size: 11px;
}
.free-shipping--pending .free-shipping__progress-text[data-v-3c4731b4] {
    font-size: 10px;
}
}
/* =====================================================
   VARIABLES
   ===================================================== */
/* =====================================================
   🎯 CART TRIGGER
   ===================================================== */
.etx-cart-trigger[data-v-5fd5d808] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--header-icons-color, var(--header-text-color, #1f2937));
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.etx-cart-trigger[data-v-5fd5d808]:hover {
  background: rgba(0, 0, 0, 0.05);
}
.etx-cart-trigger .etx-cart-icon[data-v-5fd5d808] {
  font-size: 20px;
}
.etx-cart-trigger__badge[data-v-5fd5d808] {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ef4444 0%, rgb(235.7842364532, 30.4157635468, 30.4157635468) 100%);
  color: white;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 0 6px;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.3);
}
.etx-cart-trigger__savings[data-v-5fd5d808] {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border-radius: 50%;
  font-size: 10px;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}
.etx-cart-trigger__savings i[data-v-5fd5d808] {
  font-size: 9px;
}

/* =====================================================
   BACKDROP
   ===================================================== */
.etx-cart-backdrop[data-v-5fd5d808] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9998;
}

/* =====================================================
   PANEL
   ===================================================== */
.etx-cart-panel[data-v-5fd5d808] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 440px;
  background: var(--cart-bg, #ffffff);
  display: flex;
  flex-direction: column;
  z-index: 9999;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
}
@media (max-width: 640px) {
.etx-cart-panel[data-v-5fd5d808] {
    max-width: 100%;
}
}
.etx-cart-panel--rtl[data-v-5fd5d808] {
  right: auto;
  left: 0;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
}

/* =====================================================
   HEADER
   ===================================================== */
.etx-cart-header[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--cart-bg, #ffffff);
  border-bottom: 1px solid var(--card-border, #e5e7eb);
  flex-shrink: 0;
}
.etx-cart-header__close[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.2s;
}
.etx-cart-header__close[data-v-5fd5d808]:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.etx-cart-header__close i[data-v-5fd5d808] {
  font-size: 16px;
}
.etx-cart-header__content[data-v-5fd5d808] {
  flex: 1;
}
.etx-cart-header__title[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--cart-title, #1f2937);
  margin: 0 0 2px 0;
}
.etx-cart-header__title i[data-v-5fd5d808] {
  font-size: 18px;
}
.etx-cart-header__count[data-v-5fd5d808] {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
}
.etx-cart-header__clear[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.2s;
}
.etx-cart-header__clear[data-v-5fd5d808]:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}
.etx-cart-header__clear i[data-v-5fd5d808] {
  font-size: 15px;
}

/* =====================================================
   SHIPPING BAR
   ===================================================== */
.etx-shipping-bar[data-v-5fd5d808] {
  padding: 12px 18px;
  background: linear-gradient(135deg, #d1fae5 0%, #dcfce7 100%);
  border-bottom: 1px solid rgba(16, 185, 129, 0.2);
  flex-shrink: 0;
}
.etx-shipping-bar__text[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #059669;
  margin-bottom: 8px;
  font-weight: 600;
}
.etx-shipping-bar__text i[data-v-5fd5d808] {
  font-size: 14px;
}
.etx-shipping-bar__text strong[data-v-5fd5d808] {
  font-weight: 700;
  color: #10b981;
}
.etx-shipping-bar__progress[data-v-5fd5d808] {
  height: 6px;
  background: rgba(16, 185, 129, 0.15);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.etx-shipping-bar__fill[data-v-5fd5d808] {
  height: 100%;
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
  border-radius: 3px;
  transition: width 0.6s ease;
  position: relative;
}
.etx-shipping-bar__shine[data-v-5fd5d808] {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shine-5fd5d808 2s ease-in-out infinite;
}
.etx-shipping-success[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #059669;
}
.etx-shipping-success i[data-v-5fd5d808] {
  font-size: 16px;
}

/* =====================================================
   ✅ LOADING SPINNER - יפה!
   ===================================================== */
.etx-loading[data-v-5fd5d808] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--cart-bg, #ffffff);
  z-index: 100;
}
.etx-loading__spinner[data-v-5fd5d808] {
  position: relative;
  width: 60px;
  height: 60px;
}
.etx-loading__ring[data-v-5fd5d808] {
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-top-color: var(--btn-primary-bg, #000000);
  border-radius: 50%;
  animation: spin-5fd5d808 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.etx-loading__ring[data-v-5fd5d808]:nth-child(1) {
  animation-delay: -0.3s;
}
.etx-loading__ring[data-v-5fd5d808]:nth-child(2) {
  animation-delay: -0.15s;
}
.etx-loading__text[data-v-5fd5d808] {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
}

/* =====================================================
   BODY
   ===================================================== */
.etx-cart-body[data-v-5fd5d808] {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.etx-cart-body[data-v-5fd5d808]::-webkit-scrollbar {
  width: 6px;
}
.etx-cart-body[data-v-5fd5d808]::-webkit-scrollbar-track {
  background: transparent;
}
.etx-cart-body[data-v-5fd5d808]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.etx-cart-body[data-v-5fd5d808]::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* =====================================================
   EMPTY STATE
   ===================================================== */
.etx-empty-cart[data-v-5fd5d808] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.etx-empty-cart__icon[data-v-5fd5d808] {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  margin-bottom: 20px;
}
.etx-empty-cart__icon i[data-v-5fd5d808] {
  font-size: 36px;
  color: #6b7280;
}
.etx-empty-cart__title[data-v-5fd5d808] {
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 8px 0;
}
.etx-empty-cart__text[data-v-5fd5d808] {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* =====================================================
   CLEAR CONFIRM
   ===================================================== */
.etx-clear-confirm[data-v-5fd5d808] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  min-height: 200px;
}
.etx-clear-confirm__loading[data-v-5fd5d808] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.etx-clear-confirm__spinner[data-v-5fd5d808] {
  position: relative;
  width: 80px;
  height: 80px;
}
.etx-clear-confirm__ring[data-v-5fd5d808] {
  position: absolute;
  inset: 0;
  border: 4px solid transparent;
  border-top-color: #ef4444;
  border-radius: 50%;
  animation: spin-5fd5d808 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.etx-clear-confirm__ring[data-v-5fd5d808]:nth-child(1) {
  animation-delay: -0.45s;
  border-top-color: #ef4444;
}
.etx-clear-confirm__ring[data-v-5fd5d808]:nth-child(2) {
  animation-delay: -0.3s;
  border-top-color: rgba(239, 68, 68, 0.7);
}
.etx-clear-confirm__ring[data-v-5fd5d808]:nth-child(3) {
  animation-delay: -0.15s;
  border-top-color: rgba(239, 68, 68, 0.4);
}
.etx-clear-confirm__loading-text[data-v-5fd5d808] {
  font-size: 16px;
  font-weight: 700;
  color: #ef4444;
  margin: 0;
  animation: pulse-text-5fd5d808 1.5s ease-in-out infinite;
}
.etx-clear-confirm__icon[data-v-5fd5d808] {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef3c7;
  border-radius: 50%;
  margin-bottom: 20px;
}
.etx-clear-confirm__icon i[data-v-5fd5d808] {
  font-size: 28px;
  color: #f59e0b;
}
.etx-clear-confirm__title[data-v-5fd5d808] {
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 24px 0;
}
.etx-clear-confirm__actions[data-v-5fd5d808] {
  display: flex;
  gap: 12px;
}
@keyframes spin-5fd5d808 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes pulse-text-5fd5d808 {
0%, 100% {
    opacity: 1;
    transform: scale(1);
}
50% {
    opacity: 0.7;
    transform: scale(0.98);
}
}
.etx-btn[data-v-5fd5d808] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.etx-btn--danger[data-v-5fd5d808] {
  background: #ef4444;
  color: white;
}
.etx-btn--danger[data-v-5fd5d808]:hover {
  background: #dc2626;
}
.etx-btn--secondary[data-v-5fd5d808] {
  background: rgba(0, 0, 0, 0.06);
  color: #1f2937;
}
.etx-btn--secondary[data-v-5fd5d808]:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* =====================================================
   🛍️ CART ITEMS - קומפקטי!
   ===================================================== */
.etx-cart-items[data-v-5fd5d808] {
  padding: 10px 12px;
}
.etx-cart-item[data-v-5fd5d808] {
  position: relative;
  display: grid;
  grid-template-columns: 60px 1fr 28px;
  gap: 10px;
  padding: 10px;
  background: var(--cart-bg, #ffffff);
  border: 1px solid var(--card-border, #e5e7eb);
  border-radius: 8px;
  margin-bottom: 8px;
  transition: all 0.2s;
}
.etx-cart-item[data-v-5fd5d808]:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.etx-cart-item--promo[data-v-5fd5d808] {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.04) 0%, transparent 100%);
  border-color: rgba(16, 185, 129, 0.2);
}
.etx-cart-item__image[data-v-5fd5d808] {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.02);
  flex-shrink: 0;
}
.etx-cart-item__image img[data-v-5fd5d808] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.etx-cart-item__promo-dot[data-v-5fd5d808] {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  border-radius: 50%;
  font-size: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.etx-cart-item__details[data-v-5fd5d808] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.etx-cart-item__title[data-v-5fd5d808] {
  font-size: 13px;
  font-weight: 600;
  color: var(--cart-text, #1f2937);
  margin: 0;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.etx-cart-item__variant[data-v-5fd5d808] {
  font-size: 11px;
  color: #6b7280;
  margin: 0;
  line-height: 1.2;
}
.etx-cart-item__row[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.etx-cart-item__pricing[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.etx-cart-item__price[data-v-5fd5d808] {
  font-size: 14px;
  font-weight: 700;
  color: var(--price-current, #1f2937);
}
.etx-cart-item__price--old[data-v-5fd5d808] {
  font-size: 11px;
  color: #6b7280;
  text-decoration: line-through;
}
.etx-cart-item__total[data-v-5fd5d808] {
  font-size: 14px;
  font-weight: 800;
  color: var(--cart-text, #1f2937);
  margin-top: 2px;
}
.etx-cart-item__remove[data-v-5fd5d808] {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 68, 68, 0.12);
  border: 1.5px solid rgba(239, 68, 68, 0.3);
  border-radius: 50%;
  cursor: pointer;
  color: #ef4444;
  transition: all 0.2s;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.etx-cart-item__remove[data-v-5fd5d808]:hover:not(:disabled) {
  background: #ef4444;
  color: white;
  transform: scale(1.12) rotate(90deg);
  box-shadow: 0 3px 8px rgba(239, 68, 68, 0.4);
  border-color: #ef4444;
}
.etx-cart-item__remove[data-v-5fd5d808]:active:not(:disabled) {
  transform: scale(1.05) rotate(90deg);
}
.etx-cart-item__remove[data-v-5fd5d808]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.04);
  border-color: transparent;
  color: #6b7280;
}
.etx-cart-item__remove i[data-v-5fd5d808] {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 640px) {
.etx-cart-item .etx-cart-item__remove[data-v-5fd5d808] {
    width: 36px;
    height: 36px;
    top: 6px;
    left: 6px;
}
.etx-cart-item .etx-cart-item__remove i[data-v-5fd5d808] {
    font-size: 17px;
}
}

/* =====================================================
   🔢 QUANTITY
   ===================================================== */
.etx-quantity[data-v-5fd5d808] {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s;
}
.etx-quantity--updating[data-v-5fd5d808] {
  opacity: 0.6;
  pointer-events: none;
}
.etx-quantity--disabled[data-v-5fd5d808] {
  opacity: 0.4;
  pointer-events: none;
}
.etx-quantity__btn[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #1f2937;
  transition: all 0.2s;
}
.etx-quantity__btn[data-v-5fd5d808]:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.08);
}
.etx-quantity__btn[data-v-5fd5d808]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.etx-quantity__btn i[data-v-5fd5d808] {
  font-size: 9px;
}
.etx-quantity__value[data-v-5fd5d808] {
  min-width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
}

/* =====================================================
   🎁 PROMOTIONS
   ===================================================== */
.etx-promotions-section[data-v-5fd5d808] {
  padding: 12px;
}
.etx-promo-card[data-v-5fd5d808] {
  background: var(--cart-bg, #ffffff);
  border: 1px solid;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.etx-promo-card[data-v-5fd5d808]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.etx-promo-card--active[data-v-5fd5d808] {
  border-color: rgba(16, 185, 129, 0.3);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.06) 0%, rgba(16, 185, 129, 0.02) 100%);
}
.etx-promo-card--pending[data-v-5fd5d808] {
  border-color: rgba(245, 158, 11, 0.3);
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.06) 0%, rgba(245, 158, 11, 0.02) 100%);
}
.etx-promo-card__content[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.etx-promo-card__icon[data-v-5fd5d808] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.etx-promo-card--active .etx-promo-card__icon[data-v-5fd5d808] {
  color: #10b981;
}
.etx-promo-card--pending .etx-promo-card__icon[data-v-5fd5d808] {
  color: #f59e0b;
}
.etx-promo-card__info[data-v-5fd5d808] {
  flex: 1;
  min-width: 0;
}
.etx-promo-card__title[data-v-5fd5d808] {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.etx-promo-card--active .etx-promo-card__title[data-v-5fd5d808] {
  color: rgb(1.7910447761, 20.7089552239, 14.4402985075);
}
.etx-promo-card--pending .etx-promo-card__title[data-v-5fd5d808] {
  color: rgb(74.4488188976, 47.9035433071, 3.0511811024);
}

/* Progress Bar */
.etx-progress-bar__track[data-v-5fd5d808] {
  height: 6px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 6px;
}
.etx-progress-bar__fill[data-v-5fd5d808] {
  height: 100%;
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
  border-radius: 3px;
  transition: width 0.6s ease;
  position: relative;
}
.etx-progress-bar__fill--pending[data-v-5fd5d808] {
  background: linear-gradient(90deg, #f59e0b 0%, #d97706 100%);
}
.etx-progress-bar__shimmer[data-v-5fd5d808] {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer-slide-5fd5d808 2s ease-in-out infinite;
}
.etx-progress-bar__labels[data-v-5fd5d808] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.etx-progress-bar__text[data-v-5fd5d808] {
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
}
.etx-progress-bar__count[data-v-5fd5d808] {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

/* =====================================================
   💰 FOOTER
   ===================================================== */
.etx-cart-footer[data-v-5fd5d808] {
  padding: 16px 18px;
  border-top: 1px solid var(--card-border, #e5e7eb);
  background: var(--cart-bg, #ffffff);
  flex-shrink: 0;
}
.etx-cart-summary[data-v-5fd5d808] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
}
.etx-cart-summary__row[data-v-5fd5d808] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #1f2937;
}
.etx-cart-summary__row dt[data-v-5fd5d808] {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.etx-cart-summary__row dt i[data-v-5fd5d808] {
  font-size: 12px;
}
.etx-cart-summary__row dd[data-v-5fd5d808] {
  font-weight: 700;
  margin: 0;
}
.etx-cart-summary__row--discount[data-v-5fd5d808] {
  color: #10b981;
}
.etx-cart-summary__row--total[data-v-5fd5d808] {
  padding-top: 8px;
  margin-top: 4px;
  border-top: 2px dashed var(--card-border, #e5e7eb);
  font-size: 16px;
}
.etx-cart-summary__row--total dt[data-v-5fd5d808], .etx-cart-summary__row--total dd[data-v-5fd5d808] {
  font-weight: 800;
}
.etx-btn-checkout[data-v-5fd5d808] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px;
  background: linear-gradient(135deg, var(--btn-primary-bg, #000000) 0%, black 100%);
  color: var(--btn-primary-text, #ffffff);
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.etx-btn-checkout[data-v-5fd5d808]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}
.etx-btn-checkout[data-v-5fd5d808]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.etx-btn-checkout i[data-v-5fd5d808] {
  font-size: 14px;
}
.etx-trust-badge[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}
.etx-trust-badge i[data-v-5fd5d808] {
  font-size: 14px;
  color: #10b981;
}

/* =====================================================
   TOASTS
   ===================================================== */
.etx-undo-toast[data-v-5fd5d808] {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #1f2937;
  color: white;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
}
.etx-undo-toast__action[data-v-5fd5d808] {
  padding: 6px 12px;
  background: white;
  color: #1f2937;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
.etx-undo-toast__action[data-v-5fd5d808]:hover {
  background: rgba(255, 255, 255, 0.9);
}
.etx-error-toast[data-v-5fd5d808] {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: #ef4444;
  color: white;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
}
.etx-error-toast button[data-v-5fd5d808] {
  padding: 6px 12px;
  background: white;
  color: #ef4444;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.etx-error-toast button[data-v-5fd5d808]:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* =====================================================
   ANIMATIONS
   ===================================================== */
@keyframes spin-5fd5d808 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes shine-5fd5d808 {
0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(200%);
}
}
@keyframes shimmer-slide-5fd5d808 {
0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(200%);
}
}
/* =====================================================
   TRANSITIONS
   ===================================================== */
.fade-enter-active[data-v-5fd5d808], .fade-leave-active[data-v-5fd5d808] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-5fd5d808], .fade-leave-to[data-v-5fd5d808] {
  opacity: 0;
}
.slide-rtl-enter-active[data-v-5fd5d808], .slide-rtl-leave-active[data-v-5fd5d808],
.slide-ltr-enter-active[data-v-5fd5d808], .slide-ltr-leave-active[data-v-5fd5d808] {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-rtl-enter[data-v-5fd5d808], .slide-rtl-leave-to[data-v-5fd5d808] {
  transform: translateX(-100%);
}
.slide-ltr-enter[data-v-5fd5d808], .slide-ltr-leave-to[data-v-5fd5d808] {
  transform: translateX(100%);
}
.item-fade-enter-active[data-v-5fd5d808], .item-fade-leave-active[data-v-5fd5d808] {
  transition: all 0.3s;
}
.item-fade-enter[data-v-5fd5d808], .item-fade-leave-to[data-v-5fd5d808] {
  opacity: 0;
  transform: translateX(20px);
}
.toast-enter-active[data-v-5fd5d808], .toast-leave-active[data-v-5fd5d808] {
  transition: all 0.3s ease;
}
.toast-enter[data-v-5fd5d808], .toast-leave-to[data-v-5fd5d808] {
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
}
.badge-scale-enter-active[data-v-5fd5d808], .badge-scale-leave-active[data-v-5fd5d808] {
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.badge-scale-enter[data-v-5fd5d808], .badge-scale-leave-to[data-v-5fd5d808] {
  opacity: 0;
  transform: scale(0);
}

/* =====================================================
   📱 RESPONSIVE
   ===================================================== */
@media (max-width: 640px) {
.etx-cart-header[data-v-5fd5d808] {
    padding: 14px 16px;
}
.etx-cart-header__title[data-v-5fd5d808] {
    font-size: 16px;
}
.etx-shipping-bar[data-v-5fd5d808] {
    padding: 10px 16px;
}
.etx-cart-items[data-v-5fd5d808] {
    padding: 8px 10px;
}
.etx-cart-item[data-v-5fd5d808] {
    grid-template-columns: 55px 1fr 24px;
    gap: 8px;
    padding: 8px;
}
.etx-cart-item__image[data-v-5fd5d808] {
    width: 55px;
    height: 55px;
}
.etx-cart-item__title[data-v-5fd5d808] {
    font-size: 12px;
}
.etx-cart-item__price[data-v-5fd5d808] {
    font-size: 13px;
}
.etx-cart-item__total[data-v-5fd5d808] {
    font-size: 13px;
}
.etx-promotions-section[data-v-5fd5d808] {
    padding: 10px;
}
.etx-cart-footer[data-v-5fd5d808] {
    padding: 14px 16px;
}
}
/* =====================================================
   ♿ ACCESSIBILITY
   ===================================================== */
.sr-only[data-v-5fd5d808] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
[data-v-5fd5d808]:focus-visible {
  outline: 2px solid var(--btn-primary-bg, #000000);
  outline-offset: 2px;
}
body.cart-drawer-open[data-v-5fd5d808] {
  overflow: hidden;
}
.etx-quantity__btn[data-v-5fd5d808] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #1f2937;
  transition: all 0.2s;
}
.etx-quantity__btn[data-v-5fd5d808]:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.08);
}
.etx-quantity__btn[data-v-5fd5d808]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.etx-quantity__btn--disabled[data-v-5fd5d808] {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.etx-quantity__btn i[data-v-5fd5d808] {
  font-size: 9px;
}