/** Shopify CDN: Minification failed

Line 113:3 Unexpected ";"

**/
/* ============================================
   LITPER - CSS DE ALTA CONVERSIÓN
   Optimización completa para e-commerce COD
   ============================================ */

/* --- ANNOUNCEMENT BAR MEJORADA --- */
.announcement-bar {
  background: linear-gradient(90deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%) !important;
  padding: 10px 0 !important;
  font-weight: 600 !important;
}
.announcement-bar__message {
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
}

/* --- HEADER STICKY PREMIUM --- */
.header-wrapper {
  position: sticky !important;
  top: 0 !important;
  z-index: 999 !important;
  background: rgba(255,255,255,0.97) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
  transition: all 0.3s ease !important;
}

/* --- HERO SECTION MEJORADO --- */
.banner__content {
  text-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}
.banner__heading {
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
}
.banner .button {
  padding: 16px 40px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-radius: 8px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}
.banner .button:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3) !important;
}

/* --- PRODUCT CARDS PREMIUM --- */
.card-wrapper {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}
.card-wrapper:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12) !important;
}
.card__heading {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.price__sale .price-item--sale {
  color: #e53e3e !important;
  font-weight: 800 !important;
  font-size: 1.2em !important;
}
.price__sale .price-item--regular {
  text-decoration: line-through !important;
  color: #999 !important;
  font-size: 0.85em !important;
}

/* --- BADGE DE DESCUENTO --- */
.badge.price__badge-sale {
  background: #e53e3e !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  animation: pulse-badge 2s infinite !important;
}
@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

/* --- BOTONES DE COMPRA OPTIMIZADOS --- */
.product-form__submit {
  background: linear-gradient(135deg, #1a1a2e 0%, #0f3460 100%) !important;
  color: white !important;
  padding: 18px 40px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  border: none !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}nt;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  border: none !important;
  border-radius: 10px !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  overflow: hidden !important;
}
.product-form__submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(15, 52, 96, 0.4) !important;
}
.product-form__submit::after {
  content: '' !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent) !important;
  transform: rotate(45deg) !important;
  animation: shimmer 3s infinite !important;
}
@keyframes shimmer {
  0% { transform: translateX(-100%) rotate(45deg); }
  100% { transform: translateX(100%) rotate(45deg); }
}

/* --- TRUST BADGES SECTION --- */
.litper-trust-bar {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
.litper-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.litper-trust-item svg {
  width: 24px;
  height: 24px;
  color: #0f3460;
}

/* --- COUNTDOWN TIMER --- */
.litper-countdown {
  background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
  color: white;
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}
.litper-countdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  animation: countdown-shimmer 2s infinite;
}
@keyframes countdown-shimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}
.litper-countdown span {
  display: inline-block;
  background: rgba(0,0,0,0.2);
  padding: 4px 10px;
  border-radius: 6px;
  margin: 0 3px;
  min-width: 35px;
  font-size: 20px;
}

