/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* ==========================================================================
   VAPSENSE — Paginación Swiper más limpia
   ========================================================================== */

.swiper-pagination-bullet {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 -10px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  border-radius: 999px !important;
  background: transparent !important;
  opacity: 1 !important;
  cursor: pointer;
  touch-action: manipulation;
}

.swiper-pagination-bullet::before {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: #242424 !important;
  opacity: 0.35;
  transition: opacity 0.16s ease, background-color 0.16s ease;
}

.swiper-pagination-bullet-active {
  background: transparent !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active::before {
  opacity: 1;
  background: #D83A32 !important;
}

@media (max-width: 600px) {
  .swiper-pagination-bullet::before {
    width: 12px !important;
    height: 12px !important;
  }
}

/* ==========================================================================
   VAPSENSE — Mejora de contraste y accesibilidad visual
   ========================================================================== */

.iqitproductvariants__label {
  color: #1e1e1e;
  font-weight: 600;
}

.form-control-label,
.radio-label {
  color: #1e1e1e !important;
  font-weight: 500;
}

/* Precio regular visible, pero sin competir con el precio final */
.regular-price {
  color: #333333 !important;
  font-weight: 500;
}

/* ------------------------------------------------------------------ */

/* ==========================================================================
   VAPSENSE — Accesibilidad visual y contraste
   ========================================================================== */

/* Oculta visualmente pero mantiene el contenido accesible para lectores de pantalla */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Mejora de contraste sobre fondo blanco */
.subcategory-name,
.select-title {
  color: #242424 !important;
}

/* Hover coherente con Vapsense */
.subcategory-name:hover,
.select-title:hover {
  color: #D83A32 !important;
}

/* ==========================================================================
   VAPSENSE — Animación aviso de cookies IQIT
   ========================================================================== */

#iqitcookielaw {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

#iqitcookielaw.iqitcookielaw-showed {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

/* ==========================================================================
   FIN VAPSENSE — Animación aviso de cookies IQIT
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Ficha producto, cantidad + comprar PC/móvil
   ========================================================================== */

/* ==========================================
   FICHA PRODUCTO — Cantidad + Comprar PC
   Alineado izquierda · TouchSpin intacto
   ========================================== */

@media (min-width: 576px) {
  body#product .product-add-to-cart .product-quantity,
  .page-product .product-add-to-cart .product-quantity {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
  }

  body#product .product-add-to-cart .product-quantity .col-add-qty,
  .page-product .product-add-to-cart .product-quantity .col-add-qty {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
    align-items: stretch !important;
  }

  body#product .product-add-to-cart .product-quantity .col-add-btn,
  .page-product .product-add-to-cart .product-quantity .col-add-btn {
    flex: 0 0 400px !important;
    width: 400px !important;
    max-width: 400px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex !important;
    align-items: stretch !important;
  }

  body#product .product-add-to-cart .product-quantity .add,
  .page-product .product-add-to-cart .product-quantity .add {
    width: 100% !important;
    display: flex !important;
    align-items: stretch !important;
  }

  body#product .product-add-to-cart .product-quantity .add-to-cart,
  body#product .product-add-to-cart .product-quantity .btn-lg.add-to-cart,
  .page-product .product-add-to-cart .product-quantity .add-to-cart,
  .page-product .product-add-to-cart .product-quantity .btn-lg.add-to-cart {
    width: 100% !important;
    max-width: 400px !important;
    min-width: 220px !important;
    height: auto !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.18em !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    border-radius: 13px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    background: #242424 !important;
    border-color: #242424 !important;
    color: #ffffff !important;
    transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
  }

  body#product .product-add-to-cart .product-quantity .add-to-cart:hover,
  body#product .product-add-to-cart .product-quantity .btn-lg.add-to-cart:hover,
  body#product .product-add-to-cart .product-quantity .add-to-cart:focus,
  body#product .product-add-to-cart .product-quantity .btn-lg.add-to-cart:focus,
  .page-product .product-add-to-cart .product-quantity .add-to-cart:hover,
  .page-product .product-add-to-cart .product-quantity .btn-lg.add-to-cart:hover,
  .page-product .product-add-to-cart .product-quantity .add-to-cart:focus,
  .page-product .product-add-to-cart .product-quantity .btn-lg.add-to-cart:focus {
    background: #D83A32 !important;
    border-color: #D83A32 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 14px rgba(216,58,50,0.18);
  }
}


/* ==========================================
   FICHA PRODUCTO — Cantidad + Comprar móvil
   En una línea estable
   ========================================== */

@media (max-width: 575.98px) {
  .product-add-to-cart .product-quantity {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .product-add-to-cart .product-quantity .col-add-qty {
    flex: 0 0 64px !important;
    width: 64px !important;
    max-width: 64px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-add-to-cart .product-quantity .col-add-btn {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .product-add-to-cart .product-quantity .qty {
    width: 64px !important;
    margin: 0 !important;
  }

  .product-add-to-cart .product-quantity .bootstrap-touchspin {
    width: 64px !important;
    height: 52px !important;
    min-height: 52px !important;
    display: block !important;
  }

  .product-add-to-cart .product-quantity #quantity_wanted {
    width: 64px !important;
    height: 52px !important;
    min-height: 52px !important;
    text-align: center !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
    padding: 0 !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
  }

  /* En móvil ocultamos flechas TouchSpin para evitar fallos en Chrome Android */
  .product-add-to-cart .product-quantity .input-group-btn-vertical,
  .product-add-to-cart .product-quantity .btn-touchspin,
  .product-add-to-cart .product-quantity .btn-touchspin i {
    display: none !important;
  }

  .product-add-to-cart .product-quantity .add {
    width: 100% !important;
    height: 100% !important;
  }

  .product-add-to-cart .product-quantity .add-to-cart {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 10px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.08em !important;
    font-weight: 800 !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    background: #242424 !important;
    border-color: #242424 !important;
    color: #ffffff !important;
    transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
  }

  .product-add-to-cart .product-quantity .add-to-cart:hover,
  .product-add-to-cart .product-quantity .add-to-cart:focus {
    background: #D83A32 !important;
    border-color: #D83A32 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 14px rgba(216,58,50,0.18);
  }
}

/* ==========================================================================
   FIN: VAPSENSE — Ficha producto, cantidad + comprar PC/móvil
   ========================================================================== */

/* ==========================================================================
   FICHA DE PRODUCTO — Imagen principal estable
   ========================================================================== */

#product .product-cover img {
  aspect-ratio: 381 / 492;
  width: 100%;
  height: auto;
  display: block;
  max-width: 381px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

/* ==========================================================================
   VAPSENSE — SUBCATEGORÍAS / MINIATURAS / SWIPER MÓVIL
   Código limpio sin duplicados
   ========================================================================== */


/* ==========================================================================
   SUBCATEGORÍAS — Miniaturas estables
   ========================================================================== */

.product-list-subcategories .subcategory-image {
  width: 98px;
  height: 127px;
  max-width: 98px;
  max-height: 127px;
  display: block;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}

.product-list-subcategories .subcategory-image img {
  width: 98px !important;
  height: 127px !important;
  max-width: 98px !important;
  max-height: 127px !important;
  object-fit: contain !important;
  object-position: center center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}

/* ==========================================================================
   SUBCATEGORÍAS — Marco premium para imágenes
   Solo borde, radio, sombra y hover. No toca tamaños ni márgenes.
   ========================================================================== */

.product-list-subcategories .subcategory-image img {
  border: 1px solid rgba(0,0,0,0.13);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.055);
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .product-list-subcategories .subcategory-image img:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.09);
    border-color: rgba(216,58,50,0.46);
  }
}


/* ==========================================================================
   SUBCATEGORÍAS — Nombre legible y clicable
   ========================================================================== */

.product-list-subcategories .subcategory-name {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
  border-radius: 4px;
  cursor: pointer;
  padding: 6px 0;
}


/* ==========================================================================
   MÓVIL — Subcategorías en grid/listado
   ========================================================================== */

@media (max-width: 576px) {

  .product-list-subcategories .subcategory-name {
    min-height: 44px;
    padding: 8px 8px;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
  }

  .product-list-subcategories .row {
    gap: 0;
  }

  .product-list-subcategories > .row > [class^="col-"],
  .product-list-subcategories > .row > [class*=" col-"] {
    margin-bottom: 22px !important;
    box-sizing: border-box;
  }
}


/* ==========================================================================
   MÓVIL — Grid de subcategorías
   3 por fila
   ========================================================================== */

@media (max-width: 576px) {

  .product-list-subcategories .row > [class^="col-"],
  .product-list-subcategories .row > [class*=" col-"] {
    width: 33.3333% !important;
    max-width: 33.3333% !important;
    flex: 0 0 33.3333% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .product-list-subcategories .subcategory-image {
    margin-left: auto;
    margin-right: auto;
  }

  .product-list-subcategories .subcategory-image img {
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.045);
  }
}


/* ==========================================================================
   MÓVIL — Swiper carrusel subcategorías ajustado
   ========================================================================== */

@media (max-width: 600px) {

  .product-list-subcategories .swiper-slide {
    width: 32vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-sizing: border-box;
  }

  .product-list-subcategories .swiper-slide:first-child {
    margin-left: -2px !important;
  }

  .product-list-subcategories .swiper-slide:last-child {
    margin-right: 7px !important;
  }

  .product-list-subcategories .swiper-wrapper {
    gap: 0 !important;
  }

  .product-list-subcategories .subcategory-image {
    margin-bottom: 8px !important;
  }

  .product-list-subcategories .subcategory-name {
    margin-top: 0 !important;
    text-align: center;
    white-space: normal !important;
    word-break: break-word;
    font-size: 1em;
    line-height: 1.22;
    padding: 0 4px;
    display: block;
    min-height: 2.5em;
  }
}

/* ==========================================================================
   FIN VAPSENSE — SUBCATEGORÍAS / MINIATURAS / SWIPER MÓVIL
   ========================================================================== */

/* ==========================================================================
   VAPSENSE — BADGES PREMIUM DELGADAS
   Solo visual, sin tocar estructura Warehouse
   ========================================================================== */

.product-flag {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #b5b5b5;
  box-shadow: 0 1px 5px rgba(0,0,0,0.06);
  line-height: 1.15;
  border: none !important;
  min-height: 20px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

/* Descuento / oferta — rojo Vapsense más premium */
.product-flag.discount,
.product-flag.on-sale {
  background: #D83A32 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 3px 10px rgba(216, 58, 50, 0.14) !important;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  min-height: 24px;
  min-width: 58px;
  padding: 4px 13px 3px;
}

/* Nuevo — champán premium */
.product-flag.new {
  background: #e6ca88 !important;
  color: #201f1b !important;
  border: none !important;
  border-radius: 999px !important;
  box-shadow: 0 3px 10px rgba(49, 41, 25, 0.12) !important;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 1;
  min-height: 24px;
  min-width: 58px;
  padding: 4px 13px 3px;
}

/* Móvil: badges compactos */
@media (max-width: 575px) {
  .product-flag.discount,
  .product-flag.on-sale,
  .product-flag.new {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .product-flag.new {
    font-size: 11px !important;
    letter-spacing: 0.085em !important;
    min-width: 50px !important;
    min-height: 22px !important;
    padding: 4px 10px 3px !important;
    border-radius: 999px !important;
  }

  .product-flag.discount,
  .product-flag.on-sale {
    font-size: 11px !important;
    letter-spacing: 0.07em !important;
    min-width: 50px !important;
    min-height: 22px !important;
    padding: 4px 10px 3px !important;
    border-radius: 999px !important;
  }
}


/* ==========================================================================
   VAPSENSE — FLAGS EN FICHA DE PRODUCTO
   Posiciones conservadas exactamente
   ========================================================================== */

.product-cover {
  position: relative;
}

/* PC: Flags justo al borde izquierdo de la imagen principal */
.product-cover .product-flags {
  position: absolute;
  top: 0px;
  left: 34px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 20;
  width: auto;
  pointer-events: none;
}

/* Mantiene los flags interactivos */
.product-cover .product-flag {
  pointer-events: auto;
}

@media (min-width: 576px) {
  .product-cover .product-flag.discount,
  .product-cover .product-flag.on-sale,
  .product-cover .product-flag.new {
    font-size: 12px;
    min-height: 26px;
    min-width: 64px;
    padding: 7px 15px 2px;
  }
}

/* Móvil: flags en la esquina superior izquierda del área visual */
@media (max-width: 575px) {
  .product-cover .product-flags {
    top: 0px;
    left: 12px;
    gap: 0px;
  }

  .product-cover .product-flag.discount,
  .product-cover .product-flag.on-sale,
  .product-cover .product-flag.new {
    padding: 3px 10px 4px !important;
  }
}


/* ==========================================================================
   VAPSENSE — FLAGS EN LISTADOS Y CARRUSELES
   Posiciones conservadas exactamente
   ========================================================================== */

.thumbnail-container,
.product-miniature,
.product-list {
  position: relative;
}

/* Flags arriba a la izquierda, uno debajo de otro, en listas y carruseles */
.thumbnail-container .product-flags,
.product-miniature .product-flags,
.product-list .product-flags {
  position: absolute;
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 20;
  width: auto;
  pointer-events: none;
}

/* Mantiene los flags interactivos */
.thumbnail-container .product-flag,
.product-miniature .product-flag,
.product-list .product-flag {
  pointer-events: auto;
}

@media (min-width: 576px) {
  .thumbnail-container .product-flag.discount,
  .thumbnail-container .product-flag.on-sale,
  .product-miniature .product-flag.discount,
  .product-miniature .product-flag.on-sale,
  .product-list .product-flag.discount,
  .product-list .product-flag.on-sale,
  .thumbnail-container .product-flag.new,
  .product-miniature .product-flag.new,
  .product-list .product-flag.new {
    height: auto;
    min-height: 24px;
    padding: 7px 13px 0;
    line-height: 1;
    align-items: center;
  }
}

/* Móvil: posición calibrada para Warehouse — NO TOCAR */
@media (max-width: 575px) {
  .thumbnail-container .product-flags,
  .product-miniature .product-flags,
  .product-list .product-flags {
    top: -5px;
    left: -5px;
    gap: 0px;
  }

  .thumbnail-container .product-flag.discount,
  .thumbnail-container .product-flag.on-sale,
  .thumbnail-container .product-flag.new,
  .product-miniature .product-flag.discount,
  .product-miniature .product-flag.on-sale,
  .product-miniature .product-flag.new,
  .product-list .product-flag.discount,
  .product-list .product-flag.on-sale,
  .product-list .product-flag.new {
    height: 22px !important;
    min-height: 22px !important;
    padding: 0 10px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }
}


/* ==========================================================================
   VAPSENSE — BADGE DESCUENTO SOLO EN CARRITO
   ========================================================================== */

.cart-overview .discount,
.cart-overview .discount-percentage,
.cart-overview .badge-discount,
.cart-overview .discount-amount {
  background: #D83A32 !important;
  color: #ffffff !important;
  border-radius: 7px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  padding: 1.5px 7px !important;
  letter-spacing: 0.02em !important;
  vertical-align: middle !important;
  border: none !important;
  box-shadow: 0 1px 7px rgba(216,58,50,0.12) !important;
  min-height: 17px !important;
  min-width: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  margin-left: 4px !important;
}

/* ==========================================================================
   FIN VAPSENSE — BADGES PREMIUM
   ========================================================================== */

/* ==========================================================================
   VAPSENSE — Estabilidad suave en imágenes de producto
   No cambia estructura de tarjetas ni overlays
   ========================================================================== */

.product-miniature .thumbnail-container {
  position: relative;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

.product-miniature .thumbnail-container img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0;
  padding: 0;
}

/* Móvil: evitar efectos raros al tocar */
@media (max-width: 600px) {
  .product-miniature .thumbnail-container,
  .product-miniature .thumbnail-container img {
    transform: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
}

/*
============================================================================
FLAG AGOTADO / SIN STOCK
- Badge gris oscuro, visible y limpio.
- Compatible con listados y carruseles Warehouse.
============================================================================
*/

.badge.badge-danger.product-unavailable {
  background: #666666 !important;
  color: #fff !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  box-shadow: 0 1px 5px rgba(66,66,66,0.10) !important;
  border: 1px solid rgba(66,66,66,0.18) !important;
  opacity: 1 !important;
  margin: 0 !important;
  pointer-events: none !important;
  transition: none !important;
}

@media (min-width: 601px) {
  .thumbnail-container .badge.badge-danger.product-unavailable,
  body#product .badge.badge-danger.product-unavailable {
    padding: 1px 14px 0 !important;
  }
}

/* Posicionamiento del badge agotado sobre la imagen */
.thumbnail-container {
  position: relative;
}

.thumbnail-container .product-availability.d-block {
  position: absolute !important;
  bottom: 4px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: max-content !important;
  max-width: 90% !important;
  z-index: 10 !important;
  pointer-events: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
}

/* Ajuste móvil */
@media (max-width: 600px) {
  .badge.badge-danger.product-unavailable {
    font-size: 11px !important;
    height: 22px !important;
    min-height: 22px !important;
    padding: 0 12px !important;
  }

  .thumbnail-container .product-availability.d-block {
    bottom: 4px !important;
    max-width: 92% !important;
  }
}

/* Mantener AGOTADO visible siempre, también al hacer hover */
.product-miniature .thumbnail-container .product-availability.d-block,
.product-miniature:hover .thumbnail-container .product-availability.d-block,
.product-miniature:focus .thumbnail-container .product-availability.d-block,
.product-miniature:active .thumbnail-container .product-availability.d-block {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

/* Mantener la pastilla AGOTADO visible en hover */
.product-miniature .badge.badge-danger.product-unavailable,
.product-miniature:hover .badge.badge-danger.product-unavailable,
.product-miniature:focus .badge.badge-danger.product-unavailable,
.product-miniature:active .badge.badge-danger.product-unavailable {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
}

/*
============================================================================
INICIO DESCRIPCIONES DE CATEGORÍA VAPSENSE
- Contenedor premium para descripción adicional e inferior.
- Mejora contraste y legibilidad del contenido.
- Enlaces con rojo corporativo fijo #D83A32.
- Hover de enlaces solo mediante subrayado/resaltado.
- Sin segundo rojo, sin hover negro y sin botones rojos.
============================================================================
*/

/* Contenedor premium descripción adicional categoría */
.category-additional-description {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07) !important;
  padding: 1.4em 1.8em 1em !important;
  margin-top: 1.6em !important;
  margin-bottom: 1.6em !important;
  position: relative;
  box-sizing: border-box !important;
}

/* Burbuja premium descripción inferior categoría */
div.category-description.category-description-bottom {
  background: #ffffff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07) !important;
  padding: 16px 20px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* Contenido base de descripción categoría */
.category-description,
.category-desc,
.category-additional-description {
  color: #242424 !important;
  text-shadow: none !important;
}

/* Texto principal */
.category-description p,
.category-desc p,
.category-additional-description p,
.category-description li,
.category-desc li,
.category-additional-description li {
  color: #242424 !important;
  font-weight: 400;
  line-height: 1.65;
}

/* Separación de párrafos */
.category-description p,
.category-desc p,
.category-additional-description p {
  margin-bottom: 1.05em;
}

/* Listas */
.category-description ul,
.category-desc ul,
.category-additional-description ul,
.category-description ol,
.category-desc ol,
.category-additional-description ol {
  padding-left: 1.6em;
  margin-bottom: 1.1em;
}

/* Negritas */
.category-description strong,
.category-desc strong,
.category-additional-description strong,
.category-description b,
.category-desc b,
.category-additional-description b {
  color: #242424 !important;
  font-weight: 700 !important;
}

/* Encabezados */
.category-description h2,
.category-desc h2,
.category-additional-description h2,
.category-description h3,
.category-desc h3,
.category-additional-description h3 {
  color: #242424 !important;
  font-weight: 800 !important;
  line-height: 1.28;
  margin-top: 1.25em;
  margin-bottom: 0.65em;
}

/* Primer encabezado sin exceso de margen superior */
.category-description h2:first-child,
.category-desc h2:first-child,
.category-additional-description h2:first-child,
.category-description h3:first-child,
.category-desc h3:first-child,
.category-additional-description h3:first-child {
  margin-top: 0;
}

/* Enlaces dentro de descripciones: rojo corporativo fijo */
.category-description a,
.category-desc a,
.category-additional-description a {
  color: #D83A32 !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: text-decoration-thickness 0.16s ease, text-underline-offset 0.16s ease;
}

.category-description a:hover,
.category-description a:focus,
.category-desc a:hover,
.category-desc a:focus,
.category-additional-description a:hover,
.category-additional-description a:focus {
  color: #D83A32 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Botón Más / Menos descripción categoría */
.category-description a.btn-vapsense-toggle,
.category-desc a.btn-vapsense-toggle,
.category-additional-description a.btn-vapsense-toggle {
  color: inherit !important;
  text-decoration: none !important;
  text-underline-offset: 0 !important;
}

.category-description a.btn-vapsense-toggle:hover,
.category-description a.btn-vapsense-toggle:focus,
.category-desc a.btn-vapsense-toggle:hover,
.category-desc a.btn-vapsense-toggle:focus,
.category-additional-description a.btn-vapsense-toggle:hover,
.category-additional-description a.btn-vapsense-toggle:focus {
  color: inherit !important;
  text-decoration: none !important;
}

/* Responsive categoría */
@media (max-width: 640px) {
  .category-additional-description {
    padding: 1em 0.9em !important;
    border-radius: 12px !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }

  div.category-description.category-description-bottom {
    padding: 16px 12px !important;
    border-radius: 13px !important;
    max-width: 100% !important;
  }

  .category-description p,
  .category-desc p,
  .category-additional-description p,
  .category-description li,
  .category-desc li,
  .category-additional-description li {
    line-height: 1.6;
  }

  .category-description h2,
  .category-desc h2,
  .category-additional-description h2 {
    font-size: 1.28rem;
  }

  .category-description h3,
  .category-desc h3,
  .category-additional-description h3 {
    font-size: 1.12rem;
  }
}

/*
============================================================================
FIN DESCRIPCIONES DE CATEGORÍA VAPSENSE
============================================================================
*/

/* 
--------------------------------------------------------------
IMÁGENES EN DESCRIPCIÓN DE PRODUCTO VAPSENSE
- Limita ancho y alto de cualquier <img> dentro de la ficha.
- 100% responsive: nunca se salen ni quedan gigantes.
- Compatible con Warehouse y PrestaShop.
--------------------------------------------------------------
*/

#product .product-description img,
#product .rte-content img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 1.5em auto;
  max-height: 420px;
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

/* Responsive: altura máxima menor en móvil */
@media (max-width: 576px) {
  #product .product-description img,
  #product .rte-content img {
    max-height: 220px;
    margin: 1em auto;
  }

  #product img[src*="Como-preparar-longfill-vapsense.webp"] {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto 630 / 420;
    object-fit: contain !important;
  }
}

/* ==========================================================================
   VAPSENSE — Microinteracción bloques de confianza HOME
   ========================================================================== */

@media (hover: hover) and (pointer: fine) {
  .trust-pc {
    transition: box-shadow 0.18s ease, transform 0.18s ease;
  }

  .trust-pc:hover {
    box-shadow: 0 4px 18px rgba(20,20,20,0.075);
    transform: translateY(-2px);
    z-index: 2;
  }
}

/* ==========================================================================
   VAPSENSE — Buscador premium limpio
   Sin dobles bordes, sin líneas grises, compatible Warehouse
   ========================================================================== */

.input-group.form-search-premium {
  display: flex !important;
  align-items: center !important;
  max-width: 540px !important;
  width: 100% !important;
  margin: 0 auto !important;
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.16) !important;
  border-radius: 30px !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.055) !important;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease !important;
  overflow: hidden !important;
  padding: 0 !important;
}

/* Estado activo del buscador */
.input-group.form-search-premium:focus-within {
  border-color: rgba(216,58,50,0.48) !important;
  box-shadow: 0 6px 22px rgba(216,58,50,0.10) !important;
}


/* ==========================================================================
   Campo de texto
   ========================================================================== */

.input-group.form-search-premium .form-control,
.input-group.form-search-premium .form-search-control,
.input-group.form-search-premium .form-search-input {
  border: none !important;
  box-shadow: none !important;
  border-radius: 30px 0 0 30px !important;
  background: transparent !important;
  height: 50px !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  padding: 0 22px !important;
  color: #1c1c1c !important;
  font-weight: 500 !important;
  outline: none !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.input-group.form-search-premium .form-control:focus,
.input-group.form-search-premium .form-search-control:focus,
.input-group.form-search-premium .form-search-input:focus {
  color: #242424 !important;
  background: transparent !important;
}

.input-group.form-search-premium .form-control::placeholder,
.input-group.form-search-premium .form-search-control::placeholder,
.input-group.form-search-premium .form-search-input::placeholder {
  color: #9a9a9a !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  font-size: 17px !important;
  opacity: 1 !important;
}


/* ==========================================================================
   Botón de búsqueda
   ========================================================================== */

.btn-search-premium {
  border: none !important;
  border-left: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 0 30px 30px 0 !important;
  background: #ffffff !important;
  width: 58px !important;
  height: 50px !important;
  margin-left: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #D83A32 !important;
  font-size: 24px !important;
  cursor: pointer !important;
  outline: none !important;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn-search-premium:hover,
  .btn-search-premium:focus {
    background: #D83A32 !important;
    color: #ffffff !important;
    border-left-color: #D83A32 !important;
  }
}


.btn-search-premium svg {
  width: 24px !important;
  height: 24px !important;
  stroke: currentColor !important;
  pointer-events: none !important;
}


/* ==========================================================================
   Móvil
   ========================================================================== */

@media (max-width: 680px) {
  .input-group.form-search-premium {
    max-width: 100% !important;
    border-radius: 24px !important;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05) !important;
  }

  .input-group.form-search-premium .form-control,
  .input-group.form-search-premium .form-search-control,
  .input-group.form-search-premium .form-search-input {
    height: 44px !important;
    font-size: 16px !important;
    padding: 0 16px !important;
    border-radius: 24px 0 0 24px !important;
  }

  .input-group.form-search-premium .form-control::placeholder,
  .input-group.form-search-premium .form-search-control::placeholder,
  .input-group.form-search-premium .form-search-input::placeholder {
    font-size: 15px !important;
  }

  .btn-search-premium {
    width: 46px !important;
    height: 44px !important;
    border-radius: 0 24px 24px 0 !important;
    font-size: 20px !important;
  }

  .btn-search-premium svg {
    width: 21px !important;
    height: 21px !important;
  }
}

/* ==========================================================================
   FIN VAPSENSE — Buscador premium limpio
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Mini-carrito premium limpio
   Compatible Warehouse / PrestaShop
   ========================================================================== */

#blockcart-content {
  background: #ffffff;
  border-radius: 18px 0 0 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
  padding: 22px 18px 16px 18px;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid rgba(0,0,0,0.12);
  overflow: hidden;
}


/* ==========================================================================
   INICIO: VAPSENSE — Cabecera mini-carrito
   ========================================================================== */

#blockcart-content .cart-title {
  margin: -22px -18px 18px -18px;
  padding: 13px 16px;
  background: #242424;
  color: #ffffff;
  border-radius: 18px 0 0 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

#blockcart-content .cart-title .w-100 {
  min-height: 40px;
  gap: 12px;
}

#blockcart-content .modal-title {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: none;
}

#blockcart-content hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.10);
  margin: 16px 0 10px 0;
}

#blockcart-content .cart-title hr {
  display: none;
}

/* ==========================================================================
   FIN: VAPSENSE — Cabecera mini-carrito
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Botón cerrar mini-carrito
   ========================================================================== */

#blockcart-content .close {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  color: #ffffff;
  font-size: 24px;
  border-radius: 10px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
  box-shadow: none;
  cursor: pointer;
  opacity: 1;
}

#blockcart-content .close:hover {
  background: rgba(255,255,255,0.16);
  color: #ffffff;
  border-color: rgba(255,255,255,0.28);
}

#blockcart-content .cart-title .close span {
  color: inherit;
  line-height: 1;
}

/* ==========================================================================
   FIN: VAPSENSE — Botón cerrar mini-carrito
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Iconos visibles dentro del mini-carrito
   ========================================================================== */

#blockcart-content i,
#blockcart-content svg,
#blockcart-content .material-icons {
  color: #242424 !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

#blockcart-content .btn-primary i,
#blockcart-content .btn-primary svg,
#blockcart-content .btn-primary .material-icons {
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

/* ==========================================================================
   FIN: VAPSENSE — Iconos visibles dentro del mini-carrito
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Mini-carrito vacío
   ========================================================================== */

#blockcart-content .no-items {
  display: block;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 22px 0 10px 0;
  letter-spacing: 0.01em;
}

/* ==========================================================================
   FIN: VAPSENSE — Mini-carrito vacío
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Productos del mini-carrito
   ========================================================================== */

#blockcart-content .cart-products {
  margin: 0 0 12px 0;
  padding: 0;
}

#blockcart-content .cart-products li {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 12px 0;
  list-style: none;
}

/* La imagen del producto NO se toca aquí.
   La controla el bloque específico del carrito lateral. */

#blockcart-content .col-info a {
  color: #1c1c1c;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
}

#blockcart-content .col-info a:hover {
  color: #D83A32;
  text-decoration: underline;
}

#blockcart-content .product-attributes {
  font-size: 13px;
  color: #777777;
  line-height: 1.35;
}

#blockcart-content .product-attributes .label {
  color: #333333;
  font-weight: 500;
  margin-right: 2px;
}

/* ==========================================================================
   FIN: VAPSENSE — Productos del mini-carrito
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Eliminar producto mini-carrito
   ========================================================================== */

#blockcart-content .remove-from-cart {
  color: #2b2b2b;
  margin-right: 12px;
  font-size: 18px;
  opacity: 0.75;
  transition:
    color 0.18s ease,
    opacity 0.18s ease;
}

#blockcart-content .remove-from-cart:hover {
  color: #D83A32;
  opacity: 1;
}

#blockcart-content .remove-from-cart i {
  font-size: 18px;
}

/* ==========================================================================
   FIN: VAPSENSE — Eliminar producto mini-carrito
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Aviso envío gratis / alertas mini-carrito
   ========================================================================== */

#blockcart-content .alert-info {
  background: #f7f7f7;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  font-size: 14px;
  color: #242424;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: none;
  padding: 11px 12px;
}

#blockcart-content .alert-info strong {
  color: #242424;
  font-weight: 700;
}

/* Precio restante para envío gratis */
#blockcart-content .ifdc-remaining-price {
  color: #D83A32 !important;
  font-weight: 800;
}

/* ==========================================================================
   FIN: VAPSENSE — Aviso envío gratis / alertas mini-carrito
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Totales mini-carrito
   Mantiene estructura Warehouse y evita que el total se parta
   ========================================================================== */

#blockcart-content .cart-summary-line .label {
  color: #333333;
  font-weight: 500;
}

#blockcart-content .cart-summary-line .value {
  color: #242424;
  font-weight: 500;
}

#blockcart-content .cart-totals {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,0.10);
}

/* Solo total final */
#blockcart-content .cart-totals .cart-summary-line {
  width: 100% !important;
  display: block !important;
  overflow: hidden !important;
  clear: both !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

#blockcart-content .cart-totals .cart-summary-line::after {
  content: "";
  display: table;
  clear: both;
}

#blockcart-content .cart-totals .label {
  float: left !important;
  width: auto !important;
  max-width: 68% !important;
  color: #242424 !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

#blockcart-content .cart-totals .value {
  float: right !important;
  width: auto !important;
  color: #D83A32 !important;
  font-weight: 900 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  text-align: right !important;
}

/* ==========================================================================
   FIN: VAPSENSE — Totales mini-carrito
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Botones mini-carrito
   ========================================================================== */

#blockcart-content .cart-buttons {
  margin-top: 12px;
}

#blockcart-content .cart-buttons .btn {
  display: block;
  width: 100%;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 12px 0;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
  box-shadow: none;
}

/* Botón principal: Tramitar pedido */
#blockcart-content .btn-primary {
  background: #242424 !important;
  color: #ffffff !important;
  border: 1px solid #242424 !important;
}

#blockcart-content .btn-primary:hover,
#blockcart-content .btn-primary:focus {
  background: #D83A32 !important;
  color: #ffffff !important;
  border-color: #D83A32 !important;
  transform: translateY(-1px);
}

/* Botón secundario: Ver carrito */
#blockcart-content .btn-secondary {
  background: #f3f3f3;
  color: #242424;
  border: 1px solid rgba(0,0,0,0.18);
  font-weight: 700;
}

#blockcart-content .btn-secondary:hover,
#blockcart-content .btn-secondary:focus {
  background: #242424;
  color: #ffffff;
  border-color: #242424;
}

/* ==========================================================================
   FIN: VAPSENSE — Botones mini-carrito
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Mini-carrito móvil
   ========================================================================== */

@media (max-width: 480px) {
  #blockcart-content {
    max-width: 98vw;
    max-height: 100vh;
    max-height: 100dvh;
    padding: 16px 10px 12px 10px;
    border-radius: 14px 0 0 14px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.10);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  #blockcart-content .cart-title {
    margin: -16px -10px 14px -10px;
    padding: 12px;
    border-radius: 14px 0 0 0;
  }

  #blockcart-content .modal-title {
    font-size: 17px;
  }

  #blockcart-content .close {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  #blockcart-content .alert-info {
    font-size: 13px;
    padding: 10px 11px;
  }

  #blockcart-content .cart-buttons .btn {
    font-size: 15px;
    padding: 11px 0;
    border-radius: 10px;
  }
}

/* ==========================================================================
   FIN: VAPSENSE — Mini-carrito móvil
   ========================================================================== */

/* ==========================================================================
   VAPSENSE — Nombre de subcategorías
   ========================================================================== */

.subcategory-name {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.01em;
  color: #242424;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: color 0.2s ease;
}

.subcategory-name:hover,
.subcategory-name:focus {
  color: #D83A32;
  text-decoration: none;
}

@media (max-width: 480px) {
  .subcategory-name {
    font-size: 1em;
    letter-spacing: 0.01em;
  }
}

/* ==========================================================================
   INICIO: VAPSENSE — Burbuja premium descripción producto
   ========================================================================== */

#description.tab-pane {
  max-width: 920px;
  margin: 34px auto 24px;
  padding: 30px 26px 24px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.055);
  text-align: left;
}

#description.tab-pane h2 {
  margin-top: 0.7em;
  margin-bottom: 0.45em;
  padding-left: 12px;
  border-left: 3px solid #D83A32;
  color: #242424;
  font-size: 1.18em;
  line-height: 1.28;
}

#description.tab-pane h3 {
  margin-top: 0.95em;
  margin-bottom: 0.45em;
  color: #242424;
  font-size: 1.06em;
  line-height: 1.3;
}

#description.tab-pane p,
#description.tab-pane ul,
#description.tab-pane ol {
  margin-bottom: 0.8em;
  color: #242424;
  font-size: 1em;
  line-height: 1.58;
}

#description.tab-pane ul,
#description.tab-pane ol {
  padding-left: 2.1em;
}

#product-infos-tabs-content #description > .product-description {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

#product-infos-tabs-content #description .product-summary {
  display: none !important;
}

#product-full-desc {
  position: relative;
  order: 1;
}

/* Contenido editorial de la descripcion larga, sin tocar el desplegable */
body#product #product-infos-tabs-content #description #product-full-desc {
  color: #424242;
  font-size: 0.96rem;
  line-height: 1.62;
}

body#product #product-infos-tabs-content #description #product-full-desc > h2 {
  margin: 0 0 0.75em;
  padding-left: 12px;
  border-left: 3px solid #D83A32;
  color: #242424;
  font-size: 1.16rem;
  font-weight: 750;
  line-height: 1.32;
}

