.etx-promo-strip[data-v-f2f9d1b6] {
  margin: 1.5rem 0;
}
.etx-promo-bar[data-v-f2f9d1b6] {
  border-radius: var(--promo-radius, 12px);
  padding: 18px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.etx-promo-bar[data-v-f2f9d1b6]:hover {
  transform: translateY(-3px) scale(1.01);
}
.promo-style-shine .etx-promo-bar[data-v-f2f9d1b6] {
  background: linear-gradient(90deg, var(--promo-bg, #dc2626) 0%, var(--promo-bg-secondary, #f97316) 50%, var(--promo-bg, #dc2626) 100%);
  background-size: 200% 100%;
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.4);
}
.promo-style-shine .etx-promo-bar[data-v-f2f9d1b6]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  pointer-events: none;
}
.promo-animated.promo-style-shine .etx-promo-bar[data-v-f2f9d1b6] {
  animation: shine-bg-f2f9d1b6 3s ease-in-out infinite;
}
.promo-animated.promo-style-shine .etx-promo-bar[data-v-f2f9d1b6]::before {
  animation: shine-sweep-f2f9d1b6 2.5s ease-in-out infinite;
}
.promo-style-neon .etx-promo-bar[data-v-f2f9d1b6] {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: 2px solid #22d3ee;
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.5), 0 0 40px rgba(34, 211, 238, 0.3), inset 0 0 30px rgba(34, 211, 238, 0.1);
}
.promo-animated.promo-style-neon .etx-promo-bar[data-v-f2f9d1b6] {
  animation: neon-glow-f2f9d1b6 2s ease-in-out infinite;
}
.promo-style-neon .etx-promo-icon[data-v-f2f9d1b6] {
  background: rgba(34, 211, 238, 0.2);
  border: 1px solid rgba(34, 211, 238, 0.5);
  color: #22d3ee;
}
.promo-style-neon .etx-promo-value[data-v-f2f9d1b6] {
  background: rgba(34, 211, 238, 0.2);
  border: 1px solid rgba(34, 211, 238, 0.5);
  color: #22d3ee;
}
.promo-style-neon .etx-promo-cta[data-v-f2f9d1b6] {
  background: #22d3ee;
  color: #0f172a;
}
.promo-style-neon .etx-time-box[data-v-f2f9d1b6] {
  background: rgba(34, 211, 238, 0.15);
  border: 1px solid rgba(34, 211, 238, 0.3);
}
.promo-style-aurora .etx-promo-bar[data-v-f2f9d1b6] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 25%, #f093fb 50%, #f5576c 75%, #667eea 100%);
  background-size: 400% 400%;
  box-shadow: 0 4px 30px rgba(102, 126, 234, 0.4);
}
.promo-animated.promo-style-aurora .etx-promo-bar[data-v-f2f9d1b6] {
  animation: aurora-flow-f2f9d1b6 6s ease infinite;
}
.promo-style-aurora .etx-promo-icon[data-v-f2f9d1b6],
.promo-style-aurora .etx-promo-value[data-v-f2f9d1b6],
.promo-style-aurora .etx-promo-cta[data-v-f2f9d1b6],
.promo-style-aurora .etx-time-box[data-v-f2f9d1b6] {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}
.promo-style-premium .etx-promo-bar[data-v-f2f9d1b6] {
  background: linear-gradient(135deg, #1f2937 0%, #111827 50%, #1f2937 100%);
  border: 1px solid rgba(251, 191, 36, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.promo-style-premium .etx-promo-bar[data-v-f2f9d1b6]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 30%, rgba(251, 191, 36, 0.1) 50%, transparent 70%);
  pointer-events: none;
}
.promo-animated.promo-style-premium .etx-promo-bar[data-v-f2f9d1b6]::before {
  animation: premium-shine-f2f9d1b6 4s ease-in-out infinite;
}
.promo-style-premium .etx-promo-icon[data-v-f2f9d1b6] {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  color: #1f2937;
}
.promo-style-premium .etx-promo-value[data-v-f2f9d1b6] {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  color: #1f2937;
}
.promo-style-premium .etx-promo-cta[data-v-f2f9d1b6] {
  background: linear-gradient(135deg, #fbbf24 0%, #d97706 100%);
  color: #1f2937;
}
.promo-style-premium .etx-time-box[data-v-f2f9d1b6] {
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.3);
}
.promo-style-fire .etx-promo-bar[data-v-f2f9d1b6] {
  background: linear-gradient(180deg, #fbbf24 0%, #f97316 20%, #ea580c 40%, #dc2626 70%, #991b1b 100%);
  box-shadow: 0 0 30px rgba(234, 88, 12, 0.5), 0 0 60px rgba(220, 38, 38, 0.3);
}
.promo-style-fire .etx-promo-bar[data-v-f2f9d1b6]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(251, 191, 36, 0.2));
  pointer-events: none;
}
.promo-animated.promo-style-fire .etx-promo-bar[data-v-f2f9d1b6] {
  animation: fire-flicker-f2f9d1b6 0.15s ease-in-out infinite alternate;
}
.promo-style-fire .etx-promo-icon[data-v-f2f9d1b6],
.promo-style-fire .etx-promo-value[data-v-f2f9d1b6],
.promo-style-fire .etx-promo-cta[data-v-f2f9d1b6],
.promo-style-fire .etx-time-box[data-v-f2f9d1b6] {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
}
.promo-style-electric .etx-promo-bar[data-v-f2f9d1b6] {
  background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 50%, #3b82f6 100%);
  background-size: 200% 100%;
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.5);
}
.promo-style-electric .etx-promo-bar[data-v-f2f9d1b6]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  background-size: 200% 100%;
  pointer-events: none;
}
.promo-animated.promo-style-electric .etx-promo-bar[data-v-f2f9d1b6] {
  animation: electric-bg-f2f9d1b6 2s linear infinite;
}
.promo-animated.promo-style-electric .etx-promo-bar[data-v-f2f9d1b6]::before {
  animation: electric-flash-f2f9d1b6 1s linear infinite;
}
.promo-style-electric .etx-promo-icon[data-v-f2f9d1b6] {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.5);
}
.promo-style-luxury .etx-promo-bar[data-v-f2f9d1b6] {
  background: linear-gradient(135deg, #78350f 0%, #92400e 20%, #d97706 40%, #fbbf24 50%, #d97706 60%, #92400e 80%, #78350f 100%);
  background-size: 200% 200%;
  box-shadow: 0 4px 30px rgba(217, 119, 6, 0.4);
  border: 1px solid rgba(251, 191, 36, 0.5);
}
.promo-animated.promo-style-luxury .etx-promo-bar[data-v-f2f9d1b6] {
  animation: gold-shimmer-f2f9d1b6 4s ease infinite;
}
.promo-style-luxury .etx-promo-text[data-v-f2f9d1b6],
.promo-style-luxury .etx-time-num[data-v-f2f9d1b6] {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.promo-style-luxury .etx-promo-icon[data-v-f2f9d1b6],
.promo-style-luxury .etx-promo-value[data-v-f2f9d1b6],
.promo-style-luxury .etx-promo-cta[data-v-f2f9d1b6] {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}
.promo-style-cyber .etx-promo-bar[data-v-f2f9d1b6] {
  background: #0a0a0a;
  border: 2px solid #10b981;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.3), inset 0 0 50px rgba(16, 185, 129, 0.05);
}
.promo-style-cyber .etx-promo-bar[data-v-f2f9d1b6]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(16, 185, 129, 0.03) 2px, rgba(16, 185, 129, 0.03) 4px);
  pointer-events: none;
}
.promo-style-cyber .etx-promo-bar[data-v-f2f9d1b6]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #10b981, transparent);
  pointer-events: none;
}
.promo-animated.promo-style-cyber .etx-promo-bar[data-v-f2f9d1b6]::after {
  animation: cyber-scan-f2f9d1b6 2s linear infinite;
}
.promo-style-cyber .etx-promo-icon[data-v-f2f9d1b6] {
  background: transparent;
  border: 1px solid #10b981;
  color: #10b981;
}
.promo-style-cyber .etx-promo-text[data-v-f2f9d1b6] {
  color: #10b981;
  text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}