/* --- STICKY ADD TO CART (MOBILE) --- */
.litper-sticky-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 12px 16px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
  z-index: 998;
  display: none;
  align-items: center;
  gap: 12px;
  border-top: 2px solid #0f3460;
}
.litper-sticky-cart.active {
  display: flex !important;
}
.litper-sticky-cart__info {
  flex: 1;
}
.litper-sticky-cart__title {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.litper-sticky-cart__price {
  color: #e53e3e;
  font-weight: 800;
  font-size: 16px;
}
.litper-sticky-cart__btn {
  background: linear-gradient(135deg, #1a1a2e, #0f3460);
  color: white;
  border: none;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 1px;
}

/* --- EXIT INTENT POPUP --- */
.litper-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.litper-popup-overlay.active {
  display: flex !important;
}
.litper-popup {
  background: white;
  border-radius: 16px;
  padding: 40px;
  max-width: 480px;
  width: 90%;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3);
  animation: popup-enter 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes popup-enter {
  0% { transform: scale(0.8) translateY(30px); opacity: 0; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}
.litper-popup__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.litper-popup__close:hover {
  background: #f5f5f5;
}
.litper-popup h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1a1a2e;
}
.litper-popup p {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}
.litper-popup__btn {
  display: inline-block;
  background: linear-gradient(135deg, #e53e3e, #c53030);
  color: white;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.litper-popup__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(229, 62, 62, 0.4);
}

/* --- SOCIAL PROOF NOTIFICATION --- */
.litper-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: white;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  z-index: 997;
  display: none;
  align-items: center;
  gap: 12px;
  max-width: 340px;
  animation: slide-in 0.5s ease;
  border-left: 4px solid #38a169;
}
@keyframes slide-in {
  0% { transform: translateX(-120%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}
.litper-social-proof.active {
  display: flex !important;
}
.litper-social-proof__icon {
  width: 45px;
  height: 45px;
  background: #e6ffed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.litper-social-proof__text {
  font-size: 13px;
  line-height: 1.4;
}
.litper-social-proof__text strong {
  color: #1a1a2e;
}
.litper-social-proof__text span {
  color: #999;
  font-size: 11px;
}

/* --- PRODUCT PAGE OPTIMIZATIONS --- */
.product__info-container {
  position: sticky !important;
  top: 100px !important;
}
.product__title {
  font-size: clamp(1.5rem, 3vw, 2.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: #1a1a2e !important;
}

/* --- QUANTITY SELECTOR MEJORADO --- */
.quantity__input {
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* --- TESTIMONIALS MEJORADOS --- */
.testimonial .quote-icon,
.multicolumn-card__quote-icon {
  color: #0f3460 !important;
}

/* --- FOOTER OPTIMIZADO --- */
.footer {
  background: #1a1a2e !important;
  color: white !important;
}
.footer a {
  color: rgba(255,255,255,0.8) !important;
}
.footer a:hover {
  color: white !important;
}

/* --- MOBILE OPTIMIZATIONS --- */
@media (max-width: 749px) {
  .banner__heading {
    font-size: 1.8rem !important;
  }
  .banner .button {
    padding: 14px 30px !important;
    font-size: 14px !important;
    width: 100% !important;
  }
  .product-form__submit {
    padding: 16px 30px !important;
    font-size: 15px !important;
    width: 100% !important;
  }
  .litper-trust-bar {
    gap: 15px;
    padding: 15px;
  }
  .litper-trust-item {
    font-size: 12px;
    flex-basis: 45%;
  }
  .litper-social-proof {
    bottom: 80px;
    left: 10px;
    right: 10px;
    max-width: none;
  }
  .litper-popup {
    padding: 30px 20px;
  }
  .litper-popup h3 {
    font-size: 20px;
  }
  /* WhatsApp button adjustment */
  .litper-sticky-cart.active ~ .whatsapp-btn {
    bottom: 80px !important;
  }
}

/* --- LOADING SKELETON --- */
.card__media img {
  transition: opacity 0.3s ease !important;
}

/* --- SCROLL PROGRESS INDICATOR --- */
.litper-scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #e53e3e, #0f3460);
  z-index: 10001;
  transition: width 0.1s linear;
}

/* --- URGENCY STOCK COUNTER --- */
.litper-stock-warning {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 8px;
  margin: 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #c53030;
}
.litper-stock-dot {
  width: 8px;
  height: 8px;
  background: #e53e3e;
  border-radius: 50%;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* --- COD BADGE (Paga al recibir) --- */
.litper-cod-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #38a169, #2f855a);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0;
  letter-spacing: 0.3px;
}

/* --- FREE SHIPPING PROGRESS BAR --- */
.litper-shipping-bar {
  background: #f0fff4;
  border: 1px solid #c6f6d5;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 12px 0;
  text-align: center;
}
.litper-shipping-bar__text {
  font-size: 13px;
  font-weight: 600;
  color: #2f855a;
  margin-bottom: 6px;
}
.litper-shipping-bar__progress {
  height: 6px;
  background: #c6f6d5;
  border-radius: 3px;
  overflow: hidden;
}
.litper-shipping-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #38a169, #2f855a);
  border-radius: 3px;
  transition: width 0.5s ease;
}