body#product #product-infos-tabs-content #description #product-full-desc > h3 {
  margin: 1.45em 0 0.62em;
  color: #242424;
  font-size: 1.03rem;
  font-weight: 750;
  line-height: 1.34;
}

body#product #product-infos-tabs-content #description #product-full-desc > p {
  margin: 0 0 1em;
  color: #424242;
  font-size: 1em;
  line-height: 1.66;
}

body#product #product-infos-tabs-content #description #product-full-desc > p:empty {
  display: none;
}

body#product #product-infos-tabs-content #description #product-full-desc > ul,
body#product #product-infos-tabs-content #description #product-full-desc > ol {
  margin: 0 0 1.15em;
  padding-left: 1.35em;
  color: #424242;
  font-size: 1em;
  line-height: 1.58;
}

body#product #product-infos-tabs-content #description #product-full-desc > ul li,
body#product #product-infos-tabs-content #description #product-full-desc > ol li {
  margin-bottom: 0.42em;
  padding-left: 0.12em;
}

body#product #product-infos-tabs-content #description #product-full-desc > ul li::marker,
body#product #product-infos-tabs-content #description #product-full-desc > ol li::marker {
  color: #D83A32;
}

body#product #product-infos-tabs-content #description #product-full-desc strong,
body#product #product-infos-tabs-content #description #product-full-desc b {
  color: #242424;
  font-weight: 700;
}

body#product #product-infos-tabs-content #description #product-full-desc em {
  color: #666666;
  font-size: 0.94em;
}

#product-full-desc.collapse:not(.show) {
  display: block !important;
  max-height: 250px;
  overflow: hidden;
}

#product-full-desc.collapse:not(.show)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 82px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff 86%);
}

#product-full-desc.collapse:not(.show) > a.btn {
  display: none !important;
}

@media (max-width: 640px) {
  #description.tab-pane {
    max-width: 100%;
    margin: 22px 0 18px;
    padding: 18px 14px 16px;
    border-radius: 13px;
  }

  #description.tab-pane h2 {
    font-size: 1.06em;
    padding-left: 10px;
  }

  #description.tab-pane h3 {
    font-size: 1em;
  }

  #description.tab-pane p,
  #description.tab-pane ul,
  #description.tab-pane ol {
    font-size: 0.96em;
    line-height: 1.52;
  }

  body#product #product-infos-tabs-content #description #product-full-desc {
    font-size: 0.93rem;
    line-height: 1.58;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > h2 {
    margin-bottom: 0.72em !important;
    padding-left: 10px !important;
    font-size: 1.05rem !important;
    line-height: 1.34 !important;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > h3 {
    margin-top: 1.25em !important;
    margin-bottom: 0.58em !important;
    font-size: 0.98rem !important;
    line-height: 1.34 !important;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > p {
    margin-bottom: 0.9em;
    line-height: 1.58;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > ul,
  body#product #product-infos-tabs-content #description #product-full-desc > ol {
    margin-bottom: 1em;
    padding-left: 1.18em;
    line-height: 1.52;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > ul li,
  body#product #product-infos-tabs-content #description #product-full-desc > ol li {
    margin-bottom: 0.38em;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > div {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > div[style*="background"] {
    margin: 1.05em -4px 1.15em !important;
    padding: 14px 6px !important;
    border-color: #e6e6e6 !important;
    border-radius: 10px;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > div[style*="background"] > h3 {
    margin: 0 8px 0.8em !important;
    color: #424242 !important;
    font-size: 0.98rem !important;
    font-weight: 750 !important;
    line-height: 1.32 !important;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > div table {
    width: 100% !important;
    min-width: 420px;
    max-width: none !important;
    table-layout: auto;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > div table th,
  body#product #product-infos-tabs-content #description #product-full-desc > div table td {
    min-width: 8.2rem;
    padding: 8px 9px !important;
    color: #424242 !important;
    font-size: 0.86rem !important;
    line-height: 1.35 !important;
    white-space: normal;
  }

  body#product #product-infos-tabs-content #description #product-full-desc > div table th span,
  body#product #product-infos-tabs-content #description #product-full-desc > div table td span {
    color: #666666 !important;
    font-size: 0.76rem !important;
  }

  #product-full-desc.collapse:not(.show) {
    max-height: 190px;
  }

  #product-full-desc.collapse:not(.show)::after {
    height: 68px;
  }
}

/* ==========================================================================
   FIN: VAPSENSE — Burbuja premium descripción producto
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Ocultar pestaña Detalles del producto
   ========================================================================== */

/* Oculta el enlace/pestaña "Detalles del producto" */
a.nav-link[href="#product-details-tab"] {
  display: none !important;
}

/* Oculta el contenido interno de la pestaña "Detalles del producto" */
#product-details-tab {
  display: none !important;
}

/* ==========================================================================
   FIN: VAPSENSE — Ocultar pestaña Detalles del producto
   ========================================================================== */

/* ==========================================================================
   INICIO: Breadcrumb Vapsense Premium Limpio
   ========================================================================== */

.breadcrumb,
.breadcrumb-nav {
  background: #fff !important;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: none;
  padding: 8px 16px;
  font-size: 0.95em;
  margin-top: 14px;
  margin-bottom: 18px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar,
.breadcrumb-nav::-webkit-scrollbar {
  display: none;
}

.breadcrumb ol,
.breadcrumb-nav ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 4px;
}

.breadcrumb ol li,
.breadcrumb-nav ol li {
  display: flex;
  align-items: center;
  min-width: 0;
}

.breadcrumb ol li:not(:last-child)::after,
.breadcrumb-nav ol li:not(:last-child)::after {
  content: '\f105';
  font-family: "FontAwesome";
  color: #bdbdbd;
  margin: 0 7px;
  font-size: 1em;
  pointer-events: none;
}

.breadcrumb ol li a,
.breadcrumb-nav ol li a {
  color: #333333 !important;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 2px 3px;
  border-radius: 5px;
  transition: color 0.18s ease;
}

.breadcrumb ol li a span,
.breadcrumb-nav ol li a span {
  color: inherit !important;
}

.breadcrumb ol li a:hover,
.breadcrumb ol li a:focus,
.breadcrumb-nav ol li a:hover,
.breadcrumb-nav ol li a:focus {
  color: #D83A32 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Sin icono de casa para mantener diseño limpio */
.breadcrumb ol li:first-child a span::before,
.breadcrumb-nav ol li:first-child a span::before {
  content: none !important;
}

.breadcrumb ol li:last-child > span,
.breadcrumb-nav ol li:last-child > span {
  color: #242424;
  font-weight: 700;
  letter-spacing: 0;
  padding: 2px 3px;
  background: transparent;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 900px) {
  .breadcrumb,
  .breadcrumb-nav {
    padding: 7px 12px;
    font-size: 0.9em;
    border-radius: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .breadcrumb ol,
  .breadcrumb-nav ol {
    gap: 2px;
  }
}

/* ==========================================================================
   INICIO: VAPSENSE — Breadcrumb móvil en dos líneas sin solapes
   ========================================================================== */

@media (max-width: 640px) {
  .breadcrumb,
  .breadcrumb-nav {
    font-size: 0.86em;
    padding: 7px 10px;
    border-radius: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: normal !important;
    overflow: visible !important;
  }

  .breadcrumb ol,
  .breadcrumb-nav ol {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 2px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    list-style: none !important;
  }

  .breadcrumb ol li,
  .breadcrumb-nav ol li {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .breadcrumb ol li a,
  .breadcrumb-nav ol li a,
  .breadcrumb ol li a span,
  .breadcrumb-nav ol li a span {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  .breadcrumb ol li:not(:last-child)::after,
  .breadcrumb-nav ol li:not(:last-child)::after {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    line-height: 1 !important;
    height: auto !important;
    margin: 0 5px !important;
    position: relative !important;
    top: 0 !important;
  }

  /* Último elemento: producto/categoría actual en línea propia */
  .breadcrumb ol li:last-child,
  .breadcrumb-nav ol li:last-child {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 4px !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .breadcrumb ol li:last-child > span,
  .breadcrumb-nav ol li:last-child > span {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    line-height: 1.28 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}

/* ==========================================================================
   FIN: VAPSENSE — Breadcrumb móvil en dos líneas sin solapes
   ========================================================================== */


/* ==========================================================================
   FIN: Breadcrumb Vapsense Premium Limpio
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Corrección alineado breadcrumb Warehouse PC/tablet
   ========================================================================== */

@media (min-width: 641px) {
  .breadcrumb ol,
  .breadcrumb-nav ol {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .breadcrumb ol li,
  .breadcrumb-nav ol li {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .breadcrumb ol li a,
  .breadcrumb-nav ol li a,
  .breadcrumb ol li span,
  .breadcrumb-nav ol li span {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .breadcrumb ol li:not(:last-child)::after,
  .breadcrumb-nav ol li:not(:last-child)::after {
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
    height: auto !important;
    margin: 0 7px !important;
    position: relative !important;
    top: 0 !important;
  }
}

/* ==========================================================================
   FIN: VAPSENSE — Corrección alineado breadcrumb Warehouse PC/tablet
   ========================================================================== */

/* Refuerzo espacio superior breadcrumb */
.container > nav.breadcrumb,
.container > nav.breadcrumb[data-depth],
.container > .breadcrumb-nav {
  margin-top: 3px !important;
}

@media (max-width: 900px) {
  .container > nav.breadcrumb,
  .container > nav.breadcrumb[data-depth],
  .container > .breadcrumb-nav {
    margin-top: 3px !important;
  }
}

@media (max-width: 640px) {
  .container > nav.breadcrumb,
  .container > nav.breadcrumb[data-depth],
  .container > .breadcrumb-nav {
    margin-top: 3px !important;
  }
}

/* ==========================================================================
   INICIO: VAPSENSE — Página carrito, tarjetas de producto premium limpio
   ========================================================================== */

body#cart .product-line-grid {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045);
  margin-bottom: 16px;
  padding: 16px 18px;
  align-items: center;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body#cart .product-line-grid:hover {
  border-color: #d8d8d8 !important;
  box-shadow: 0 4px 16px rgba(20,20,20,0.075);
}

body#cart .product-line-grid .product-image img {
  max-width: 72px;
  max-height: 72px;
  border-radius: 10px;
  background: #fafafa;
  box-shadow: none;
  object-fit: contain;
}

body#cart .product-line-grid .product-line-info .label {
  display: block;
  max-width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.02rem;
  font-weight: 700;
  color: #242424;
  line-height: 1.25;
}

body#cart .product-line-info-secondary {
  margin-top: 3px;
  font-size: 0.92em;
  color: #666666;
  line-height: 1.3;
}

body#cart .product-line-grid .product-price strong {
  font-size: 1.16rem;
  color: #D83A32;
  font-weight: 800;
}

body#cart .product-line-grid .regular-price {
  font-size: 0.95em;
  color: #555555;
  text-decoration: line-through;
  font-weight: 400;
}

body#cart .product-line-grid .discount {
  background: transparent;
  color: #D83A32;
  font-weight: 700;
  font-size: 0.9em;
  margin-left: 5px;
  padding: 0;
}

/* ==========================================================================
   FIN: VAPSENSE — Página carrito, tarjetas de producto premium limpio
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Selector cantidad página carrito
   ========================================================================== */

body#cart .product-line-grid .input-group.bootstrap-touchspin {
  border: 1px solid #d8d8d8;
  border-radius: 9px;
  background: #ffffff;
  overflow: hidden;
  width: 82px;
  min-width: 72px;
}

body#cart .product-line-grid .input-group.bootstrap-touchspin input {
  border: none !important;
  background: transparent !important;
  text-align: center;
  font-size: 0.96em;
  font-weight: 700;
  color: #242424;
  padding: 4px 0;
}

body#cart .product-line-grid .btn.btn-touchspin {
  background: #ffffff !important;
  border: none !important;
  color: #242424 !important;
  font-size: 1em;
  padding: 4px 8px;
  transition: background 0.18s ease, color 0.18s ease;
}

body#cart .product-line-grid .btn.btn-touchspin i,
body#cart .product-line-grid .btn.btn-touchspin .material-icons {
  color: #242424 !important;
}

body#cart .product-line-grid .btn.btn-touchspin:hover,
body#cart .product-line-grid .btn.btn-touchspin:focus {
  background: #D83A32 !important;
  color: #ffffff !important;
  border-color: #D83A32 !important;
}

body#cart .product-line-grid .btn.btn-touchspin:hover i,
body#cart .product-line-grid .btn.btn-touchspin:focus i,
body#cart .product-line-grid .btn.btn-touchspin:hover .material-icons,
body#cart .product-line-grid .btn.btn-touchspin:focus .material-icons {
  color: #ffffff !important;
}

/* ==========================================================================
   FIN: VAPSENSE — Selector cantidad página carrito
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — TouchSpin mini-carrito lateral móvil igual que carrito móvil
   ========================================================================== */

@media (max-width: 767.98px) {

  #blockcart-content .input-group.bootstrap-touchspin {
    display: flex !important;
    align-items: center !important;
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
  }

  #blockcart-content .input-group.bootstrap-touchspin input,
  #blockcart-content .input-group.bootstrap-touchspin input[type="number"] {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 3px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  #blockcart-content .btn.btn-touchspin {
    width: 25px !important;
    min-width: 25px !important;
    max-width: 25px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 30px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

/* ==========================================================================
   FIN: VAPSENSE — TouchSpin mini-carrito lateral móvil igual que carrito móvil
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Selector cantidad mini-carrito lateral
   ========================================================================== */

#blockcart-content .input-group.bootstrap-touchspin {
  border: 1px solid #d8d8d8;
  border-radius: 9px;
  background: #ffffff;
  overflow: hidden;
  width: 82px;
  min-width: 72px;
}

#blockcart-content .input-group.bootstrap-touchspin input {
  border: none !important;
  background: transparent !important;
  text-align: center;
  font-size: 0.96em;
  font-weight: 700;
  color: #242424;
  padding: 4px 0;
}

#blockcart-content .btn.btn-touchspin {
  background: #ffffff !important;
  border: none !important;
  color: #242424 !important;
  font-size: 1em;
  padding: 4px 8px;
  transition: background 0.18s ease, color 0.18s ease;
}

#blockcart-content .btn.btn-touchspin i,
#blockcart-content .btn.btn-touchspin .material-icons {
  color: #242424 !important;
}

#blockcart-content .btn.btn-touchspin:hover,
#blockcart-content .btn.btn-touchspin:focus {
  background: #D83A32 !important;
  color: #ffffff !important;
  border-color: #D83A32 !important;
}

#blockcart-content .btn.btn-touchspin:hover i,
#blockcart-content .btn.btn-touchspin:focus i,
#blockcart-content .btn.btn-touchspin:hover .material-icons,
#blockcart-content .btn.btn-touchspin:focus .material-icons {
  color: #ffffff !important;
}

/* ==========================================================================
   FIN: VAPSENSE — Selector cantidad mini-carrito lateral
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Botón eliminar producto del carrito
   ========================================================================== */

body#cart .cart-line-product-actions .remove-from-cart {
  color: #2b2b2b;
  font-size: 1.15em;
  transition: color 0.16s ease;
}

body#cart .cart-line-product-actions .remove-from-cart:hover,
body#cart .cart-line-product-actions .remove-from-cart:focus {
  color: #D83A32;
}

/* ==========================================================================
   FIN: VAPSENSE — Botón eliminar producto del carrito
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Ajustes móvil página carrito
   ========================================================================== */

@media (max-width: 600px) {
  body#cart .product-line-grid {
    padding: 12px 8px;
    margin-bottom: 12px;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(20,20,20,0.04);
  }

  body#cart .product-line-grid:hover {
    box-shadow: 0 2px 8px rgba(20,20,20,0.04);
  }

  body#cart .product-line-grid .product-image img {
    max-width: 58px;
    max-height: 58px;
    border-radius: 8px;
  }

  body#cart .product-line-grid .product-line-info .label {
    font-size: 0.94rem;
    line-height: 1.22;
  }

  body#cart .product-line-info-secondary {
    font-size: 0.86em;
  }

  body#cart .product-line-grid .product-price strong {
    font-size: 1.05rem;
  }
}

/* ==========================================================================
   FIN: VAPSENSE — Ajustes móvil página carrito
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — TouchSpin carrito móvil igual que PC
   ========================================================================== */

@media (max-width: 767.98px) {

  body#cart .cart-item .input-group.bootstrap-touchspin,
  body#cart .product-line-grid .input-group.bootstrap-touchspin {
    display: flex !important;
    align-items: center !important;
    width: 88px !important;
    max-width: 88px !important;
    min-width: 88px !important;
    height: 30px !important;
    min-height: 30px !important;
  }

  body#cart .cart-item .input-group.bootstrap-touchspin input[type="number"],
  body#cart .product-line-grid .input-group.bootstrap-touchspin input[type="number"] {
    width: 38px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 3px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  body#cart .cart-item .btn.btn-touchspin,
  body#cart .product-line-grid .btn.btn-touchspin {
    width: 25px !important;
    min-width: 25px !important;
    max-width: 25px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 30px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

/* ==========================================================================
   FIN: VAPSENSE — TouchSpin carrito móvil igual que PC
   ========================================================================== */


/* ==========================================================================
   INICIO: VAPSENSE — Página carrito, resumen y totales
   ========================================================================== */

/* Oculta small/div vacío que rompe alineación en transporte */
body#cart #cart-subtotal-shipping > div {
  display: none !important;
}

/* Caja subtotales: artículos y transporte */
body#cart .card-body.cart-detailed-subtotals {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045);
  padding: 18px 20px 10px !important;
  margin-bottom: 16px;
}

/* Líneas subtotales */
body#cart .card-body.cart-detailed-subtotals .cart-summary-line {
  display: grid !important;
  grid-template-columns: 1fr minmax(76px, 120px);
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 1rem;
  color: #242424;
}

body#cart .card-body.cart-detailed-subtotals .cart-summary-line:last-child {
  border-bottom: none;
}

body#cart .card-body.cart-detailed-subtotals .label {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.98em;
  font-weight: 600;
  color: #242424;
  letter-spacing: 0;
}

body#cart .card-body.cart-detailed-subtotals .value {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 1em;
  font-weight: 700;
  color: #242424;
}

/* Caja totales: total, impuestos, aviso y botón */
body#cart .card-body.cart-summary-totals {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 14px !important;
  box-shadow: 0 3px 14px rgba(20,20,20,0.055);
  padding: 22px 20px 18px !important;
  margin-bottom: 22px;
}

/* Líneas totales */
body#cart .card-body.cart-summary-totals .cart-summary-line {
  display: grid !important;
  grid-template-columns: 1fr minmax(76px, 120px);
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
  font-size: 1rem;
  color: #242424;
}

body#cart .card-body.cart-summary-totals .cart-summary-line:last-child {
  border-bottom: none;
}

body#cart .card-body.cart-summary-totals .label {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.98em;
  font-weight: 500;
  color: #242424;
  letter-spacing: 0;
}

body#cart .card-body.cart-summary-totals .label.sub {
  color: #555555;
  font-size: 0.94em;
  font-weight: 400;
}

body#cart .card-body.cart-summary-totals .value {
  margin: 0;
  padding: 0;
  text-align: right;
  font-weight: 700;
  color: #242424;
}

body#cart .card-body.cart-summary-totals .value.sub {
  color: #555555;
  font-size: 0.94em;
  font-weight: 500;
}

/* Total principal */
body#cart .card-body.cart-summary-totals .cart-summary-line.cart-total {
  margin-top: 4px;
  padding-top: 12px;
  border-top: 1px solid #e4e4e4;
}

body#cart .card-body.cart-summary-totals .cart-summary-line.cart-total .label {
  font-size: 1.05rem;
  font-weight: 800;
  color: #242424;
}

body#cart .card-body.cart-summary-totals .cart-summary-line.cart-total .value {
  color: #D83A32;
  font-size: 1.32rem;
  font-weight: 900;
  letter-spacing: 0;
}

/* Aviso envío gratis */
body#cart .alert-info.iqitfreedeliverycount {
  background: #f7f7f7 !important;
  border: 1px solid #e1e1e1 !important;
  color: #242424 !important;
  border-radius: 12px;
  margin-top: 14px;
  padding: 13px 14px 11px;
}

body#cart .iqitfreedeliverycount-title {
  color: #242424 !important;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.35;
}

body#cart .ifdc-remaining-price {
  color: #D83A32;
  font-weight: 800;
}

/* Botón finalizar compra */
body#cart .btn-primary.btn-lg.btn-block {
  background: #242424;
  border: none;
  border-radius: 12px;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 3px 14px rgba(20,20,20,0.14);
  padding: 14px 0;
  margin-top: 16px;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body#cart .btn-primary.btn-lg.btn-block:hover,
body#cart .btn-primary.btn-lg.btn-block:focus {
  background: #D83A32 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(216,58,50,0.18);
  transform: translateY(-1px);
}

/* Responsive móvil */
@media (max-width: 600px) {
  body#cart .card-body.cart-detailed-subtotals,
  body#cart .card-body.cart-summary-totals {
    border-radius: 12px !important;
    padding: 16px 14px 12px !important;
    box-shadow: 0 2px 8px rgba(20,20,20,0.04);
  }

  body#cart .card-body.cart-detailed-subtotals .cart-summary-line,
  body#cart .card-body.cart-summary-totals .cart-summary-line {
    grid-template-columns: 1fr minmax(72px, 110px);
    gap: 8px;
    font-size: 0.94rem;
    padding: 7px 0;
  }

  body#cart .card-body.cart-summary-totals .cart-summary-line.cart-total .label {
    font-size: 1rem;
  }

  body#cart .card-body.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1.22rem;
  }

  body#cart .alert-info.iqitfreedeliverycount {
    padding: 12px 12px 10px;
    border-radius: 10px;
  }

  body#cart .btn-primary.btn-lg.btn-block {
    font-size: 1.02rem;
    padding: 13px 0;
    border-radius: 11px;
  }
}

/* ==========================================================================
   FIN: VAPSENSE — Página carrito, resumen y totales
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Limpiar caja exterior resumen carrito
   ========================================================================== */

body#cart .cart-grid-right .card.cart-summary {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

body#cart .cart-grid-right .card.cart-summary > hr,
body#cart .cart-grid-right .cart-detailed-totals > hr {
  display: none !important;
}

body#cart .cart-grid-right .card.cart-summary .card-body {
  border: none;
}

/* ==========================================================================
   FIN: VAPSENSE — Limpiar caja exterior resumen carrito
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Botón continuar comprando carrito
   ========================================================================== */

body#cart a.btn.btn-secondary.mt-3.mb-3[href="https://vapsense.com/"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #ffffff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 11px;
  color: #2b2b2b !important;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  padding: 12px 16px !important;
  box-shadow: 0 2px 8px rgba(20,20,20,0.035);
  text-decoration: none !important;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body#cart a.btn.btn-secondary.mt-3.mb-3[href="https://vapsense.com/"] i {
  font-size: 1rem;
  line-height: 1;
  color: inherit !important;
}

body#cart a.btn.btn-secondary.mt-3.mb-3[href="https://vapsense.com/"]:hover,
body#cart a.btn.btn-secondary.mt-3.mb-3[href="https://vapsense.com/"]:focus {
  background: #242424 !important;
  border-color: #242424 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(20,20,20,0.12);
  transform: translateY(-1px);
}

/* ==========================================================================
   FIN: VAPSENSE — Botón continuar comprando carrito
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Código descuento carrito
   ========================================================================== */

body#cart .cart-grid-right .block-promo {
  margin-bottom: 16px;
}

body#cart .cart-grid-right .cart-voucher,
body#cart .cart-grid-right .cart-voucher-area,
body#cart .cart-grid-right .promo-code {
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045);
  padding: 16px 16px 14px !important;
}

body#cart .cart-grid-right .cart-voucher-area,
body#cart .cart-grid-right .promo-code {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body#cart .cart-grid-right .promo-code .input-group {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 11px;
  overflow: hidden;
  background: #ffffff;
}

body#cart .cart-grid-right .promo-code .voucher-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  padding: 0;
  background: #f7f7f7 !important;
  border: none !important;
  color: #2b2b2b !important;
  font-size: 1rem;
}

body#cart .cart-grid-right .promo-code input.form-control {
  height: 44px;
  border: none !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #242424;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0 12px;
}

body#cart .cart-grid-right .promo-code input.form-control::placeholder {
  color: #777777;
  opacity: 1;
}

body#cart .cart-grid-right .promo-code .input-group-append {
  display: flex;
}

body#cart .cart-grid-right .promo-code .btn.btn-secondary {
  height: 44px !important;
  min-width: 82px;
  border: none !important;
  border-left: 1px solid #d8d8d8 !important;
  border-radius: 0 !important;
  background: #2b2b2b !important;
  color: #ffffff !important;
  font-size: 0.92rem;
  font-weight: 800;
  padding: 0 14px;
  transition: background 0.16s ease, color 0.16s ease;
}

body#cart .cart-grid-right .promo-code .btn.btn-secondary:hover,
body#cart .cart-grid-right .promo-code .btn.btn-secondary:focus {
  background: #D83A32 !important;
  color: #ffffff !important;
}

body#cart .cart-grid-right .promo-code .alert.alert-danger {
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid rgba(216,58,50,0.25);
  background: #FBEAE8;
  color: #D83A32;
  font-size: 0.9rem;
  font-weight: 600;
}

/* ==========================================================================
   FIN: VAPSENSE — Código descuento carrito
   ========================================================================== */

/* ==========================================================
   VAPSENSE — Touchspin carrito y mini-carrito solo PC
   No afecta a la ficha de producto
   ========================================================== */

@media (min-width: 768px) {

  /* Carrito normal */
  body#cart .cart-item .input-group.bootstrap-touchspin {
    display: flex !important;
    align-items: center !important;
    width: 88px !important;
    max-width: 88px !important;
    height: 30px !important;
  }

  body#cart .cart-item .input-group.bootstrap-touchspin input[type="number"] {
    width: 38px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 3px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  body#cart .cart-item .btn.btn-touchspin {
    width: 25px !important;
    min-width: 25px !important;
    height: 30px !important;
    min-height: 30px !important;
    max-height: 30px !important;
    padding: 0 !important;
    font-size: 12px !important;
    line-height: 30px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* Carrito lateral / mini-carrito */
  #blockcart-content .input-group.bootstrap-touchspin {
    display: flex !important;
    align-items: center !important;
    width: 82px !important;
    max-width: 82px !important;
    height: 28px !important;
  }

  #blockcart-content .input-group.bootstrap-touchspin input[type="number"] {
    width: 34px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding: 0 3px !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 28px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  #blockcart-content .btn.btn-touchspin {
    width: 24px !important;
    min-width: 24px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 28px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}

/* ==========================================================
   FIN VAPSENSE — Touchspin carrito y mini-carrito solo PC
   ========================================================== */

/* ==========================================================
   VAPSENSE — Ficha producto PC: cantidad + botón comprar
   Versión definitiva para Warehouse / PrestaShop
   Touchspin y botón Comprar igualados a 52px en PC
   Botón Comprar reforzado a 300px
   No afecta a carrito ni mini-carrito
   ========================================================== */

@media (min-width: 768px) {

  /* Fila cantidad + botón */
  .product-quantity {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 18px !important;
  }

  /* Columnas cantidad y botón */
  .product-quantity .col-add-qty,
  .product-quantity .col-add-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Contenedor de cantidad */
  .product-quantity .qty {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
  }

  /* Touchspin completo */
  .product-quantity .input-group.bootstrap-touchspin {
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    border: 1.5px solid #242424 !important;
    border-radius: 13px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  /* Número */
  .product-quantity #quantity_wanted,
  .product-quantity .input-group.bootstrap-touchspin input[type="number"] {
    width: 68px !important;
    min-width: 68px !important;
    max-width: 68px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    flex: 0 0 68px !important;
    border: none !important;
    background: #ffffff !important;
    color: #242424 !important;
    padding: 0 8px !important;
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 52px !important;
    text-align: center !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  /* Columna de flechas */
  .product-quantity .input-group-btn-vertical {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    flex: 0 0 36px !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    border-left: 1px solid #e5e5e5 !important;
    box-sizing: border-box !important;
  }

  /* Botones flecha */
  .product-quantity .btn.btn-touchspin {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
    flex: 0 0 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: #ffffff !important;
    color: #242424 !important;
    font-size: 11px !important;
    line-height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  /* Separación entre flecha superior e inferior */
  .product-quantity .bootstrap-touchspin-up {
    border-bottom: 1px solid #e5e5e5 !important;
  }

  /* Hover flechas rojo Vapsense */
  .product-quantity .btn.btn-touchspin:hover,
  body#product .product-quantity .btn.btn-touchspin:hover,
  #product .product-quantity .btn.btn-touchspin:hover {
    background: #D83A32 !important;
    color: #ffffff !important;
  }

  /* Botón Comprar ficha producto — selector reforzado */
  body#product .product-quantity .col-add-btn .add .btn.btn-primary.btn-lg.add-to-cart,
  #product .product-quantity .col-add-btn .add .btn.btn-primary.btn-lg.add-to-cart,
  body#product .product-quantity button[data-button-action="add-to-cart"],
  #product .product-quantity button[data-button-action="add-to-cart"] {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    height: 52px !important;
    min-height: 52px !important;
    max-height: none !important;
    padding: 0 58px !important;
    border-radius: 13px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 52px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }
}

/* ==========================================================
   FIN VAPSENSE — Ficha producto PC
   ========================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Login, registro, cuenta y desplegable usuario premium
   ========================================================================== */


/* ==========================================================================
   1. Títulos de login, registro y cuenta
   ========================================================================== */

#content-wrapper #main:has(.login-form) > .page-header .page-title,
#content-wrapper #main:has(.register-form) > .page-header .page-title,
#content-wrapper #main:has(.my-account-page-content-wrapper) > .page-header .page-title {
  font-size: 2.05rem !important;
  font-weight: 900 !important;
  color: #242424 !important;
  letter-spacing: 0 !important;
  margin-bottom: 28px !important;
  text-align: center !important;
  line-height: 1.2 !important;
}


/* ==========================================================================
   2. Login y registro — estructura común
   ========================================================================== */

#content-wrapper #main:has(.login-form) #content.page-content,
#content-wrapper #main:has(.register-form) #content.page-content {
  max-width: 980px !important;
  margin: 28px auto 42px !important;
  padding: 0 !important;
}

#content-wrapper #main .login-form,
#content-wrapper #main .register-form {
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 18px !important;
  box-shadow: 0 3px 16px rgba(20,20,20,0.055) !important;
  padding: 34px 30px 30px !important;
  width: 100% !important;
}

/* Mensaje superior registro: ¿Ya tiene una cuenta? */
#content-wrapper #main .register-form > p {
  background: #fafafa !important;
  border: 1px solid #eeeeee !important;
  border-radius: 12px !important;
  padding: 13px 16px !important;
  margin-bottom: 26px !important;
  color: #242424 !important;
  font-size: 0.98rem !important;
  font-weight: 500 !important;
}

#content-wrapper #main .register-form > p i {
  color: #D83A32 !important;
  margin-right: 5px !important;
}

#content-wrapper #main .register-form > p a {
  color: #D83A32 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

#content-wrapper #main .register-form > p a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}


/* ==========================================================================
   3. Formularios login y registro
   ========================================================================== */

#login-form .form-group,
#customer-form .form-group {
  margin-bottom: 18px !important;
}

#login-form label.col-form-label,
#customer-form label.col-form-label {
  color: #242424 !important;
  font-size: 0.96rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

#login-form .form-control,
#customer-form .form-control {
  min-height: 44px !important;
  background: #ffffff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 10px !important;
  color: #242424 !important;
  font-size: 0.96rem !important;
  font-weight: 500 !important;
  padding: 10px 14px !important;
  box-shadow: none !important;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease !important;
}

#login-form .form-control:focus,
#customer-form .form-control:focus {
  background: #ffffff !important;
  border-color: #242424 !important;
  box-shadow: 0 0 0 3px rgba(20,20,20,0.08) !important;
  outline: none !important;
}

/* Comentarios debajo de campos */
#customer-form .form-control-comment,
#login-form .form-control-comment {
  color: #8a8a8a !important;
  font-size: 0.86rem !important;
  line-height: 1.35 !important;
  margin-top: 5px !important;
}

/* Botón mostrar contraseña */
#login-form .input-group-append .btn,
#customer-form .input-group-append .btn,
#login-form .input-group .btn-outline-secondary,
#customer-form .input-group .btn-outline-secondary {
  min-height: 44px !important;
  border-color: #d8d8d8 !important;
  border-radius: 0 10px 10px 0 !important;
  background: #f7f7f7 !important;
  color: #242424 !important;
  box-shadow: none !important;
}

#login-form .input-group-append .btn:hover,
#customer-form .input-group-append .btn:hover,
#login-form .input-group .btn-outline-secondary:hover,
#customer-form .input-group .btn-outline-secondary:hover {
  background: #242424 !important;
  border-color: #242424 !important;
  color: #ffffff !important;
}


/* ==========================================================================
   4. Botones login y registro
   ========================================================================== */

#submit-login,
#customer-form .form-footer .btn-primary,
#customer-form .form-footer .form-control-submit {
  background: #242424 !important;
  border: 1px solid #242424 !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 13px 30px !important;
  font-size: 1.02rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: 0 3px 14px rgba(20,20,20,0.14) !important;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

#submit-login:hover,
#submit-login:focus,
#customer-form .form-footer .btn-primary:hover,
#customer-form .form-footer .btn-primary:focus,
#customer-form .form-footer .form-control-submit:hover,
#customer-form .form-footer .form-control-submit:focus {
  background: #D83A32 !important;
  border-color: #D83A32 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(216,58,50,0.18) !important;
  transform: translateY(-1px) !important;
}


/* ==========================================================================
   5. Enlaces login: recuperar contraseña y crear cuenta
   ========================================================================== */

#content-wrapper #main .forgot-password {
  margin-top: 4px !important;
  text-align: center !important;
}

#content-wrapper #main .forgot-password a {
  color: #D83A32 !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

#content-wrapper #main .forgot-password a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

#content-wrapper #main #content.page-content > hr {
  border: none !important;
  border-top: 1px solid #eeeeee !important;
  margin: 24px 0 18px !important;
}

#content-wrapper #main .no-account {
  text-align: center !important;
  font-size: 0.98rem !important;
}

#content-wrapper #main .no-account a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  color: #242424 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

#content-wrapper #main .no-account a:hover {
  color: #D83A32 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}


/* ==========================================================================
   6. Registro — radios, checkbox y seguridad contraseña
   ========================================================================== */

#customer-form .radio-inline {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-right: 18px !important;
  color: #242424 !important;
  font-weight: 600 !important;
}

#customer-form .custom-radio span,
#customer-form .custom-checkbox > span {
  border-color: #d2d2d2 !important;
}

#customer-form .custom-checkbox label {
  color: #242424 !important;
  font-size: 0.94rem !important;
  line-height: 1.35 !important;
}

#customer-form .custom-checkbox label em {
  color: #777777 !important;
  font-size: 0.88rem !important;
  line-height: 1.35 !important;
}

#customer-form .password-strength-feedback {
  margin-top: 10px !important;
}

#customer-form .password-requirements {
  font-size: 0.86rem !important;
  line-height: 1.35 !important;
}


/* ==========================================================================
   7. Mi cuenta — estructura principal
   ========================================================================== */

#content.page-content.my-account-page-content-wrapper {
  background: #fafafa !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 18px !important;
  padding: 26px !important;
  box-shadow: 0 3px 16px rgba(20,20,20,0.055) !important;
  max-width: 1120px !important;
  margin: 28px auto 42px !important;
}

#content.page-content.my-account-page-content-wrapper > .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

#content.page-content.my-account-page-content-wrapper > .row > [class*="col-"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}