.promo-style-cyber .etx-promo-value[data-v-f2f9d1b6] {
  background: #10b981;
  color: #0a0a0a;
}
.promo-style-cyber .etx-promo-cta[data-v-f2f9d1b6] {
  background: transparent;
  border: 1px solid #10b981;
  color: #10b981;
}
.promo-style-cyber .etx-time-box[data-v-f2f9d1b6] {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.promo-style-cyber .etx-time-num[data-v-f2f9d1b6],
.promo-style-cyber .etx-time-unit[data-v-f2f9d1b6],
.promo-style-cyber .etx-countdown-label[data-v-f2f9d1b6] {
  color: #10b981;
}
@keyframes shine-bg-f2f9d1b6 {
0%, 100% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
}
@keyframes shine-sweep-f2f9d1b6 {
0% {
    left: -100%;
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    left: 150%;
    opacity: 0;
}
}
@keyframes neon-glow-f2f9d1b6 {
0%, 100% {
    box-shadow: 0 0 20px rgba(34, 211, 238, 0.5), 0 0 40px rgba(34, 211, 238, 0.3), inset 0 0 30px rgba(34, 211, 238, 0.1);
}
50% {
    box-shadow: 0 0 30px rgba(34, 211, 238, 0.8), 0 0 60px rgba(34, 211, 238, 0.5), inset 0 0 40px rgba(34, 211, 238, 0.2);
}
}
@keyframes aurora-flow-f2f9d1b6 {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
@keyframes premium-shine-f2f9d1b6 {
0%, 100% {
    opacity: 0.5;
    transform: translateX(-100%) rotate(45deg);
}
50% {
    opacity: 1;
    transform: translateX(100%) rotate(45deg);
}
}
@keyframes fire-flicker-f2f9d1b6 {
0% {
    filter: brightness(1) saturate(1);
}
100% {
    filter: brightness(1.1) saturate(1.1);
}
}
@keyframes electric-bg-f2f9d1b6 {
0% {
    background-position: 0% 50%;
}
100% {
    background-position: 200% 50%;
}
}
@keyframes electric-flash-f2f9d1b6 {
0% {
    background-position: 200% 50%;
    opacity: 0;
}
50% {
    opacity: 0.5;
}
100% {
    background-position: 0% 50%;
    opacity: 0;
}
}
@keyframes gold-shimmer-f2f9d1b6 {
0% {
    background-position: 0% 0%;
}
50% {
    background-position: 100% 100%;
}
100% {
    background-position: 0% 0%;
}
}
@keyframes cyber-scan-f2f9d1b6 {
0% {
    top: 0;
    opacity: 1;
}
100% {
    top: 100%;
    opacity: 0;
}
}
.etx-promo-container[data-v-f2f9d1b6] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.etx-promo-icon[data-v-f2f9d1b6] {
  width: 44px;
  height: 44px;
  background: var(--promo-icon-bg, rgba(255, 255, 255, 0.2));
  backdrop-filter: blur(10px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--promo-icon-color, white);
  font-size: 20px;
  flex-shrink: 0;
}
.etx-promo-main[data-v-f2f9d1b6] {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.etx-promo-text[data-v-f2f9d1b6] {
  font-size: 15px;
  font-weight: 700;
  color: var(--promo-text, white);
}
.etx-promo-value[data-v-f2f9d1b6] {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 5px 12px;
  background: var(--promo-badge-bg, rgba(255, 255, 255, 0.25));
  backdrop-filter: blur(10px);
  border-radius: 16px;
  color: var(--promo-badge-text, white);
  font-weight: 600;
  font-size: 13px;
}
.etx-promo-value strong[data-v-f2f9d1b6] {
  font-size: 16px;
  font-weight: 800;
}
.etx-promo-countdown[data-v-f2f9d1b6] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.etx-countdown-label[data-v-f2f9d1b6] {
  font-size: 10px;
  color: var(--promo-text, white);
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 600;
}
.etx-countdown-boxes[data-v-f2f9d1b6] {
  display: flex;
  gap: 5px;
}
.etx-time-box[data-v-f2f9d1b6] {
  background: var(--promo-timer-bg, rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(10px);
  border-radius: 6px;
  padding: 5px 8px;
  text-align: center;
  min-width: 40px;
}
.etx-time-num[data-v-f2f9d1b6] {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--promo-timer-text, white);
  line-height: 1;
}
.etx-time-unit[data-v-f2f9d1b6] {
  display: block;
  font-size: 8px;
  color: var(--promo-timer-text, white);
  opacity: 0.8;
  margin-top: 2px;
  text-transform: uppercase;
}
.etx-promo-cta[data-v-f2f9d1b6] {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--promo-cta-text, white);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  background: var(--promo-cta-bg, rgba(255, 255, 255, 0.15));
  border-radius: 8px;
  transition: all 0.2s ease;
}
.etx-promo-cta i[data-v-f2f9d1b6] {
  transition: transform 0.2s ease;
}
.etx-promo-bar:hover .etx-promo-cta i[data-v-f2f9d1b6] {
  transform: translateX(-3px);
}
.etx-modal-overlay[data-v-f2f9d1b6] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.etx-modal-wrapper[data-v-f2f9d1b6] {
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
}
.etx-modal-container[data-v-f2f9d1b6] {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.etx-modal-header[data-v-f2f9d1b6] {
  background: var(--promo-bg, #3b82f6);
  padding: 22px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--promo-text, white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.etx-modal-title-section[data-v-f2f9d1b6] {
  display: flex;
  align-items: center;
  gap: 14px;
}
.etx-modal-icon[data-v-f2f9d1b6] {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.etx-modal-title-section h3[data-v-f2f9d1b6] {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--promo-text, white);
}
.etx-modal-subtitle[data-v-f2f9d1b6] {
  margin: 4px 0 0 0;
  font-size: 13px;
  opacity: 0.9;
  color: var(--promo-text, white);
}
.etx-close-btn[data-v-f2f9d1b6] {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: var(--promo-text, white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
}
.etx-close-btn[data-v-f2f9d1b6]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}
.etx-modal-body[data-v-f2f9d1b6] {
  padding: 28px;
  overflow-y: auto;
  max-height: calc(90vh - 90px);
  background: white;
}
.etx-products-section[data-v-f2f9d1b6] {
  animation: fadeIn-f2f9d1b6 0.3s ease;
}
.etx-section-header[data-v-f2f9d1b6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid #e5e7eb;
}
.etx-section-header h4[data-v-f2f9d1b6] {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
}
.etx-products-count[data-v-f2f9d1b6] {
  padding: 5px 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
}
.etx-products-grid[data-v-f2f9d1b6] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
}
.etx-product-card[data-v-f2f9d1b6] {
  background: white;
  border: 1px solid var(--opbodercolor, #e5e7eb);
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  animation: slideUp-f2f9d1b6 0.4s ease backwards;
}
.etx-product-card[data-v-f2f9d1b6]:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-color: var(--promo-border, var(--promo-bg, #3b82f6));
}
.etx-product-image-wrapper[data-v-f2f9d1b6] {
  position: relative;
  padding-top: 100%;
  background: #f9fafb;
  overflow: hidden;
}
.etx-product-link[data-v-f2f9d1b6] {
  position: absolute;
  inset: 0;
}
.etx-product-image[data-v-f2f9d1b6] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.etx-product-card:hover .etx-product-image[data-v-f2f9d1b6] {
  transform: scale(1.05);
}
.etx-promo-badge[data-v-f2f9d1b6] {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--sell, #ef4444);
  color: white;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: center;
  line-height: 1.2;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.etx-stock-badge[data-v-f2f9d1b6] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #f59e0b;
  color: white;
  padding: 5px 10px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.etx-product-info[data-v-f2f9d1b6] {
  padding: 14px;
}
.etx-product-title-link[data-v-f2f9d1b6] {
  text-decoration: none;
}
.etx-product-title[data-v-f2f9d1b6] {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--title, #1f2937);
  line-height: 1.4;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.etx-product-title[data-v-f2f9d1b6]:hover {
  color: var(--promo-bg, #3b82f6);
}
.etx-product-prices[data-v-f2f9d1b6] {
  margin-bottom: 14px;
  text-align: center;
}
.etx-price-single[data-v-f2f9d1b6] {
  font-size: 22px;
  font-weight: 800;
  color: var(--price, #1f2937);
  display: block;
}
.etx-price-from[data-v-f2f9d1b6] {
  font-size: 12px;
  color: var(--makat, #6b7280);
  margin-left: 4px;
}
.etx-price-amount[data-v-f2f9d1b6] {
  font-size: 20px;
  font-weight: 700;
  color: var(--price, #2563eb);
}
.etx-btn[data-v-f2f9d1b6] {
  width: 100%;
  padding: 11px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: none;
  position: relative;
  overflow: hidden;
}
.etx-btn[data-v-f2f9d1b6]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.etx-btn-primary[data-v-f2f9d1b6] {
  background: var(--promo-bg, #3b82f6);
  color: var(--promo-text, white);
  border: 1px solid var(--promo-border, transparent);
}
.etx-btn-primary[data-v-f2f9d1b6]:hover:not(:disabled) {
  background: var(--promo-bg-hover, var(--promo-bg));
  color: var(--promo-text-hover, var(--promo-text));
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.etx-btn-outline[data-v-f2f9d1b6] {
  background: white;
  color: var(--promo-bg, #3b82f6);
  border: 2px solid var(--promo-bg, #3b82f6);
}
.etx-btn-outline[data-v-f2f9d1b6]:hover {
  background: var(--promo-bg, #3b82f6);
  color: var(--promo-text, white);
}
.etx-btn-loading .etx-btn-content[data-v-f2f9d1b6] {
  opacity: 0;
}
.etx-btn-loading .etx-btn-loader[data-v-f2f9d1b6] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.etx-btn-content[data-v-f2f9d1b6],
.etx-btn-loader[data-v-f2f9d1b6] {
  transition: opacity 0.2s ease;
}
.etx-btn-loader[data-v-f2f9d1b6] {
  opacity: 0;
}
.etx-empty-state[data-v-f2f9d1b6] {
  text-align: center;
  padding: 50px 20px;
  color: #6b7280;
}
.etx-empty-state i[data-v-f2f9d1b6] {
  font-size: 42px;
  margin-bottom: 14px;
  opacity: 0.4;
}
.etx-empty-state p[data-v-f2f9d1b6] {
  margin: 0;
  font-size: 15px;
}
@keyframes fadeIn-f2f9d1b6 {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes slideUp-f2f9d1b6 {
from {
    opacity: 0;
    transform: translateY(16px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.etx-modal-fade-enter-active[data-v-f2f9d1b6],
.etx-modal-fade-leave-active[data-v-f2f9d1b6] {
  transition: opacity 0.3s ease;
}
.etx-modal-fade-enter[data-v-f2f9d1b6],
.etx-modal-fade-leave-to[data-v-f2f9d1b6] {
  opacity: 0;
}
.etx-modal-fade-enter .etx-modal-container[data-v-f2f9d1b6],
.etx-modal-fade-leave-to .etx-modal-container[data-v-f2f9d1b6] {
  transform: scale(0.95);
}
@media (max-width: 768px) {
.etx-promo-countdown[data-v-f2f9d1b6] {
    display: none;
}
.etx-promo-main[data-v-f2f9d1b6] {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.etx-products-grid[data-v-f2f9d1b6] {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.etx-modal-body[data-v-f2f9d1b6] {
    padding: 18px;
}
}
@media (max-width: 480px) {
.etx-products-grid[data-v-f2f9d1b6] {
    grid-template-columns: 1fr;
}
}
[dir=rtl] .etx-promo-cta i[data-v-f2f9d1b6] {
  transform: rotate(180deg);
}
[dir=rtl] .etx-promo-bar:hover .etx-promo-cta i[data-v-f2f9d1b6] {
  transform: rotate(180deg) translateX(3px);
}
[dir=rtl] .etx-promo-countdown[data-v-f2f9d1b6] {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
[dir=rtl] .etx-promo-badge[data-v-f2f9d1b6] {
  left: auto;
  right: 10px;
}
[dir=rtl] .etx-stock-badge[data-v-f2f9d1b6] {
  right: auto;
  left: 10px;
}