/* Modern Modal Dialog for Cart Operations */
.amsfbtixoati {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}

.amsfbtixoati.almiyiyxquml {
  opacity: 1;
  visibility: visible;
}

.aperrrzxiwbl {
  background: white;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  transform: scale(0.95);
  transition: transform 0.2s ease;
}

.amsfbtixoati.almiyiyxquml .aperrrzxiwbl {
  transform: scale(1);
}

.ascltgnmsrjh {
  padding: 24px 24px 16px;
  border-bottom: 1px solid #f1f5f9;
}

.agixhkxvribb {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.apzxuutdlcjx {
  padding: 16px 24px 24px;
}

.ajpjqdpxgsoh {
  font-size: 16px;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}

.ajkajxmcojfk {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.aambmhtnxvmq {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.anaikeuguhob {
  background: #f8fafc;
  color: #64748b;
  border: 1px solid #e2e8f0;
}

.anaikeuguhob:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.arnlmlgpnsqy {
  background: #ef4444;
  color: white;
}

.arnlmlgpnsqy:hover {
  background: #dc2626;
}

.azsctiqbhmcu {
  background: #3b82f6;
  color: white;
}

.azsctiqbhmcu:hover {
  background: #2563eb;
}

.arxasfcdxzir {
  font-size: 24px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.arxasfcdxzir.ayxigpagelsd {
  background: #fef2f2;
  color: #ef4444;
}

.arxasfcdxzir.amnctgebisph {
  background: #fffbeb;
  color: #f59e0b;
}

.arxasfcdxzir.abqqifbkloib {
  background: #f0fdf4;
  color: #22c55e;
}

.arxasfcdxzir.avanvoxnmqyt {
  background: #eff6ff;
  color: #3b82f6;
}

/* Mobile responsive */
@media (max-width: 640px) {
  .aperrrzxiwbl {
    margin: 16px;
    max-width: none;
    width: auto;
  }
  
  .ascltgnmsrjh,
  .apzxuutdlcjx {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .ajkajxmcojfk {
    flex-direction: column;
  }
  
  .aambmhtnxvmq {
    flex: none;
  }
}