/* ==========================================================================
   8. Mi cuenta — menú lateral
   ========================================================================== */

.my-account-side-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045) !important;
  padding: 18px !important;
  margin-bottom: 0 !important;
}

.my-account-side-links a {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  padding: 12px 13px !important;
  border-radius: 11px !important;
  background: #fafafa !important;
  color: #242424 !important;
  font-size: 0.94rem !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  border: 1px solid transparent !important;
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease !important;
}

.my-account-side-links a .link-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
}

.my-account-side-links a i {
  color: #D83A32 !important;
  min-width: 20px !important;
  text-align: center !important;
  font-size: 1rem !important;
}

.my-account-side-links a svg {
  width: 16px !important;
  height: 16px !important;
  fill: #D83A32 !important;
}

.my-account-side-links a:hover,
.my-account-side-links a:focus {
  background: #242424 !important;
  border-color: #242424 !important;
  color: #ffffff !important;
}

.my-account-side-links a:hover i,
.my-account-side-links a:focus i,
.my-account-side-links a:hover svg,
.my-account-side-links a:focus svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Cerrar sesión */
.my-account-side-links a[href*="mylogout"] {
  margin-top: 6px !important;
  background: rgba(216,58,50,0.08) !important;
  color: #242424 !important;
  border-color: rgba(216,58,50,0.16) !important;
}

.my-account-side-links a[href*="mylogout"] i {
  color: #D83A32 !important;
}

.my-account-side-links a[href*="mylogout"]:hover,
.my-account-side-links a[href*="mylogout"]:focus {
  background: #D83A32 !important;
  border-color: #D83A32 !important;
  color: #ffffff !important;
}

.my-account-side-links a[href*="mylogout"]:hover i,
.my-account-side-links a[href*="mylogout"]:focus i {
  color: #ffffff !important;
}


/* ==========================================================================
   9. Mi cuenta — contenido derecho
   ========================================================================== */

.my-account-page-content {
  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045) !important;
  padding: 28px 26px !important;
  color: #242424 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

.my-account-page-content h2,
.my-account-page-content h3 {
  color: #242424 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}


/* ==========================================================================
   10. Desplegable usuario header
   ========================================================================== */

@media (min-width: 992px) {
  #desktop-header .col-header-right .header-btn {
    min-height: 68px !important;
    min-width: 68px !important;
    padding: 9px 10px !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    color: #242424 !important;
    border-radius: 8px !important;
    background: transparent !important;
    text-decoration: none !important;
    transition: background 0.16s ease, color 0.16s ease;
  }

  #desktop-header .col-header-right .header-btn .icon,
  #desktop-header .col-header-right .header-btn .title,
  #desktop-header .col-header-right .header-btn .info-wrapper,
  #desktop-header .col-header-right .header-btn .cart-toggle-details,
  #desktop-header .col-header-right .header-btn .cart-separator,
  #desktop-header .col-header-right .header-btn .value {
    color: inherit !important;
  }

  #desktop-header .col-header-right .header-btn .icon {
    font-size: 1.78rem !important;
    line-height: 1 !important;
  }

  #desktop-header .col-header-right .header-btn .title {
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
  }

  #desktop-header .col-header-right .header-btn .info-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 1px !important;
    line-height: 1.08 !important;
  }

  #desktop-header .col-header-right .header-btn .cart-toggle-details {
    font-size: 0.8rem !important;
    line-height: 1.05 !important;
  }

  #desktop-header .col-header-right .header-btn .cart-products-count-btn {
    background: #D83A32 !important;
    color: #ffffff !important;
  }

  #desktop-header .col-header-right .header-btn:hover,
  #desktop-header .col-header-right .header-btn:focus,
  #desktop-header .col-header-right .dropdown.show > .header-btn,
  #desktop-header #ps-shoppingcart.dropdown.show .header-btn {
    background: #f5f5f5 !important;
    color: #D83A32 !important;
    text-decoration: none !important;
  }
}

.header-user-btn + .dropdown-menu,
.header-user-btn.show + .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
  box-shadow: 0 6px 24px rgba(20,20,20,0.12) !important;
  padding: 10px !important;
  min-width: 230px !important;
  z-index: 10001 !important;
}

.header-user-btn + .dropdown-menu .dropdown-item,
.header-user-btn.show + .dropdown-menu .dropdown-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  color: #242424 !important;
  font-size: 0.96rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: background 0.16s ease, color 0.16s ease !important;
}

.header-user-btn + .dropdown-menu .dropdown-item i,
.header-user-btn.show + .dropdown-menu .dropdown-item i {
  color: #D83A32 !important;
  min-width: 18px !important;
  text-align: center !important;
  font-size: 1rem !important;
}

.header-user-btn + .dropdown-menu .dropdown-item:hover,
.header-user-btn + .dropdown-menu .dropdown-item:focus,
.header-user-btn.show + .dropdown-menu .dropdown-item:hover,
.header-user-btn.show + .dropdown-menu .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #D83A32 !important;
}

.header-user-btn + .dropdown-menu .dropdown-item:hover i,
.header-user-btn + .dropdown-menu .dropdown-item:focus i,
.header-user-btn.show + .dropdown-menu .dropdown-item:hover i,
.header-user-btn.show + .dropdown-menu .dropdown-item:focus i {
  color: #D83A32 !important;
}

/* Último enlace del desplegable: cerrar sesión */
.header-user-btn + .dropdown-menu .dropdown-item:last-child,
.header-user-btn.show + .dropdown-menu .dropdown-item:last-child {
  margin-top: 6px !important;
  padding-top: 11px !important;
  border-top: 1px solid #eeeeee !important;
  color: #242424 !important;
}

.header-user-btn + .dropdown-menu .dropdown-item:last-child:hover,
.header-user-btn + .dropdown-menu .dropdown-item:last-child:focus,
.header-user-btn.show + .dropdown-menu .dropdown-item:last-child:hover,
.header-user-btn.show + .dropdown-menu .dropdown-item:last-child:focus {
  background: rgba(216,58,50,0.08) !important;
  color: #D83A32 !important;
}

.header-user-btn + .dropdown-menu .dropdown-item:last-child:hover i,
.header-user-btn + .dropdown-menu .dropdown-item:last-child:focus i,
.header-user-btn.show + .dropdown-menu .dropdown-item:last-child:hover i,
.header-user-btn.show + .dropdown-menu .dropdown-item:last-child:focus i {
  color: #D83A32 !important;
}


/* ==========================================================================
   11. Responsive móvil
   ========================================================================== */

@media (max-width: 767.98px) {
  #content-wrapper #main:has(.login-form) > .page-header .page-title,
  #content-wrapper #main:has(.register-form) > .page-header .page-title,
  #content-wrapper #main:has(.my-account-page-content-wrapper) > .page-header .page-title {
    font-size: 1.52rem !important;
    margin-bottom: 20px !important;
  }

  #content-wrapper #main:has(.login-form) #content.page-content,
  #content-wrapper #main:has(.register-form) #content.page-content {
    margin: 18px auto 30px !important;
  }

  #content-wrapper #main .login-form,
  #content-wrapper #main .register-form {
    border-radius: 14px !important;
    padding: 22px 16px 20px !important;
    box-shadow: 0 2px 10px rgba(20,20,20,0.045) !important;
  }

  #login-form .form-group,
  #customer-form .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 16px !important;
  }

  #login-form label.col-form-label,
  #customer-form label.col-form-label {
    margin-bottom: 7px !important;
    padding-right: 0 !important;
  }

  #login-form .form-control,
  #customer-form .form-control {
    min-height: 42px !important;
    font-size: 0.95rem !important;
  }

  #submit-login,
  #customer-form .form-footer .btn-primary,
  #customer-form .form-footer .form-control-submit {
    width: 100% !important;
    padding: 13px 18px !important;
    border-radius: 11px !important;
  }

  #content.page-content.my-account-page-content-wrapper {
    border-radius: 14px !important;
    padding: 14px !important;
    margin: 18px auto 30px !important;
  }

  .my-account-side-links {
    margin-bottom: 14px !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .my-account-page-content {
    padding: 20px 16px !important;
    border-radius: 14px !important;
  }

  .header-user-btn + .dropdown-menu,
  .header-user-btn.show + .dropdown-menu {
    min-width: 210px !important;
    padding: 8px !important;
    border-radius: 12px !important;
  }

  .header-user-btn + .dropdown-menu .dropdown-item,
  .header-user-btn.show + .dropdown-menu .dropdown-item {
    padding: 9px 10px !important;
    font-size: 0.93rem !important;
  }
}


/* ==========================================================================
   FIN: VAPSENSE — Login, registro, cuenta y desplegable usuario premium
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Limpiar líneas nativas Prestashop en login/registro/cuenta
   ========================================================================== */

/* Quita fondos, bordes y sombras nativas del contenedor base */
#content-wrapper #main:has(.login-form),
#content-wrapper #main:has(.register-form),
#content-wrapper #main:has(.my-account-page-content-wrapper) {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Quita líneas o cajas heredadas en el contenido */
#content-wrapper #main:has(.login-form) #content.page-content,
#content-wrapper #main:has(.register-form) #content.page-content,
#content-wrapper #main #content.page-content.my-account-page-content-wrapper {
  border: none !important;
  box-shadow: none !important;
}

/* Quita línea inferior/superior que pueda venir del header de página */
#content-wrapper #main:has(.login-form) .page-header,
#content-wrapper #main:has(.register-form) .page-header,
#content-wrapper #main:has(.my-account-page-content-wrapper) .page-header {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Quita separador nativo entre login y crear cuenta */
#content-wrapper #main:has(.login-form) #content.page-content > hr {
  display: none !important;
}

/* Limpia bordes heredados de filas/formularios */
#login-form .form-group,
#customer-form .form-group,
#content-wrapper #main .login-form,
#content-wrapper #main .register-form,
.my-account-side-links,
.my-account-page-content {
  outline: none !important;
}

/* ==========================================================================
   FIN: VAPSENSE — Limpiar líneas nativas Prestashop en login/registro/cuenta
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Cabecera producto, precios y badge descuento
   ========================================================================== */


/* ==========================================================================
   1. Cabecera premium de ficha de producto
   ========================================================================== */

.product_header_container {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045);
  padding: 22px 24px 16px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px 0;
}

/* Título producto: evita desbordes */
.product_header_container .page-title {
  font-size: 1.62rem !important;
  font-weight: 750 !important;
  color: #242424 !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  text-shadow: none !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* Bloque de precios dentro de la cabecera */
.product_header_container .product-prices {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
}

.product_header_container .product-prices .current-price {
  font-size: 1rem !important;
  line-height: 1.1 !important;
}

.product_header_container .product-prices .current-price-value,
.product_header_container .product-prices .product-price {
  font-size: 1.56rem !important;
  font-weight: 800 !important;
  color: #D83A32;
  letter-spacing: 0;
  margin-right: 4px;
  line-height: 1.1 !important;
}

.product_header_container .regular-price {
  font-size: 1rem;
  color: #888888;
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 8px;
}

.product_header_container .badge-discount {
  background: #cf3832 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 12.5px !important;
  border-radius: 999px !important;
  padding: 4px 11px 4px !important;
  margin-left: 2px !important;
  letter-spacing: 0.015em !important;
  box-shadow: 0 1px 5px rgba(139, 29, 25, 0.10) !important;
  border: 1px solid rgba(139, 29, 25, 0.16) !important;
  min-height: 23px !important;
  min-width: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
}

/* Texto impuestos/envío: se mantiene oculto solo en cabecera producto */
.product_header_container .tax-shipping-delivery-label {
  display: none !important;
}


/* ==========================================================================
   2. Responsive cabecera producto móvil
   ========================================================================== */

@media (max-width: 600px) {
  .product_header_container {
    padding: 17px 14px 13px;
    margin-bottom: 18px;
    border-radius: 12px;
    box-shadow: 0 2px 9px rgba(20,20,20,0.045);
  }

  .product_header_container .page-title {
    font-size: 1.24rem !important;
    font-weight: 750 !important;
    line-height: 1.24 !important;
    margin-bottom: 7px !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
    max-width: 100% !important;
  }

  .product_header_container .product-prices {
    gap: 8px !important;
  }

  .product_header_container .product-prices .current-price {
    font-size: 1rem !important;
  }

  .product_header_container .product-prices .current-price-value,
  .product_header_container .product-prices .product-price {
    font-size: 1.3rem !important;
  }

  .product_header_container .regular-price {
    font-size: 0.92rem !important;
  }

  .product_header_container .badge-discount {
    font-size: 0.78rem !important;
    padding: 4px 9px 3px !important;
    min-height: 21px !important;
    border-radius: 999px !important;
    background: #cf3832 !important;
    box-shadow: 0 1px 5px rgba(139, 29, 25, 0.10) !important;
  }
}


/* ==========================================================================
   3. Título H2 descripción de categoría en móvil
   ========================================================================== */

@media (max-width: 767px) {
  .category-description h2,
  .category-desc h2 {
    font-size: 1.32em !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 1.25 !important;
  }
}


/* ==========================================================================
   4. Alinear precios y badge en fichas/listados
   ========================================================================== */

.product-prices.js-product-prices,
.product-prices {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

/* Precio actual, precio tachado y badge en una línea flexible */
.product-prices .has-discount,
.product-prices .has-discount > div {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-bottom: 0 !important;
}

.product-prices .current-price,
.product-prices .current-price-value,
.product-prices .product-price {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 1.4em !important;
  font-weight: 800 !important;
  color: #D83A32;
  margin-bottom: 0 !important;
  line-height: 1.1 !important;
}

.product-prices .product-discount {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 6px !important;
  margin-bottom: 0 !important;
}

.product-prices .regular-price {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: line-through !important;
  color: #888888 !important;
  font-size: 1.13em !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  line-height: 1.1 !important;
}

.product-prices .badge-discount,
.product-prices .discount {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #cf3832 !important;
  color: #ffffff !important;
  font-size: 0.96em !important;
  font-weight: 700 !important;
  height: auto !important;
  min-height: 24px !important;
  min-width: 42px !important;
  padding: 4px 10px 4px !important;
  margin-left: 8px !important;
  margin-bottom: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(139, 29, 25, 0.16) !important;
  box-shadow: 0 1px 5px rgba(139, 29, 25, 0.10) !important;
  letter-spacing: 0.015em !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
}

/* Limpieza de márgenes heredados del tema */
.product-prices * {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  vertical-align: middle !important;
}


/* ==========================================================================
   5. Responsive precios móvil
   ========================================================================== */

@media (max-width: 700px) {
  .product-prices.js-product-prices,
  .product-prices {
    gap: 7px !important;
  }

  .product-prices .has-discount,
  .product-prices .has-discount > div {
    gap: 6px !important;
  }

  .product-prices .current-price-value,
  .product-prices .product-price {
    font-size: 1.25em !important;
  }

  .product-prices .regular-price {
    font-size: 1em !important;
  }

  .product-prices .badge-discount,
  .product-prices .discount {
    font-size: 0.82em !important;
    height: auto !important;
    min-height: 21px !important;
    min-width: 30px !important;
    padding: 4px 8px 3px !important;
    border-radius: 999px !important;
    background: #cf3832 !important;
    box-shadow: 0 1px 5px rgba(139, 29, 25, 0.10) !important;
  }
}


/* ==========================================================================
   FIN: VAPSENSE — Cabecera producto, precios y badge descuento
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE — Selectores de atributos premium
   ========================================================================== */


/* ==========================================================================
   1. Layout general para grupos de atributos
   ========================================================================== */

ul[id^="group_"],
[id^="group_"] {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

ul[id^="group_"] li,
ul[id^="group_"] .input-container,
[id^="group_"] .input-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  position: relative !important;
}


/* ==========================================================================
   2. Selector tipo pastilla: nicotina, ohmios, formato, pack, etc.
   ========================================================================== */

.radio-pill-label {
  display: inline-flex !important;
  align-items: center !important;
  cursor: pointer !important;
  margin: 0 !important;
  gap: 0 !important;
  user-select: none !important;
}

.input-radio {
  display: none !important;
}

.radio-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 34px !important;
  padding: 7px 16px !important;
  border-radius: 22px !important;
  border: 1px solid #e5e5e5 !important;
  background: #f6f6f7 !important;
  color: #2b2b2b !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: 0 1px 6px rgba(20,20,20,0.04) !important;
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

/* Estado seleccionado */
.input-radio:checked + .radio-label {
  background: #D83A32 !important;
  color: #ffffff !important;
  border-color: #D83A32 !important;
  box-shadow: 0 2px 12px rgba(216,58,50,0.12) !important;
}

/* Hover sin romper el seleccionado */
.radio-pill-label:hover .radio-label {
  border-color: #D83A32 !important;
  background: rgba(216,58,50,0.08) !important;
  color: #D83A32 !important;
}

.radio-pill-label:hover .input-radio:checked + .radio-label {
  background: #D83A32 !important;
  color: #ffffff !important;
  border-color: #D83A32 !important;
}


/* ==========================================================================
   3. Selector de color/textura premium
   ========================================================================== */

/* El input queda invisible encima de la bola para que toda la zona sea clicable */
ul[id^="group_"] .input-color {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 36px !important;
  height: 36px !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 5 !important;
  margin: 0 !important;
}

/* Bola de color o textura */
ul[id^="group_"] .color,
ul[id^="group_"] .color.texture {
  display: inline-block !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  border: 2px solid #e5e5e5 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: 0 1px 6px rgba(0,0,0,0.09), 0 4px 14px rgba(20,20,20,0.10) !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 3 !important;
  outline: none !important;
  pointer-events: auto !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

/* Hover/focus */
ul[id^="group_"] li:hover .color,
ul[id^="group_"] li:hover .color.texture,
ul[id^="group_"] li:focus-within .color,
ul[id^="group_"] li:focus-within .color.texture {
  border-color: #D83A32 !important;
  box-shadow: 0 6px 24px rgba(216,58,50,0.16), 0 2px 8px rgba(20,20,20,0.12) !important;
  transform: scale(1.08) !important;
  z-index: 4 !important;
}

/* Estado seleccionado */
ul[id^="group_"] .input-color:checked ~ .color,
ul[id^="group_"] .input-color:checked ~ .color.texture,
ul[id^="group_"] .input-color:checked + label + .color,
ul[id^="group_"] .input-color:checked + label + .color.texture,
ul[id^="group_"] .input-color:checked + .color,
ul[id^="group_"] .input-color:checked + .color.texture {
  border-color: #242424 !important;
  box-shadow: 0 0 0 4px #ededed, 0 8px 24px rgba(20,20,20,0.12) !important;
  transform: scale(1.12) !important;
  z-index: 4 !important;
}


/* ==========================================================================
   4. Ajustes móvil
   ========================================================================== */

@media (max-width: 700px) {
  ul[id^="group_"],
  [id^="group_"] {
    gap: 7px !important;
  }

  .radio-label {
    min-height: 32px !important;
    padding: 6px 13px !important;
    border-radius: 18px !important;
    font-size: 0.95rem !important;
  }

  ul[id^="group_"] .input-color {
    width: 30px !important;
    height: 30px !important;
  }

  ul[id^="group_"] .color,
  ul[id^="group_"] .color.texture {
    width: 30px !important;
    height: 30px !important;
  }
}


/* ==========================================================================
   FIN: VAPSENSE — Selectores de atributos premium
   ========================================================================== */

/* ==== BLOQUE AVÍSAME CUANDO ESTÉ DISPONIBLE VAPSENSE - PREMIUM ==== */
.js-mailalert.form-inline {
  background: #f9f9f9;
  border: 1.5px solid #e0e0e0;
  border-radius: 14px;
  box-shadow: 0 2px 10px 0 rgba(60,60,60,0.06);
  padding: 16px 24px;
  margin: 20px 0 14px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-family: 'Inter', 'Montserrat', 'Arial', sans-serif;
  max-width: 420px;
}

/* Botón 100% radio */
.js-mailalert.form-inline .input-group .btn,
.js-mailalert.form-inline .input-group .btn.btn-secondary,
.js-mailalert.form-inline .btn.btn-secondary {
  background: #242424;
  color: #fff;
  border-radius: 8px !important;
  border: none;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 18px;
  transition: background 0.2s;
  box-shadow: 0 1px 6px 0 rgba(60,60,60,0.04);
}

.js-mailalert.form-inline .btn.btn-secondary:disabled,
.js-mailalert.form-inline .btn.btn-secondary[disabled] {
  background: #e0e0e0;
  color: #aaa;
  cursor: not-allowed;
}

/* Texto consentimiento RGPD: máximo contraste y visibilidad */
.js-mailalert.form-inline .psgdpr_consent_message,
.js-mailalert.form-inline .psgdpr_consent_message span {
  color: #242424 !important;          /* Gris muy oscuro: AAA contraste */
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-shadow: none !important;
}

.js-mailalert.form-inline .custom-checkbox .psgdpr_consent_checkbox_span i {
  color: #D83A32 !important;
  font-size: 17px;
  margin-right: 4px;
}

/* Mensaje de alerta feedback */
.js-mailalert.form-inline .alert-info {
  margin-top: 10px;
  font-size: 14px;
  border-radius: 8px;
  padding: 8px 10px;
  color: #D83A32;
  background: #FBEAE8;
  border: 1px solid rgba(216,58,50,0.22);
}

/* Responsive para móvil */
@media (max-width: 480px) {
  .js-mailalert.form-inline {
    padding: 12px 8px;
    border-radius: 10px;
    max-width: 98vw;
  }
  .js-mailalert.form-inline .btn.btn-secondary {
    width: 100%;
    padding: 10px 0;
    border-radius: 8px !important;
  }
}
/* ==== FIN BLOQUE AVÍSAME CUANDO ESTÉ DISPONIBLE VAPSENSE ==== */

/* ================================================
   INICIO: VAPSENSE — Tarjetas producto, botones y alineación
   Listados / Carruseles / Categorías
   ================================================ */

/* Estructura base de tarjeta */
.product-miniature {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.product-miniature .product-description {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

/* Orden lógico dentro de la tarjeta */
.product-miniature .product-category-name,
.product-miniature .product-brand {
  order: 1;
}

.product-miniature .product-title {
  order: 2;
}

.product-miniature .product-list-reviews {
  position: static !important;
  order: 3;
}

.product-miniature .product-price-and-shipping {
  order: 4;
}

.product-miniature .product-functional-buttons {
  order: 5;
}

.product-miniature .product-add-cart {
  order: 6;
}

/* Título máximo 2 líneas */
.product-miniature .product-title,
.product-miniature h3.product-title,
.product-list .product-title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #242424 !important;
  font-size: 0.92rem !important;
  font-weight: 650 !important;
  line-height: 1.25em !important;
  max-height: 2.5em !important;
}

.product-miniature .product-title a,
.product-miniature h3.product-title a,
.product-list .product-title a {
  color: #242424 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}

/* Precio tachado visible */
.product-list .regular-price,
.product-miniature .regular-price,
.product-miniature .product-price-and-shipping .regular-price {
  color: #666666 !important;
  text-decoration: line-through;
  font-size: 0.84rem !important;
  font-weight: 400;
  margin-left: 6px;
  opacity: 1 !important;
  line-height: 1.15 !important;
}

/* Precio actual en tarjetas: coral controlado */
.product-miniature .product-price-and-shipping .price,
.product-miniature .product-price-and-shipping .product-price,
.product-list .product-price-and-shipping .price,
.product-list .product-price-and-shipping .product-price,
.product-miniature .price:not(.regular-price),
.product-miniature .product-price:not(.regular-price),
.product-list .price:not(.regular-price),
.product-list .product-price:not(.regular-price) {
  display: inline-flex !important;
  align-items: center !important;
  color: #D83A32 !important;
  font-size: 1.18rem !important;
  font-weight: 750 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

/* Botón base en tarjetas de producto */
.product-miniature .btn-product-list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 150px !important;
  max-width: 260px !important;

  margin: 12px auto 0 !important;
  padding: 12px 22px !important;

  background: #242424 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 12px !important;

  font-size: 0.98rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  box-shadow: 0 2px 10px rgba(20,20,20,0.055);
  box-sizing: border-box !important;

  opacity: 1 !important;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

/* Botón Comprar activo */
.product-miniature .btn-product-list.add-to-cart {
  background: #242424 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

/* Hover botón Comprar: rojo comercial */
.product-miniature .btn-product-list.add-to-cart:hover,
.product-miniature .btn-product-list.add-to-cart:active {
  background: #D83A32 !important;
  color: #ffffff !important;
  box-shadow: 0 3px 14px rgba(216,58,50,0.18);
  transform: translateY(-1px);
}

/* Botón Próximamente / no disponible */
.product-miniature .btn-product-list:not(.add-to-cart) {
  background: #666666 !important;
  color: #ffffff !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  filter: none !important;
}

/* Contenedor del botón dentro de la tarjeta */
.product-miniature .product-add-cart {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

/* Evita márgenes heredados solo dentro de tarjetas */
.product-miniature .product-add-cart button,
.product-miniature .product-add-cart .btn,
.product-miniature .product-add-cart .add-to-cart {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ======================================================
   VAPSENSE — Tarjetas producto, botones y alineación
   Limpio de dependencias del módulo ETS Reviews
   ====================================================== */

/* ======================================================
   PC — botones alineados siempre a la misma altura
   Sin forzar huecos específicos de reseñas
   ====================================================== */

@media (min-width: 768px) {
  .product-miniature .product-title,
  .product-miniature h3.product-title,
  .product-list .product-title {
    min-height: 2.5em !important;
    max-height: 2.5em !important;
  }

  .product-miniature .product-price-and-shipping {
    min-height: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .product-miniature .product-add-cart {
    margin-top: auto !important;
    margin-bottom: 0 !important;
  }

  .product-miniature .btn-product-list,
  .product-miniature .btn-product-list.add-to-cart,
  .product-miniature .btn-product-list:not(.add-to-cart) {
    width: auto !important;
    min-width: 150px !important;
    max-width: 260px !important;
    padding: 12px 22px !important;
    font-size: 0.98rem !important;
    border-radius: 12px !important;
    margin: 12px auto 0 !important;
  }
}

/* ======================================================
   Móvil — compacto
   Sin ocultar reseñas futuras del módulo nativo
   ====================================================== */

@media (max-width: 600px) {
  .product-miniature .product-description {
    padding-bottom: 8px !important;
  }

  .product-miniature .product-title,
  .product-miniature h3.product-title,
  .product-list .product-title {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    font-size: 0.84rem !important;
    font-weight: 650 !important;
    line-height: 1.22em !important;
    max-height: 2.7em !important;
  }

  .product-miniature .product-title a {
    line-height: 1.22em !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .product-miniature .product-price-and-shipping {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    gap: 3px !important;
    line-height: 1.15 !important;
  }

  .product-miniature .product-price-and-shipping .product-price,
  .product-miniature .product-price-and-shipping .regular-price {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.15 !important;
  }

  .product-miniature .product-price-and-shipping .price,
  .product-miniature .product-price-and-shipping .product-price,
  .product-list .product-price-and-shipping .price,
  .product-list .product-price-and-shipping .product-price,
  .product-miniature .price:not(.regular-price),
  .product-miniature .product-price:not(.regular-price),
  .product-list .price:not(.regular-price),
  .product-list .product-price:not(.regular-price) {
    font-size: 0.96rem !important;
    font-weight: 750 !important;
  }

  .product-list .regular-price,
  .product-miniature .regular-price,
  .product-miniature .product-price-and-shipping .regular-price {
    font-size: 0.78rem !important;
    margin-left: 4px !important;
  }

  .product-miniature .product-add-cart {
    margin-top: 2px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .product-miniature .btn-product-list,
  .product-miniature .btn-product-list.add-to-cart,
  .product-miniature .btn-product-list:not(.add-to-cart),
  .product-miniature .product-add-cart .btn-product-list.add-to-cart,
  .product-miniature .product-add-cart .btn-product-list:not(.add-to-cart) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 120px !important;
    max-width: 220px !important;

    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;

    margin: 4px auto 0 !important;
    padding: 0 16px !important;

    font-size: 0.9rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    border-radius: 10px !important;

    text-align: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
}

/* ======================================================
   FIN: VAPSENSE — Tarjetas producto, botones y alineación
   ====================================================== */

/* ======================================================
   VAPSENSE — FIX móvil: equilibrar título, precio y botón
   ====================================================== */
@media (max-width: 600px) {

  .product-miniature .product-description {
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    gap: 0 !important;
  }

  .product-miniature .product-title,
  .product-miniature h3.product-title {
    margin-top: 0 !important;
    margin-bottom: 3px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0.84rem !important;
    font-weight: 650 !important;
    line-height: 1.23em !important;
  }

  .product-miniature .product-title a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.23em !important;
  }

  /* Precio móvil equilibrado */
  .product-miniature .product-price-and-shipping {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 0 !important;
    height: auto !important;
    margin-top: 2px !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
    line-height: 1.15 !important;
    gap: 4px !important;
  }

  .product-miniature .product-price-and-shipping *,
  .product-miniature .product-price-and-shipping .price,
  .product-miniature .product-price-and-shipping .product-price,
  .product-miniature .product-price-and-shipping .regular-price,
  .product-miniature .product-price-and-shipping span {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.15 !important;
    min-height: 0 !important;
    height: auto !important;
  }

  .product-miniature .product-price-and-shipping .product-price {
    display: inline-flex !important;
    align-items: center !important;
    color: #D83A32 !important;
    font-size: 0.96rem !important;
    font-weight: 750 !important;
  }

  .product-miniature .product-add-cart {
    margin-top: 3px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .product-miniature .btn-product-list {
    margin-top: 3px !important;
    margin-bottom: 0 !important;
  }
}

/* ========== FIX MÓVIL - TÍTULO PRODUCTO SIN DESBORDE ========== */
@media (max-width: 767px) {
  .product-miniature .product-title,
  .product-miniature h3.product-title,
  .product-miniature .product-title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 0.84rem !important;
    font-weight: 650 !important;
    line-height: 1.22em !important;
    max-height: 2.44em !important;
    min-height: 2.44em !important;
    margin-bottom: 3px !important;
  }
}
/* ========== FIN FIX MÓVIL - TÍTULO PRODUCTO ========== */

/* ==== OCULTAR CROSS-SELLING SOLO EN CARRITO (INICIO) ==== */
body#cart .crossselling-products {
  display: none !important;
}
/* ==== OCULTAR CROSS-SELLING SOLO EN CARRITO (FIN) ==== */

/* ==== INICIO BLOQUE CONFIANZA PRODUCTO VAPSENSE ==== */
.vs-premium-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 910px;
  margin: 14px 0 0;
  padding: 14px 0 0;
  list-style: none;
  background: transparent;
  border-top: 1px solid rgba(66,66,66,0.12);
  box-shadow: none;
}

.vs-premium-icons li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  padding: 0 4px;
  color: #424242;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.vs-premium-icons i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.05em;
  color: #D83A32;
  font-size: 1em;
  line-height: 1;
}

.vs-premium-icons span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .vs-premium-icons {
    gap: 6px;
  }

  .vs-premium-icons li {
    gap: 6px;
    font-size: 0.8rem;
  }
}

@media (max-width: 700px) {
  .vs-premium-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    margin-top: 13px;
    padding-top: 12px;
  }

  .vs-premium-icons li {
    justify-content: flex-start;
    padding: 0;
    font-size: 0.82rem;
    text-align: left;
    white-space: normal;
  }

  .vs-premium-icons span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}

/* ==== FIN BLOQUE CONFIANZA PRODUCTO VAPSENSE ==== */

/* ====== FOOTER PREMIUM VAPSENSE (Sin flechas) ====== */

.footer-container.footer-style-3 {
  background: #FAFAFA;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Inter', 'Roboto', Arial, sans-serif;
  border-top: 3px solid #D83A32;
  box-shadow: 0 -4px 12px rgba(0,0,0,0.04);
  color: #333;
}

.footer-container.footer-style-3 .block-title {
  font-size: 20px;
  color: #242424;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-container.footer-style-3 .block-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-container.footer-style-3 .block-content ul li {
  margin-bottom: 12px;
}

.footer-container.footer-style-3 .block-content ul li a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.footer-container.footer-style-3 .block-content ul li a:hover {
  color: #D83A32;
}

.footer-container.footer-style-3 .contact-rich {
  font-size: 16px;
}

.footer-container.footer-style-3 .contact-rich > strong {
  font-size: 24px;
  font-weight: 700;
  color: #242424;
  margin-bottom: 15px;
  display: block;
}

.footer-container.footer-style-3 .contact-rich .part {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-container.footer-style-3 .contact-rich .icon {
  background: #D83A32;
  color: #fff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

.footer-container.footer-style-3 .contact-rich .data {
  color: #333;
  font-weight: 400;
}

.footer-container.footer-style-3 .contact-rich .data a {
  color: inherit;
  text-decoration: none;
}

.footer-container.footer-style-3 .contact-rich .data a:hover {
  text-decoration: underline;
}

.footer-container.footer-style-3 hr {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.07);
  margin: 14px 0;
}

.footer-container.footer-style-3 .horario {
  margin-top: 15px;
}

.footer-container.footer-style-3 .horario p {
  margin-bottom: 8px;
}

.footer-container.footer-style-3 .horario ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.footer-container.footer-style-3 .horario li {
  margin-bottom: 5px;
}

.footer-container.footer-style-3 .horario p,
.footer-container.footer-style-3 .horario ul,
.footer-container.footer-style-3 .horario li {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

.footer-container.footer-style-3 .horario strong {
  font-weight: 700;
  color: #242424;
}

@media (max-width: 768px) {
  .footer-container.footer-style-3 .block-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .footer-container.footer-style-3 .block-content ul li a,
  .footer-container.footer-style-3 .contact-rich {
    font-size: 15px;
  }

  .footer-container.footer-style-3 .contact-rich .icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
/* ====== FIN FOOTER PREMIUM VAPSENSE ====== */

/* === INICIO: Estilo flechas Swiper con triángulos CSS nativos === */

.swiper-button-prev,
.swiper-button-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  background: rgba(217, 217, 217, 0.5) !important; /* gris claro translúcido */
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10 !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: rgba(216, 58, 50, 0.5) !important; /* rojo translúcido */
  font-size: 24px !important; /* tamaño del triángulo */
  border: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Posición izquierda y derecha */
.swiper-button-prev {
  left: 8px !important;
}

.swiper-button-next {
  right: 8px !important;
}

/* Hover / foco / activo: fondo gris oscuro y triángulo rojo sólido */
.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-button-prev:active,
.swiper-button-next:active {
  background: rgba(163, 163, 163, 1) !important; /* gris oscuro sólido */
  color: rgba(216, 58, 50, 1) !important; /* rojo sólido */
}

/* Oculta flechas deshabilitadas */
.swiper-button-disabled {
  display: none !important;
}

/* Oculta flechas en todos los swiper-container excepto en los sliders principales y thumbnails */
.swiper-container:not(.product-images-large):not(#product-images-thumbs) .swiper-button-prev,
.swiper-container:not(.product-images-large):not(#product-images-thumbs) .swiper-button-next {
  display: none !important;
}

/* **IMPORTANTE**: NO ocultes los triángulos CSS nativos.  
No incluyas ni uses este bloque:

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}
*/

/* === FIN: Estilo flechas Swiper con triángulos CSS nativos === */

/* === INICIO: Mejora visual nombre de marca listado /marcas Vapsense Premium === */
.brand-infos {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.09em;
  color: #242424;
  letter-spacing: 0.01em;
  text-align: center;
}

.brand-infos a {
  color: #191919 !important;
  text-decoration: none;
  transition: color 0.18s;
}

.brand-infos a:hover {
  color: #D83A32 !important;   /* Solo cambia a rojo, sin subrayado */
  text-decoration: none;
}
/* === FIN: Mejora visual nombre de marca listado /marcas Vapsense Premium === */

/* === INICIO: Mejora visual nombre de marca en buscador Vapsense === */
.mt-4 > a[href*="/marca/"] {
  font-weight: 700;
  color: #191919 !important;    /* Negro real o cambia a #D83A32 si prefieres rojo */
  font-size: 1.12em;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.18s;
}
.mt-4 > a[href*="/marca/"]:hover {
  color: #D83A32 !important;    /* Rojo Vapsense en hover, premium */
  text-decoration: none;
}
/* === FIN: Mejora visual nombre de marca en buscador Vapsense === */

/* === INICIO: ESTILO PREMIUM HEADER MARCA VAPSENSE === */

/* Título principal de página de marca */
#content-wrapper #main > h1.page-title:has(+ #manufacturer-description-wrapper),
body#manufacturer #content-wrapper #main > h1.page-title {
  position: relative !important;
  margin: 0 0 20px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: #424242 !important;
  font-size: 1.46rem !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

#content-wrapper #main > h1.page-title:has(+ #manufacturer-description-wrapper) span,
body#manufacturer #content-wrapper #main > h1.page-title span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

#content-wrapper #main > h1.page-title:has(+ #manufacturer-description-wrapper)::after,
body#manufacturer #content-wrapper #main > h1.page-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 10px;
  background: rgba(216,58,50,0.62);
  border-radius: 999px;
}

/* Fondo y sombra premium a la tarjeta de descripción */
#manufacturer-description-wrapper .card {
  background: #ffffff !important;
  border-radius: 18px !important;
  box-shadow: 0 4px 28px rgba(0,0,0,0.07) !important;
  padding: 32px 24px 24px 24px !important;
  border: none !important;
  margin-bottom: 26px !important;
}

#manufacturer-description-wrapper .card:has(#manufacturer-short-description) {
  border: 1px solid #e8e8e8 !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045) !important;
  padding: 18px 20px 16px !important;
  margin-bottom: 18px !important;
}

#manufacturer-description-wrapper .card .rte-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Descripción corta solo en marcas */
#manufacturer-short-description,
#manufacturer-short-description p {
  color: #666666 !important;
  font-size: 0.93rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

#manufacturer-short-description {
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid rgba(216,58,50,0.34) !important;
}

#manufacturer-short-description::before {
  content: "Resumen de marca";
  display: block;
  margin-bottom: 8px;
  color: #424242;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

#manufacturer-short-description p {
  margin: 0 0 9px !important;
}

/* Descripción larga: títulos con detalle corporativo lateral */
#manufacturer-description h2,
#manufacturer-description h3 {
  color: #191919 !important;
  font-weight: 800 !important;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
  letter-spacing: 0.01em !important;
  line-height: 1.28 !important;
  border-left: 4px solid #D83A32 !important;
  padding-left: 12px !important;
}

/* Listas dentro de la descripción */
#manufacturer-description ul,
#manufacturer-description ol {
  margin-left: 2.1em !important;
  font-size: 1.07em !important;
}

/* Texto de descripción */
#manufacturer-description p,
#manufacturer-description li {
  color: #2b2b2b !important;
  font-size: 1.07em !important;
  line-height: 1.72 !important;
}

#manufacturer-description {
  margin-bottom: 0 !important;
}

/* Contenido editorial marcas: igualado a descripcion de producto */
#manufacturer-description,
#manufacturer-description-wrapper .card .rte-content #manufacturer-description {
  color: #424242 !important;
  font-size: 0.96rem !important;
  line-height: 1.62 !important;
}

#manufacturer-description h2 {
  margin: 0 0 0.75em !important;
  padding-left: 12px !important;
  border-left: 3px solid #D83A32 !important;
  color: #242424 !important;
  font-size: 1.16rem !important;
  font-weight: 750 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
}

#manufacturer-description h3 {
  margin: 1.45em 0 0.62em !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  color: #242424 !important;
  font-size: 1.03rem !important;
  font-weight: 750 !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
}

#manufacturer-description p {
  margin: 0 0 1em !important;
  color: #424242 !important;
  font-size: 1em !important;
  line-height: 1.66 !important;
}

#manufacturer-description ul,
#manufacturer-description ol {
  margin: 0 0 1.15em !important;
  padding-left: 1.35em !important;
  color: #424242 !important;
  font-size: 1em !important;
  line-height: 1.58 !important;
}

#manufacturer-description li {
  margin-bottom: 0.42em !important;
  padding-left: 0.12em !important;
  color: #424242 !important;
  font-size: 1em !important;
  line-height: inherit !important;
}

#manufacturer-description li::marker {
  color: #D83A32 !important;
}

/* Botón desplegable marcas: editorial, igualado a ficha producto */
#manufacturer-description-wrapper .btn,
#manufacturer-description-wrapper .btn-brands-more {
  width: max-content !important;
  min-width: 0 !important;
  max-width: calc(100% - 24px) !important;
  min-height: 0 !important;
  margin: 1.1em auto 0 !important;
  padding: 4px 0 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  float: none !important;
  clear: both !important;
  background: transparent !important;
  color: #424242 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216,58,50,0.55) !important;
  border-radius: 0 !important;
  font-size: 0 !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
  transition: color 0.16s ease, border-color 0.16s ease !important;
}

#manufacturer-description-wrapper .btn-brands-more {
  font-size: 0 !important;
}

#manufacturer-description-wrapper .btn-brands-more::before {
  content: "Ver descripci\00f3n completa";
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

#manufacturer-description-wrapper .btn-brands-more.collapsed::after {
  content: " +" !important;
  color: #D83A32 !important;
  font-size: 1rem !important;
  padding-left: 0.28em !important;
}

#manufacturer-description-wrapper .btn-brands-more:not(.collapsed) {
  display: none !important;
}

#manufacturer-description .btn.btn-secondary:not(.btn-brands-more) {
  font-size: 0 !important;
}

#manufacturer-description .btn.btn-secondary:not(.btn-brands-more)::before {
  content: "Ocultar descripci\00f3n";
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

#manufacturer-description .btn.btn-secondary:not(.btn-brands-more)::after {
  content: " -" !important;
  color: #D83A32 !important;
  font-size: 1rem !important;
  padding-left: 0.28em !important;
}

#manufacturer-description-wrapper .btn:hover,
#manufacturer-description-wrapper .btn-brands-more:hover,
#manufacturer-description-wrapper .btn:focus,
#manufacturer-description-wrapper .btn-brands-more:focus {
  background: transparent !important;
  color: #D83A32 !important;
  border-color: rgba(216,58,50,0.55) !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transform: none !important;
}

#manufacturer-description-wrapper .btn:active,
#manufacturer-description-wrapper .btn-brands-more:active {
  transform: translateY(0);
  box-shadow: none !important;
}

/* Enlaces dentro de la descripción: rojo fijo, sin segundo rojo */
#manufacturer-description a {
  color: #D83A32 !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-thickness 0.16s ease, text-underline-offset 0.16s ease;
}

#manufacturer-description a:hover,
#manufacturer-description a:focus {
  color: #D83A32 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Responsive móvil */
@media (max-width: 600px) {
  #content-wrapper #main > h1.page-title:has(+ #manufacturer-description-wrapper),
  body#manufacturer #content-wrapper #main > h1.page-title {
    margin-bottom: 16px !important;
    padding-bottom: 10px !important;
    font-size: 1.22rem !important;
    line-height: 1.24 !important;
  }

  #content-wrapper #main > h1.page-title:has(+ #manufacturer-description-wrapper)::after,
  body#manufacturer #content-wrapper #main > h1.page-title::after {
    width: 44px;
    margin-top: 8px;
  }

  #manufacturer-description-wrapper .card {
    padding: 16px 7px 14px 7px !important;
    border-radius: 11px !important;
  }

  #manufacturer-description-wrapper .card:has(#manufacturer-short-description) {
    padding: 16px 12px 14px !important;
    border-radius: 12px !important;
    margin-bottom: 16px !important;
  }

  #manufacturer-description-wrapper .card .rte-content {
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  #manufacturer-short-description,
  #manufacturer-short-description p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }

  #manufacturer-short-description {
    padding-bottom: 12px !important;
  }

  #manufacturer-short-description::before {
    margin-bottom: 7px;
    font-size: 0.9rem;
  }

  #manufacturer-description h2,
  #manufacturer-description h3 {
    font-size: 1.12rem !important;
    padding-left: 10px !important;
    border-left: 3px solid #D83A32 !important;
  }

  /* Botón desplegable marcas en móvil */
  #manufacturer-description-wrapper .btn,
  #manufacturer-description-wrapper .btn-brands-more {
    width: max-content !important;
    min-width: 0 !important;
    max-width: calc(100% - 20px) !important;
    margin: 1em auto 0 !important;
    padding: 4px 0 6px !important;
    font-size: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #424242 !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(216,58,50,0.55) !important;
    box-shadow: none !important;
  }

  #manufacturer-description-wrapper .btn-brands-more::before,
  #manufacturer-description .btn.btn-secondary:not(.btn-brands-more)::before,
  #manufacturer-description-wrapper .btn-brands-more.collapsed::after,
  #manufacturer-description .btn.btn-secondary:not(.btn-brands-more)::after {
    font-size: 0.98rem !important;
  }

  #manufacturer-description-wrapper .btn:hover,
  #manufacturer-description-wrapper .btn-brands-more:hover,
  #manufacturer-description-wrapper .btn:focus,
  #manufacturer-description-wrapper .btn-brands-more:focus {
    background: transparent !important;
    color: #D83A32 !important;
    border-color: rgba(216,58,50,0.55) !important;
    box-shadow: none !important;
  }

  #manufacturer-description {
    font-size: 0.93rem !important;
    line-height: 1.58 !important;
  }

  #manufacturer-description h2 {
    margin-bottom: 0.72em !important;
    padding-left: 10px !important;
    border-left: 3px solid #D83A32 !important;
    font-size: 1.05rem !important;
    line-height: 1.34 !important;
  }

  #manufacturer-description h3 {
    margin-top: 1.25em !important;
    margin-bottom: 0.58em !important;
    padding-left: 0 !important;
    border-left: 0 !important;
    font-size: 0.98rem !important;
    line-height: 1.34 !important;
  }

  #manufacturer-description p {
    margin-bottom: 0.9em !important;
    line-height: 1.58 !important;
  }

  #manufacturer-description ul,
  #manufacturer-description ol {
    margin-bottom: 1em !important;
    padding-left: 1.18em !important;
    line-height: 1.52 !important;
  }
}

/* === FIN: ESTILO PREMIUM HEADER MARCA VAPSENSE === */


/* ==== INICIO TITULO CATEGORIA VAPSENSE PREMIUM ==== */

body#category #js-product-list-header {
  margin: 0 0 18px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#category #js-product-list-header .page-title {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: #424242 !important;
  font-size: 1.46rem !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body#category #js-product-list-header .page-title span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

body#category #js-product-list-header .page-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 10px;
  background: rgba(216,58,50,0.62);
  border-radius: 999px;
}

@media (max-width: 600px) {
  body#category #js-product-list-header {
    margin-bottom: 14px;
  }

  body#category #js-product-list-header .page-title {
    padding-bottom: 10px !important;
    font-size: 1.22rem !important;
    line-height: 1.24 !important;
  }

  body#category #js-product-list-header .page-title::after {
    width: 44px;
    margin-top: 8px;
  }
}

/* ==== FIN TITULO CATEGORIA VAPSENSE PREMIUM ==== */


/* ==== INICIO CMS VAPSENSE PREMIUM ==== */

/* Titulo principal CMS: igualado a marca/categoria */
body#cms #main > .page-header {
  width: min(980px, calc(100% - 32px));
  max-width: 980px;
  margin: 0 auto 18px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body#cms #main > .page-header .page-title {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: #424242 !important;
  font-size: 1.46rem !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body#cms #main > .page-header .page-title span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
}

body#cms #main > .page-header .page-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 10px;
  background: rgba(216,58,50,0.62);
  border-radius: 999px;
}

/* Tarjeta principal CMS: una sola caja exterior */
body#cms #content.page-content.page-cms {
  width: min(980px, calc(100% - 32px));
  max-width: 980px;
  margin: 0 auto 52px;
  padding: 32px 28px 30px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045);
  box-sizing: border-box;
  color: #424242;
  font-size: 0.96rem;
  line-height: 1.62;
  word-break: normal;
  overflow-wrap: break-word;
}

/* Evita la doble tarjeta que crea PrestaShop con .rte-content dentro del CMS */
body#cms #content.page-content.page-cms > .rte-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* Titulos dentro de paginas CMS */
body#cms #content.page-content.page-cms h1,
body#cms #content.page-content.page-cms h2,
body#cms #content.page-content.page-cms h3,
body#cms #content.page-content.page-cms h4 {
  color: #242424;
  font-weight: 750;
  line-height: 1.32;
  letter-spacing: 0;
  margin-top: 1.45em;
  margin-bottom: 0.62em;
}

/* Detalle corporativo: solo H2 para no saturar textos legales largos */
body#cms #content.page-content.page-cms h2 {
  border-left: 3px solid #D83A32;
  padding-left: 12px;
  font-size: 1.16rem;
}

body#cms #content.page-content.page-cms h3 {
  font-size: 1.03rem;
}

body#cms #content.page-content.page-cms h4 {
  font-size: 0.98rem;
}

body#cms #content.page-content.page-cms h3,
body#cms #content.page-content.page-cms h4 {
  border-left: 0;
  padding-left: 0;
}

/* Primer titulo mas limpio */
body#cms #content.page-content.page-cms > .rte-content > h1:first-child,
body#cms #content.page-content.page-cms > .rte-content > h2:first-child,
body#cms #content.page-content.page-cms > .rte-content > h3:first-child {
  margin-top: 0;
}

body#cms #content.page-content.page-cms strong,
body#cms #content.page-content.page-cms b {
  color: #242424;
  font-weight: 700;
}

/* Enlaces CMS: rojo corporativo sobrio */
body#cms #content.page-content.page-cms a {
  color: #D83A32 !important;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-thickness 0.2s ease, text-underline-offset 0.2s ease;
  box-shadow: none;
  outline-offset: 2px;
}

body#cms #content.page-content.page-cms a:hover,
body#cms #content.page-content.page-cms a:focus {
  color: #D83A32 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

body#cms #content.page-content.page-cms p {
  margin: 0 0 1em;
  color: #424242;
  line-height: 1.66;
}

body#cms #content.page-content.page-cms ul,
body#cms #content.page-content.page-cms ol {
  padding-left: 1.35em;
  margin-bottom: 1.15em;
  color: #424242;
  line-height: 1.58;
}

body#cms #content.page-content.page-cms li {
  margin-bottom: 0.42em;
  padding-left: 0.12em;
  line-height: inherit;
}

body#cms #content.page-content.page-cms li::marker {
  color: #D83A32;
}

body#cms #content.page-content.page-cms blockquote {
  margin: 24px 0 4px;
  padding: 18px 20px;
  background: #fafafa;
  border-left: 3px solid #D83A32;
  border-radius: 12px;
  color: #424242;
  font-size: 0.96rem;
  line-height: 1.62;
}

body#cms #content.page-content.page-cms blockquote p {
  margin: 0;
}

/* Tablas CMS: necesarias para cookies sin provocar scroll lateral de pagina */
body#cms #content.page-content.page-cms table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.95em;
}

body#cms #content.page-content.page-cms table th,
body#cms #content.page-content.page-cms table td {
  border: 1px solid #e5e5e5;
  padding: 11px 12px;
  text-align: left;
  vertical-align: top;
  word-break: normal;
  overflow-wrap: break-word;
}

body#cms #content.page-content.page-cms table th {
  background: #f7f7f7;
  color: #242424;
  font-weight: 750;
}

/* Responsive tablets y portatiles pequenos */
@media (max-width: 1400px) {
  body#cms #main > .page-header {
    width: calc(100% - 32px);
  }

  body#cms #content.page-content.page-cms {
    width: calc(100% - 32px);
    padding: 30px 24px 28px;
  }
}

/* Responsive movil */
@media (max-width: 650px) {
  body#cms #main > .page-header {
    width: calc(100% - 22px);
    max-width: calc(100vw - 22px);
    margin-bottom: 14px;
  }

  body#cms #main > .page-header .page-title {
    padding-bottom: 10px !important;
    font-size: 1.22rem !important;
    line-height: 1.24 !important;
  }

  body#cms #main > .page-header .page-title::after {
    width: 44px;
    margin-top: 8px;
  }

  body#cms #content.page-content.page-cms {
    width: calc(100% - 22px);
    max-width: calc(100vw - 22px);
    margin: 0 auto 34px;
    padding: 18px 14px 16px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(20,20,20,0.045);
    font-size: 0.93rem;
    line-height: 1.58;
  }

  body#cms #content.page-content.page-cms h1,
  body#cms #content.page-content.page-cms h2 {
    font-size: 1.05rem;
    line-height: 1.34;
  }

  body#cms #content.page-content.page-cms h3 {
    font-size: 0.98rem;
  }

  body#cms #content.page-content.page-cms h4 {
    font-size: 0.94rem;
  }

  body#cms #content.page-content.page-cms h2 {
    border-left: 3px solid #D83A32;
    padding-left: 10px;
  }

  body#cms #content.page-content.page-cms ul,
  body#cms #content.page-content.page-cms ol {
    padding-left: 1.18em;
    line-height: 1.52;
  }

  body#cms #content.page-content.page-cms blockquote {
    padding: 15px 16px;
    border-radius: 10px;
  }

  body#cms #content.page-content.page-cms table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ==== FIN CMS VAPSENSE PREMIUM ==== */

/* ==== INICIO 404 PREMIUM VAPSENSE ==== */

.vs-404-container {
  max-width: 480px;
  margin: 56px auto 48px auto;
  padding: 48px 32px 40px 32px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.08);
  border: 1px solid #eeeeee;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Imagen / logo */
.vs-404-container picture {
  display: block;
  margin-bottom: 26px;
}

.vs-404-container .logo {
  max-width: 140px;
  width: 100%;
  height: auto;
  margin: 0 auto 26px auto;
  display: block;
}

/* Título principal */
.vs-404-container h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  margin-bottom: 12px;
  font-weight: 900;
  color: #191919;
  letter-spacing: -2px;
}

/* Subtítulo */
.vs-404-container h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #242424;
}

/* Texto */
.vs-404-container p {
  font-size: 1.08rem;
  color: #444444;
  margin-bottom: 30px;
  line-height: 1.55;
}

/* Botón principal 404: antracita, no rojo corporativo */
.vs-btn-404 {
  background: #242424;
  color: #ffffff !important;
  font-size: 1.07em;
  font-weight: 700;
  padding: 12px 38px;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  transition: box-shadow 0.18s ease, transform 0.15s ease;
  display: inline-block;
  margin-bottom: 24px;
  border: none;
  outline: none;
}

.vs-btn-404:hover,
.vs-btn-404:focus {
  background: #D83A32;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(216,58,50,0.18);
}

.vs-btn-404:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

/* Buscador 404 */
.vs-404-search {
  display: flex;
  max-width: 340px;
  margin: 0 auto 12px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  background: #fafafa;
  border: 1px solid #e8e8e8;
}

.vs-404-search input[type="text"] {
  flex: 1;
  padding: 12px 14px;
  border: none;
  font-size: 1em;
  background: #fafafa;
  border-radius: 10px 0 0 10px;
  outline: none;
  color: #242424;
}

.vs-404-search input[type="text"]:focus {
  background: #ffffff;
}

/* Botón buscador 404: antracita */
.vs-404-search button {
  padding: 0 22px;
  background: #242424;
  color: #ffffff;
  border: none;
  border-radius: 0 10px 10px 0;
  font-weight: 700;
  cursor: pointer;
  font-size: 1em;
  transition: box-shadow 0.18s ease, transform 0.15s ease;
}

.vs-404-search button:hover,
.vs-404-search button:focus {
  background: #242424;
  color: #ffffff;
  box-shadow: inset 0 0 0 999px rgba(0,0,0,0.08);
}

.vs-404-search button:active {
  transform: translateY(1px);
}

/* Texto de ayuda */
.vs-404-help {
  margin-top: 18px;
  color: #777777;
  font-size: 0.95em;
  line-height: 1.5;
}

/* Enlaces: rojo corporativo fijo */
.vs-404-help a {
  color: #D83A32 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-thickness 0.16s ease, text-underline-offset 0.16s ease;
}

.vs-404-help a:hover,
.vs-404-help a:focus {
  color: #D83A32 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Marca de agua discreta */
.vs-404-watermark {
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: 0.055;
  font-size: 5rem;
  font-weight: 800;
  pointer-events: none;
  user-select: none;
  letter-spacing: -6px;
  color: #191919;
}

/* Detalle corporativo sutil */
.vs-404-container::before {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  background: #D83A32;
  border-radius: 99px;
  margin: 0 auto 24px auto;
}

/* Responsive ajustes */
@media (max-width: 600px) {
  .vs-404-container {
    max-width: calc(100% - 24px);
    margin: 32px auto 34px auto;
    padding: 32px 18px 28px 18px;
    border-radius: 18px;
  }

  .vs-404-container::before {
    width: 46px;
    height: 3px;
    margin-bottom: 20px;
  }

  .vs-404-container h1 {
    font-size: 2.35rem;
    letter-spacing: -1px;
  }

  .vs-404-container h2 {
    font-size: 1.24rem;
  }

  .vs-404-container p {
    font-size: 1rem;
    margin-bottom: 24px;
  }

  .vs-404-container .logo {
    max-width: 90px;
    margin-bottom: 18px;
  }

  .vs-btn-404 {
    width: 100%;
    max-width: 280px;
    padding: 12px 22px;
    margin-bottom: 22px;
  }

  .vs-404-search {
    max-width: 100%;
  }

  .vs-404-search input[type="text"] {
    min-width: 0;
    padding: 11px 12px;
    font-size: 0.95em;
  }

  .vs-404-search button {
    padding: 0 16px;
    font-size: 0.95em;
  }

  .vs-404-watermark {
    font-size: 2.7rem;
    right: 10px;
    bottom: 12px;
    opacity: 0.045;
  }
}

/* ==== FIN 404 PREMIUM VAPSENSE ==== */

/* ==== INICIO PÁGINA DE CONTACTO PREMIUM VAPSENSE ==== */

/* Tarjeta de datos de contacto */
.contact-page-info {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.08);
  border: 1px solid #eeeeee;
  padding: 36px 32px 28px 32px;
  margin-bottom: 24px;
  font-size: 1.14rem;
  color: #2d2d2d;
}

/* Título datos contacto */
.contact-rich strong {
  color: #191919;
  font-size: 1.25em;
  font-weight: 800;
  margin-bottom: 18px;
  display: block;
}

/* Filas de contacto */
.contact-rich .part {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

/* Iconos contacto: rojo corporativo como acento */
.contact-rich .icon {
  min-width: 32px;
  min-height: 32px;
  background: #FBEAE8;
  color: #D83A32;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
}

/* Datos contacto */
.contact-rich .data,
.contact-rich .data.email,
.contact-rich .data a {
  color: #1a1a1a;
  font-size: 1em;
  word-break: break-word;
  text-decoration: none;
}

/* Enlaces de contacto: rojo corporativo fijo en hover */
.contact-rich .data a:hover,
.contact-rich .data.email a:hover,
.contact-rich .data a:focus,
.contact-rich .data.email a:focus {
  color: #D83A32;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Separador */
.contact-rich hr {
  margin: 18px 0;
  border: none;
  border-top: 1px solid #ececec;
}

/* Horario */
.contact-rich .horario {
  margin-top: 12px;
}

.contact-rich .horario p {
  margin-bottom: 7px;
  font-weight: 700;
  color: #191919;
}

.contact-rich .horario ul {
  margin: 0 0 0 18px;
  padding: 0;
  list-style: disc inside;
  font-size: 0.98em;
}

.contact-rich .horario li {
  margin-bottom: 5px;
  color: #2b2b2b;
}

/* Formulario de contacto */
.contact-form {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.08);
  border: 1px solid #eeeeee;
  padding: 32px 26px 26px 26px;
}

/* Título formulario */
.contact-form h4 {
  font-size: 1.35rem;
  color: #191919;
  font-weight: 800;
  margin-bottom: 24px;
}

/* Labels */
.form-group label {
  font-weight: 600;
  color: #252525;
}

/* Campos formulario */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  font-size: 1em;
  padding: 12px 13px;
  color: #242424;
  margin-bottom: 8px;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

/* Focus campos: rojo solo como detalle */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #D83A32;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(216,58,50,0.08);
}

input[type="file"] {
  font-size: 1em;
}

/* Botón enviar: antracita, no rojo corporativo */
.form-footer .btn.btn-primary {
  background: #242424;
  color: #ffffff !important;
  border-radius: 12px;
  font-weight: 700;
  padding: 14px 38px;
  font-size: 1.08em;
  border: none;
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
  transition: box-shadow 0.18s ease, transform 0.15s ease;
}

.form-footer .btn.btn-primary:hover,
.form-footer .btn.btn-primary:focus {
  background: #D83A32;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 5px 16px rgba(216,58,50,0.18);
}

.form-footer .btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

/* RGPD */
.psgdpr_consent_message {
  color: #242424 !important;
  font-size: 0.98em;
  line-height: 1.45;
}

/* Enlaces RGPD si aparecen */
.psgdpr_consent_message a {
  color: #D83A32 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: text-decoration-thickness 0.16s ease, text-underline-offset 0.16s ease;
}

.psgdpr_consent_message a:hover,
.psgdpr_consent_message a:focus {
  color: #D83A32 !important;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Responsive tablet */
@media (max-width: 900px) {
  .contact-page-info,
  .contact-form {
    padding: 24px 28px 24px 28px;
    border-radius: 16px;
  }
}

/* Responsive móvil */
@media (max-width: 600px) {
  .contact-page-info,
  .contact-form {
    padding: 18px 14px 16px 14px;
    font-size: 1em;
    box-shadow: 0 3px 16px rgba(0,0,0,0.06);
    border-radius: 14px;
  }

  .contact-rich .part {
    gap: 12px;
    margin-bottom: 13px;
  }

  .contact-rich .icon {
    font-size: 1em;
    min-width: 28px;
    min-height: 28px;
    border-radius: 10px;
  }

  .contact-form h4 {
    font-size: 1.15rem;
    margin-bottom: 16px;
  }

  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group select,
  .form-group textarea {
    padding: 11px 12px;
    font-size: 1em;
  }

  .form-footer .btn.btn-primary {
    width: 100%;
    padding: 13px 22px;
    font-size: 1em;
  }
}

/* ==== FIN PÁGINA DE CONTACTO PREMIUM VAPSENSE ==== */

/* === VAPSENSE PREMIUM – BOTÓN "+X" VARIANTES IGUALADO A MINIATURAS === */
.iqitproductvariants__btn-more {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 100 / 128.06;
  background: #fff !important;
  border: 1.5px solid #e0e0e0 !important;
  border-radius: 14px !important;
  font-size: 1.68rem !important;
  font-weight: 700 !important;
  color: #D83A32 !important;            /* Número rojo Vapsense */
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  padding: 0 !important;
  margin: 0px 2px 1px 2px !important;
  text-align: center;
  line-height: 1 !important;
  transition: all 0.2s cubic-bezier(.4,0,.2,1);
  cursor: pointer;
  box-sizing: border-box !important;
}
.iqitproductvariants__btn-more:hover,
.iqitproductvariants__btn-more:focus {
  background: #D83A32 !important;
  color: #fff !important;
  border-color: #D83A32 !important;
  box-shadow: 0 6px 20px rgba(216,58,50,0.10);
  transform: scale(1.03);
}

/* Ajuste fino solo para móvil */
@media (max-width: 600px) {
  .iqitproductvariants__btn-more {
    font-size: 1.09rem !important;
    border-radius: 8px !important;
    aspect-ratio: 100 / 128.06 !important;
    margin: 0px 1px 0 1px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
}
/* Visibilidad según pantalla */
@media (max-width: 1199.98px) {
  .iqitproductvariants__btn-more.d-none.d-xl-flex {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .iqitproductvariants__btn-more.d-xl-none {
    display: none !important;
  }
}
/* === FIN BOTÓN "+X" PREMIUM VAPSENSE === */

/* === VAPSENSE PREMIUM: Mega menú desplegable base === */
.cbp-hrsub-tabs-names .nav-link,
.cbp-hrsub-tabs-names .nav-link:visited,
.cbp-hrsub-tabs-names .nav-link[aria-selected="false"] {
  color: #242424 !important;
  font-weight: 700 !important;
}

.cbp-hrsub-tabs-names .nav-link.active,
.cbp-hrsub-tabs-names .nav-link:focus,
.cbp-hrsub-tabs-names .nav-link:hover,
.cbp-hrsub-tabs-names .nav-link[aria-selected="true"] {
  background: #D83A32 !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #fff !important; /* refuerzo para iconos */
}

/* Enlaces interiores del mega menú: base original estable */
.cbp-category-link-w > a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #242424;
  background: transparent !important;
  border-radius: 9px;
  padding: 11px 24px 11px 24px;
  margin-bottom: 3px;
  text-decoration: none;
  box-shadow: none !important;
  transition: background 0.13s, color 0.13s, font-weight 0.13s;
  border: none;
  cursor: pointer;
}

.cbp-category-link-w > a:hover,
.cbp-category-link-w > a.active,
.cbp-category-link-w > a:focus {
  background: #FBEAE8 !important;
  color: #242424 !important;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none !important;
  -webkit-text-fill-color: #242424 !important;
}

.cbp-hrmenu .cbp-hrsub a.cbp-column-title:hover,
.cbp-hrmenu .cbp-hrsub a.cbp-column-title:focus,
.cbp-hrmenu .cbp-hrsub a.cbp-category-title:hover,
.cbp-hrmenu .cbp-hrsub a.cbp-category-title:focus {
  font-weight: 700 !important;
}

.cbp-category-link-w > a i {
  color: inherit !important;
}

/* === BURBUJA DE FONDO PARA SUBMENÚ / COLUMNA IZQUIERDA === */
.cbp-menu-column-inner {
  background: #fff !important;                           /* Fondo blanco puro */
  border-radius: 14px !important;                        /* Esquinas premium, menos nube */
  box-shadow: 0 14px 34px rgba(18,18,18,0.11) !important; /* Sombra suave y limpia */
  padding: 24px 22px 20px 22px !important;               /* Espaciado generoso */
  border: 1px solid #eeeeee !important;                  /* Sutil borde gris */
  margin-bottom: 8px !important;
}

/* Si tienes más de una columna en el submenú: separación horizontal */
.cbp-menu-column {
  padding-right: 18px !important;
  padding-left: 0 !important;
}

/* === INICIO: FORZAR TEXTO SUBMENÚ NEGRO PREMIUM VAPSENSE === */
.cbp-hrmenu .cbp-hrsub a {
  color: #242424 !important;       /* Negro intenso para máximo contraste */
  font-weight: 600 !important;  /* Opcional: negrita (puedes quitar si prefieres normal) */
  background: none !important;
  border-radius: 5px !important;
  padding: 8px 18px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  margin-bottom: 1px;
  transition: background 0.13s, color 0.13s;
}

.cbp-hrmenu .cbp-hrsub a.cbp-column-title,
.cbp-hrmenu .cbp-hrsub a.cbp-category-title {
  color: #242424 !important;
  font-size: 1.04rem !important;
  font-weight: 700 !important;
  margin-bottom: 8px !important;
  padding-top: 8px !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #f0f0f0 !important;
  border-radius: 0 !important;
}
/* === FIN: FORZAR TEXTO SUBMENÚ NEGRO PREMIUM VAPSENSE === */

/* === SUBMENÚ VAPSENSE: hover rojo suave premium legible === */
.cbp-hrmenu .cbp-hrsub a:hover,
.cbp-hrmenu .cbp-hrsub a:focus {
  background: #FBEAE8 !important;           /* Fondo rojo pastel */
  color: #242424 !important;                /* Texto oscuro y legible */
  font-weight: 600 !important;
  text-decoration: none !important;
  -webkit-text-fill-color: #242424 !important;
}

/* === INICIO: SUBMENÚ NIVEL 2 (nietos) VAPSENSE PREMIUM FIJO === */
.cbp-hrsub-haslevel2 {
  position: relative !important;
}

/* Fondo y padding bien amplios solo para el nieto */
.cbp-hrsub-level2 {
  position: absolute !important;
  top: 0 !important;
  left: 100% !important;
  min-width: 260px !important;     /* Más ancho para que no “vuelen” */
  z-index: 999 !important;
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 24px rgba(44,44,44,0.12) !important;
  display: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  padding: 22px 24px !important;   /* Más padding: 22 arriba/abajo, 24 laterales */
  box-sizing: border-box !important;
  margin: 0 !important;            /* Sin márgenes raros */
}

/* Visual interno: que los enlaces no se peguen arriba/abajo */
.cbp-hrsub-level2 .cbp-category-link-w {
  margin-bottom: 12px !important;
}
.cbp-hrsub-level2 .cbp-category-link-w:last-child {
  margin-bottom: 0 !important;
}

/* Mostrar submenú nieto correctamente al hover o cuando está abierto */
.cbp-hrsub-haslevel2:hover > .cbp-category-link-w > .cbp-hrsub-level2,
.cbp-hrsub-haslevel2.open > .cbp-category-link-w > .cbp-hrsub-level2,
.cbp-hrsub-haslevel2.show > .cbp-category-link-w > .cbp-hrsub-level2 {
  display: block !important;
}

/* En móvil: comportamiento normal, nada a la derecha */
@media (max-width: 991px) {
  .cbp-hrsub-level2 {
    position: static !important;
    left: auto !important;
    top: auto !important;
    min-width: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
}
/* === FIN: SUBMENÚ NIVEL 2 (nietos) VAPSENSE PREMIUM FIJO === */


/* [Vapsense: Contraste premium para descripciones de producto y categoría] */

/* Variables CSS globales Vapsense */
:root {
  --vs-red: #D83A32;
  --vs-dark-text: #242424;
  --vs-dark-bold: #242424;
}

/* 1. Texto base y títulos en descripciones largas SOLO producto y categoría */
body#product .rte-content,
body#category .rte-content,
body#product .rte-content p,
body#category .rte-content p,
body#product .rte-content li,
body#category .rte-content li,
body#product .rte-content ul,
body#category .rte-content ul,
body#product .rte-content ol,
body#category .rte-content ol,
body#product .rte-content h2,
body#category .rte-content h2,
body#product .rte-content h3,
body#category .rte-content h3,
body#product .rte-content h4,
body#category .rte-content h4,
body#product .rte-content h5,
body#category .rte-content h5,
body#product .rte-content h6,
body#category .rte-content h6 {
  color: var(--vs-dark-text) !important;
}

/* 2. Negrita */
body#product .rte-content strong,
body#category .rte-content strong,
body#product .rte-content b,
body#category .rte-content b {
  color: var(--vs-dark-bold) !important;
  font-weight: 700 !important;
}

/* 3. Enlaces de contenido: rojo corporativo fijo */
body#product .rte-content a,
body#category .rte-content a {
  color: var(--vs-red) !important;
  font-weight: 700 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: text-decoration-thickness 0.16s ease, text-underline-offset 0.16s ease;
  outline-offset: 2px;
}

/* Hover/focus: mismo rojo, solo refuerzo del subrayado */
body#product .rte-content a:hover,
body#category .rte-content a:hover,
body#product .rte-content a:focus,
body#category .rte-content a:focus {
  color: var(--vs-red) !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* 4. Evita bold extra en headings */
body#product .rte-content h2 a,
body#category .rte-content h2 a,
body#product .rte-content h3 a,
body#category .rte-content h3 a,
body#product .rte-content h4 a,
body#category .rte-content h4 a {
  font-weight: inherit !important;
}

/* 5. Tabs inactivas producto */
body#product .nav-tabs .nav-link:not(.active),
body#product .nav-tabs .nav-link[aria-selected="false"] {
  color: var(--vs-dark-bold) !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* FIN [Vapsense: Contraste premium para descripciones de producto y categoría] */

/* === VAPSENSE | Bloque premium información ficha producto === */

/* Caja premium para la información principal del producto */
body#product .product-information {
  background: #ffffff;
  border: 1px solid #e8e8e8 !important;
  border-radius: 18px !important;
  box-shadow: 0 2px 12px rgba(20,20,20,0.045);
  padding: 26px 22px 24px;
  margin: 0 0 32px 0;
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

body#product .product-information:hover {
  box-shadow: 0 3px 16px rgba(20,20,20,0.06);
  border-color: #e8e8e8 !important;
}

/* Descripción principal solo en ficha de producto */
body#product .product-description {
  font-size: 1.12em;
  color: #242424;
  margin-bottom: 18px;
  line-height: 1.45;
}

/* Resumen corto bajo precio: discreto y editorial */
body#product #description.tab-pane {
  scroll-margin-top: 92px;
}

body#product .product-information .product-short-description-block {
  max-width: 94%;
  margin: 0 0 22px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(216,58,50,0.34);
}

body#product .product-information .product-short-description-block::before {
  content: "Descripci\00f3n breve";
  display: block;
  margin-bottom: 8px;
  color: #424242;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-transform: none;
}

body#product .product-information [id^="product-description-short"].product-description {
  max-width: 100%;
  margin: 0 0 8px;
  color: #666666;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.55;
}

body#product .product-information [id^="product-description-short"].product-description p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

body#product .product-information .product-short-description-more {
  display: flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 0.28em;
  margin: 9px 0 0 auto;
  padding-bottom: 2px;
  color: #424242 !important;
  border-bottom: 1px solid transparent;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.25;
  text-decoration: none !important;
  transition: color 0.16s ease, border-color 0.16s ease;
}

body#product .product-information .product-short-description-more::after {
  content: "\2193";
  color: #D83A32;
  font-size: 0.92em;
  line-height: 1;
}

body#product .product-information .product-short-description-more:hover,
body#product .product-information .product-short-description-more:focus {
  color: #D83A32 !important;
  border-bottom-color: rgba(216,58,50,0.45);
  text-decoration: none !important;
}

/* Ajustes responsive solo para móvil */
@media (max-width: 767px) {
  body#product .product-information {
    padding: 16px 12px 14px;
    max-width: 100%;
    border-radius: 14px !important;
    margin: 0 0 18px 0;
  }

  body#product .product-description {
    font-size: 1.05em;
    margin-bottom: 14px;
    line-height: 1.45;
  }

  body#product #description.tab-pane {
    scroll-margin-top: 78px;
  }

  body#product .product-information .product-short-description-block {
    max-width: 100%;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  body#product .product-information .product-short-description-block::before {
    margin-bottom: 7px;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
  }

  body#product .product-information [id^="product-description-short"].product-description {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  body#product .product-information .product-short-description-more {
    font-size: 0.84rem;
    margin-top: 7px;
  }

  body#product .product-description h2 {
    font-size: 1.32em !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
  }

  body#product .product-description h3 {
    font-size: 1.18em !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
  }
}

/* === FIN VAPSENSE | Bloque premium información ficha producto === */

/* === VAPSENSE | Cabeceras carruseles recomendados en ficha producto === */
body#product .product-accessories.block-section,
body#product .crossselling-products.block-section {
  margin-top: 34px;
}

body#product .product-accessories.block-section .section-title,
body#product .crossselling-products.block-section .section-title {
  position: relative;
  display: block !important;
  margin: 0 0 22px !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  color: #424242 !important;
  background: transparent !important;
  font-size: 1.16rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-transform: none !important;
}

body#product .product-accessories.block-section .section-title::before,
body#product .crossselling-products.block-section .section-title::before {
  content: none !important;
  display: none !important;
}

body#product .product-accessories.block-section .section-title::after,
body#product .crossselling-products.block-section .section-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 10px;
  background: rgba(216,58,50,0.62);
  border-radius: 999px;
}

body#product .crossselling-products.block-section .section-title span {
  font-size: 0 !important;
}

body#product .crossselling-products.block-section .section-title span::before {
  content: "Otros clientes tambi\00e9n compraron";
  color: #424242 !important;
  font-size: 1.16rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

body#product .product-accessories.block-section .section-content,
body#product .crossselling-products.block-section .block-content {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  body#product .product-accessories.block-section,
  body#product .crossselling-products.block-section {
    margin-top: 26px;
  }

  body#product .product-accessories.block-section .section-title,
  body#product .crossselling-products.block-section .section-title {
    margin-bottom: 18px !important;
    padding-bottom: 10px !important;
    font-size: 1.02rem !important;
  }

  body#product .product-accessories.block-section .section-title::after,
  body#product .crossselling-products.block-section .section-title::after {
    width: 44px;
    margin-top: 8px;
  }

  body#product .crossselling-products.block-section .section-title span::before {
    font-size: 1.02rem !important;
  }
}
/* === FIN VAPSENSE | Cabeceras carruseles recomendados en ficha producto === */

/* === VAPSENSE | Tabs ficha y títulos carruseles home === */
body#product #product-infos-tabs,
body#index .elementor-products-tabs > .nav-tabs {
  display: flex !important;
  align-items: flex-end !important;
  gap: 22px !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body#product #product-infos-tabs .nav-item,
body#index .elementor-products-tabs > .nav-tabs .nav-item {
  margin: 0 !important;
  padding: 0 !important;
}

body#product #product-infos-tabs .nav-link,
body#index .elementor-products-tabs > .nav-tabs .nav-link {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #666666 !important;
  font-size: 1.02rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body#index .elementor-products-tabs > .nav-tabs .nav-link {
  color: #424242 !important;
  font-size: 1.16rem !important;
  font-weight: 800 !important;
}

body#product #product-infos-tabs .nav-link {
  color: #424242 !important;
  font-size: 1.16rem !important;
  font-weight: 800 !important;
}

body#product #product-infos-tabs .empty-product-details,
body#product #product-infos-tabs #product-details-tab-nav {
  display: none !important;
}

body#product #product-infos-tabs .nav-link::after,
body#index .elementor-products-tabs > .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: rgba(216,58,50,0.62);
  border-radius: 999px;
  transition: width 0.18s ease;
}

body#product #product-infos-tabs .nav-link.active,
body#product #product-infos-tabs .nav-link[aria-selected="true"],
body#index .elementor-products-tabs > .nav-tabs .nav-link.active,
body#index .elementor-products-tabs > .nav-tabs .nav-link[aria-selected="true"] {
  color: #424242 !important;
  background: transparent !important;
  border: 0 !important;
}

body#product #product-infos-tabs .nav-link.active::after,
body#product #product-infos-tabs .nav-link[aria-selected="true"]::after,
body#index .elementor-products-tabs > .nav-tabs .nav-link.active::after,
body#index .elementor-products-tabs > .nav-tabs .nav-link[aria-selected="true"]::after {
  width: 54px;
}

body#product #product-infos-tabs .nav-link:hover,
body#product #product-infos-tabs .nav-link:focus,
body#index .elementor-products-tabs > .nav-tabs .nav-link:hover,
body#index .elementor-products-tabs > .nav-tabs .nav-link:focus {
  color: #D83A32 !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
}

body#product #product-infos-tabs-content {
  border-top: 0 !important;
}

@media (max-width: 767px) {
  body#product #product-infos-tabs,
  body#index .elementor-products-tabs > .nav-tabs {
    justify-content: flex-start !important;
    gap: 18px !important;
    margin-bottom: 18px !important;
  }

  body#product .tabs.product-tabs {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    direction: ltr !important;
    text-align: left !important;
  }

  body#product #product-infos-tabs {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    flex: 0 0 100% !important;
    float: none !important;
    direction: ltr !important;
    text-align: left !important;
  }

  body#product #product-infos-tabs .nav-item.empty-product-details,
  body#product #product-infos-tabs #product-details-tab-nav {
    display: none !important;
  }

  body#product #product-infos-tabs .nav-item {
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none !important;
    text-align: left !important;
  }

  body#product #product-infos-tabs .nav-link,
  body#index .elementor-products-tabs > .nav-tabs .nav-link {
    padding-bottom: 10px !important;
    font-size: 1.02rem !important;
  }

  body#product #product-infos-tabs .nav-link {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    float: none !important;
    transform: none !important;
    text-align: left !important;
  }

  body#product #product-infos-tabs .nav-link.active::after,
  body#product #product-infos-tabs .nav-link[aria-selected="true"]::after,
  body#index .elementor-products-tabs > .nav-tabs .nav-link.active::after,
  body#index .elementor-products-tabs > .nav-tabs .nav-link[aria-selected="true"]::after {
    width: 44px;
  }
}
/* === FIN VAPSENSE | Tabs ficha y títulos carruseles home === */

/* === INICIO: Ajuste Swiper escritorio, 6 slides alineados en PC === */
@media (min-width: 992px) {
  .product-list-subcategories .swiper-slide {
    width: 16.65% !important;        /* 6 slides exactos por fila */
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .product-list-subcategories .swiper-wrapper {
    gap: 0 !important;
  }
}
/* === FIN: Ajuste Swiper escritorio, 6 slides alineados en PC === */

/* === INICIO: FLECHAS SWIPER VAPSENSE ANTRACITA + ROJO, FLECHA BLANCA === */
.product-list-subcategories .swiper-button-prev,
.product-list-subcategories .swiper-button-next {
  background: #242424 !important;     /* Antracita oscuro premium */
  border: none !important;
  color: #fff !important;             /* Flecha blanca */
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  font-size: 18px !important;
  top: 44% !important;
  z-index: 10 !important;
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0.95 !important;
  transition: background 0.16s, color 0.16s, opacity 0.16s !important;
  box-shadow: none !important;
}

.product-list-subcategories .swiper-button-next::after,
.product-list-subcategories .swiper-button-prev::after {
  font-size: 18px;
  color: #fff !important;          /* Flecha blanca SIEMPRE */
  font-weight: 700;
  display: block;
  line-height: 1;
  content: '›';
}
.product-list-subcategories .swiper-button-prev::after { content: '‹'; }

.product-list-subcategories .swiper-button-prev:hover,
.product-list-subcategories .swiper-button-next:hover {
  background: #D83A32 !important;   /* Fondo rojo Vapsense en hover */
  color: #fff !important;           /* Flecha blanca */
  opacity: 1 !important;
}
.product-list-subcategories .swiper-button-prev:hover::after,
.product-list-subcategories .swiper-button-next:hover::after {
  color: #fff !important;           /* Flecha blanca en hover */
}

/* @media (max-width: 768px) {
  .product-list-subcategories .swiper-button-prev,
  .product-list-subcategories .swiper-button-next {
    display: none !important;
  }
} */

/* === FIN: FLECHAS SWIPER VAPSENSE ANTRACITA + ROJO, FLECHA BLANCA === */

/* === INICIO: Texto subcategoría centrado debajo imagen Swiper === */
.product-list-subcategories .swiper-slide {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.product-list-subcategories .subcategory-name {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  white-space: normal !important;  /* Permite saltos de línea */
  word-break: break-word;          /* Rompe palabras largas si hace falta */
  font-size: 1em;
  line-height: 1.22;
  padding: 0 4px;
  display: block;
  min-height: 2.5em;   /* Asegura altura mínima si el texto es corto */
}
/* === FIN: Texto subcategoría centrado debajo imagen Swiper === */

/* === INICIO: SWIPER CARRUSEL SUBCATEGORÍAS — MÓVIL AJUSTADO === */
@media (max-width: 600px) {
  .product-list-subcategories .swiper-slide {
    width: 32vw !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-sizing: border-box;
  }
  .product-list-subcategories .swiper-slide:first-child {
    margin-left: -2px !important;      /* Ajusta aquí para el margen izquierdo */
  }
  .product-list-subcategories .swiper-slide:last-child {
    margin-right: 7px !important;     /* Mantén margen derecho */
  }
  .product-list-subcategories .swiper-wrapper {
    gap: 0 !important;
  }
  .product-list-subcategories .subcategory-image {
    margin-bottom: 8px !important;
  }
  .product-list-subcategories .subcategory-name {
    margin-top: 10px;
    text-align: center;
    white-space: normal !important;
    word-break: break-word;
    font-size: 1em;
    line-height: 1.22;
    padding: 0 4px;
    display: block;
    min-height: 2.5em;
  }
}
/* === FIN: SWIPER CARRUSEL SUBCATEGORÍAS — MÓVIL AJUSTADO === */

/* === INICIO: Ocultar flechas Swiper cuando están deshabilitadas (PC y móvil) === */
.product-list-subcategories .swiper-button-prev.swiper-button-disabled,
.product-list-subcategories .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  transition: opacity 0.16s;
}
/* === FIN: Ocultar flechas Swiper cuando están deshabilitadas === */

/* === INICIO: Separar flechas del carrusel Swiper en móvil === */
@media (max-width: 600px) {
  .product-list-subcategories .swiper-button-prev {
    left: 1px !important;   /* Desplaza la flecha izquierda más hacia fuera */
    right: auto !important;
  }
  .product-list-subcategories .swiper-button-next {
    right: 1px !important;  /* Desplaza la flecha derecha más hacia fuera */
    left: auto !important;
  }
}
/* === FIN: Separar flechas del carrusel Swiper en móvil === */

/* === INICIO: Separar flechas del carrusel Swiper en PC === */
@media (min-width: 992px) {
  .product-list-subcategories .swiper-button-prev {
    left: 1px !important;   /* Desplaza la flecha izquierda hacia fuera */
    right: auto !important;
  }
  .product-list-subcategories .swiper-button-next {
    right: 1px !important;  /* Desplaza la flecha derecha hacia fuera */
    left: auto !important;
  }
}
/* === FIN: Separar flechas del carrusel Swiper en PC === */

/* ==== INICIO: ESTILO PREMIUM SOLO FACETAS VAPSENSE ==== */
#facets_search_wrapper .block-facets {
  background: #fff !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 18px !important;
  box-shadow: 0 6px 30px rgba(44,44,44,0.10) !important;
  padding: 22px 20px 18px 20px !important;
  margin-bottom: 28px !important;
  font-family: inherit !important;
  font-size: 1em !important;
  transition: box-shadow 0.3s, border 0.2s;
}
#facets_search_wrapper .block-facets:hover {
  box-shadow: 0 16px 48px rgba(60,60,60,0.14) !important;
  border-color: #e5e5e5 !important;
}

/* Títulos */
#facets_search_wrapper .block-facets .facet-title {
  font-weight: bold !important;
  color: #242424 !important;
  font-size: 1.11em !important;
  margin-bottom: 12px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Separador entre facetas */
#facets_search_wrapper .block-facets aside.facet {
  border-bottom: 1px solid #f1f1f1 !important;
  margin-bottom: 14px !important;
  padding-bottom: 10px !important;
}
#facets_search_wrapper .block-facets aside.facet:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

/* Lista de opciones */
#facets_search_wrapper .block-facets ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Checkbox personalizado */
#facets_search_wrapper .block-facets .custom-checkbox input[type="checkbox"] {
  accent-color: #D83A32 !important; /* Rojo Vapsense */
  width: 18px !important;
  height: 18px !important;
  border-radius: 6px !important;
  border: 2px solid #c1c1c1 !important;
  margin-right: 8px !important;
  box-shadow: none !important;
  transition: border 0.2s;
}
#facets_search_wrapper .block-facets .custom-checkbox input[type="checkbox"]:checked {
  border-color: #D83A32 !important;
}

/* Etiqueta opción */
#facets_search_wrapper .block-facets .facet-label {
  display: flex !important;
  align-items: center !important;
  gap: 7px;
  font-size: 1em !important;
  color: #242424 !important;
  padding: 4px 0 !important;
  cursor: pointer !important;
  transition: background 0.18s;
}
#facets_search_wrapper .block-facets .facet-label:hover,
#facets_search_wrapper .block-facets .facet-label:focus {
  background: #f8f8f8 !important;
  border-radius: 8px !important;
}

/* Enlaces internos de opciones */
#facets_search_wrapper .block-facets .search-link,
#facets_search_wrapper .block-facets .dropdown-item {
  color: #242424 !important;
  font-weight: normal !important;
  text-decoration: none !important;
  padding-left: 0 !important;
  transition: color 0.2s;
}
#facets_search_wrapper .block-facets .search-link:hover,
#facets_search_wrapper .block-facets .dropdown-item:hover {
  color: #D83A32 !important;
  font-weight: bold !important;
}

/* Icono check */
#facets_search_wrapper .block-facets .checkbox-checked {
  color: #D83A32 !important;
  font-size: 1.2em !important;
  margin-left: 0 !important;
}

/* Dropdown de facetas tipo select */
#facets_search_wrapper .block-facets .facet-dropdown .select-title {
  background: #fff !important;
  border: 2px solid #e5e5e5 !important;
  border-radius: 10px !important;
  color: #242424 !important;
  font-size: 1em !important;
  padding: 7px 18px 7px 12px !important;
  box-shadow: none !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
  transition: border 0.2s;
}
#facets_search_wrapper .block-facets .facet-dropdown .select-title:hover,
#facets_search_wrapper .block-facets .facet-dropdown .select-title:focus {
  border-color: #D83A32 !important;
}

/* Icono flecha del select */
#facets_search_wrapper .block-facets .drop-icon {
  color: #D83A32 !important;
  margin-left: 4px !important;
}

/* Botón “Borrar todo” y OK en responsive */
#facets_search_wrapper #search_filter_controls .btn {
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 5px 16px !important;
  font-weight: 600 !important;
  font-size: 1em !important;
}
#facets_search_wrapper #search_filter_controls .btn-secondary {
  background: #f7f7f7 !important;
  color: #242424 !important;
  border: 2px solid #e5e5e5 !important;
}
#facets_search_wrapper #search_filter_controls .btn-primary {
  background: #D83A32 !important;
  color: #fff !important;
  border: none !important;
}

/* Responsive: reduce padding en móvil */
@media (max-width: 768px) {
  #facets_search_wrapper .block-facets {
    padding: 12px 5px 10px 5px !important;
    border-radius: 12px !important;
  }
  #facets_search_wrapper .block-facets .facet-title {
    font-size: 1em !important;
    margin-bottom: 8px !important;
  }
}
/* ==== FIN: ESTILO PREMIUM SOLO FACETAS VAPSENSE ==== */

/* ============================================================================ 
   BLOQUE PRODUCT LIST TOP VAPSENSE – PREMIUM, MOBILE FIX (PC + MÓVIL)
   SOLO SE MODIFICA EL BLOQUE MOBILE, PC QUEDA INTACTO
   ============================================================================ */

/* [INICIO] Fix global box-sizing para evitar desplazamiento lateral */
#js-product-list-top,
#js-product-list-top * {
  box-sizing: border-box !important;
}
/* [FIN] Fix global box-sizing */

/* ==== ESTILO PREMIUM PRODUCT LIST TOP ==== */
/* === TODO ESTO ES PC, SE DEJA IGUAL === */
#js-product-list-top .row {
  padding: 20px 0 18px 0;
  margin-bottom: 8px;
  background: #fff;
  border: 2px solid #e5e5e5;      /* Borde premium Vapsense */
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .07) !important;
  align-items: center;
}

#js-product-list-top .col,
#js-product-list-top .col-auto {
  display: flex;
  align-items: center;
  gap: 18px;
}

#js-product-list-top .view-switcher a {
  background: #f5f5f5;
  border-radius: 9px;
  padding: 8px 13px;
  margin-right: 9px;
  font-size: 1.32rem;
  color: #444 !important;
  border: 1.5px solid transparent;
  box-shadow: none;
  transition: all 0.18s;
  display: flex;
  align-items: center;
}

#js-product-list-top .view-switcher a.current {
  background: #D83A32;
  color: #fff !important;
  border-color: #D83A32;
  box-shadow: 0 2px 8px rgba(216,58,50,0.10);
}

#js-product-list-top .view-switcher a:hover:not(.current) {
  border-color: #D83A32;
  color: #D83A32 !important;
  background: #fff;
}

#js-product-list-top .view-switcher i {
  font-size: 1.35em;
  display: flex;
  align-items: center;
}

#js-product-list-top .showing {
  font-size: 1.07rem;
  color: #242424;
  background: #fafafa;
  padding: 7px 18px;
  border-radius: 8px;
  font-weight: 500;
  margin-right: 15px;
}

#js-product-list-top .products-sort-nb-dropdown {
  margin-left: 14px;
}

#js-product-list-top .select-title {
  background: #fafafa;
  border-radius: 9px;
  border: 1.5px solid #ececec;
  color: #242424 !important;
  font-size: 1.03rem;
  font-weight: 600;
  padding: 10px 24px 10px 15px;
  box-shadow: none;
  transition: border-color 0.18s;
  min-width: 160px;
  display: flex;
  align-items: center;
}

#js-product-list-top .select-title:hover,
#js-product-list-top .select-title:focus {
  border-color: #D83A32;
  color: #D83A32 !important;
}

#js-product-list-top .select-title i {
  margin-left: 12px;
  font-size: 1.2em;
  transition: color 0.15s;
}

#js-product-list-top .dropdown-menu .dropdown-item {
  font-size: 1.04rem;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 7px;
  color: #2a2a2a !important;
  transition: background 0.15s, color 0.15s;
}

#js-product-list-top .dropdown-menu .dropdown-item.current,
#js-product-list-top .dropdown-menu .dropdown-item:hover {
  background: #D83A32;
  color: #fff !important;
}

/* === INICIO: FILTRAR, ORDENAR Y RESULTADOS EN UNA SOLA LÍNEA Y CENTRADOS (MÓVIL) === */
@media (max-width: 700px) {
  #js-product-list-top .row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 8px;
    padding: 8px 2px 8px 2px;
  }
  /* Filtrar: ocupa lo necesario a la izquierda */
  #js-product-list-top .facated-toggler {
    flex: 0 1 auto;
    min-width: 80px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  /* View switcher (iconos) si quieres mostrarlo: mínimo espacio, sino puedes ocultarlo en móvil */
  #js-product-list-top .view-switcher {
    flex: 0 0 auto;
    display: none !important; /* Oculta vista cuadrícula/lista en móvil, borra esta línea si lo quieres mostrar */
  }
  /* Col de selects: reparte espacio restante entre los dos selects */
  #js-product-list-top .col.col-auto:not(.facated-toggler) {
    flex: 1 1 0;
    min-width: 0;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 6px;
    align-items: center !important;
    justify-content: flex-end;
  }
  /* Ambos selects: cada uno ocupa el 50% del espacio restante */
  #js-product-list-top .products-sort-nb-dropdown {
    flex: 1 1 0;
    min-width: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #js-product-list-top .select-title {
    min-width: 0 !important;
    width: 100%;
    padding: 10px 12px 10px 10px;
    font-size: 1.01rem;
    white-space: normal !important;
    word-break: break-word !important;
    flex: 1 1 0;
    text-align: center;
  }
  /* Ajuste para evitar salto de línea en selects */
  #js-product-list-top .dropdown-menu {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 94vw !important;
    left: 0 !important;
    right: 0 !important;
    border-radius: 12px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-shadow: 0 10px 40px rgba(44,44,44,0.12);
    overflow-x: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #js-product-list-top .dropdown-menu .dropdown-item {
    padding-left: 9px;
    padding-right: 9px;
    text-align: left;
    font-size: 1.07rem;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 96vw;
    box-sizing: border-box;
    word-break: break-word;
  }
}
/* === FIN: FILTRAR, ORDENAR Y RESULTADOS EN UNA SOLA LÍNEA Y CENTRADOS (MÓVIL) === */

/* === INICIO: ESTILO PREMIUM BOTÓN FILTRAR IGUAL A SELECTS (SOLO MÓVIL) === */
@media (max-width: 700px) {
  #search_filter_toggler.btn.js-search-toggler {
    background: #fafafa !important;
    color: #242424 !important;
    border: 1.5px solid #ececec !important;
    border-radius: 9px !important;
    padding: 10px 18px 10px 13px !important;
    font-size: 1.01rem !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px;
    transition: border-color 0.18s, color 0.18s, background 0.18s;
    height: auto !important;
    min-width: 0 !important;
  }
  #search_filter_toggler.btn.js-search-toggler:focus,
  #search_filter_toggler.btn.js-search-toggler:hover {
    background: #fff !important;
    color: #D83A32 !important;
    border-color: #D83A32 !important;
  }
  #search_filter_toggler.btn.js-search-toggler i {
    font-size: 1.11em !important;
    margin-right: 7px;
    color: #D83A32 !important;
    transition: color 0.15s;
  }
}
/* === FIN: ESTILO PREMIUM BOTÓN FILTRAR IGUAL A SELECTS (SOLO MÓVIL) === */

/* === INICIO: SOLO DROPDOWN "ELEGIR" (ORDENAR) ES MÁS ANCHO EN MÓVIL === */
@media (max-width: 700px) {
  /* Solo el de "Elegir" (ordenar por) ocupa casi todo el ancho */
  #js-product-list-top .products-sort-order .dropdown-menu {
    min-width: 220px !important;
    width: 85vw !important;
    max-width: 98vw !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
  }
  /* El de cantidad por página (12/24/36) mantiene tamaño normal */
  #js-product-list-top .products-nb-per-page .dropdown-menu {
    min-width: 100px !important;
    width: auto !important;
    max-width: 70vw !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
  }
}
/* === FIN: SOLO DROPDOWN "ELEGIR" (ORDENAR) ES MÁS ANCHO EN MÓVIL === */

/* ==========================================================================
   VAPSENSE - Boton Mas/Menos descripcion categoria
   ========================================================================== */

/* Contenido editorial categorias: igualado a descripcion de producto */
body#category div.category-description.category-description-bottom,
body#category #category-full-desc {
  color: #424242 !important;
  font-size: 0.96rem !important;
  line-height: 1.62 !important;
}

body#category div.category-description.category-description-bottom > hr:first-child {
  display: none !important;
}

body#category #category-description-short.category-summary {
  display: block !important;
  max-width: 760px !important;
  margin: 0 auto 16px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  color: #666666 !important;
  font-size: 0.93rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

body#category #category-description-short.category-summary::before {
  content: "Resumen breve";
  display: block;
  margin-bottom: 8px;
  color: #424242;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

body#category div.category-description.category-description-bottom h2,
body#category #category-full-desc > h2 {
  margin: 0 0 0.75em !important;
  padding-left: 12px !important;
  border-left: 3px solid #D83A32 !important;
  color: #242424 !important;
  font-size: 1.16rem !important;
  font-weight: 750 !important;
  line-height: 1.32 !important;
  letter-spacing: 0 !important;
}

body#category div.category-description.category-description-bottom h3,
body#category #category-full-desc > h3 {
  margin: 1.45em 0 0.62em !important;
  padding-left: 0 !important;
  border-left: 0 !important;
  color: #242424 !important;
  font-size: 1.03rem !important;
  font-weight: 750 !important;
  line-height: 1.34 !important;
  letter-spacing: 0 !important;
}

body#category div.category-description.category-description-bottom p,
body#category #category-full-desc > p {
  margin: 0 0 1em !important;
  color: #424242 !important;
  font-size: 1em !important;
  line-height: 1.66 !important;
}

body#category div.category-description.category-description-bottom ul,
body#category div.category-description.category-description-bottom ol,
body#category #category-full-desc > ul,
body#category #category-full-desc > ol {
  margin: 0 0 1.15em !important;
  padding-left: 1.35em !important;
  color: #424242 !important;
  font-size: 1em !important;
  line-height: 1.58 !important;
}

body#category div.category-description.category-description-bottom li,
body#category #category-full-desc li {
  margin-bottom: 0.42em !important;
  padding-left: 0.12em !important;
  color: #424242 !important;
  font-size: 1em !important;
  line-height: inherit !important;
}

body#category div.category-description.category-description-bottom li::marker,
body#category #category-full-desc li::marker {
  color: #D83A32 !important;
}

/* Botón Más/Menos en categoría: editorial, igualado a ficha producto */
div.category-description.category-description-bottom .btn-vapsense-toggle,
div.category-description.category-description-bottom .btn-brands-more,
#category-full-desc > a.btn.btn-secondary {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: calc(100% - 24px) !important;
  min-height: 0 !important;
  margin: 1.1em auto 0 !important;
  padding: 4px 0 6px !important;
  background: transparent !important;
  color: #424242 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(216,58,50,0.55) !important;
  border-radius: 0 !important;
  font-size: 0 !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  position: relative !important;
  float: none !important;
  clear: both !important;
  outline: none !important;
  z-index: 2 !important;
  transition: color 0.16s ease, border-color 0.16s ease !important;
}

div.category-description.category-description-bottom .btn-vapsense-toggle::before,
div.category-description.category-description-bottom .btn-brands-more::before {
  content: "Ver descripci\00f3n completa";
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

div.category-description.category-description-bottom .btn-vapsense-toggle:not(.collapsed),
div.category-description.category-description-bottom .btn-brands-more:not(.collapsed) {
  display: none !important;
}

#category-full-desc > a.btn.btn-secondary::before {
  content: "Ocultar descripci\00f3n";
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

/* Hover */
div.category-description.category-description-bottom .btn-vapsense-toggle:hover,
div.category-description.category-description-bottom .btn-brands-more:hover,
#category-full-desc > a.btn.btn-secondary:hover {
  background: transparent !important;
  color: #D83A32 !important;
  border-color: rgba(216,58,50,0.55) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Flecha botón Más */
div.category-description.category-description-bottom .btn-vapsense-toggle.collapsed::after,
div.category-description.category-description-bottom .btn-brands-more.collapsed::after {
  content: " +";
  font-size: 1rem;
  color: #D83A32 !important;
  padding-left: 0.28em;
  text-decoration: none !important;
}

/* Flecha botón Menos */
#category-full-desc > a.btn.btn-secondary::after,
div.category-description.category-description-bottom .btn-vapsense-toggle:not(.collapsed)::after,
div.category-description.category-description-bottom .btn-brands-more:not(.collapsed)::after {
  content: " -";
  font-size: 1rem;
  color: #D83A32 !important;
  padding-left: 0.28em;
  text-decoration: none !important;
}

/* Ajuste específico del botón Menos dentro del desplegable */
#category-full-desc > a.btn.btn-secondary {
  margin: 1.2em auto 0 !important;
}

/* Móvil */
@media (max-width: 600px) {
  body#category div.category-description.category-description-bottom,
  body#category #category-full-desc {
    font-size: 0.93rem !important;
    line-height: 1.58 !important;
  }

  body#category #category-description-short.category-summary {
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  body#category #category-description-short.category-summary::before {
    margin-bottom: 7px;
    font-size: 0.9rem;
  }

  body#category div.category-description.category-description-bottom h2,
  body#category #category-full-desc > h2 {
    margin-bottom: 0.72em !important;
    padding-left: 10px !important;
    font-size: 1.05rem !important;
    line-height: 1.34 !important;
  }

  body#category div.category-description.category-description-bottom h3,
  body#category #category-full-desc > h3 {
    margin-top: 1.25em !important;
    margin-bottom: 0.58em !important;
    font-size: 0.98rem !important;
    line-height: 1.34 !important;
  }

  body#category div.category-description.category-description-bottom p,
  body#category #category-full-desc > p {
    margin-bottom: 0.9em !important;
    line-height: 1.58 !important;
  }

  body#category div.category-description.category-description-bottom ul,
  body#category div.category-description.category-description-bottom ol,
  body#category #category-full-desc > ul,
  body#category #category-full-desc > ol {
    margin-bottom: 1em !important;
    padding-left: 1.18em !important;
    line-height: 1.52 !important;
  }

  div.category-description.category-description-bottom .btn-vapsense-toggle,
  div.category-description.category-description-bottom .btn-brands-more,
  #category-full-desc > a.btn.btn-secondary {
    width: max-content !important;
    min-width: 0 !important;
    max-width: calc(100% - 20px) !important;
    font-size: 0 !important;
    margin: 1em auto !important;
    padding: 4px 0 6px !important;
  }

  div.category-description.category-description-bottom .btn-vapsense-toggle::before,
  div.category-description.category-description-bottom .btn-brands-more::before,
  #category-full-desc > a.btn.btn-secondary::before,
  div.category-description.category-description-bottom .btn-vapsense-toggle.collapsed::after,
  div.category-description.category-description-bottom .btn-brands-more.collapsed::after,
  #category-full-desc > a.btn.btn-secondary::after {
    font-size: 0.98rem !important;
  }
}

/* ==========================================================================
   VAPSENSE - Enlace editorial descripcion completa producto
   ========================================================================== */
body#product #product-infos-tabs-content #description a.btn.btn-secondary.btn-brands-more {
  order: 2;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 24px) !important;
  margin: 1.1em auto 0 !important;
  min-height: 0 !important;
  padding: 4px 0 6px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-self: center !important;
  float: none !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  background: transparent !important;
  color: #424242 !important;
  border: none !important;
  border-bottom: 1px solid rgba(216,58,50,0.55) !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-size: 0 !important;
}

body#product #product-infos-tabs-content #description a.btn.btn-secondary.btn-brands-more::before {
  content: "Ver descripci\00f3n completa";
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

body#product #product-infos-tabs-content #description a.btn.btn-secondary.btn-brands-more.collapsed::after {
  content: " +" !important;
  font-size: 1rem !important;
  padding-left: 0.28em !important;
  color: #D83A32 !important;
}

body#product #product-infos-tabs-content #description a.btn.btn-secondary.btn-brands-more:not(.collapsed) {
  display: none !important;
}

#product-full-desc > a.btn.btn-secondary {
  width: max-content !important;
  min-width: 0 !important;
  max-width: calc(100% - 24px) !important;
  margin: 1.2em auto 0 !important;
  min-height: 0 !important;
  padding: 4px 0 6px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-self: center !important;
  float: none !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  background: transparent !important;
  color: #424242 !important;
  border: none !important;
  border-bottom: 1px solid rgba(216,58,50,0.55) !important;
  border-radius: 0 !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  font-size: 0 !important;
}

#product-full-desc > a.btn.btn-secondary::before {
  content: "Ocultar descripci\00f3n";
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

#product-full-desc > a.btn.btn-secondary::after {
  content: " -" !important;
  font-size: 1rem !important;
  padding-left: 0.28em !important;
  color: #D83A32 !important;
}

body#product #product-infos-tabs-content #description a.btn.btn-secondary.btn-brands-more:hover,
body#product #product-infos-tabs-content #description a.btn.btn-secondary.btn-brands-more:focus,
#product-full-desc > a.btn.btn-secondary:hover,
#product-full-desc > a.btn.btn-secondary:focus {
  background: transparent !important;
  color: #D83A32 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

@media (max-width: 600px) {
  body#product #product-infos-tabs-content #description a.btn.btn-secondary.btn-brands-more {
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 20px) !important;
    min-height: 0 !important;
    padding: 4px 0 6px !important;
  }

  #product-full-desc > a.btn.btn-secondary {
    width: max-content !important;
    min-width: 0 !important;
    max-width: calc(100% - 20px) !important;
    min-height: 0 !important;
    padding: 4px 0 6px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body#product #product-infos-tabs-content #description a.btn.btn-secondary.btn-brands-more::before,
  #product-full-desc > a.btn.btn-secondary::before {
    font-size: 0.98rem !important;
  }
}

/* === INICIO: Paginador premium círculo con hover rojo Vapsense === */
nav.pagination {
  margin-bottom: 34px !important;
}

@media (max-width: 767.98px) {
  nav.pagination {
    margin-bottom: 28px !important;
  }
}

nav.pagination .page-list li {
  display: inline-block;
  margin: 0 0.12em;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

nav.pagination .page-list > li > a,
nav.pagination .page-list > li > span:not(.sr-only) {
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  line-height: 36px;
  font-size: 1.08em;
  font-weight: 600;
  color: #242424;
  background: none;
  border: none;
  border-radius: 50%;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.18s, color 0.18s;
  box-shadow: none !important;
  padding: 0;
  margin: 0 3px;
  outline: none;
}

/* Número activo: círculo negro, letra blanca */
nav.pagination .page-list > li.current > a,
nav.pagination .page-list > li.current > span:not(.sr-only) {
  background: #242424 !important;
  color: #fff !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

/* Hover en números NO activos: fondo rojo Vapsense, letra blanca */
nav.pagination .page-list > li:not(.current) > a:hover,
nav.pagination .page-list > li:not(.current) > a:focus {
  background: #D83A32 !important;
  color: #fff !important;
}

/* Números normales: sin fondo, letra negra */
nav.pagination .page-list > li:not(.current) > a,
nav.pagination .page-list > li:not(.current) > span:not(.sr-only) {
  background: none !important;
  color: #242424 !important;
}

/* ... puntitos separadores */
nav.pagination .page-list .spacer span {
  color: #666666 !important;
  background: none !important;
  font-size: 1.1em;
  padding: 0 5px;
}

nav.pagination .page-list > li > a.next i {
  color: inherit !important;
  line-height: 36px !important;
}

/* Elimina marco cuadrado exterior de toda la paginación */
nav.pagination .page-list,
nav.pagination .page-list * {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
}
/* === FIN: Paginador premium círculo con hover rojo Vapsense === */

/* === VAPSENSE | Menú móvil premium Warehouse corregido === */

/* Bloqueo de scroll cuando menú móvil está abierto */
html.menu-mobile-open,
body.menu-mobile-open {
  overflow: hidden !important;
  overscroll-behavior: none !important;
}

/* Panel principal menú móvil */
#iqitmegamenu-mobile.mobile-menu,
#_mobile_iqitmegamenu-mobile.dropdown-menu-custom.show,
#iqitmegamenu-mobile.mobile-menu.w-100,
#_mobile_iqitmegamenu-mobile.dropdown-menu-custom.show.w-100,
#iqitmegamenu-mobile.mobile-menu[style],
#_mobile_iqitmegamenu-mobile.dropdown-menu-custom.show[style] {
  display: flex !important;
  flex-direction: column !important;
  position: fixed !important;

  /* Pegado arriba, sin hueco ni fondo visible */
  top: 0 !important;
  left: 0 !important;
  right: auto !important;

  width: 85vw !important;
  max-width: 340px !important;
  min-width: 0 !important;

  height: 100vh !important;
  max-height: 100vh !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  min-height: 0 !important;

  background: #ffffff !important;
  z-index: 99999 !important;
  overflow: hidden !important;

  /* Panel lateral: redondeado solo a la derecha */
  border-radius: 0 14px 14px 0 !important;
  border: 1px solid #eeeeee !important;
  border-left: none !important;

  box-shadow: 0 12px 36px rgba(0,0,0,0.16) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Área scrolleable del menú */
#iqitmegamenu-mobile .mobile-menu__content,
#_mobile_iqitmegamenu-mobile .mobile-menu__content {
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;

  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;

  background: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;

  display: flex !important;
  flex-direction: column !important;
}

#iqitmegamenu-mobile .mobile-menu__header-wrapper,
#_mobile_iqitmegamenu-mobile .mobile-menu__header-wrapper,
#iqitmegamenu-mobile .mm-panel__header,
#_mobile_iqitmegamenu-mobile .mm-panel__header {
  flex: 0 0 auto !important;
  min-height: 58px !important;
  padding: 9px 12px !important;
  background: #242424 !important;
  color: #ffffff !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  box-shadow: 0 5px 16px rgba(0,0,0,0.14) !important;
  z-index: 4 !important;
}

#iqitmegamenu-mobile .mobile-menu__header,
#_mobile_iqitmegamenu-mobile .mobile-menu__header {
  min-width: 0 !important;
}

#iqitmegamenu-mobile .mobile-menu__back-btn,
#_mobile_iqitmegamenu-mobile .mobile-menu__back-btn,
#iqitmegamenu-mobile .mobile-menu__close,
#_mobile_iqitmegamenu-mobile .mobile-menu__close {
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 10px !important;
  border: 1px solid transparent !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

#iqitmegamenu-mobile .mobile-menu__back-btn:hover,
#_mobile_iqitmegamenu-mobile .mobile-menu__back-btn:hover,
#iqitmegamenu-mobile .mobile-menu__close:hover,
#_mobile_iqitmegamenu-mobile .mobile-menu__close:hover,
#iqitmegamenu-mobile .mobile-menu__back-btn:focus,
#_mobile_iqitmegamenu-mobile .mobile-menu__back-btn:focus,
#iqitmegamenu-mobile .mobile-menu__close:focus,
#_mobile_iqitmegamenu-mobile .mobile-menu__close:focus {
  background: rgba(255,255,255,0.10) !important;
  color: #ffffff !important;
}

#iqitmegamenu-mobile .mobile-menu__back-btn .fa,
#_mobile_iqitmegamenu-mobile .mobile-menu__back-btn .fa,
#iqitmegamenu-mobile .mobile-menu__close .fa,
#_mobile_iqitmegamenu-mobile .mobile-menu__close .fa {
  color: inherit !important;
  font-size: 1.2rem !important;
}

#iqitmegamenu-mobile .mobile-menu__title,
#_mobile_iqitmegamenu-mobile .mobile-menu__title {
  color: #ffffff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

/* Footer del menú */
#iqitmegamenu-mobile .mobile-menu__footer,
#_mobile_iqitmegamenu-mobile .mobile-menu__footer {
  flex: 0 0 auto !important;
  padding: 16px 18px 15px !important;
  background: #ffffff !important;
  border-top: 1px solid #eeeeee !important;
  width: 100% !important;
  z-index: 3 !important;
  box-sizing: border-box !important;
}

/* Cada categoría padre */
#iqitmegamenu-mobile .mobile-menu__tab,
#_mobile_iqitmegamenu-mobile .mobile-menu__tab {
  margin-bottom: 3px !important;
  border-radius: 10px !important;
  background: transparent !important;
  transition: background 0.16s ease;
  min-height: 1px !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  position: relative !important;
}

/* Divisor entre categorías */
#iqitmegamenu-mobile .mobile-menu__tab:not(:last-child)::after,
#_mobile_iqitmegamenu-mobile .mobile-menu__tab:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: #eeeeee;
  z-index: 2;
}

/* Enlace de categoría */
#iqitmegamenu-mobile .mobile-menu__link,
#_mobile_iqitmegamenu-mobile .mobile-menu__link {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 1px !important;

  padding: 14px 20px !important;
  border-radius: 10px !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  color: #242424 !important;
  font-size: 1.04rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;

  transition: background 0.18s ease, color 0.18s ease;
  box-sizing: border-box !important;
}

/* Hover / focus rojo Vapsense suave */
#iqitmegamenu-mobile .mobile-menu__link:hover,
#iqitmegamenu-mobile .mobile-menu__link:focus,
#_mobile_iqitmegamenu-mobile .mobile-menu__link:hover,
#_mobile_iqitmegamenu-mobile .mobile-menu__link:focus {
  background: #FBEAE8 !important;
  color: #242424 !important;
  text-decoration: none !important;
}

/* Título categoría */
#iqitmegamenu-mobile .js-mobile-menu__tab-title,
#_mobile_iqitmegamenu-mobile .js-mobile-menu__tab-title {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
}

/* Separadores internos */
#iqitmegamenu-mobile .mobile-menu__above-content,
#iqitmegamenu-mobile .mobile-menu__below-content,
#_mobile_iqitmegamenu-mobile .mobile-menu__above-content,
#_mobile_iqitmegamenu-mobile .mobile-menu__below-content {
  height: 10px !important;
  background: none !important;
  border: none !important;
  display: block !important;
}

/* === FIN VAPSENSE | Menú móvil premium Warehouse corregido === */

/* ==========================================================================
   VAPSENSE - Menu horizontal premium PC
   Solo barra superior, estado sticky y botones padre. No toca desplegables ni menu movil.
   ========================================================================== */

@media (min-width: 992px) {
  #iqitmegamenu-wrapper,
  #iqitmegamenu-wrapper.iqitmegamenu-wrapper,
  #iqitmegamenu-wrapper.stuck,
  #iqitmegamenu-wrapper.stuck-header-element,
  #iqitmegamenu-wrapper.stuck-menu {
    background: #242424 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.14) !important;
    overflow: visible !important;
  }

  #iqitmegamenu-wrapper.stuck,
  #iqitmegamenu-wrapper.stuck-header-element,
  #iqitmegamenu-wrapper.stuck-menu {
    z-index: 1040 !important;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.20) !important;
  }

  .container-iqitmegamenu {
    background: #242424 !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 10px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 2 !important;
  }

  #iqitmegamenu-wrapper.stuck .container-iqitmegamenu,
  #iqitmegamenu-wrapper.stuck-header-element .container-iqitmegamenu,
  #iqitmegamenu-wrapper.stuck-menu .container-iqitmegamenu {
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  #iqitmegamenu-horizontal.iqitmegamenu,
  #iqitmegamenu-horizontal .cbp-horizontal {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu > ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    list-style: none !important;
    overflow: visible !important;
  }

  /* No usar position: relative aqui: estrecha el desplegable del tema. */
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.cbp-empty-mlink {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #f7f7f7 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link::after,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.cbp-empty-mlink::after {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 6px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #D83A32 !important;
    opacity: 0 !important;
    transform: scaleX(0.6) !important;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab + li.cbp-hrmenu-tab > a.nav-link::before,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab + li.cbp-hrmenu-tab > a.cbp-empty-mlink::before {
    content: "" !important;
    position: absolute !important;
    left: -3px !important;
    top: 12px !important;
    bottom: 12px !important;
    width: 1px !important;
    background: rgba(255, 255, 255, 0.18) !important;
    opacity: 0.75 !important;
  }

  #iqitmegamenu-horizontal .cbp-tab-title {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: inherit !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }

  #iqitmegamenu-horizontal .cbp-submenu-aindicator {
    margin-left: 2px !important;
    color: #D83A32 !important;
    font-size: 0.82rem !important;
    line-height: 1 !important;
    transform: translateY(1px);
    transition: color 0.18s ease, transform 0.18s ease;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:hover > a.nav-link,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:focus-within > a.nav-link,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:hover > a.cbp-empty-mlink,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:focus-within > a.cbp-empty-mlink,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link:hover,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:hover > a.nav-link::after,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:focus-within > a.nav-link::after,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:hover > a.cbp-empty-mlink::after,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:focus-within > a.cbp-empty-mlink::after {
    opacity: 1 !important;
    transform: scaleX(1) !important;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:hover .cbp-submenu-aindicator,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab:focus-within .cbp-submenu-aindicator {
    color: #ffffff !important;
    transform: translateY(1px) rotate(180deg);
  }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #iqitmegamenu-horizontal .cbp-hrmenu > ul {
    gap: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.nav-link,
  #iqitmegamenu-horizontal .cbp-hrmenu > ul > li.cbp-hrmenu-tab > a.cbp-empty-mlink {
    min-height: 40px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  #iqitmegamenu-horizontal .cbp-tab-title {
    font-size: 0.84rem !important;
  }
}

/* === Overlay oscuro y blur para el popup de verificación de edad === */
.ets_av_overload {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  background: rgba(18,18,18,0.50) !important;
  backdrop-filter: blur(1.5px);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* === Caja central blanca y premium === */
.panel.ets_av_ageverification {
  background: #fff !important;
  padding: 2.3em 0.6em 2em 0.6em !important;
  max-width: 500px !important;
  width: 92vw !important;
  margin: 0 auto !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none !important;
  overflow: visible !important;
}

.ets_av_content_popup {
  overflow: visible !important;
  border-radius: 0 !important;
}

/* === Título y descripción centrados con menos padding lateral para texto === */
.ets_av_title,
.ets_av_ageverification h4,
.ets_av_ageverification .ets_av_desc h4,
.ets_av_ageverification span,
.ets_av_ageverification strong {
  color: #242424 !important;
  font-family: 'Open Sans', 'Roboto', Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.18rem !important;
  margin-bottom: 0.5em !important;
  margin-top: 0.3em !important;
  letter-spacing: 0.02em !important;
  background: none !important;
  border: none !important;
  text-shadow: none !important;
  text-align: center !important;
  padding: 0 0.5em !important;
  line-height: 1.3 !important;
  word-break: break-word !important;
}

.ets_av_ageverification .ets_av_desc {
  font-size: 0.93rem !important;
  font-weight: 600 !important;
  margin-bottom: 1.2em !important;
  line-height: 1.5 !important;
  padding: 0 0.02em !important;
  color: #333 !important;
}

/* === Footer con botones centrados === */
.ets_av_footer {
  display: flex !important;
  gap: 14px !important;
  justify-content: center !important;
  margin-top: 0.2em !important;
  margin-bottom: 0 !important;
  background: none !important;
  border: none !important;
}

/* === Botón “Salir” === */
.ets_av_cancel {
  background: #ededed !important;
  color: #242424 !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 1.07em !important;
  font-weight: 700 !important;
  padding: 0.78em 1.8em !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10) !important;
  transition: background 0.14s, color 0.14s !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}
.ets_av_cancel:hover,
.ets_av_cancel:focus {
  background: #D83A32 !important;
  color: #fff !important;
  outline: none !important;
}

/* === Botón “Entrar” (mayor de edad) === */
.ets_av_submit,
.ets_av_primary,
.ets_av_primary.ets_av_submit {
  background: #242424 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  font-size: 1.07em !important;
  font-weight: 700 !important;
  padding: 0.78em 1.8em !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10) !important;
  transition: background 0.14s, color 0.14s !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}
.ets_av_submit:hover,
.ets_av_primary:hover,
.ets_av_submit:focus,
.ets_av_primary:focus {
  background: #28a745 !important;
  color: #fff !important;
  outline: none !important;
}
/* === FIN Overlay oscuro y blur para el popup de verificación de edad === */

/* ==== VAPSENSE | Carrito sticky premium minimal ==== */

@media (min-width: 992px) {
#iqitmegamenu-wrapper.stuck #sticky-cart-wrapper,
#iqitmegamenu-wrapper.stuck-header-element #sticky-cart-wrapper,
#iqitmegamenu-wrapper.stuck-menu #sticky-cart-wrapper {
  display: flex !important;
  align-items: center !important;
  align-self: stretch !important;
  padding: 0 8px !important;
  background: #242424 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
}

/* Icono bolsa/carrito */
#sticky-cart-wrapper .fa-shopping-bag,
#sticky-cart-wrapper .fa-shopping-cart {
  font-size: 1.55em !important;
  color: #f7f7f7 !important;
  font-weight: 900 !important;
  text-shadow: none !important;
  transition: color 0.17s ease, transform 0.16s ease;
  position: relative;
}

/* Botón/área clickable */
#sticky-cart-wrapper .header-cart-btn {
  min-height: 42px !important;
  min-width: 54px !important;
  padding: 7px 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  color: #f7f7f7 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
  position: relative;
}

#sticky-cart-wrapper .header-cart-btn .info-wrapper,
#sticky-cart-wrapper .header-cart-btn .title,
#sticky-cart-wrapper .header-cart-btn .cart-toggle-details,
#sticky-cart-wrapper .header-cart-btn .cart-separator {
  color: inherit !important;
}

/* Número de productos */
#sticky-cart-wrapper .cart-products-count-btn {
  background: transparent !important;
  color: #D83A32 !important;
  font-size: 0.62em !important;
  font-weight: 800 !important;
  position: absolute !important;
  top: -8px !important;
  right: 1px !important;
  min-width: unset !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 1.1 !important;
  z-index: 6 !important;
  text-align: right !important;
  pointer-events: none !important;
}

/* Hover */
#sticky-cart-wrapper .header-cart-btn:hover .fa-shopping-bag,
#sticky-cart-wrapper .header-cart-btn:hover .fa-shopping-cart,
#sticky-cart-wrapper .header-cart-btn:focus .fa-shopping-bag,
#sticky-cart-wrapper .header-cart-btn:focus .fa-shopping-cart {
  color: #ffffff !important;
  transform: scale(1.06);
}

#sticky-cart-wrapper .header-cart-btn:hover,
#sticky-cart-wrapper .header-cart-btn:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

#sticky-cart-wrapper .header-cart-btn:hover .cart-products-count-btn,
#sticky-cart-wrapper .header-cart-btn:focus .cart-products-count-btn {
  color: #D83A32 !important;
}

/* Corrige el desplazamiento vertical del carrito lateral cuando lo abre el icono sticky en PC. */
#sticky-cart-wrapper .ps-shoppingcart.side-cart #blockcart-content {
  top: 3.75rem !important;
  height: calc(100vh - 3.75rem) !important;
  height: calc(100dvh - 3.75rem) !important;
  max-height: calc(100vh - 3.75rem) !important;
  max-height: calc(100dvh - 3.75rem) !important;
}
}

/* ==== FIN VAPSENSE | Carrito sticky premium minimal ==== */

/* === BLOQUE CARRITO PC: alineación fila derecha === */
@media (min-width: 768px) {
  .product-line-grid-right .row {
    display: flex;
    flex-wrap: nowrap;      /* Todo en una sola línea */
    gap: 10px;              /* Separación entre bloques */
    align-items: center;    /* Centrado vertical */
    justify-content: flex-end; /* Todo pegado a la derecha */
  }
  .product-line-grid-right .col,
  .product-line-grid-right .col-auto,
  .product-line-grid-right .col-md {
    flex: 0 1 auto;         /* Los hijos se adaptan al contenido */
    min-width: 0;           /* Previene desbordes raros */
  }
}
/* === FIN BLOQUE CARRITO PC === */

/* ====== VAPSENSE | Overlay blanco para productos agotados ====== */

/* Asegura posición relativa */
.product-miniature .thumbnail-container {
  position: relative;
}

/* Overlay solo en productos agotados */
.product-miniature .thumbnail-container:has(.product-unavailable)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.62);
  pointer-events: none;
  z-index: 2;
  border-radius: inherit;
}

/* ====== FIN VAPSENSE | Overlay agotados ====== */

/* ===== VAPSENSE | Marca editorial "Aroma para preparar" ===== */

.product-cover,
.product-images-large {
  position: relative !important;
}

.product-cover .banda-longfill,
.product-images-large .banda-longfill {
  position: absolute;
  top: 14px;
  right: 34px;
  width: auto;
  height: auto;
  background: transparent;
  color: #242424;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  z-index: 20;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: none;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.product-cover .banda-longfill::before,
.product-images-large .banda-longfill::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 28px;
  background: #D83A32;
  border-radius: 999px;
  transform: translateY(-50%);
}

.product-cover .banda-longfill span,
.product-images-large .banda-longfill span {
  display: block;
  width: auto;
  line-height: 1;
}

.product-cover .banda-longfill span:first-child,
.product-images-large .banda-longfill span:first-child {
  color: #242424;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
  letter-spacing: 0;
  text-transform: lowercase;
}

.product-cover .banda-longfill span:first-child::first-letter,
.product-images-large .banda-longfill span:first-child::first-letter {
  text-transform: uppercase;
}

.product-cover .banda-longfill .banda-sub,
.product-images-large .banda-longfill .banda-sub {
  color: #666666;
  font-size: 11px;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0;
}

@media (max-width: 1200px) {
  .product-cover .banda-longfill,
  .product-images-large .banda-longfill {
    top: 12px;
    right: 12px;
  }

  .product-cover .banda-longfill span:first-child,
  .product-images-large .banda-longfill span:first-child {
    font-size: 14px;
  }

  .product-cover .banda-longfill .banda-sub,
  .product-images-large .banda-longfill .banda-sub {
    font-size: 10.5px;
  }
}

/* ===== FIN VAPSENSE | Marca editorial "Aroma para preparar" ===== */

/* ===== VAPSENSE | Bloque combo Longfill en ficha producto ===== */

#combo-block-longfill.combo-card,
#combo-block-longfill .combo-card {
  border: 1px solid var(--color-border, #e2e2e2);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 24px 0;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,.045);
  transition: border-color .18s ease;
  box-sizing: border-box;
}

#combo-block-longfill.combo-card:hover,
#combo-block-longfill .combo-card:hover {
  border-color: var(--color-border, #e2e2e2);
  box-shadow: 0 2px 10px rgba(0,0,0,.045);
  transform: none;
}

#combo-block-longfill .combo-title {
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
  color: var(--color-heading, #242424);
}

#combo-block-longfill .combo-intro {
  max-width: 560px;
  margin: 0 auto 14px;
  color: #333333;
  font-size: .96rem;
  line-height: 1.45;
  text-align: center;
}

#combo-block-longfill .combo-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
}

#combo-block-longfill .combo-steps span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 7px 8px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 9px;
  color: #333333;
  font-size: .86rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

#combo-block-longfill .combo-steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  min-width: 21px;
  border-radius: 50%;
  background: #242424;
  color: #ffffff;
  font-size: .78rem;
  line-height: 1;
}

#combo-block-longfill .combo-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--color-heading, #333333);
}

#combo-block-longfill .combo-select {
  width: 100%;
  min-height: 42px;
  padding: 9px 38px 9px 12px;
  border: 1px solid var(--color-border, #cccccc);
  border-radius: 8px;
  font-size: .95rem;
  margin-bottom: 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
  appearance: none;
  background: #ffffff url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1 1l5 5 5-5" stroke="%23333" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>'
  ) no-repeat right 12px center/12px 8px;
  box-sizing: border-box;
}

#combo-block-longfill .combo-select:focus {
  border-color: #D83A32;
  box-shadow: 0 0 0 2px rgba(216,58,50,.10);
  outline: none;
}

#combo-block-longfill .combo-select:disabled {
  color: #777777;
  background-color: #f7f7f7;
  background-image: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 8"><path d="M1 1l5 5 5-5" stroke="%23bbb" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

#combo-block-longfill select::-ms-expand {
  display: none;
}

/* Botón del combo a ancho completo */
#combo-block-longfill .combo-btn {
  width: 100%;
  min-height: 44px;
  background: #242424 !important;
  border-color: #242424 !important;
  color: #ffffff !important;
  font-weight: 700;
  padding: 11px 12px;
  border-radius: 8px;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#combo-block-longfill .combo-btn[disabled] {
  opacity: .6;
  cursor: not-allowed;
}

#combo-block-longfill .combo-btn:not([disabled]):hover,
#combo-block-longfill .combo-btn:not([disabled]):focus {
  background: #D83A32 !important;
  border-color: #D83A32 !important;
  color: #ffffff !important;
}

#combo-block-longfill .combo-note {
  margin: 8px 0 12px;
  color: #555555;
  font-size: .88rem;
  line-height: 1.4;
  text-align: center;
}

/* Ajuste móvil */
@media (max-width: 767px) {
  #combo-block-longfill.combo-card,
  #combo-block-longfill .combo-card {
    padding: 16px 12px;
    margin: 18px 0;
    border-radius: 12px;
  }

  #combo-block-longfill .combo-title {
    font-size: 1.14rem;
    margin-bottom: 10px;
  }

  #combo-block-longfill .combo-intro {
    font-size: .92rem;
    margin-bottom: 12px;
  }

  #combo-block-longfill .combo-steps {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 14px;
  }

  #combo-block-longfill .combo-steps span {
    justify-content: flex-start;
    min-height: 36px;
    font-size: .9rem;
  }

  #combo-block-longfill .combo-select {
    min-height: 44px;
    font-size: 1rem;
  }

  #combo-block-longfill .combo-btn {
    min-height: 46px;
    font-size: 1rem;
  }
}

/* ===== FIN VAPSENSE | Bloque combo Longfill en ficha producto ===== */

/* ====== BLOQUE RESUMEN DE PRECIO COMBO (VAPSENSE) ====== */

.combo-price-summary {
  margin: 14px 0 8px 0;
  padding: 10px 18px;
  background: #fff;
  color: #242424;
  font-size: 1.18em;
  font-weight: 600;
  border: 1.5px solid #ededed;
  border-radius: 9px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(40,40,60,0.04);
  transition: none;
}

@media (max-width: 600px) {
  .combo-price-summary {
    font-size: 1em;
    padding: 8px 4px;
    margin: 10px 0 7px 0;
  }
}

.combo-precio-importe {
  color: #D83A32;      /* rojo corporativo Vapsense */
  font-weight: 700;    /* negrita */
}

/* ====== FIN BLOQUE RESUMEN DE PRECIO COMBO (VAPSENSE) ====== */

/* ===== INICIO ESTILOS BOTÓN VAPSENSE SIN SOMBRAS ===== */

.btn-vapsense {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
  max-width: 320px;
  width: 90%;
  background-color: #242424;
  color: #fff;
  padding: 12px 0;
  font-weight: 700;
  font-size: 1.05rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease;
  gap: 8px;
}

.btn-vapsense:hover,
.btn-vapsense:focus {
  background-color: #D83A32;
  outline: none;
}

/* ===== FIN ESTILOS BOTÓN VAPSENSE SIN SOMBRAS ===== */

/* ===== INICIO ESTILOS POP-UP Y CONTENIDO ===== */

.pop-up-oculto {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 10px;
  box-sizing: border-box;
}

.pop-up-contenido {
  background: #fff;
  border-radius: 12px;
  padding: 30px 35px 35px;
  max-width: 420px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  border: 1px solid #e0e0e0;
  font-family: 'Arial', sans-serif;
  color: #242424;
}

/* ===== INICIO ESTILOS BOTÓN CERRAR POP-UP ===== */

.cerrar-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(80,80,80,0.7);
  color: #fff;
  font-size: 1.6rem;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.cerrar-btn:hover,
.cerrar-btn:focus {
  background-color: rgba(50,50,50,0.9);
  outline: none;
}

/* ===== INICIO ESTILOS INFOGRAFÍA ===== */

.infografia-pop-up {
  text-align: center;
}

.titulo-principal {
  font-weight: 600;
  font-size: 1.6rem;
  margin-bottom: 25px;
  color: #D83A32;
  border-bottom: 2px solid #D83A32;
  padding-bottom: 6px;
  letter-spacing: 0.03em;
}

.subtitulo {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 30px 0 15px;
  color: #D83A32;
  border-bottom: 1.5px solid #D83A32;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
}

.productos {
  display: flex;
  justify-content: space-around;
  margin-bottom: 25px;
  flex-wrap: nowrap;
}

.producto {
  max-width: 90px;
}

.botella {
  width: 80px;
  height: auto;
  border-radius: 6px;
  margin-bottom: 8px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.producto p {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0;
  color: #444;
}

.pasos {
  text-align: left;
  padding-left: 0;
  margin: 0;
  list-style: none;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #333;
}

.pasos li {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

.numero {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #242424;
  color: white;
  font-weight: 600;
  font-size: 1.05rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
  text-align: center;
  box-shadow: 0 0 0 1px rgba(216,58,50,0.28);
}

/* ===== INICIO MEDIA QUERIES RESPONSIVE ===== */

@media (max-width: 480px) {
  .btn-vapsense {
    font-size: 1rem;
    max-width: 100%;
    width: 95%;
  }
  
  .productos {
    flex-wrap: wrap;
    gap: 15px;
  }

  .producto {
    max-width: 70px;
  }

  .botella {
    width: 70px;
  }
}

/* ===== FIN MEDIA QUERIES RESPONSIVE ===== */

/* ========== INICIO VAPSENSE — MENSAJE SALDO VAPSENSE ========== */

#ets_affiliatemarketing_cart_message,
#ets_affiliatemarketing_product_message {
  margin-top: 14px;
}

/* Burbuja principal */
#ets_affiliatemarketing_cart_message .alert,
#ets_affiliatemarketing_product_message .alert {
  position: relative;
  margin: 0 0 12px 0;
  padding: 15px 18px;
  border-radius: 16px;
  border: 1px solid rgba(216, 58, 50, 0.14);
  background: linear-gradient(135deg, #ffffff 0%, #FBEAE8 100%);
  color: #151515 !important;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0 3px 12px rgba(216, 58, 50, 0.07);
  overflow: hidden;
}

/* Limpieza de decoraciones del módulo */
#ets_affiliatemarketing_cart_message .alert::before,
#ets_affiliatemarketing_cart_message .alert::after,
#ets_affiliatemarketing_product_message .alert::before,
#ets_affiliatemarketing_product_message .alert::after {
  content: none !important;
  display: none !important;
}

/* Importe destacado */
#ets_affiliatemarketing_cart_message .alert strong,
#ets_affiliatemarketing_cart_message .alert b,
#ets_affiliatemarketing_product_message .alert strong,
#ets_affiliatemarketing_product_message .alert b {
  font-weight: 800;
  color: #D83A32 !important;
}

/* Enlaces si el módulo los genera */
#ets_affiliatemarketing_cart_message .alert a,
#ets_affiliatemarketing_product_message .alert a {
  color: #D83A32 !important;
  font-weight: 700;
  text-decoration: none;
}

#ets_affiliatemarketing_cart_message .alert a:hover,
#ets_affiliatemarketing_product_message .alert a:hover {
  text-decoration: underline;
}

/* Oculta carga si aparece */
#ets_affiliatemarketing_cart_message .icon-loading,
#ets_affiliatemarketing_product_message .icon-loading {
  display: none !important;
}

/* Móvil */
@media (max-width: 600px) {
  #ets_affiliatemarketing_cart_message,
  #ets_affiliatemarketing_product_message {
    margin-top: 12px;
  }

  #ets_affiliatemarketing_cart_message .alert,
  #ets_affiliatemarketing_product_message .alert {
    padding: 13px 14px;
    border-radius: 14px;
    font-size: 14.5px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

/* ========== FIN VAPSENSE — MENSAJE SALDO VAPSENSE ========== */

/* ========================================================================== 
   VAPSENSE — Newsletter premium refinado
   Footer · Email subscription + GDPR
   ========================================================================== */

.footer-container .col.block-newsletter {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.55fr) minmax(360px, 1fr) !important;
  column-gap: 32px !important;
  row-gap: 14px !important;
  align-items: start !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 36px rgba(0,0,0,.18) !important;
  padding: 28px 30px !important;
  max-width: 960px !important;
  width: calc(100% - 48px) !important;
  margin: 34px auto 34px !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

.footer-container .row:has(> .col.block-newsletter) {
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 36px 0 !important;
  background: #242424 !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  transform: translateX(-50%) !important;
  box-sizing: border-box !important;
}

#footer-container-first.footer-container.footer-style-3 {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#footer-container-first.footer-container.footer-style-3 > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#footer-container-first.footer-container.footer-style-3 .row:has(> .col.block-newsletter) {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.footer-container .col.block-newsletter::before,
.footer-container .col.block-newsletter::after {
  content: none !important;
  display: none !important;
}

.footer-container .col.block-newsletter h3:empty {
  display: none !important;
}

.footer-container .col.block-newsletter h3 {
  font-size: 1.28rem !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  color: #242424 !important;
  margin: 6px 0 0 !important;
  text-align: left !important;
  letter-spacing: 0 !important;
}

.footer-container .col.block-newsletter .ps-emailsubscription-block,
.footer-container .col.block-newsletter form {
  width: 100% !important;
  margin: 0 !important;
}

.footer-container .col.block-newsletter .ps-emailsubscription-block {
  display: block !important;
  min-width: 0 !important;
}

.footer-container .col.block-newsletter form {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 9px !important;
  min-width: 0 !important;
}

.footer-container .col.block-newsletter .newsletter-input-group,
.footer-container .col.block-newsletter .input-group {
  display: grid !important;
  grid-template-columns: 1fr 48px !important;
  align-items: center !important;
  background: #fafafa !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 14px !important;
  padding: 4px !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.footer-container .col.block-newsletter .form-control.input-subscription,
.footer-container .col.block-newsletter .input-subscription {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 12px !important;
  font-size: .98rem !important;
  color: #242424 !important;
}

.footer-container .col.block-newsletter .input-subscription::placeholder,
.footer-container .col.block-newsletter .form-control.input-subscription::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

.footer-container .col.block-newsletter .input-group-append {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  width: 48px !important;
  height: 44px !important;
}

.footer-container .col.block-newsletter .btn-subscribe {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #242424 !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.footer-container .col.block-newsletter .btn-subscribe:hover:not(:disabled),
.footer-container .col.block-newsletter .btn-subscribe:focus:not(:disabled) {
  background: #D83A32 !important;
  color: #fff !important;
}

.footer-container .col.block-newsletter .btn-subscribe:disabled {
  opacity: .65 !important;
  background: #8e8e8e !important;
  cursor: not-allowed !important;
}

.footer-container .col.block-newsletter .btn-subscribe i.fa,
.footer-container .col.block-newsletter .btn-subscribe i.fa-envelope-o {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
  font-size: 21px !important;
  width: 21px !important;
  height: 21px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.footer-container .col.block-newsletter .ps-emailsubscription-conditions {
  color: #777 !important;
  font-size: .78rem !important;
  line-height: 1.38 !important;
  text-align: left !important;
  margin: 2px 0 0 !important;
}

.footer-container .col.block-newsletter .gdpr_module_19,
.footer-container .col.block-newsletter .gdpr_module_19 label,
.footer-container .col.block-newsletter .gdpr_module_19 span {
  color: #555 !important;
  font-size: .8rem !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

.footer-container .col.block-newsletter .custom-checkbox {
  margin-top: 2px !important;
}

.footer-container .col.block-newsletter .psgdpr_consent_message {
  display: flex !important;
  align-items: flex-start !important;
  gap: 7px !important;
  margin: 0 !important;
  cursor: pointer !important;
}

.footer-container .col.block-newsletter .psgdpr_consent_checkbox_span {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex: 0 0 18px !important;
  border: 2px solid #D83A32 !important;
  border-radius: 5px !important;
  background: #fff !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.footer-container .col.block-newsletter .psgdpr_consent_checkboxes_19:checked + .psgdpr_consent_checkbox_span {
  border-color: #D83A32 !important;
  background: #D83A32 !important;
}

.footer-container .col.block-newsletter .psgdpr_consent_icon {
  color: #fff !important;
  font-size: .82em !important;
  line-height: 1 !important;
}

@media (max-width: 700px) {
  .footer-container .col.block-newsletter {
    display: block !important;
    width: calc(100% - 22px) !important;
    max-width: calc(100vw - 22px) !important;
    padding: 20px 16px 18px !important;
    margin: 24px auto 26px !important;
    border-radius: 16px !important;
  }

  .footer-container .col.block-newsletter .ps-emailsubscription-block {
    display: block !important;
  }

  .footer-container .col.block-newsletter h3 {
    font-size: 1.16rem !important;
    margin: 0 0 14px !important;
  }

  .footer-container .col.block-newsletter .newsletter-input-group,
  .footer-container .col.block-newsletter .input-group {
    grid-template-columns: 1fr 46px !important;
  }

  .footer-container .col.block-newsletter .btn-subscribe {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  .footer-container .col.block-newsletter .input-group-append {
    width: 46px !important;
    height: 42px !important;
  }

  .footer-container .col.block-newsletter .btn-subscribe i.fa,
  .footer-container .col.block-newsletter .btn-subscribe i.fa-envelope-o {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

/* ========================================================================== 
   FIN VAPSENSE — Newsletter premium refinado
   ========================================================================== */
/* ========================================================================== */
/* Fondo general del home y página                                            */
/* ========================================================================== */

body,
#wrapper,
.main-content,
.page-home,
.page-content,
main#main-page-content {
  background-color: #FAFAFA;
}


/* ========================================================================== */
/* Banners y filas Elementor con marco premium Vapsense                       */
/* ========================================================================== */

.vs-banner-row img,
.elementor-row img {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 16px;
  box-shadow: 0 5px 18px rgba(0,0,0,0.07);
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 24px auto;
  object-fit: contain;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

/* Hover uniforme sin movimiento */
.vs-banner-row img:hover,
.elementor-row img:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.10);
  border-color: rgba(216,58,50,0.48);
}

@media (max-width: 600px) {
  .vs-banner-row img,
  .elementor-row img {
    margin-bottom: 14px;
    border-radius: 10px;
  }
}


/* ========================================================================== */
/* Marcos premium para imágenes GRANDES de producto y categorías              */
/* - Foto producto y miniaturas en ficha                                      */
/* - Imágenes de categorías / subcategorías                                   */
/* - NO listado ni carrusel (eso va por .product-miniature)                   */
/* ========================================================================== */

.block-category .category-cover img,
.featured-category .category-cover img,
.subcategories .subcategory img,
.images-container .thumb-container img,
.product-cover img,
.js-qv-product-cover img {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.13);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.055);
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 24px auto;
  object-fit: contain;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.block-category .category-cover img:hover,
.featured-category .category-cover img:hover,
.subcategories .subcategory img:hover,
.images-container .thumb-container img:hover,
.product-cover img:hover,
.js-qv-product-cover img:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  border-color: rgba(216,58,50,0.46);
  /* OJO: sin translateY para que no se corte la parte superior */
}

@media (max-width: 600px) {
  .block-category .category-cover img,
  .featured-category .category-cover img,
  .subcategories .subcategory img,
  .images-container .thumb-container img,
  .product-cover img,
  .js-qv-product-cover img {
    margin-bottom: 14px;
    border-radius: 10px;
  }
}


/* ========================================================================== */
/* Tarjetas de producto premium Vapsense (listado + carrusel)                 */
/* ========================================================================== */

/* La foto dentro de la tarjeta NO lleva marco: el marco es de la tarjeta */
.product-miniature .thumbnail img,
.product-miniature .product-thumbnail img {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

/* Tarjeta de producto (grid + carrusel) con marco premium */
.product-miniature {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.14);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  overflow: hidden;
  transition:
    transform 0.25s cubic-bezier(.4,0,.2,1),
    color 0.18s,
    background 0.18s,
    border 0.18s,
    outline 0.18s;
}

/* Hover premium: levanta la tarjeta y marca el borde Vapsense */
.product-miniature:hover,
.product-miniature:focus,
.product-miniature:active {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(20,20,20,0.085);
  border-color: rgba(216,58,50,0.50);
  z-index: 3;
}

/* ========================================================================== */
/* VAPSENSE — Grid 2x2 para banners específicos de MÓVIL                      */
/* ========================================================================== */

@media (max-width: 600px) {
  /* Contenedor de los 4 banners móviles */
  .vs-banner-grid-mobile {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;             /* compensa el padding lateral de cada columna */
  }

  .vs-banner-grid-mobile .elementor-container,
  .vs-banner-grid-mobile .elementor-row {
    width: 100% !important;
    max-width: 100% !important;
  }

  .vs-banner-grid-mobile .elementor-row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    aspect-ratio: 1 / 1;
  }

  /* Cada columna → 50% de ancho + padding para que no choquen los bordes */
  .vs-banner-grid-mobile .vs-banner-row {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px 10px;        /* 10px entre filas y 10px entre columnas (5+5) */
    box-sizing: border-box;
  }

  /* Reserva el hueco cuadrado antes de cargar cada banner movil */
  .vs-banner-grid-mobile .vs-banner-row .elementor-image,
  .vs-banner-grid-mobile .vs-banner-row .elementor-image a {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  /* Imagen siempre bien encajada dentro de la columna */
  .vs-banner-grid-mobile .vs-banner-row .elementor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

/* ==========================================================================
   VAPSENSE — MARCO PREMIUM CARRITO LATERAL MÓVIL
   ========================================================================== */

@media (max-width: 767px) {

  .cart-preview .product-image img,
  .blockcart .product-image img,
  .cart-dropdown .product-image img,
  .cart-overview .product-image img,
  .product-image.media-middle img,
  .product-image.media-middle picture img {
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,0.13) !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.045) !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .cart-preview .product-image,
  .blockcart .product-image,
  .cart-dropdown .product-image,
  .cart-overview .product-image,
  .product-image.media-middle {
    display: block !important;
    overflow: visible !important;
  }
}

/* ==========================================================================
   FIN VAPSENSE — MARCO CARRITO LATERAL MÓVIL
   ========================================================================== */

/* ==========================================================================
   VAPSENSE PREMIUM — Módulo IQIT Productos Similares (mini-cards)
   ========================================================================== */

.iqitproductvariants__product img {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.13);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.045);
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  padding: 4px;
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

/* Hover solo en PC */
@media (hover: hover) and (pointer: fine) {
  .iqitproductvariants__product img:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.09);
    border-color: rgba(216,58,50,0.46);
  }
}

/* Evita que el hover provoque recortes o saltos */
.iqitproductvariants__product {
  overflow: visible;
}

/* Ajuste móvil más limpio */
@media (max-width: 600px) {
  .iqitproductvariants__product img {
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
  }
}

/* ==========================================================================
   VAPSENSE PREMIUM — Página de Marcas (grid de logos)
   ========================================================================== */

.ms-grid .brand .brand-img img {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.13);
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.055);
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 16px auto;
  object-fit: contain;
  transition:
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

/* Hover solo PC */
@media (hover: hover) and (pointer: fine) {
  .ms-grid .brand .brand-img img:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.09);
    border-color: rgba(216,58,50,0.46);
  }
}

/* Ajuste móvil */
@media (max-width: 600px) {
  .ms-grid .brand .brand-img img {
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.045);
  }
}

/* ========================================================================== */
/* INICIO: VAPSENSE — Banner NICOKIT Longfill debajo de miniaturas            */
/* ========================================================================== */

/* Oculta el banner por defecto en todos los dispositivos */
.desktop-only {
  display: none !important;
}

/* Banner visible solo en escritorio */
@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }

  .nicokit-banner {
    width: 100%;
    margin: 24px auto;
  }

  .nicokit-banner__img {
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,0.14) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05) !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease !important;
  }

  .nicokit-banner__img:hover {
    border-color: rgba(216,58,50,0.45) !important;
    box-shadow: 0 8px 28px rgba(0,0,0,0.09) !important;
    transform: translateY(-1px);
  }
}

/* ========================================================================== */
/* FIN: VAPSENSE — Banner NICOKIT Longfill debajo de miniaturas               */
/* ========================================================================== */

/* === VAPSENSE | Miniaturas de producto en carrito estilo premium === */
/* Página de carrito + mini-carrito */

.cart-item .product-image img,
.blockcart .product-image img {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 4px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* Efecto hover solo en dispositivos con ratón */
@media (hover: hover) {
  .cart-item .product-image img:hover,
  .blockcart .product-image img:hover {
    border-color: #D83A32;
    box-shadow: 0 5px 16px rgba(216,58,50,0.16);
    transform: translateY(-1px);
  }
}

/* ==========================================================================
   VAPSENSE — Bloques de confianza premium
   ========================================================================== */

.trust-pc {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 18px 16px 16px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045);
}

/* Iconos SVG PC */
.trust-pc .trust-icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 11px;
  line-height: 0;
}

.trust-pc .trust-icon svg {
  width: 78px;
  height: 78px;
  display: block;
}

/* Colores iconos */
.trust-icon-shipping {
  color: #8A6548 !important;
}

.trust-icon-whatsapp {
  color: #1F9D55 !important;
}

.trust-icon-payment {
  color: #2F5F8F !important;
}

.trust-icon-store {
  color: #D83A32 !important;
}

.trust-pc h3 {
  font-size: 1.04rem;
  margin: 0 0 6px;
  color: #242424;
  letter-spacing: 0;
  font-weight: 800;
  line-height: 1.26;
}

.trust-pc p {
  font-size: 0.9rem;
  margin: 0 0 9px;
  color: #666666;
  line-height: 1.48;
}


/* ==========================================================================
   VAPSENSE — Bloques de confianza móvil
   ========================================================================== */

.trust-row-mobile {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.trust-mobile {
  flex: 1 1 0;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 10px 7px 9px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(20,20,20,0.045);
}

/* Iconos SVG móvil */
.trust-mobile .trust-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 7px;
  line-height: 0;
}

.trust-mobile .trust-icon svg {
  width: 48px;
  height: 48px;
  display: block;
}

.trust-mobile h3 {
  font-size: 0.9rem;
  margin: 0 0 5px;
  font-weight: 800;
  color: #242424;
  line-height: 1.22;
}

.trust-mobile p {
  font-size: 0.8rem;
  margin: 0 0 7px;
  color: #666666;
  line-height: 1.38;
}


/* ==========================================================================
   VAPSENSE — Enlaces bloques de confianza
   ========================================================================== */

.trust-pc a,
.trust-mobile a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #424242 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.4px;
  text-decoration-color: rgba(216,58,50,0.45) !important;
  background: none;
  border: none;
  padding: 2px 0;
  cursor: pointer;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.trust-pc a::after,
.trust-mobile a::after {
  content: "›";
  color: #D83A32;
  font-size: 1.05rem;
  line-height: 1;
}

.trust-pc a:hover,
.trust-mobile a:hover {
  color: #D83A32 !important;
  text-decoration-color: #D83A32 !important;
}


/* ==========================================================================
   VAPSENSE — Ajustes móvil pequeño
   ========================================================================== */

@media (max-width: 480px) {
  .trust-row-mobile {
    gap: 8px;
    margin-bottom: 12px;
  }

  .trust-mobile {
    padding: 9px 5px 8px;
    border-radius: 12px;
  }

  .trust-mobile .trust-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 6px;
  }

  .trust-mobile .trust-icon svg {
    width: 44px;
    height: 44px;
  }

  .trust-mobile h3 {
    font-size: 0.86rem;
  }

  .trust-mobile p {
    font-size: 0.78rem;
  }

  .trust-mobile a {
    font-size: 0.84rem;
  }
}

/* ==========================================================================
   INICIO: VAPSENSE - Checkout premium
   ========================================================================== */

body#checkout #wrapper{
  background:#fafafa;
}

body#checkout #inner-wrapper{
  padding-top:24px;
  padding-bottom:42px;
}

body#checkout .page-title{
  margin:0 0 22px;
  font-size:1.55rem;
  font-weight:900;
  color:#242424;
  letter-spacing:0;
}

body#checkout .checkout-step{
  background:#ffffff;
  border:1px solid #e8e8e8;
  border-radius:14px;
  box-shadow:0 3px 14px rgba(20,20,20,0.045);
  margin-bottom:16px;
  overflow:hidden;
}

body#checkout .checkout-step.-current{
  border-color:rgba(216,58,50,0.22);
  box-shadow:0 5px 20px rgba(216,58,50,0.08);
}

body#checkout .checkout-step .step-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  padding:17px 20px;
  background:#ffffff;
  border-bottom:1px solid #eeeeee;
  color:#242424;
  font-size:1.05rem;
  font-weight:900;
  letter-spacing:0;
  line-height:1.25;
}

body#checkout .checkout-step.-current .step-title{
  background:linear-gradient(180deg,#ffffff 0%,#FBEAE8 100%);
}

body#checkout .checkout-step .step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  min-width:30px;
  border-radius:999px;
  background:#242424;
  color:#ffffff;
  font-size:0.92rem;
  font-weight:900;
}

body#checkout .checkout-step.-current .step-number{
  background:#D83A32;
}

body#checkout .checkout-step .done{
  color:#1f9d55;
  margin-left:auto;
  font-size:0.95rem;
}

body#checkout .checkout-step .step-edit{
  margin-left:auto;
  color:#666666 !important;
  font-size:0.86rem;
  font-weight:700;
}

body#checkout .checkout-step .content{
  padding:20px;
  color:#242424;
}

body#checkout .checkout-step .content p{
  color:#333333;
  line-height:1.55;
}

body#checkout .checkout-step a{
  color:#D83A32;
  font-weight:700;
}

body#checkout .form-control,
body#checkout input[type="text"],
body#checkout input[type="email"],
body#checkout input[type="tel"],
body#checkout textarea,
body#checkout select{
  border:1px solid #dddddd;
  border-radius:10px;
  min-height:42px;
  box-shadow:none;
}

body#checkout .form-control:focus,
body#checkout input[type="text"]:focus,
body#checkout input[type="email"]:focus,
body#checkout input[type="tel"]:focus,
body#checkout textarea:focus,
body#checkout select:focus{
  border-color:#D83A32;
  box-shadow:0 0 0 3px rgba(216,58,50,0.10);
}

body#checkout .address-selector{
  margin-top:14px;
}

body#checkout .address-item{
  background:#ffffff;
  border:1px solid #e7e7e7;
  border-radius:13px;
  padding:16px;
  box-shadow:0 2px 10px rgba(20,20,20,0.04);
}

body#checkout .address-item.selected{
  border-color:#D83A32;
  box-shadow:0 4px 16px rgba(216,58,50,0.08);
}

body#checkout .address-item .address-alias{
  color:#242424;
  font-weight:900;
}

body#checkout .address-item .address{
  color:#333333;
  line-height:1.55;
  font-size:0.96rem;
}

body#checkout .address-footer{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

body#checkout .add-address a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#242424;
  text-decoration:none;
}

body#checkout .delivery-options-list .delivery-option{
  align-items:center;
  background:#ffffff;
  border:1px solid #e7e7e7;
  border-radius:13px;
  margin:0 0 12px;
  padding:14px 12px;
  box-shadow:0 2px 10px rgba(20,20,20,0.04);
}

body#checkout .delivery-options-list .delivery-option:has(input:checked){
  border-color:#D83A32;
  box-shadow:0 4px 16px rgba(216,58,50,0.08);
}

body#checkout .delivery-options-list .delivery-option label{
  margin-bottom:0;
}

body#checkout .delivery-options-list .carrier-hasLogo{
  align-items:center;
}

body#checkout #js-delivery .delivery-option img,
body#checkout .delivery-options-list .delivery-option img,
body#checkout .delivery-options-list .carrier-hasLogo img{
  display:block;
  width:auto !important;
  height:auto !important;
  max-width:52px !important;
  max-height:38px !important;
  object-fit:contain;
  margin:0 auto;
}

body#checkout .delivery-options-list .carrier-hasLogo .col-xs-3{
  width:64px !important;
  max-width:64px !important;
  flex:0 0 64px;
  display:flex;
  align-items:center;
  justify-content:center;
}

body#checkout .delivery-options-list .carriere-name-container{
  display:flex;
  align-items:center;
}

body#checkout .delivery-options-list .carrier-name{
  color:#242424;
  font-size:0.98rem;
  font-weight:900;
}

body#checkout .delivery-options-list .carrier-delay{
  color:#444444;
  font-size:0.94rem;
  font-weight:600;
}

body#checkout .delivery-options-list .carrier-price{
  color:#D83A32;
  font-size:1rem;
  font-weight:900;
}

body#checkout .order-options{
  margin-top:16px;
}

body#checkout .order-options label{
  color:#333333;
  font-size:0.94rem;
  font-weight:700;
}

body#checkout .payment-options .payment-option{
  background:#ffffff;
  border:1px solid #e7e7e7;
  border-radius:13px;
  margin-bottom:12px;
  padding:14px;
  box-shadow:0 2px 10px rgba(20,20,20,0.04);
}

body#checkout .payment-options .payment-option label{
  margin-bottom:0;
  color:#242424;
  font-weight:800;
}

body#checkout .conditions-to-approve,
body#checkout #conditions-to-approve{
  background:#fafafa;
  border:1px solid #eeeeee;
  border-radius:12px;
  padding:14px;
  margin:14px 0;
}

body#checkout .btn-primary.btn-lg,
body#checkout .continue.btn-primary{
  background:#242424;
  border:none;
  border-radius:12px;
  color:#ffffff;
  font-size:1.04rem;
  font-weight:900;
  letter-spacing:0;
  padding:13px 18px;
  box-shadow:0 3px 14px rgba(20,20,20,0.14);
  transition:background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

body#checkout .btn-primary.btn-lg:hover,
body#checkout .btn-primary.btn-lg:focus,
body#checkout .continue.btn-primary:hover,
body#checkout .continue.btn-primary:focus{
  background:#D83A32 !important;
  color:#ffffff !important;
  box-shadow:0 6px 22px rgba(216,58,50,0.18);
  transform:translateY(-1px);
}

body#checkout .cart-grid-right .card.cart-summary,
body#checkout #js-checkout-summary{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
}

body#checkout #js-checkout-summary > hr{
  display:none !important;
}

body#checkout #js-checkout-summary .card-body,
body#checkout #js-checkout-summary .card-block,
body#checkout #js-checkout-summary .block-promo{
  background:#ffffff;
  border:1px solid #e6e6e6;
  border-radius:14px;
  box-shadow:0 3px 14px rgba(20,20,20,0.045);
  padding:18px 20px !important;
  margin-bottom:14px;
}

body#checkout #js-checkout-summary .cart-summary-products{
  color:#242424;
  font-weight:800;
}

body#checkout #js-checkout-summary .cart-summary-line{
  display:grid !important;
  grid-template-columns:1fr minmax(76px,120px);
  align-items:center;
  gap:10px;
  padding:8px 0;
  border-bottom:1px solid #eeeeee;
  color:#242424;
}

body#checkout #js-checkout-summary .cart-summary-line:last-child{
  border-bottom:none;
}

body#checkout #js-checkout-summary .cart-summary-line .label{
  color:#242424;
  font-size:0.96rem;
  font-weight:600;
}

body#checkout #js-checkout-summary .cart-summary-line .value{
  color:#242424;
  font-size:0.98rem;
  font-weight:800;
  text-align:right;
}

body#checkout #js-checkout-summary .cart-total .label{
  color:#242424;
  font-size:1.04rem;
  font-weight:900;
}

body#checkout #js-checkout-summary .cart-total .value{
  color:#D83A32;
  font-size:1.28rem;
  font-weight:900;
}

body#checkout #js-checkout-summary .label.sub,
body#checkout #js-checkout-summary .value.sub{
  color:#555555;
  font-size:0.92rem;
}

body#checkout #js-checkout-summary .media-object{
  max-width:54px;
  max-height:70px;
  object-fit:contain;
}

body#checkout #js-checkout-summary .product-name{
  color:#242424;
  font-weight:800;
  line-height:1.35;
}

body#checkout #js-checkout-summary .alert-info.iqitfreedeliverycount{
  background:#f7f7f7 !important;
  border:1px solid #e1e1e1 !important;
  color:#242424 !important;
  border-radius:12px;
  margin-top:14px;
  padding:13px 14px 11px !important;
}

body#checkout #js-checkout-summary .iqitfreedeliverycount-title{
  color:#242424 !important;
  font-size:0.92rem;
  font-weight:800;
  line-height:1.35;
}

body#checkout #js-checkout-summary .ifdc-remaining-price{
  color:#D83A32;
  font-weight:900;
}

body#checkout #js-checkout-summary .block-promo .input-group{
  border:1px solid #e5e5e5;
  border-radius:10px;
  overflow:hidden;
  background:#ffffff;
}

body#checkout #js-checkout-summary .block-promo .form-control{
  border:none;
  border-radius:0;
  min-height:42px;
}

body#checkout #js-checkout-summary .block-promo .btn-secondary{
  background:#242424;
  border:none;
  color:#ffffff;
  font-weight:900;
  padding:0 16px;
}

body#checkout #js-checkout-summary .voucher-icon{
  color:#242424;
  background:#ffffff;
  border:none;
  display:flex;
  align-items:center;
}

@media (max-width:767px){
  body#checkout #inner-wrapper{
    padding-top:16px;
    padding-bottom:30px;
  }

  body#checkout .page-title{
    font-size:1.35rem;
    margin-bottom:16px;
  }

  body#checkout .checkout-step{
    border-radius:12px;
    margin-bottom:13px;
  }

  body#checkout .checkout-step .step-title{
    padding:14px;
    font-size:1rem;
  }

  body#checkout .checkout-step .content{
    padding:16px 14px;
  }

  body#checkout .checkout-step .step-number{
    width:28px;
    height:28px;
    min-width:28px;
  }

  body#checkout .delivery-options-list .delivery-option{
    padding:13px 10px;
  }

  body#checkout #js-delivery .delivery-option img,
  body#checkout .delivery-options-list .delivery-option img,
  body#checkout .delivery-options-list .carrier-hasLogo img{
    max-width:46px !important;
    max-height:34px !important;
  }

  body#checkout .delivery-options-list .carrier-hasLogo .col-xs-3{
    width:56px !important;
    max-width:56px !important;
    flex:0 0 56px;
  }

  body#checkout .delivery-options-list .carrier-price{
    margin-top:5px;
    display:block;
  }

  body#checkout #js-checkout-summary .card-body,
  body#checkout #js-checkout-summary .card-block,
  body#checkout #js-checkout-summary .block-promo{
    border-radius:12px;
    padding:16px 14px !important;
  }

  body#checkout #js-checkout-summary .cart-summary-line{
    grid-template-columns:1fr minmax(72px,110px);
    gap:8px;
    font-size:0.94rem;
  }

  body#checkout #js-checkout-summary .cart-total .value{
    font-size:1.2rem;
  }
}

@media (prefers-reduced-motion:reduce){
  body#checkout *{
    transition:none !important;
  }
}

/* ==========================================================================
   FIN: VAPSENSE - Checkout premium
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE - Refuerzo checkout principal
   Pegar DESPUES del bloque "Checkout premium"
   ========================================================================== */

body#checkout #content-wrapper #main .checkout-step,
body#checkout #checkout-personal-information-step,
body#checkout #checkout-addresses-step,
body#checkout #checkout-delivery-step,
body#checkout #checkout-payment-step{
  background:#ffffff !important;
  border:1px solid #e8e8e8 !important;
  border-radius:14px !important;
  box-shadow:0 3px 14px rgba(20,20,20,0.045) !important;
  margin-bottom:16px !important;
  overflow:hidden !important;
}

body#checkout #content-wrapper #main .checkout-step.-current,
body#checkout #checkout-personal-information-step.-current,
body#checkout #checkout-addresses-step.-current,
body#checkout #checkout-delivery-step.-current,
body#checkout #checkout-payment-step.-current{
  border-color:rgba(216,58,50,0.22) !important;
  box-shadow:0 5px 20px rgba(216,58,50,0.08) !important;
}

body#checkout #content-wrapper #main .checkout-step > .step-title,
body#checkout #checkout-personal-information-step > .step-title,
body#checkout #checkout-addresses-step > .step-title,
body#checkout #checkout-delivery-step > .step-title,
body#checkout #checkout-payment-step > .step-title{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  padding:17px 20px !important;
  background:linear-gradient(180deg,#ffffff 0%,#FBEAE8 100%) !important;
  border-bottom:1px solid #eeeeee !important;
  color:#242424 !important;
  font-size:1.05rem !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
}

body#checkout #content-wrapper #main .checkout-step .step-number,
body#checkout #checkout-personal-information-step .step-number,
body#checkout #checkout-addresses-step .step-number,
body#checkout #checkout-delivery-step .step-number,
body#checkout #checkout-payment-step .step-number{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  border-radius:999px !important;
  background:#D83A32 !important;
  color:#ffffff !important;
  font-size:0.92rem !important;
  font-weight:900 !important;
}

body#checkout #content-wrapper #main .checkout-step .done{
  color:#1f9d55 !important;
  margin-left:auto !important;
}

body#checkout #content-wrapper #main .checkout-step .step-edit{
  color:#666666 !important;
  font-size:0.86rem !important;
  font-weight:700 !important;
}

body#checkout #content-wrapper #main .checkout-step > .content{
  padding:20px !important;
}

body#checkout #content-wrapper #main .checkout-step .content p{
  color:#333333 !important;
  line-height:1.55 !important;
}

body#checkout #content-wrapper #main .checkout-step a{
  color:#D83A32 !important;
  font-weight:700 !important;
}

body#checkout #content-wrapper #main .continue.btn.btn-primary,
body#checkout #content-wrapper #main button.btn.btn-primary.continue,
body#checkout #content-wrapper #main #payment-confirmation .btn.btn-primary{
  background:#242424 !important;
  border:0 !important;
  border-radius:12px !important;
  color:#ffffff !important;
  font-size:1.04rem !important;
  font-weight:900 !important;
  letter-spacing:0 !important;
  min-height:48px !important;
  padding:13px 18px !important;
  box-shadow:0 3px 14px rgba(20,20,20,0.14) !important;
  transition:background .16s ease, box-shadow .16s ease, transform .16s ease !important;
}

body#checkout #content-wrapper #main .continue.btn.btn-primary:hover,
body#checkout #content-wrapper #main .continue.btn.btn-primary:focus,
body#checkout #content-wrapper #main #payment-confirmation .btn.btn-primary:hover,
body#checkout #content-wrapper #main #payment-confirmation .btn.btn-primary:focus{
  background:#D83A32 !important;
  color:#ffffff !important;
  box-shadow:0 6px 22px rgba(216,58,50,0.18) !important;
  transform:translateY(-1px) !important;
}

body#checkout #content-wrapper #main .continue.btn.btn-primary.disabled,
body#checkout #content-wrapper #main .continue.btn.btn-primary:disabled,
body#checkout #content-wrapper #main #payment-confirmation .btn.btn-primary.disabled,
body#checkout #content-wrapper #main #payment-confirmation .btn.btn-primary:disabled{
  background:#b9b9b9 !important;
  color:#ffffff !important;
  box-shadow:none !important;
  transform:none !important;
  opacity:1 !important;
}

body#checkout #checkout-addresses-step .address-item{
  background:#ffffff !important;
  border:1px solid #e7e7e7 !important;
  border-radius:13px !important;
  padding:16px !important;
  box-shadow:0 2px 10px rgba(20,20,20,0.04) !important;
}

body#checkout #checkout-addresses-step .address-item.selected{
  border-color:#D83A32 !important;
  box-shadow:0 4px 16px rgba(216,58,50,0.08) !important;
}

body#checkout #checkout-addresses-step .address-alias{
  color:#242424 !important;
  font-weight:900 !important;
}

body#checkout #checkout-delivery-step .delivery-options-list .delivery-option{
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  background:#ffffff !important;
  border:1px solid #e7e7e7 !important;
  border-radius:13px !important;
  margin:0 0 12px !important;
  padding:14px 12px !important;
  box-shadow:0 2px 10px rgba(20,20,20,0.04) !important;
}

body#checkout #checkout-delivery-step .delivery-options-list .delivery-option label{
  margin:0 !important;
}

body#checkout #checkout-delivery-step .delivery-options-list .delivery-option:has(input:checked){
  border-color:#D83A32 !important;
  box-shadow:0 4px 16px rgba(216,58,50,0.08) !important;
}

body#checkout #checkout-delivery-step #js-delivery .carrier-hasLogo{
  display:flex !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  margin:0 !important;
}

body#checkout #checkout-delivery-step #js-delivery .carrier-hasLogo .col-xs-3{
  width:64px !important;
  max-width:64px !important;
  min-width:64px !important;
  flex:0 0 64px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding-left:0 !important;
  padding-right:10px !important;
}

body#checkout #checkout-delivery-step #js-delivery .carrier-hasLogo img,
body#checkout #checkout-delivery-step #js-delivery img[src^="/img/s/"]{
  display:block !important;
  width:52px !important;
  max-width:52px !important;
  height:auto !important;
  max-height:38px !important;
  object-fit:contain !important;
  margin:0 auto !important;
}

body#checkout #checkout-delivery-step #js-delivery .carriere-name-container{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
}

body#checkout #checkout-delivery-step #js-delivery .carrier-name{
  color:#242424 !important;
  font-size:0.98rem !important;
  font-weight:900 !important;
  line-height:1.25 !important;
}

body#checkout #checkout-delivery-step #js-delivery .carrier-delay{
  color:#444444 !important;
  font-size:0.94rem !important;
  font-weight:600 !important;
}

body#checkout #checkout-delivery-step #js-delivery .carrier-price{
  color:#D83A32 !important;
  font-size:1rem !important;
  font-weight:900 !important;
}

body#checkout #checkout-delivery-step #delivery_message{
  border:1px solid #dddddd !important;
  border-radius:10px !important;
  min-height:76px !important;
  box-shadow:none !important;
}

body#checkout #checkout-payment-step .payment-option{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  background:#ffffff !important;
  border:1px solid #e7e7e7 !important;
  border-radius:13px !important;
  margin-bottom:12px !important;
  padding:14px !important;
  box-shadow:0 2px 10px rgba(20,20,20,0.04) !important;
}

body#checkout #checkout-payment-step .payment-option label{
  margin:0 !important;
  color:#242424 !important;
  font-weight:800 !important;
}

body#checkout #checkout-payment-step .payment-option label img{
  max-height:24px !important;
  width:auto !important;
  margin-left:8px !important;
}

body#checkout #checkout-payment-step [paypal-mark-container] img{
  max-height:20px !important;
  width:auto !important;
}

body#checkout #checkout-payment-step #conditions-to-approve{
  background:#fafafa !important;
  border:1px solid #eeeeee !important;
  border-radius:12px !important;
  padding:14px !important;
  margin:14px 0 !important;
}

@media (max-width:767px){
  body#checkout #content-wrapper #main .checkout-step,
  body#checkout #checkout-personal-information-step,
  body#checkout #checkout-addresses-step,
  body#checkout #checkout-delivery-step,
  body#checkout #checkout-payment-step{
    border-radius:12px !important;
    margin-bottom:13px !important;
  }

  body#checkout #content-wrapper #main .checkout-step > .step-title{
    padding:14px !important;
    font-size:1rem !important;
  }

  body#checkout #content-wrapper #main .checkout-step > .content{
    padding:16px 14px !important;
  }

  body#checkout #checkout-delivery-step #js-delivery .carrier-hasLogo img,
  body#checkout #checkout-delivery-step #js-delivery img[src^="/img/s/"]{
    width:46px !important;
    max-width:46px !important;
    max-height:34px !important;
  }

  body#checkout #checkout-delivery-step #js-delivery .carrier-hasLogo .col-xs-3{
    width:56px !important;
    max-width:56px !important;
    min-width:56px !important;
    flex:0 0 56px !important;
  }
}

/* ==========================================================================
   FIN: VAPSENSE - Refuerzo checkout principal
   ========================================================================== */
/* === CHECKOUT VAPSENSE: fuerza final botones continuar === */
body#checkout #main .checkout-step .content button.continue.btn.btn-primary.btn-block.btn-lg,
body#checkout #main .checkout-step form button.continue.btn.btn-primary.btn-block.btn-lg,
body#checkout #checkout-personal-information-step button.continue.btn.btn-primary.btn-block.btn-lg,
body#checkout #checkout-addresses-step button.continue.btn.btn-primary.btn-block.btn-lg,
body#checkout #checkout-delivery-step button.continue.btn.btn-primary.btn-block.btn-lg{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:48px !important;
  background:#242424 !important;
  border:0 !important;
  border-radius:12px !important;
  color:#ffffff !important;
  font-size:1.04rem !important;
  font-weight:900 !important;
  box-shadow:0 3px 14px rgba(20,20,20,.14) !important;
  padding:13px 18px !important;
  text-transform:none !important;
}

body#checkout #main .checkout-step .content button.continue.btn.btn-primary.btn-block.btn-lg:hover,
body#checkout #main .checkout-step .content button.continue.btn.btn-primary.btn-block.btn-lg:focus{
  background:#D83A32 !important;
  color:#ffffff !important;
  box-shadow:0 6px 22px rgba(216,58,50,.18) !important;
}

/* === CHECKOUT VAPSENSE: boton realizar pedido === */
body#checkout #payment-confirmation button.btn.btn-primary.btn-block.btn-lg,
body#checkout #checkout-payment-step #payment-confirmation button[type="submit"].btn.btn-primary.btn-block.btn-lg{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:48px !important;
  background:#242424 !important;
  border:0 !important;
  border-radius:12px !important;
  color:#ffffff !important;
  font-size:1.04rem !important;
  font-weight:900 !important;
  box-shadow:0 3px 14px rgba(20,20,20,.14) !important;
  padding:13px 18px !important;
  text-transform:none !important;
}

body#checkout #payment-confirmation button.btn.btn-primary.btn-block.btn-lg:hover,
body#checkout #payment-confirmation button.btn.btn-primary.btn-block.btn-lg:focus{
  background:#D83A32 !important;
  color:#ffffff !important;
  box-shadow:0 6px 22px rgba(216,58,50,.18) !important;
}

body#checkout #payment-confirmation button.btn.btn-primary.btn-block.btn-lg:disabled,
body#checkout #payment-confirmation button.btn.btn-primary.btn-block.btn-lg.disabled{
  background:#b9b9b9 !important;
  color:#ffffff !important;
  box-shadow:none !important;
  opacity:1 !important;
}

/* ==========================================================================
   INICIO: VAPSENSE - Confirmacion de pedido
   ========================================================================== */

#content-hook_order_confirmation{
  margin:24px 0 42px;
}

#content-hook_order_confirmation .page-title{
  margin:0 0 16px;
  color:#242424;
  font-size:1.6rem;
  font-weight:900;
  letter-spacing:0;
}

#content-hook_order_confirmation .page-title i{
  color:#1f9d55;
  margin-right:8px;
}

#content-hook_order_confirmation .order-confirmation-title-payment,
#content-hook_order_confirmation .order-confirmation-details{
  margin-bottom:20px;
}

#content-hook_order_confirmation .order-confirmation-title-payment,
#content-hook_order_confirmation #order-details,
#content-hook_order_confirmation #order-items{
  background:#ffffff;
  border:1px solid #e6e6e6;
  border-radius:14px;
  box-shadow:0 3px 14px rgba(20,20,20,.045);
  padding:22px 24px;
}

#content-hook_order_confirmation .mail-sent-info{
  background:#f7f7f7;
  border:1px solid #e5e5e5;
  border-radius:12px;
  color:#242424;
  font-weight:700;
  padding:13px 14px;
  margin:12px 0 16px;
}

#content-hook_order_confirmation .loy_status.pending{
  display:inline-block;
  background:#FBEAE8;
  border:1px solid rgba(216,58,50,0.22);
  border-radius:999px;
  color:#D83A32;
  font-size:.9rem;
  font-weight:900;
  padding:3px 10px;
}

#content-hook_order_confirmation #content-hook_payment_return{
  margin-top:18px;
}

#content-hook_order_confirmation #content-hook_payment_return p{
  color:#333333;
  line-height:1.6;
}

#content-hook_order_confirmation #content-hook_payment_return dl{
  background:#fafafa;
  border:1px solid #eeeeee;
  border-radius:13px;
  padding:16px;
  margin:16px 0;
}

#content-hook_order_confirmation #content-hook_payment_return dt{
  color:#242424;
  font-weight:900;
  margin-top:10px;
}

#content-hook_order_confirmation #content-hook_payment_return dt:first-child{
  margin-top:0;
}

#content-hook_order_confirmation #content-hook_payment_return dd{
  color:#333333;
  margin:4px 0 0;
  font-weight:600;
}

#content-hook_order_confirmation #content-hook_payment_return strong{
  display:block;
  color:#242424;
  background:#FBEAE8;
  border:1px solid rgba(216,58,50,0.22);
  border-radius:12px;
  padding:13px 14px;
  margin:16px 0;
}

#content-hook_order_confirmation .card-title{
  margin:0 0 14px;
  color:#242424;
  font-size:1.08rem;
  font-weight:900;
}

#content-hook_order_confirmation #order-details{
  margin-bottom:16px;
}

#content-hook_order_confirmation #order-details ul{
  list-style:none;
  padding:0;
  margin:0;
}

#content-hook_order_confirmation #order-details li{
  border-top:1px solid #eeeeee;
  color:#333333;
  font-weight:600;
  line-height:1.45;
  padding:10px 0;
}

#content-hook_order_confirmation #order-details li:first-child{
  border-top:0;
}

#content-hook_order_confirmation .order-confirmation-table .order-line{
  padding:8px 0 14px;
}

#content-hook_order_confirmation .order-confirmation-table img{
  max-width:58px;
  max-height:74px;
  object-fit:contain;
}

#content-hook_order_confirmation .order-confirmation-table .details{
  color:#242424;
  font-weight:800;
  line-height:1.35;
}

#content-hook_order_confirmation .order-confirmation-table .qty{
  color:#333333;
  font-weight:700;
}

#content-hook_order_confirmation .order-confirmation-table table{
  width:100%;
  margin-top:10px;
}

#content-hook_order_confirmation .order-confirmation-table table td{
  border-top:1px solid #eeeeee;
  color:#333333;
  padding:9px 0;
  font-weight:600;
}

#content-hook_order_confirmation .order-confirmation-table table td:last-child{
  text-align:right;
  font-weight:800;
}

#content-hook_order_confirmation .order-confirmation-table .totals td{
  color:#242424;
  font-size:1.02rem;
  font-weight:900;
}

#content-hook_order_confirmation .order-confirmation-table .totals td:last-child{
  color:#D83A32;
  font-size:1.22rem;
}

@media (max-width:767px){
  #content-hook_order_confirmation{
    margin:18px 0 30px;
  }

  #content-hook_order_confirmation .page-title{
    font-size:1.35rem;
  }

  #content-hook_order_confirmation .order-confirmation-title-payment,
  #content-hook_order_confirmation #order-details,
  #content-hook_order_confirmation #order-items{
    border-radius:12px;
    padding:18px 15px;
  }

  #content-hook_order_confirmation .order-confirmation-table .qty{
    margin-top:10px;
  }
}

/* ==========================================================================
   FIN: VAPSENSE - Confirmacion de pedido
   ========================================================================== */

/* ==========================================================================
   INICIO: VAPSENSE - Mi cuenta paginas internas
   Direcciones, historial, cupones, alertas, facturas y GDPR
   ========================================================================== */

.my-account-page-content.col-sm-9{
  background:#ffffff !important;
  border:1px solid #eeeeee !important;
  border-radius:16px !important;
  box-shadow:0 2px 10px rgba(20,20,20,0.045) !important;
  padding:28px 26px !important;
  color:#242424 !important;
}

.my-account-page-content.col-sm-9 > h2{
  margin:0 0 18px !important;
  color:#242424 !important;
  font-size:1.35rem !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
}

.my-account-page-content.col-sm-9 > h6{
  margin:0 0 18px !important;
  color:#555555 !important;
  font-size:0.96rem !important;
  font-weight:600 !important;
  line-height:1.5 !important;
}

.my-account-page-content.col-sm-9 .alert{
  border-radius:12px !important;
  border:1px solid #e5e5e5 !important;
  box-shadow:none !important;
  padding:14px 16px !important;
  font-weight:700 !important;
  line-height:1.45 !important;
}

.my-account-page-content.col-sm-9 .alert-info{
  background:#f7f7f7 !important;
  color:#242424 !important;
}

.my-account-page-content.col-sm-9 .alert-warning{
  background:#FBEAE8 !important;
  border-color:rgba(216,58,50,0.22) !important;
  color:#242424 !important;
}

/* Direcciones */
.my-account-page-content.col-sm-9 article.address{
  height:100%;
  background:#fafafa !important;
  border:1px solid #e7e7e7 !important;
  border-radius:14px !important;
  box-shadow:0 2px 10px rgba(20,20,20,0.04) !important;
  overflow:hidden !important;
}

.my-account-page-content.col-sm-9 article.address .address-body{
  padding:18px 18px 14px !important;
}

.my-account-page-content.col-sm-9 article.address h4{
  margin:0 0 10px !important;
  color:#242424 !important;
  font-size:1.02rem !important;
  font-weight:900 !important;
}

.my-account-page-content.col-sm-9 article.address address{
  margin:0 !important;
  color:#333333 !important;
  font-size:0.95rem !important;
  font-style:normal !important;
  font-weight:600 !important;
  line-height:1.55 !important;
}

.my-account-page-content.col-sm-9 article.address .address-footer{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  border-top:1px solid #eeeeee !important;
  background:#ffffff !important;
  padding:12px 18px !important;
}

.my-account-page-content.col-sm-9 article.address .address-footer a,
.my-account-page-content.col-sm-9 .addresses-footer a{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  color:#242424 !important;
  font-size:0.92rem !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

.my-account-page-content.col-sm-9 article.address .address-footer a:hover,
.my-account-page-content.col-sm-9 .addresses-footer a:hover{
  color:#D83A32 !important;
}

.my-account-page-content.col-sm-9 article.address .address-footer i,
.my-account-page-content.col-sm-9 .addresses-footer i{
  color:#D83A32 !important;
}

.my-account-page-content.col-sm-9 .addresses-footer{
  margin-top:18px !important;
}

.my-account-page-content.col-sm-9 .addresses-footer a{
  justify-content:center !important;
  min-height:44px !important;
  background:#D83A32 !important;
  border-radius:12px !important;
  color:#ffffff !important;
  padding:12px 18px !important;
  box-shadow:0 3px 14px rgba(216,58,50,0.16) !important;
}

.my-account-page-content.col-sm-9 .addresses-footer a i{
  color:#ffffff !important;
}

.my-account-page-content.col-sm-9 .addresses-footer a:hover{
  background:#242424 !important;
  color:#ffffff !important;
}

/* Historial de pedidos */
.my-account-page-content.col-sm-9 table.table{
  margin:0 !important;
  border:1px solid #e6e6e6 !important;
  border-radius:14px !important;
  overflow:hidden !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
  background:#ffffff !important;
}

.my-account-page-content.col-sm-9 table.table thead th{
  background:#242424 !important;
  border-color:#242424 !important;
  color:#ffffff !important;
  font-size:0.9rem !important;
  font-weight:900 !important;
  padding:12px 10px !important;
  vertical-align:middle !important;
}

.my-account-page-content.col-sm-9 table.table tbody th,
.my-account-page-content.col-sm-9 table.table tbody td{
  border-color:#eeeeee !important;
  color:#333333 !important;
  font-size:0.92rem !important;
  font-weight:600 !important;
  padding:12px 10px !important;
  vertical-align:middle !important;
}

.my-account-page-content.col-sm-9 table.table tbody th[scope="row"]{
  color:#242424 !important;
  font-weight:900 !important;
}

.my-account-page-content.col-sm-9 .label.label-pill{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  color:#ffffff !important;
  font-size:0.78rem !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  padding:5px 10px !important;
  white-space:normal !important;
}

.my-account-page-content.col-sm-9 .order-actions a{
  color:#242424 !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

.my-account-page-content.col-sm-9 .order-actions a:hover{
  color:#D83A32 !important;
}

.my-account-page-content.col-sm-9 .order-actions hr{
  margin:6px 0 !important;
  border-color:#eeeeee !important;
}

.my-account-page-content.col-sm-9 .orders.hidden-md-up .order{
  background:#fafafa !important;
  border:1px solid #e7e7e7 !important;
  border-radius:14px !important;
  padding:16px !important;
  box-shadow:0 2px 10px rgba(20,20,20,0.04) !important;
}

.my-account-page-content.col-sm-9 .orders.hidden-md-up .order h3{
  color:#242424 !important;
  font-size:1.05rem !important;
  font-weight:900 !important;
  margin:0 0 8px !important;
}

.my-account-page-content.col-sm-9 .orders.hidden-md-up .date,
.my-account-page-content.col-sm-9 .orders.hidden-md-up .total{
  color:#333333 !important;
  font-weight:700 !important;
  margin-bottom:7px !important;
}

/* GDPR / datos personales */
.my-account-page-content.col-sm-9 .page_content{
  display:grid !important;
  gap:16px !important;
}

.my-account-page-content.col-sm-9 .psgdprinfo17{
  width:100% !important;
  max-width:100% !important;
  background:#fafafa !important;
  border:1px solid #e7e7e7 !important;
  border-radius:14px !important;
  padding:18px !important;
  box-shadow:0 2px 10px rgba(20,20,20,0.04) !important;
}

.my-account-page-content.col-sm-9 .psgdprinfo17 h2{
  margin:0 0 10px !important;
  color:#242424 !important;
  font-size:1.08rem !important;
  font-weight:900 !important;
}

.my-account-page-content.col-sm-9 .psgdprinfo17 p{
  color:#333333 !important;
  font-size:0.96rem !important;
  font-weight:500 !important;
  line-height:1.6 !important;
}

.my-account-page-content.col-sm-9 .psgdprgetdatabtn17{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  background:#D83A32 !important;
  border:0 !important;
  border-radius:12px !important;
  color:#ffffff !important;
  font-weight:900 !important;
  padding:11px 16px !important;
  box-shadow:0 3px 14px rgba(216,58,50,0.16) !important;
}

.my-account-page-content.col-sm-9 .psgdprgetdatabtn17:hover,
.my-account-page-content.col-sm-9 .psgdprgetdatabtn17:focus{
  background:#242424 !important;
  color:#ffffff !important;
}

@media (max-width:767px){
  .my-account-page-content.col-sm-9{
    border-radius:14px !important;
    padding:20px 16px !important;
  }

  .my-account-page-content.col-sm-9 > h2{
    font-size:1.22rem !important;
  }

  .my-account-page-content.col-sm-9 article.address .address-footer{
    flex-wrap:wrap !important;
  }

  .my-account-page-content.col-sm-9 .label.label-pill{
    display:inline-flex !important;
    max-width:100% !important;
  }

  .my-account-page-content.col-sm-9 .psgdprgetdatabtn17{
    width:100% !important;
    margin-right:0 !important;
  }
}

/* ==========================================================================
   FIN: VAPSENSE - Mi cuenta paginas internas
   ========================================================================== */
/* ==========================================================================
   INICIO: VAPSENSE - Programa de fidelizacion
   ========================================================================== */

.ets-am-program.ets-am-content{
  max-width:980px !important;
  margin:26px auto 28px !important;
  background:#ffffff !important;
  border:1px solid #e6e6e6 !important;
  border-radius:16px !important;
  box-shadow:0 3px 14px rgba(20,20,20,0.045) !important;
  overflow:hidden !important;
}

.ets-am-program .navbar-page{
  background:linear-gradient(180deg,#ffffff 0%,#FBEAE8 100%) !important;
  border-bottom:1px solid #eeeeee !important;
  padding:20px 22px !important;
}

.ets-am-program .ets-am-content-links{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

.ets-am-program .only-title{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  margin:0 !important;
  color:#242424 !important;
  font-size:1.35rem !important;
  font-weight:900 !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
}

.ets-am-program .only-title .ets_svg{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  border-radius:999px !important;
  background:#FBEAE8 !important;
  border:1px solid rgba(216,58,50,0.22) !important;
}

.ets-am-program .only-title svg{
  width:16px !important;
  height:16px !important;
  fill:#D83A32 !important;
}

.ets-am-program > .ets-am-content{
  padding:22px 24px !important;
}

.ets-am-program > .ets-am-content p{
  margin:0 !important;
  color:#333333 !important;
  font-size:1rem !important;
  font-weight:600 !important;
  line-height:1.65 !important;
}

.ets-am-program > .ets-am-content strong{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 5px !important;
  color:#D83A32 !important;
  font-weight:900 !important;
}

.ets-am-program .eam-rewards-link{
  color:#D83A32 !important;
  font-weight:900 !important;
  text-decoration:none !important;
}

.ets-am-program .eam-rewards-link:hover{
  color:#242424 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

.eam-back-section{
  max-width:980px !important;
  margin:0 auto 42px !important;
  display:flex !important;
  flex-wrap:wrap !important;
  gap:10px !important;
}

.eam-back-section .eam-back-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:42px !important;
  background:#ffffff !important;
  border:1px solid #e6e6e6 !important;
  border-radius:12px !important;
  color:#242424 !important;
  font-size:0.94rem !important;
  font-weight:900 !important;
  padding:11px 16px !important;
  text-decoration:none !important;
  box-shadow:0 2px 10px rgba(20,20,20,0.04) !important;
}

.eam-back-section .eam-back-link svg{
  width:15px !important;
  height:15px !important;
  fill:#D83A32 !important;
}

.eam-back-section .eam-back-link:hover,
.eam-back-section .eam-back-link:focus{
  background:#242424 !important;
  border-color:#242424 !important;
  color:#ffffff !important;
}

.eam-back-section .eam-back-link:hover svg,
.eam-back-section .eam-back-link:focus svg{
  fill:#ffffff !important;
}

@media (max-width:767px){
  .ets-am-program.ets-am-content{
    margin:18px auto 20px !important;
    border-radius:14px !important;
  }

  .ets-am-program .navbar-page{
    padding:18px 16px !important;
  }

  .ets-am-program .only-title{
    font-size:1.18rem !important;
  }

  .ets-am-program > .ets-am-content{
    padding:18px 16px !important;
  }

  .eam-back-section{
    margin-bottom:30px !important;
  }

  .eam-back-section .eam-back-link{
    width:100% !important;
  }
}

/* ==========================================================================
   FIN: VAPSENSE - Programa de fidelizacion
   ========================================================================== */

/* ==========================================================================
   VAPSENSE - Filtrador premium estable
   Capa final para PC y movil sin desplazamiento lateral.
   ========================================================================== */

#js-product-list-top,
#js-product-list-top * {
  box-sizing: border-box !important;
}

#js-product-list-top.products-selection {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 18px 0 !important;
  overflow: visible !important;
  position: relative !important;
}

#js-product-list-top .row.small-gutters {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 14px 16px !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.09) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07) !important;
  overflow: visible !important;
}

#js-product-list-top .col,
#js-product-list-top .col-auto {
  min-width: 0 !important;
}

#js-product-list-top .view-switcher {
  gap: 8px !important;
}

#js-product-list-top .view-switcher a {
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f6f6f6 !important;
  color: #242424 !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

#js-product-list-top .view-switcher a.current,
#js-product-list-top .view-switcher a:hover,
#js-product-list-top .view-switcher a:focus {
  background: #242424 !important;
  border-color: #242424 !important;
  color: #ffffff !important;
}

#js-product-list-top .view-switcher i {
  font-size: 1.08rem !important;
  line-height: 1 !important;
}

#js-product-list-top .showing {
  margin-right: 10px !important;
  padding: 9px 12px !important;
  background: #f7f7f7 !important;
  border: 1px solid #ececec !important;
  border-radius: 8px !important;
  color: #303030 !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

#js-product-list-top .products-sort-nb-dropdown {
  position: relative !important;
  margin-left: 10px !important;
}

#js-product-list-top .select-title {
  width: 100% !important;
  min-width: 148px !important;
  max-width: 240px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  background: #ffffff !important;
  border: 1px solid #dedede !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03) !important;
  color: #242424 !important;
  font-size: 0.93rem !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

#js-product-list-top .products-nb-per-page .select-title {
  min-width: 74px !important;
  max-width: 90px !important;
}

#js-product-list-top .select-title-name {
  min-width: 0 !important;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#js-product-list-top .select-title i {
  flex: 0 0 auto !important;
  margin-left: 0 !important;
  color: #D83A32 !important;
  font-size: 0.95rem !important;
}

#js-product-list-top .select-title:hover,
#js-product-list-top .select-title:focus,
#js-product-list-top .dropdown.show .select-title {
  background: #FBEAE8 !important;
  border-color: #D83A32 !important;
  color: #D83A32 !important;
}

#js-product-list-top .dropdown-menu {
  min-width: 100% !important;
  padding: 6px !important;
  margin-top: 8px !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.16) !important;
  overflow-x: hidden !important;
  z-index: 1085 !important;
}

#js-product-list-top .products-sort-order .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  min-width: 304px !important;
  max-width: min(360px, calc(100vw - 24px)) !important;
  transform: none !important;
}

#js-product-list-top .products-nb-per-page .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  min-width: 150px !important;
  transform: none !important;
}

#js-product-list-top .dropdown-menu .dropdown-item {
  display: block !important;
  width: 100% !important;
  padding: 10px 11px !important;
  border-radius: 6px !important;
  color: #252525 !important;
  font-size: 0.91rem !important;
  font-weight: 700 !important;
  line-height: 1.24 !important;
  text-decoration: none !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

#js-product-list-top .dropdown-menu .dropdown-item.current,
#js-product-list-top .dropdown-menu .dropdown-item:hover,
#js-product-list-top .dropdown-menu .dropdown-item:focus {
  background: #242424 !important;
  color: #ffffff !important;
}

@media (max-width: 767.98px) {
  #js-product-list-top.products-selection {
    width: calc(100% - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  #js-product-list-top .row.small-gutters {
    display: grid !important;
    grid-template-columns: minmax(82px, 0.76fr) minmax(0, 1.54fr) minmax(54px, 0.58fr) !important;
    align-items: stretch !important;
    justify-content: stretch !important;
    gap: 6px !important;
    padding: 8px !important;
    box-shadow: 0 8px 22px rgba(17, 17, 17, 0.08) !important;
  }

  #js-product-list-top .facated-toggler {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
  }

  #js-product-list-top .view-switcher {
    display: none !important;
  }

  #js-product-list-top .col.col-auto:not(.facated-toggler) {
    grid-column: 2 / 4 !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(48px, 58px) 5px !important;
    align-items: stretch !important;
    gap: 6px !important;
  }

  #js-product-list-top .showing {
    display: none !important;
  }

  #js-product-list-top .products-sort-nb-dropdown {
    position: static !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: block !important;
  }

  #js-product-list-top .products-sort-order {
    grid-column: 1 !important;
  }

  #js-product-list-top .products-nb-per-page {
    grid-column: 2 !important;
    padding-right: 0 !important;
  }

  #js-product-list-top .select-title,
  #search_filter_toggler.btn.js-search-toggler {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 0 8px !important;
    border-radius: 8px !important;
    font-size: 0.82rem !important;
    line-height: 1.05 !important;
  }

  #search_filter_toggler.btn.js-search-toggler {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    margin: 0 !important;
    background: #242424 !important;
    border: 1px solid #242424 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  #search_filter_toggler.btn.js-search-toggler:hover,
  #search_filter_toggler.btn.js-search-toggler:focus {
    background: #D83A32 !important;
    border-color: #D83A32 !important;
    color: #ffffff !important;
  }

  #search_filter_toggler.btn.js-search-toggler i {
    flex: 0 0 auto !important;
    margin: 0 !important;
    color: currentColor !important;
    font-size: 0.88rem !important;
  }

  #js-product-list-top .select-title {
    background: #ffffff !important;
    justify-content: space-between !important;
  }

  #js-product-list-top .select-title i {
    font-size: 0.86rem !important;
  }

  #js-product-list-top .dropdown-menu {
    position: absolute !important;
    top: calc(100% + 7px) !important;
    bottom: auto !important;
    transform: none !important;
    max-height: min(62vh, 420px) !important;
    margin: 0 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    overscroll-behavior: contain !important;
  }

  #js-product-list-top .products-sort-order .dropdown-menu {
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    transform: none !important;
  }

  #js-product-list-top .products-nb-per-page .dropdown-menu {
    left: auto !important;
    right: 13px !important;
    width: min(178px, calc(100vw - 16px)) !important;
    min-width: 0 !important;
    max-width: none !important;
    transform: none !important;
  }

  #js-product-list-top .dropdown-menu .dropdown-item {
    padding: 10px 12px !important;
    font-size: 0.86rem !important;
    line-height: 1.24 !important;
  }
}

@media (max-width: 370px) {
  #js-product-list-top.products-selection {
    width: calc(100% - 12px) !important;
    max-width: calc(100vw - 12px) !important;
  }

  #js-product-list-top .row.small-gutters {
    grid-template-columns: minmax(74px, 0.72fr) minmax(0, 1.56fr) minmax(48px, 0.5fr) !important;
    gap: 5px !important;
    padding: 7px !important;
  }

  #js-product-list-top .select-title,
  #search_filter_toggler.btn.js-search-toggler {
    min-height: 36px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 0.76rem !important;
  }

  #search_filter_toggler.btn.js-search-toggler {
    gap: 4px !important;
  }

  #js-product-list-top .products-nb-per-page .select-title {
    justify-content: center !important;
  }
}

/* ==========================================================================
   VAPSENSE - Footer style 3 refinado
   Mejora visual sin tocar enlaces ni contenido del CMS.
   ========================================================================== */

.footer-container.footer-style-3 > .container > .row:first-child:has(.block-iqitlinksmanager):has(.block-iqitcontactpage) {
  align-items: flex-start !important;
  gap: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.footer-container.footer-style-3 > .container > .row:empty {
  display: none !important;
}

.footer-container.footer-style-3 > .container > .row:first-child > .block-iqitlinksmanager,
.footer-container.footer-style-3 > .container > .row:first-child > .block-iqitcontactpage {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

.footer-container.footer-style-3 > .container > .row:first-child > .block-iqitlinksmanager {
  flex: 0 0 58% !important;
  max-width: 58% !important;
  padding-left: 0 !important;
  padding-right: 22px !important;
}

.footer-container.footer-style-3 > .container > .row:first-child > .block-iqitcontactpage {
  flex: 0 0 42% !important;
  max-width: 42% !important;
  padding-left: 22px !important;
  padding-right: 0 !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-title,
.footer-container.footer-style-3 .block-iqitcontactpage .block-title {
  margin: 0 0 18px !important;
  color: #161616 !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-title span,
.footer-container.footer-style-3 .block-iqitcontactpage .block-title span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-title span::after,
.footer-container.footer-style-3 .block-iqitcontactpage .block-title span::after {
  content: none !important;
  display: none !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul {
  display: grid !important;
  grid-template-columns: 1fr !important;
  column-gap: 0 !important;
  row-gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li {
  position: relative !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding-left: 18px !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li::before {
  content: "\203A" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.78em !important;
  color: #D83A32 !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a {
  position: relative !important;
  display: block !important;
  min-height: 38px !important;
  padding: 9px 0 !important;
  border-bottom: 1px solid rgba(24, 24, 24, 0.08) !important;
  color: #303030 !important;
  font-size: 0.94rem !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
  transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a::after {
  content: none !important;
  display: none !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a::before {
  content: none !important;
  display: none !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:hover,
.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:focus {
  color: #D83A32 !important;
  border-bottom-color: rgba(216, 58, 50, 0.24) !important;
  transform: none !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:hover::after,
.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:focus::after {
  right: 0 !important;
  color: #D83A32 !important;
}

.footer-container.footer-style-3 .block-iqitcontactpage .block-content {
  background: #ffffff !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(20, 20, 20, 0.055) !important;
  padding: 22px 22px 20px !important;
}

.footer-container.footer-style-3 .contact-rich {
  color: #2b2b2b !important;
  font-size: 0.95rem !important;
  line-height: 1.48 !important;
}

.footer-container.footer-style-3 .contact-rich > strong {
  margin: 0 0 16px !important;
  color: #151515 !important;
  font-size: 1.22rem !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.footer-container.footer-style-3 .contact-rich .part {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
}

.footer-container.footer-style-3 .contact-rich .icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  border-radius: 10px !important;
  background: #FBEAE8 !important;
  border: 1px solid rgba(216, 58, 50, 0.28) !important;
  color: #D83A32 !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

.footer-container.footer-style-3 .contact-rich .data,
.footer-container.footer-style-3 .contact-rich .data.email,
.footer-container.footer-style-3 .contact-rich .data a {
  color: #242424 !important;
  font-size: 0.95rem !important;
  font-weight: 650 !important;
  line-height: 1.42 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere !important;
}

.footer-container.footer-style-3 .contact-rich .data a:hover,
.footer-container.footer-style-3 .contact-rich .data a:focus {
  color: #D83A32 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.footer-container.footer-style-3 hr {
  border: 0 !important;
  border-top: 1px solid #eeeeee !important;
  margin: 13px 0 !important;
}

.footer-container.footer-style-3 .horario {
  margin-top: 4px !important;
  padding: 15px 16px !important;
  background: #fafafa !important;
  border: 1px solid #ececec !important;
  border-radius: 12px !important;
}

.footer-container.footer-style-3 .horario p {
  margin: 0 0 9px !important;
  color: #151515 !important;
  font-size: 0 !important;
  line-height: 1.25 !important;
}

.footer-container.footer-style-3 .horario p strong {
  color: #151515 !important;
  font-size: 0.95rem !important;
  font-weight: 900 !important;
}

.footer-container.footer-style-3 .horario ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.footer-container.footer-style-3 .horario li {
  position: relative !important;
  margin: 0 !important;
  padding: 5px 0 5px 15px !important;
  color: #343434 !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.footer-container.footer-style-3 .horario li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.95em !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: #D83A32 !important;
}

.footer-container.footer-style-3 .horario strong {
  color: #1b1b1b !important;
  font-weight: 900 !important;
}

@media (max-width: 991.98px) {
  .footer-container.footer-style-3 > .container > .row:first-child:has(.block-iqitlinksmanager):has(.block-iqitcontactpage) {
    gap: 0 !important;
  }

  .footer-container.footer-style-3 > .container > .row:first-child > .block-iqitlinksmanager,
  .footer-container.footer-style-3 > .container > .row:first-child > .block-iqitcontactpage {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-container.footer-style-3 > .container > .row:first-child > .block-iqitcontactpage {
    margin-top: 30px !important;
  }

  .footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767.98px) {
  .footer-container.footer-style-3 {
    padding-top: 34px !important;
    padding-bottom: 32px !important;
  }

  .footer-container.footer-style-3 > .container {
    width: calc(100% - 22px) !important;
    max-width: calc(100vw - 22px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-container.footer-style-3 .block-iqitlinksmanager .block-title,
  .footer-container.footer-style-3 .block-iqitcontactpage .block-title {
    margin-bottom: 14px !important;
    font-size: 1rem !important;
  }

  .footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a {
    min-height: 36px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-size: 0.91rem !important;
  }

  .footer-container.footer-style-3 .block-iqitcontactpage .block-content {
    padding: 18px 16px 17px !important;
    border-radius: 12px !important;
  }

  .footer-container.footer-style-3 .contact-rich .part {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .footer-container.footer-style-3 .contact-rich .icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 9px !important;
  }

  .footer-container.footer-style-3 .contact-rich .data,
  .footer-container.footer-style-3 .contact-rich .data.email,
  .footer-container.footer-style-3 .contact-rich .data a {
    font-size: 0.9rem !important;
  }

  .footer-container.footer-style-3 .horario {
    padding: 13px 14px !important;
  }

  .footer-container.footer-style-3 .horario li {
    font-size: 0.86rem !important;
  }
}

/* === VAPSENSE | Menu vertical premium de categoria (PC) === */
@media (min-width: 992px) {
  #left-column nav.cbp-vertical {
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(20,20,20,0.055) !important;
    overflow: visible !important;
  }

  #left-column nav.cbp-vertical .cbp-vertical-title {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    background: #242424 !important;
    color: #ffffff !important;
    border-radius: 14px 14px 0 0 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
  }

  #left-column nav.cbp-vertical .cbp-iconbars,
  #left-column nav.cbp-vertical .cbp-vertical-title-text {
    color: inherit !important;
  }

  #left-column nav.cbp-vertical > ul {
    margin: 0 !important;
    padding: 6px 0 !important;
    background: #ffffff !important;
    border-radius: 0 0 14px 14px !important;
  }

  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab > a {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    color: #242424 !important;
    background: #ffffff !important;
    border-bottom: 1px solid #eeeeee !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background 0.16s ease, color 0.16s ease;
  }

  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab:last-child > a {
    border-bottom: none !important;
  }

  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab > a::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
    bottom: 10px !important;
    width: 3px !important;
    border-radius: 0 999px 999px 0 !important;
    background: #D83A32 !important;
    opacity: 0 !important;
    transition: opacity 0.16s ease;
  }

  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab > a:hover,
  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab > a:focus,
  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab.open > a,
  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab.active > a {
    background: #f6f6f6 !important;
    color: #242424 !important;
    font-weight: 700 !important;
  }

  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab > a:hover::before,
  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab > a:focus::before,
  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab.open > a::before,
  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab.active > a::before {
    opacity: 1 !important;
  }

  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab > a .cbp-submenu-aindicator {
    margin-left: 10px !important;
    color: #D83A32 !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
    transition: transform 0.16s ease;
  }

  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab:hover > a .cbp-submenu-aindicator,
  #left-column nav.cbp-vertical > ul > li.cbp-hrmenu-tab.open > a .cbp-submenu-aindicator {
    transform: translateX(2px);
  }

  #left-column nav.cbp-vertical .cbp-hrsub a:hover,
  #left-column nav.cbp-vertical .cbp-hrsub a:focus {
    background: #FBEAE8 !important;
    color: #242424 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    -webkit-text-fill-color: #242424 !important;
  }

  #left-column nav.cbp-vertical .cbp-hrsub a.cbp-column-title:hover,
  #left-column nav.cbp-vertical .cbp-hrsub a.cbp-column-title:focus,
  #left-column nav.cbp-vertical .cbp-hrsub a.cbp-category-title:hover,
  #left-column nav.cbp-vertical .cbp-hrsub a.cbp-category-title:focus {
    font-weight: 700 !important;
  }
}

/* === VAPSENSE | Cabecera movil premium === */
@media (max-width: 991.98px) {
  .sticky-mobile-wrapper,
  #mobile-header-sticky,
  #mobile-header-sticky .mobile-buttons-bar {
    background: #242424 !important;
    color: #f7f7f7 !important;
  }

  #mobile-header-sticky {
    box-shadow: 0 5px 18px rgba(0,0,0,0.18) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
  }

  #mobile-header-sticky .mobile-buttons-bar .container,
  #mobile-header-sticky .mobile-buttons-bar .row-mobile-buttons {
    background: transparent !important;
  }

  #mobile-header-sticky .col-mobile-btn {
    position: relative !important;
    min-width: 0 !important;
  }

  #mobile-header-sticky .col-mobile-btn + .col-mobile-btn::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 12px !important;
    bottom: 12px !important;
    width: 1px !important;
    background: rgba(255,255,255,0.16) !important;
  }

  #mobile-header-sticky .m-nav-btn {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 100% !important;
    min-height: 64px !important;
    padding: 9px 4px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    color: #f7f7f7 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 1.1 !important;
    transition: background 0.16s ease, color 0.16s ease;
  }

  #mobile-header-sticky .m-nav-btn i,
  #mobile-header-sticky .m-nav-btn .fa {
    color: inherit !important;
    font-size: 1.34rem !important;
    line-height: 1 !important;
  }

  #mobile-header-sticky .m-nav-btn span:not(.cart-products-count) {
    color: inherit !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  #mobile-header-sticky .m-nav-btn:hover,
  #mobile-header-sticky .m-nav-btn:focus,
  #mobile-header-sticky .m-nav-btn[aria-expanded="true"] {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
    text-decoration: none !important;
  }

  #mobile-header-sticky #mobile-cart-wrapper {
    position: relative !important;
  }

  #mobile-header-sticky #mobile-cart-products-count,
  #mobile-header-sticky .cart-products-count-btn {
    color: #D83A32 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 0.62rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    min-width: auto !important;
    padding: 0 !important;
  }

  #mobile-btn-search #search-widget-mobile,
  #mobile-btn-search #search-widget-mobile.dropdown-menu,
  #mobile-btn-search #search-widget-mobile.dropdown-content,
  #mobile-btn-search #search-widget-mobile.dropdown-mobile {
    position: fixed !important;
    top: 64px !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: calc(100vw - 20px) !important;
    padding: 12px !important;
    background: #ffffff !important;
    border: 1px solid #eeeeee !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 30px rgba(20,20,20,0.16) !important;
    transform: none !important;
    z-index: 100000 !important;
    box-sizing: border-box !important;
  }
}

/* ==========================================================================
   VAPSENSE | Paleta logo 2026 - ajustes finales solo color
   Grafito base: #242424 | Coral acento: #D83A32 | Gris detalle: #666666
   ========================================================================== */

/* Botones principales: integrados en sus bloques originales. */

/* Botones secundarios: claros en reposo, grafito al interactuar */
#blockcart-content .btn-secondary,
#blockcart-content .cart-buttons .btn.btn-secondary,
#_mobile_blockcart-content #blockcart-content .cart-buttons .btn.btn-secondary,
body#cart a.btn.btn-secondary.mt-3.mb-3[href="https://vapsense.com/"],
.cart-grid-right .promo-code .btn.btn-secondary {
  background: #f5f5f5 !important;
  border-color: #dddddd !important;
  color: #242424 !important;
}

#blockcart-content .btn-secondary:hover,
#blockcart-content .btn-secondary:focus,
#blockcart-content .cart-buttons .btn.btn-secondary:hover,
#blockcart-content .cart-buttons .btn.btn-secondary:focus,
#_mobile_blockcart-content #blockcart-content .cart-buttons .btn.btn-secondary:hover,
#_mobile_blockcart-content #blockcart-content .cart-buttons .btn.btn-secondary:focus,
body#cart a.btn.btn-secondary.mt-3.mb-3[href="https://vapsense.com/"]:hover,
body#cart a.btn.btn-secondary.mt-3.mb-3[href="https://vapsense.com/"]:focus,
.cart-grid-right .promo-code .btn.btn-secondary:hover,
.cart-grid-right .promo-code .btn.btn-secondary:focus {
  background: #242424 !important;
  border-color: #242424 !important;
  color: #ffffff !important;
}

/* Acentos coral de marca */
#blockcart-content .cart-totals .value,
#blockcart-content .ifdc-remaining-price,
body#cart .cart-summary-totals .cart-total .value,
body#checkout #js-checkout-summary .cart-total .value,
#sticky-cart-wrapper .cart-products-count-btn,
#mobile-header-sticky #mobile-cart-products-count,
#mobile-header-sticky .cart-products-count-btn,
.btn-search-premium,
.breadcrumb ol li a:hover,
.breadcrumb-nav ol li a:hover {
  color: #D83A32 !important;
}

/* Hover suave de desplegables y selecciones ligeras */
#iqitmegamenu-horizontal .cbp-hrsub a:hover,
#iqitmegamenu-horizontal .cbp-hrsub a:focus,
#left-column nav.cbp-vertical .cbp-hrsub a:hover,
#left-column nav.cbp-vertical .cbp-hrsub a:focus,
#iqitmegamenu-mobile .mobile-menu__link:hover,
#iqitmegamenu-mobile .mobile-menu__link:focus,
#_mobile_iqitmegamenu-mobile .mobile-menu__link:hover,
#_mobile_iqitmegamenu-mobile .mobile-menu__link:focus {
  background: #FBEAE8 !important;
  color: #242424 !important;
}

/* Textos secundarios y microdetalle */
#blockcart-content .no-items,
#blockcart-content .product-attributes,
.footer-container .col.block-newsletter .ps-emailsubscription-conditions,
.footer-container .col.block-newsletter .gdpr_module_19,
.footer-container .col.block-newsletter .gdpr_module_19 label,
.footer-container .col.block-newsletter .gdpr_module_19 span {
  color: #666666 !important;
}

/* Footer principal: iconos, flechas y hover al coral nuevo */
.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li::before,
.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:hover,
.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:focus,
.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:hover::after,
.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:focus::after,
.footer-container.footer-style-3 .contact-rich .data a:hover,
.footer-container.footer-style-3 .contact-rich .data a:focus {
  color: #D83A32 !important;
}

.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:hover,
.footer-container.footer-style-3 .block-iqitlinksmanager .block-content ul li a:focus {
  border-bottom-color: rgba(216, 58, 50, 0.24) !important;
}

.footer-container.footer-style-3 .contact-rich .icon {
  background: #FBEAE8 !important;
  border-color: rgba(216, 58, 50, 0.28) !important;
  color: #D83A32 !important;
}

