/* ===== HEADER UNIBAG RESPONSIVE MOBILE (CORREGIDO) ===== */

/* ===== UNIBAG VARIATION IMAGES - TRANSICIONES SUAVES ===== */
/* Transiciones suaves para cambio de imágenes de variaciones */
.woocommerce-product-gallery__image img,
.product-image-main img,
.product-gallery img,
.single-product-main-image img,
.woolentor-product-gallery img,
.flexslider .slides li img {
    transition: opacity 0.3s ease-in-out;
}

/* Mejoras visuales para los selectores de modelo */
.modelo-radio-container {
    transition: all 0.2s ease;
}

.modelo-item {
    transition: all 0.2s ease;
    cursor: pointer;
}

.modelo-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.modelo-radio:checked + .modelo-content {
    background-color: #f0f0f0;
    border-color: #007cba;
}

/* Indicador visual de carga de imagen */
.unibag-image-loading {
    opacity: 0.7;
    pointer-events: none;
}

.unibag-image-loaded {
    opacity: 1;
    pointer-events: auto;
}
/* ===== FIN VARIATION IMAGES ===== */

/* Mostrar "My Account" solo en mobile dentro del menú hamburguesa */
@media (max-width: 768px) {
    .mobile-only-account {
        display: block !important;
    }
}

/* Ocultar "My Account" en desktop */
@media (min-width: 769px) {
    .mobile-only-account {
        display: none !important;
    }
}

@media (max-width: 768px) {

    /* Ajustar padding del header para ahorrar espacio */
    #header-unibag {
        padding-left: 8px !important;
        padding-right: 8px !important;
        min-height: 48px !important;
    }
    /* Forzar que buscador y carrito sean visibles y en línea */
    #header-unibag .elementor-element-06e5a8a {
        display: inline-flex !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-width: 100vw !important;
        vertical-align: middle !important;
    }
    /* Asegura que el menú hamburguesa siga visible */
    #header-unibag .elementor-element-407b9d34 {
        display: inline-flex !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-width: 100vw !important;
        vertical-align: middle !important;
    }
    /* Alinear todos los elementos del header en una sola fila */
    #header-unibag > .elementor-element {
        display: inline-flex !important;
        align-items: center !important;
        vertical-align: middle !important;
        float: none !important;
    }
    #header-unibag {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    /* OCULTAR MENÚ HAMBURGUESA DE THE PLUS ADDONS EN MÓVIL */
    #header-unibag .plus-mobile-nav-toggle.mobile-toggle {
        display: none !important;
    }
    
    /* Forzar visibilidad del carrito en móvil con ID actual */
    #header-unibag .elementor-element-2980194 {
        display: inline-flex !important;
        align-items: center !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        max-width: 100vw !important;
        vertical-align: middle !important;
    }
    
    /* Asegura que el carrito (The Plus Addons) siga visible y alineado */
    #header-unibag .vi-wcaio-menu-cart-nav-wrap {
        display: flex !important;
        align-items: center !important;
    }
    
    /* Forzar que el menú normal del carrito sea visible en móvil */
    #header-unibag #theplus-navigation-normal-menu {
        display: block !important;
    }
    
    /* ARREGLAR ALINEACIÓN HORIZONTAL DE ÍCONO CARRITO */
    
    /* Contenedor del carrito - alineación horizontal */
    #header-unibag .elementor-element-2980194 .plus-navigation-wrap {
        display: inline-flex !important;
        align-items: center !important;
        vertical-align: middle !important;
    }
    
    /* Menú del carrito - alineación horizontal */
    #header-unibag .plus-navigation-inner,
    #header-unibag #theplus-navigation-normal-menu,
    #header-unibag .plus-navigation-menu {
        display: inline-flex !important;
        align-items: center !important;
        vertical-align: middle !important;
    }
    
    /* Lista del carrito - alineación horizontal */
    #header-unibag #menu-header-icons {
        display: inline-flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Item del carrito - alineación horizontal */
    #header-unibag .vi-wcaio-menu-cart {
        display: inline-flex !important;
        align-items: center !important;
        vertical-align: middle !important;
    }
    
    /* Contenedor de productos header - forzar alineación horizontal */
    #header-unibag .produtos-header {
        display: inline-flex !important;
        align-items: center !important;
        flex-direction: row !important;
        gap: 15px !important;
    }
    
    /* CONTENEDOR PRINCIPAL DE ÍCONOS - Complementar configuración de Elementor */
    #header-unibag .elementor-element-f2279f3 {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 20px !important;
        visibility: visible !important;
    }
    
    /* Hacer visible en móvil el contenedor de íconos */
    #header-unibag .elementor-element-f2279f3.elementor-hidden-mobile {
        display: flex !important;
        visibility: visible !important;
    }
    
    /* Espaciado individual de cada ícono */
    #header-unibag .elementor-element-f2279f3 > .elementor-element {
        margin: 0 !important;
        flex-shrink: 0 !important;
    }
}

/* ===== FIX PARA IDS DINÁMICOS DE THE PLUS ADDONS ===== */
/* Sobrescribir estilos dinámicos para que funcione independiente del ID generado */

/* Forzar estilos consistentes sin depender del ID único dinámico */
#header-unibag .plus-navigation-wrap[class*="nav-menu"] {
    position: relative; /* Estilos base para todos los contenedores de navegación */
}

/* Estilos para desktop - forzar visibilidad del menú normal */
@media (min-width: 996px) {
    #header-unibag .plus-navigation-wrap[class*="nav-menu"] #theplus-navigation-normal-menu {
        display: block !important;
    }
    
    #header-unibag .plus-navigation-wrap[class*="nav-menu"] .plus-mobile-menu,
    #header-unibag .plus-navigation-wrap[class*="nav-menu"] div[id*="plus-mobile-nav-toggle-nav-menu"].collapse.in {
        display: none !important;
    }
}

/* Estilos para móvil - controlar visibilidad según necesidades */
@media (max-width: 995px) {
    #header-unibag .plus-navigation-wrap[class*="nav-menu"] #theplus-navigation-normal-menu {
        display: none !important;
    }
    
    #header-unibag .plus-navigation-wrap[class*="nav-menu"] .plus-mobile-nav-toggle.mobile-toggle {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-align-items: center !important;
        -moz-align-items: center !important;
        -ms-align-items: center !important;
        align-items: center !important;
        -webkit-justify-content: flex-end !important;
        -moz-justify-content: flex-end !important;
        -ms-justify-content: flex-end !important;
        justify-content: flex-end !important;
    }
}

/* ===== CORRECCIÓN PARA MENÚ MÓVIL PARCIALMENTE VISIBLE ===== */
/* Forzar que TODOS los menús móviles de The Plus Addons se oculten completamente */

/* Solución DEFINITIVA para ocultar menús móviles problemáticos */
.plus-mobile-menu,
div[id*="plus-mobile-nav-toggle-nav-menu"],
.plus-mobile-menu.collapse,
.plus-mobile-menu.navbar-collapse,
div[id*="plus-mobile-nav-toggle-nav-menu"].collapse,
div[id*="plus-mobile-nav-toggle-nav-menu"].navbar-collapse,
.plus-mobile-menu-content {
    left: -100vw !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    transform: translateX(-100vw) !important;
    position: fixed !important;
    z-index: -9999 !important;
    pointer-events: none !important;
}

/* Prevenir overflow horizontal en contenedores padre */
#header-unibag,
.header-unibag-menu,
.plus-navigation-wrap {
    max-width: 100vw !important;
}

/* Forzar visibilidad del menú principal en desktop */
#nav-header-menu.plus-navigation-wrap #theplus-navigation-normal-menu {
    display: block !important;
}

/* Forzar visibilidad en desktop independientemente del ID dinámico */
@media (min-width: 996px) {
    #nav-header-menu.plus-navigation-wrap #theplus-navigation-normal-menu {
        display: block !important;
    }
    
    #nav-header-menu.plus-navigation-wrap .plus-mobile-menu,
    #nav-header-menu.plus-navigation-wrap div[id*="plus-mobile-nav-toggle-nav-menu"] {
        display: none !important;
    }
}

/* Controlar visibilidad en móvil - CERRAR MENÚ EXPANDIDO */
@media (max-width: 995px) {
    #nav-header-menu.plus-navigation-wrap #theplus-navigation-normal-menu {
        display: none !important;
    }
    
    /* FORZAR CIERRE DEL MENÚ MÓVIL EXPANDIDO */
    #nav-header-menu.plus-navigation-wrap .plus-mobile-menu,
    #nav-header-menu.plus-navigation-wrap div[id*="plus-mobile-nav-toggle-nav-menu"] {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        left: -9999px !important;
    }
    
    /* Ocultar el toggle móvil de The Plus Addons como ya está configurado */
    #nav-header-menu.plus-navigation-wrap .plus-mobile-nav-toggle.mobile-toggle {
        display: none !important;
    }
}
.selectores-product .modelo-radio-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.selectores-product .selector-label,
.selectores-product td.value > label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(36, 36, 36, 1);
  text-align: left;
  text-decoration: none;
  line-height: normal;
  display: block;
  margin-bottom: 6px;
  height: auto;
}
.selector-label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(36, 36, 36, 1);
  text-align: left;
  text-decoration: none;
  line-height: normal;
  display: block;
  margin-bottom: 6px;
  height: auto;
}
.selector-rect select {
  width: 100%;
  height: 39px;
  border-radius: 4.51px;
  border: 0.9px solid rgba(177, 177, 177, 1);
  background: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 10.82px;
  font-weight: 400;
  color: rgba(117, 117, 117, 1);
  line-height: 124%;
  text-align: center;
  text-decoration: none;
  padding: 0 16px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.selector-rect {
  width: 539px;
  height: 39px;
  border-radius: 4.51px;
  border: 0.9px solid rgba(177, 177, 177, 1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-sizing: border-box;
}
/* Ocultar vectores que salen del contenedor */
/* Cambiar por clase de css o id del contenedor */
.elementor-element-f307766 {
  overflow: hidden !important;
}

/* Selector Tamaño y Cantidad - Figma */
.selector-rect {
  width: 539px;
  height: 39px;
  border-radius: 4.51px;
  border: 0.9px solid rgba(177, 177, 177, 1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.selector-text {
  width: 516px;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 10.82px;
  font-weight: 400;
  color: rgba(117, 117, 117, 1);
  line-height: 124%;
  text-align: center;
  text-decoration: none;
  height: auto;
}
/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
/* FUENTE LATO AGREGADA - Para descripción de categorías */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');

/* Estilos para radio buttons de modelos de bolsa */
.elementor-element-fe348e5.selectores-product .modelo-radio-container,
.selectores-product .modelo-radio-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 10px;
}

.elementor-element-fe348e5.selectores-product .modelo-item,
.selectores-product .modelo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 39px;
  border: 0.9px solid rgba(177, 177, 177, 1);
  border-radius: 4.51px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fff;
  position: relative;
}

.elementor-element-fe348e5.selectores-product .modelo-item input,
.selectores-product .modelo-item input {
  display: none;
}

.elementor-element-fe348e5.selectores-product .modelo-item .icon,
.selectores-product .modelo-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.elementor-element-fe348e5.selectores-product .modelo-item .icon svg,
.selectores-product .modelo-item .icon svg {
  height: 24px;
  width: 24px;
  transition: all 0.3s ease;
}

.elementor-element-fe348e5.selectores-product .modelo-item .text,
.selectores-product .modelo-item .text {
  font-size: 10.82px;
  font-weight: 400;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: 124%;
  text-align: center;
  text-decoration: none;
  color: rgba(117, 117, 117, 1);
  width: 136px;
  height: auto;
  transition: all 0.3s ease;
  flex: 1;
}

.elementor-element-fe348e5.selectores-product .modelo-item:hover,
.selectores-product .modelo-item:hover {
  border-color: #888;
  background-color: #f8f8f8;
}

.elementor-element-fe348e5.selectores-product .modelo-item input:checked + .modelo-content,
.selectores-product .modelo-item input:checked + .modelo-content {
  background-color: #00A19A;
  color: white;
}

.elementor-element-fe348e5.selectores-product .modelo-item input:checked + .modelo-content .text,
.selectores-product .modelo-item input:checked + .modelo-content .text {
  color: white;
  font-weight: bold;
}

.elementor-element-fe348e5.selectores-product .modelo-item input:checked + .modelo-content .icon svg,
.selectores-product .modelo-item input:checked + .modelo-content .icon svg {
  fill: white;
  stroke: white;
}

.elementor-element-fe348e5.selectores-product .modelo-item input:checked ~ .modelo-item,
.elementor-element-fe348e5.selectores-product .modelo-item input:checked,
.selectores-product .modelo-item input:checked ~ .modelo-item,
.selectores-product .modelo-item input:checked {
  border-color: #00A19A;
  background-color: #00A19A;
}

.elementor-element-fe348e5.selectores-product .modelo-content,
.selectores-product .modelo-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  transition: all 0.3s ease;
}

.elementor-element-fe348e5.selectores-product .modelo-item input:checked ~ .modelo-content,
.elementor-element-fe348e5.selectores-product .modelo-item input:checked + .modelo-content,
.selectores-product .modelo-item input:checked ~ .modelo-content,
.selectores-product .modelo-item input:checked + .modelo-content {
  background-color: #00A19A;
  color: white;
}

.elementor-element-fe348e5.selectores-product .modelo-item input:checked ~ .modelo-content .text,
.elementor-element-fe348e5.selectores-product .modelo-item input:checked + .modelo-content .text,
.selectores-product .modelo-item input:checked ~ .modelo-content .text,
.selectores-product .modelo-item input:checked + .modelo-content .text {
  color: white;
  font-weight: 600;
}

.elementor-element-fe348e5.selectores-product .modelo-item input:checked ~ .modelo-content .icon svg,
.elementor-element-fe348e5.selectores-product .modelo-item input:checked + .modelo-content .icon svg,
.selectores-product .modelo-item input:checked ~ .modelo-content .icon svg,
.selectores-product .modelo-item input:checked + .modelo-content .icon svg,
.elementor-element-fe348e5.selectores-product .modelo-item.selected .icon svg,
.selectores-product .modelo-item.selected .icon svg,
.elementor-element-fe348e5.selectores-product .modelo-item.active .icon svg,
.selectores-product .modelo-item.active .icon svg,
.elementor-element-fe348e5.selectores-product .modelo-item.checked .icon svg,
.selectores-product .modelo-item.checked .icon svg {
  fill: white;
  stroke: white;
}

/* Ocultar completamente el botón de agregar al carrito y elementos relacionados */
/* .elementor-element-fe348e5.selectores-product .single_add_to_cart_button,
.elementor-element-fe348e5.selectores-product .quantity,
.elementor-element-fe348e5.selectores-product .woocommerce-variation-add-to-cart,
.elementor-element-fe348e5.selectores-product .variations_button,
.elementor-element-fe348e5.selectores-product .woocommerce-variation-add-to-cart-enabled,
.elementor-element-fe348e5.selectores-product button[type="submit"].single_add_to_cart_button,
.elementor-element-fe348e5.selectores-product .buttons_added,
.elementor-element-fe348e5.selectores-product div.quantity,
.elementor-element-fe348e5.selectores-product .single_variation_wrap,
/* Comentar reglas que ocultan botón y cantidad */
/* .selectores-product .single_add_to_cart_button,
.selectores-product .quantity, */
.selectores-product .woocommerce-variation-add-to-cart,
.selectores-product .variations_button,
.selectores-product .woocommerce-variation-add-to-cart-enabled,
/* .selectores-product button[type="submit"].single_add_to_cart_button,
.selectores-product .buttons_added,
.selectores-product div.quantity, */
.selectores-product .single_variation_wrap {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Forzar visibilidad de botón y cantidad en selectores de producto */
.selectores-product .single_add_to_cart_button,
.selectores-product button[type="submit"].single_add_to_cart_button,
.selectores-product .quantity,
.selectores-product .buttons_added,
.selectores-product div.quantity {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}

.selectores-product .quantity.buttons_added {
    display: inline-block !important;
}

/* CSS más específico para forzar visibilidad - Máxima prioridad */
.elementor-element.add-cart-shop.selectores-product .single_add_to_cart_button,
.elementor-element.add-cart-shop.selectores-product button[type="submit"].single_add_to_cart_button,
.elementor-element.add-cart-shop.selectores-product .quantity,
.elementor-element.add-cart-shop.selectores-product .buttons_added,
.elementor-element.add-cart-shop.selectores-product div.quantity {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}

.elementor-element.add-cart-shop.selectores-product .quantity.buttons_added {
    display: inline-block !important;
}

/* Reglas súper específicas para sobrescribir cualquier script */
.elementor-widget-wl-product-add-to-cart.selectores-product .single_add_to_cart_button[style*="display: none"],
.elementor-widget-wl-product-add-to-cart.selectores-product button[style*="display: none"],
.elementor-widget-wl-product-add-to-cart.selectores-product .quantity[style*="display: none"],
.elementor-widget-wl-product-add-to-cart.selectores-product .buttons_added[style*="display: none"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.elementor-widget-wl-product-add-to-cart.selectores-product .quantity.buttons_added[style*="display: none"] {
    display: inline-block !important;
}

/* Botón de cotizar con cursor pointer */
#cotizar-button,
.tpae-form-submit {
  cursor: pointer !important;
}

/* ===== RESPONSIVE MÓVIL PARA SELECTORES DE MODELO DE BOLSA ===== */
@media (max-width: 768px) {
  /* Cambiar a 2 columnas en móvil con máxima especificidad */
  .elementor-element.elementor-element-fe348e5.selectores-product .modelo-radio-container,
  .selectores-product .modelo-radio-container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin-top: 15px !important;
    display: grid !important;
  }
  
  /* Ajustar tamaño de los elementos en móvil */
  .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item,
  .selectores-product .modelo-item {
    width: 100% !important;
    min-width: auto !important;
    max-width: none !important;
    height: 50px !important;
    font-size: 11px !important;
    flex: 1 !important;
  }
  
  /* Ajustar contenido del modelo */
  .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item .modelo-content,
  .selectores-product .modelo-item .modelo-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 5px !important;
  }
  
  /* Ajustar tamaño del texto en móvil */
  .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item .text,
  .selectores-product .modelo-item .text {
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    width: auto !important;
    text-align: center !important;
  }
  
  /* Ajustar tamaño del icono en móvil */
  .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item .icon,
  .selectores-product .modelo-item .icon {
    width: 18px !important;
    height: 18px !important;
    margin-right: 6px !important;
  }
  
  .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item .icon svg,
  .selectores-product .modelo-item .icon svg {
    width: 18px !important;
    height: 18px !important;
  }
  
  /* Asegurar que no haya restricciones de ancho */
  .elementor-element.elementor-element-fe348e5.selectores-product,
  .selectores-product {
    width: 100% !important;
  }
}

/* ===== ESTILOS PARA CATEGORÍAS PERSONALIZADAS ===== */

/* Alineación del contenedor principal category-list-cotiza */
.category-list-cotiza {
    text-align: left !important;
}

.category-list-cotiza .e-con-inner {
    text-align: left !important;
    align-items: flex-start !important;
}

.category-list-cotiza .elementor-shortcode {
    text-align: left !important;
    width: 100% !important;
}

/* BACKUP: Alineación por clase genérica (por si cambian los IDs de Elementor) */
.elementor-widget-shortcode .categorias-cotizables {
    text-align: left !important;
}

.elementor-widget-shortcode .categorias-cotizables ul.products {
    justify-content: space-between !important;
    margin: 0 !important;
}

/* CSS MÁS ESPECÍFICO PARA PRODUCCIÓN - Mayor especificidad para sobrescribir otros estilos */
body .categorias-cotizables ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: space-between !important;
    max-width: none;
    margin: 0 !important;
    padding: 20px 0 !important;
    text-align: left !important;
}

body .categorias-cotizables ul.products li.product-category {
    background: #fff !important;
    max-width: 350px !important;
    flex: 1 !important;
    min-width: 300px !important;
}

/* Contenedor general de categorías - ALINEADO A LA IZQUIERDA */
.categorias-cotizables ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start; /* CAMBIO: de center a flex-start para alinear a la izquierda */
    max-width: 1200px;
    margin: 0; /* CAMBIO: eliminar margin auto para que no centre */
    padding: 20px 0;
    text-align: left;
}

/* Cada categoría individual */
.categorias-cotizables ul.products li.product-category {
    background: #fff;
    max-width: 350px;
    flex: 1;
    min-width: 300px;
}

/* Link de la categoría - sin efectos */
.categorias-cotizables ul.products li.product-category > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0 0 15px 0;
}

/* Imagen con altura fija y object-fit */
.categorias-cotizables ul.products li.product-category img {
    width: 100%;
    height: 500px; /* Altura fija para uniformidad */
    display: block;
    border-radius: 0 25px 0 25px; /* ESQUINAS: superior derecha e inferior izquierda */
    object-fit: cover; /* Recorta para llenar el espacio manteniendo proporciones */
    object-position: center; /* Centra la imagen en el contenedor */
}

/* Título de la categoría */
.categorias-cotizables ul.products li.product-category h2.woocommerce-loop-category__title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600 !important; /* Semibold */
    color: #009E99 !important; /* Verde-azul */
    margin: 15px 0 12px 0 !important;
    padding: 0 15px !important;
    line-height: 1.3 !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

/* CSS ULTRA-ESPECÍFICO PARA PRODUCCIÓN - FORZAR ESTILOS */
div.categorias-cotizables ul.products li.product-category h2.woocommerce-loop-category__title {
    color: #009E99 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-align: left !important;
    margin: 15px 0 9px 0 !important;
    padding: 0 15px !important;
    line-height: 1.3 !important;
    /* Fallback de fuentes si Google Fonts no carga */
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

div.categorias-cotizables ul.products li.product-category .category-description {
    color: #575757 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin: 0 0 20px 0 !important;
    padding: 0 15px !important;
    line-height: 1.4 !important;
    /* Fallback de fuentes si Google Fonts no carga */
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

div.categorias-cotizables ul.products li.product-category .ver-mas-btn {
    color: #255554 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-align: left !important;
    padding: 0 15px !important;
    margin-bottom: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    justify-content: flex-start !important;
    text-decoration: none !important;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

div.categorias-cotizables ul.products li.product-category .ver-mas-btn .arrow {
    transform: rotate(-45deg) !important;
    display: inline-block !important;
    transition: transform 0.3s ease !important;
}

div.categorias-cotizables ul.products li.product-category .ver-mas-btn:hover .arrow {
    transform: rotate(-45deg) translate(2px, -2px) !important;
}

/* Descripción de la categoría */
.categorias-cotizables ul.products li.product-category .category-description {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important; /* Regular */
    color: #575757 !important; /* Gris oscuro */
    margin: 0 0 20px 0 !important;
    padding: 0 15px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

/* CSS MÁS ESPECÍFICO PARA DESCRIPCIONES EN PRODUCCIÓN */
body .categorias-cotizables ul.products li.product-category .category-description {
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #575757 !important;
    text-align: left !important;
    margin: 0 0 20px 0 !important;
    padding: 0 15px !important;
}

/* Botón "Ver más" */
.categorias-cotizables ul.products li.product-category .ver-mas-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #255554; /* Verde oscuro */
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700; /* Bold */
    text-decoration: none;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%;
    justify-content: flex-start; /* Alineado a la izquierda */
    letter-spacing: 2px;
    text-transform: uppercase; /* Texto en mayúsculas */
}

/* Hover del botón "Ver más" */
.categorias-cotizables ul.products li.product-category .ver-mas-btn:hover {
    color: #1a3d3c; /* Más oscuro en hover */
    text-decoration: none;
}

/* Flecha del botón "Ver más" */
.categorias-cotizables ul.products li.product-category .ver-mas-btn .arrow {
    transform: rotate(-45deg); /* Apunta arriba-derecha */
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover de la flecha */
.categorias-cotizables ul.products li.product-category .ver-mas-btn:hover .arrow {
    transform: rotate(-45deg) translate(2px, -2px); /* Movimiento diagonal en hover */
}

/* Responsive para móviles */
@media (max-width: 768px) {
    /* Reglas más específicas con contenedores de Elementor */
    .category-list-cotiza .categorias-cotizables ul.products,
    .elementor-widget-shortcode .categorias-cotizables ul.products,
    .categorias-cotizables ul.products {
        gap: 15px;
        padding: 15px;
        justify-content: center !important; /* Centrar elementos en móvil */
        display: flex !important;
        flex-wrap: wrap !important;
    }
    
    .categorias-cotizables ul.products li.product-category {
        min-width: 280px;
        max-width: 100%;
    }
    
    .categorias-cotizables ul.products li.product-category h2.woocommerce-loop-category__title {
        font-size: 22px !important;
    }
    
    .categorias-cotizables ul.products li.product-category .category-description {
        font-size: 17px;
    }

    /* Aplicar también a subcategorías dinámicas */
    .elementor-widget-shortcode .subcategorias-dinamicas ul.products,
    .subcategorias-dinamicas ul.products {
        justify-content: center !important; /* Centrar elementos en móvil */
        display: flex !important;
        flex-wrap: wrap !important;
    }

    /* Anular alineación de contenedores padre de Elementor */
    .category-list-cotiza,
    .category-list-cotiza .elementor-widget-shortcode,
    .category-list-cotiza .elementor-shortcode {
        text-align: center !important;
    }
}

/* ===== ESTILOS PARA SUBCATEGORÍAS DINÁMICAS ===== */

/* Link de la subcategoría - con fondo para imágenes transparentes */
.subcategorias-dinamicas ul.products li.product-category > a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0 0 15px 0;
}

/* Imagen de subcategoría con altura fija y object-fit */
.subcategorias-dinamicas ul.products li.product-category img {
    width: 100%;
    height: 200px; /* Altura fija para uniformidad con categorias-cotizables */
    display: block;
    border-radius: 0 25px 0 25px; /* ESQUINAS: superior derecha e inferior izquierda */
    background-color: #234259; /* Fondo para imágenes transparentes */
    object-fit: cover; /* Recorta para llenar el espacio manteniendo proporciones */
    object-position: center; /* Centra la imagen en el contenedor */
}


/* ===== ESTILOS PARA FILTROS BEROCKET - ADVANCED AJAX PRODUCT FILTERS ===== */

/* Contenedor principal del filtro BeRocket */
.filter-aap,
.filter-app-2 {
    font-family: 'Lato', Arial, sans-serif !important;
}

/* Lista de filtros - resetear estilos */
.filter-aap .bapf_body ul,
.filter-app-2 .bapf_body ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Elementos de la lista */
.filter-aap .bapf_body ul li,
.filter-app-2 .bapf_body ul li {
    margin: 0 0 12px 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
}

/* Ocultar checkboxes originales */
.filter-aap .bapf_body ul li input[type="checkbox"],
.filter-app-2 .bapf_body ul li input[type="checkbox"] {
    display: none !important;
}

/* Labels como elementos principales */
.filter-aap .bapf_body ul li label,
.filter-app-2 .bapf_body ul li label {
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 16px !important;
    color: #768688 !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    width: 100% !important;
    transition: color 0.3s ease !important;
}

/* Círculo personalizado usando ::before en el label */
.filter-aap .bapf_body ul li label::before,
.filter-app-2 .bapf_body ul li label::before {
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid #B1B1B1 !important;
    border-radius: 50% !important;
    margin-right: 12px !important;
    background-color: transparent !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

/* Hover en labels */
.filter-aap .bapf_body ul li label:hover,
.filter-app-2 .bapf_body ul li label:hover {
    color: #242424 !important;
}

.filter-aap .bapf_body ul li label:hover::before,
.filter-app-2 .bapf_body ul li label:hover::before {
    border-color: #009E99 !important;
}

/* Estilo para elementos seleccionados (clase checked) */
.filter-aap .bapf_body ul li.checked label,
.filter-app-2 .bapf_body ul li.checked label {
    color: #242424 !important;
    font-weight: 500 !important;
}

.filter-aap .bapf_body ul li.checked label::before,
.filter-app-2 .bapf_body ul li.checked label::before {
    background-color: #009E99 !important;
    border-color: #009E99 !important;
}

/* Checkmark en elementos seleccionados */
.filter-aap .bapf_body ul li.checked label::after,
.filter-app-2 .bapf_body ul li.checked label::after {
    content: '✓' !important;
    position: absolute !important;
    left: 3px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: white !important;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 1 !important;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .filter-aap .bapf_body ul li label,
    .filter-app-2 .bapf_body ul li label {
        font-size: 15px !important;
        padding: 6px 0 !important;
    }
    
    .filter-aap .bapf_body ul li label::before,
    .filter-app-2 .bapf_body ul li label::before {
        width: 14px !important;
        height: 14px !important;
        margin-right: 10px !important;
    }
}

/* ===== ESTILOS PARA WIDGETS DE WOOLENTOR - PRODUCT TITLES ===== */

/* WooLentor Product List Shop Widget - Product Titles */
#product-list-shop-div .product-list-shop h6[itemprop="name"],
#product-list-shop-div .product-list-shop .product-info h6,
.product-list-shop h6[itemprop="name"],
.product-list-shop .product-info h6 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important; /* Semi negrita */
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin: 8px 0 !important;
    color: inherit !important; /* Mantiene el color heredado del tema */
}

/* ===== ESTILOS PARA CARRITO DE WOOCOMMERCE - SOLO FUENTE MONTSERRAT ===== */

/* Importar fuente Montserrat si no está disponible */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Aplicar fuente Montserrat a todo el bloque del carrito de WooCommerce con máxima especificidad */
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque *,
.wp-block-woocommerce-cart .carrito-compra-bloque,
.wp-block-woocommerce-cart .carrito-compra-bloque *,
.carrito-compra-bloque,
.carrito-compra-bloque * {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

/* Selectores específicos para elementos clave del carrito con alta especificidad */
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-cart-items th span,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-cart-items td,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-components-product-name,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-components-product-price,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-components-quantity-selector input,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-components-quantity-selector button,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-cart-item__remove-link,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-cart__totals-title,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-components-totals-item__label,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-components-totals-item__value,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-components-button,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-cart__submit-button,
.wpb_wrapper .wp-block-woocommerce-cart .carrito-compra-bloque .wc-block-components-panel__button {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

/* Asegurar que elementos específicos usen Montserrat */
.carrito-compra-bloque .wc-block-cart-items th,
.carrito-compra-bloque .wc-block-cart-items td,
.carrito-compra-bloque .wc-block-components-product-name,
.carrito-compra-bloque .wc-block-components-product-price,
.carrito-compra-bloque .wc-block-components-product-price *,
.carrito-compra-bloque .wc-block-formatted-money-amount,
.carrito-compra-bloque .wc-block-components-quantity-selector,
.carrito-compra-bloque .wc-block-components-quantity-selector__input,
.carrito-compra-bloque .wc-block-components-quantity-selector__button,
.carrito-compra-bloque .wc-block-cart-item__remove-link,
.carrito-compra-bloque .wc-block-cart__totals-title,
.carrito-compra-bloque .wc-block-components-totals-item,
.carrito-compra-bloque .wc-block-components-totals-item__label,
.carrito-compra-bloque .wc-block-components-totals-item__value,
.carrito-compra-bloque .wc-block-components-totals-footer-item-tax-value,
.carrito-compra-bloque .wc-block-components-button,
.carrito-compra-bloque .wc-block-cart__submit-button,
.carrito-compra-bloque .wc-block-components-button__text,
.carrito-compra-bloque .wc-block-components-panel,
.carrito-compra-bloque .wc-block-components-panel__button,
.carrito-compra-bloque .wc-block-components-product-metadata,
.carrito-compra-bloque .wc-block-components-product-metadata__description p,
.carrito-compra-bloque input,
.carrito-compra-bloque button,
.carrito-compra-bloque a,
.carrito-compra-bloque span,
.carrito-compra-bloque h1,
.carrito-compra-bloque h2,
.carrito-compra-bloque h3,
.carrito-compra-bloque h4,
.carrito-compra-bloque h5,
.carrito-compra-bloque h6,
.carrito-compra-bloque p,
.carrito-compra-bloque div {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

/* Forzar Montserrat en elementos específicos que aparecen en el HTML */
.carrito-compra-bloque th span,
.carrito-compra-bloque td span,
.carrito-compra-bloque .price,
.carrito-compra-bloque .wc-block-formatted-money-amount,
.carrito-compra-bloque .wc-block-components-formatted-money-amount {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
}

#bradcrumb-product {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #54595F;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

#bradcrumb-product a {
  color: #314D4C;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  margin: 0;
  position: relative;
}

#bradcrumb-product a:hover {
  text-decoration: underline;
  color: #314D4C;
}

/* Ocultar separadores de texto originales (" > ") */
#bradcrumb-product {
  font-size: 0;
}

#bradcrumb-product a,
#bradcrumb-product span {
  font-size: 14px;
}

/* Crear separadores SVG después de cada enlace (excepto el último elemento) */
#bradcrumb-product a::after {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' viewBox='0 0 256 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' fill='%23A5A4B0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

/* El último span (producto actual) no necesita separador después */
#bradcrumb-product span:last-child {
  color: #54595F;
  font-weight: 500;
  margin: 0 0 0 10px;
}

/* ===== SHORTCODE POR QUÉ ELEGIR ESTA BOLSA ===== */

/* Contenedor principal con ID específico para máxima especificidad */
#unibag-por-que-elegir-shortcode {
    width: 100% !important;
}

/* Sección del título con ID específico */
#unibag-por-que-titulo-container {
    margin-bottom: 20px !important;
}

#unibag-por-que-titulo {
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 60px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #00413B !important;
    line-height: 1.2 !important;
}

/* Sección de la descripción con ID específico */
#unibag-por-que-descripcion-container {
    margin-bottom: 30px !important;
}

#unibag-por-que-descripcion {
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    color: #575757 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Contenedor de todos los checks con ID específico */
#unibag-por-que-checks-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
}

/* Cada item individual del check con clase específica */
.unibag-por-que-check-item {
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper que contiene icono y texto con clase específica */
.unibag-por-que-check-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    text-align: left !important;
}

/* Contenedor del icono con clase específica */
.unibag-por-que-check-icon {
    flex-shrink: 0 !important;
    width: 25px !important;
    height: 25px !important;
    margin-top: 4px !important;
}

.unibag-por-que-check-icon .unibag-por-que-elementor-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 25px !important;
    height: 25px !important;
}

.unibag-por-que-check-icon svg {
    width: 25px !important;
    height: 25px !important;
    display: block !important;
}

/* Contenedor del texto con clase específica */
.unibag-por-que-check-content {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Texto del check con clase específica */
.unibag-por-que-check-texto {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #575757 !important;
}

/* Responsive adjustments con IDs específicos */
@media (max-width: 768px) {
    #unibag-por-que-titulo {
        font-size: 48px !important;
    }
    
    #unibag-por-que-descripcion,
    .unibag-por-que-check-texto {
        font-size: 16px !important;
    }
    
    .unibag-por-que-check-wrapper {
        gap: 12px !important;
    }
    
    #unibag-por-que-checks-container {
        gap: 25px !important;
    }
}

@media (max-width: 480px) {
    #unibag-por-que-titulo {
        font-size: 36px !important;
    }
    
    .unibag-por-que-check-wrapper {
        gap: 10px !important;
    }
    
    .unibag-por-que-check-icon {
        margin-top: 2px !important;
    }
    
    #unibag-por-que-checks-container {
        gap: 20px !important;
    }
    
    #unibag-por-que-descripcion,
    .unibag-por-que-check-texto {
        font-size: 14px !important;
    }
}

/* Selectores ultra-específicos para sobrescribir Elementor */
#unibag-por-que-elegir-shortcode .unibag-por-que-descripcion,
#unibag-por-que-elegir-shortcode .elementor-widget-text-editor p {
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px !important;
    color: #575757 !important;
}

#unibag-por-que-elegir-shortcode .unibag-por-que-check-texto,
#unibag-por-que-elegir-shortcode .elementor-icon-box-description {
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px !important;
    color: #575757 !important;
}

.por-que-check-icon .elementor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 25px;
}

.por-que-check-icon svg {
    width: 25px;
    height: 25px;
    display: block;
}

/* Contenedor del texto */
.por-que-check-content {
    flex: 1;
    min-width: 0;
}

/* Texto del check */
.por-que-check-texto {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #575757 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .por-que-titulo {
        font-size: 1.5em;
    }
    
    .por-que-descripcion-texto,
    .por-que-check-texto {
        font-size: 16px;
    }
    
    .por-que-check-wrapper {
        gap: 12px;
    }
    
    .por-que-checks-container {
        row-gap: 25px;
    }
}

@media (max-width: 480px) {
    .por-que-check-wrapper {
        gap: 10px;
    }
    
    .por-que-check-icon {
        margin-top: 2px;
    }
    
    .por-que-checks-container {
        row-gap: 20px;
    }
    
    .por-que-descripcion-texto,
    .por-que-check-texto {
        font-size: 14px !important;
    }
}

/* Estilos adicionales para sobrescribir Elementor */
.unibag-por-que-elegir .por-que-descripcion-texto,
.unibag-por-que-elegir .elementor-widget-text-editor p {
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px !important;
    color: #575757 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;

}

.unibag-por-que-elegir .por-que-check-texto,
.unibag-por-que-elegir .elementor-icon-box-description {
    font-family: 'Lato', Arial, sans-serif !important;
    font-size: 18px !important;
    color: #575757 !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


/* ===== BUSCADOR PERSONALIZADO UNIBAG ===== */

/* Contenedor principal */
#unibag-search-container {
    position: relative;
    display: inline-block;
}

/* Icono de búsqueda */
#unibag-search-icon {
    cursor: pointer;
}

/* Formulario de búsqueda */
#unibag-search-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    background: transparent;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    min-width: 350px;
    margin-top: 8px;
    animation: unibagSearchFadeIn 0.3s ease-out;
        border-radius: 25px;

}

@keyframes unibagSearchFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Wrapper del input */
.unibag-search-input-wrapper {
    position: relative;
    padding: 0;
}

/* Input de búsqueda */
#unibag-search-input {
    width: 100%;
    padding: 12px 45px 12px 16px;
    border: 2px solid #54595F;
    border-radius: 25px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background: white;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

#unibag-search-input:focus {
    outline: none;
    border-color: #54595F;
    background: white;
    box-shadow: 0 0 0 3px rgba(84, 89, 95, 0.1);
}

#unibag-search-input::placeholder {
    color: #6c757d;
    font-style: italic;
}

/* Preloader */
#unibag-search-preloader {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.unibag-search-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #e1e5e9;
    border-top: 2px solid #009E99;
    border-radius: 50%;
    animation: unibagSearchSpin 1s linear infinite;
}

@keyframes unibagSearchSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Botón cerrar */
#unibag-search-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    color: #54595F;
    transition: all 0.2s ease;
}

#unibag-search-close:hover {
    background-color: #f8f9fa;
    color: #dc3545;
}

/* Contenedor de resultados */
#unibag-search-results {
    display: none;
    max-height: 400px;
    overflow-y: auto;
    background: white;
    border-radius: 8px;
    margin-top: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Lista de resultados */
.unibag-search-results-list {
    padding: 8px 0;
}

/* Item individual de resultado */
.unibag-search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
}

.unibag-search-result-item:hover {
    background-color: #f8f9fa;
    border-left: 3px solid #54595F;
}

.unibag-search-result-item:last-child {
    border-bottom: none;
}

/* Imagen del producto */
.unibag-search-result-image {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #f8f9fa;
}

.unibag-search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Contenido del resultado */
.unibag-search-result-content {
    flex: 1;
    min-width: 0;
}

/* Título del producto */
.unibag-search-result-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 4px 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/* Sin resultados */
.unibag-search-no-results {
    padding: 20px 16px;
    text-align: center;
    color: #6c757d;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-style: italic;
}

/* Error */
.unibag-search-error {
    padding: 20px 16px;
    text-align: center;
    color: #dc3545;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

/* Estados activos */
#unibag-search-container.unibag-search-active #unibag-search-form {
    display: block;
}

#unibag-search-container.unibag-search-active #unibag-search-icon {
    display: none;
}

/* ===== RESPONSIVE DESIGN ===== */

/* Tablet - 768px y menores */
@media (max-width: 768px) {
    #unibag-search-form {
        min-width: 300px;
        right: -25px;
    }
    
    .unibag-search-result-item {
        padding: 10px 12px;
    }
    
    .unibag-search-result-image {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    
    .unibag-search-result-title {
        font-size: 13px;
    }
    

}

/* Mobile - 480px y menores */
@media (max-width: 480px) {
    #unibag-search-form {
        position: fixed;
        top: 60px;
        left: 16px;
        right: 16px;
        min-width: auto;
        margin-top: 0;
        border-radius: 12px;
    }
    
    #unibag-search-input {
        font-size: 16px; /* Previene zoom en iOS */
        padding: 14px 45px 14px 16px;
    }
    
    .unibag-search-input-wrapper {
        padding: 0;
    }
    
    #unibag-search-results {
        max-height: 300px;
    }
    
    .unibag-search-result-item {
        padding: 12px;
    }
    
    .unibag-search-result-title {
        font-size: 14px;
        white-space: normal;
        overflow: visible;
        text-overflow: initial;
        line-height: 1.4;
    }
    

}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
    #unibag-search-form,
    #unibag-search-icon,
    .unibag-search-result-item,
    .unibag-search-spinner {
        animation: none;
        transition: none;
    }
}

/* ===== RESPONSIVE PARA SELECTORES DE PRODUCTO ===== */

/* Tablet - 768px y menores */
@media (max-width: 768px) {
    .selector-rect {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .elementor-element-fe348e5.selectores-product .modelo-radio-container,
    .selectores-product .modelo-radio-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
    
    .elementor-element-fe348e5.selectores-product .modelo-item,
    .selectores-product .modelo-item {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 45px !important;
    }
    
    .elementor-element-fe348e5.selectores-product .modelo-item .text,
    .selectores-product .modelo-item .text {
        width: auto !important;
        font-size: 12px !important;
    }
}

/* Mobile - 480px y menores */
@media (max-width: 480px) {
    .elementor-element-fe348e5.selectores-product .modelo-radio-container,
    .selectores-product .modelo-radio-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    
    .elementor-element-fe348e5.selectores-product .modelo-item,
    .selectores-product .modelo-item {
        width: 100% !important;
        max-width: 100% !important;
        height: 50px !important;
        padding: 8px 12px !important;
    }
    
    .elementor-element-fe348e5.selectores-product .modelo-item .text,
    .selectores-product .modelo-item .text {
        font-size: 11px !important;
        line-height: 1.2 !important;
    }
    
    .elementor-element-fe348e5.selectores-product .modelo-item .icon svg,
    .selectores-product .modelo-item .icon svg {
        width: 20px !important;
        height: 20px !important;
    }
}

/* ===== SELECTOR DE TAMAÑOS CON 2 COLUMNAS ===== */

/* Contenedor personalizado para dropdown de tamaños con 2 columnas */
.tamanos-dropdown-container {
    position: relative;
    width: 100% !important;
}

/* Estilo para el select de tamaños cuando se muestra como dropdown personalizado */
.tamanos-dropdown-custom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid rgba(177, 177, 177, 1);
    border-radius: 4.51px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

/* Grid de 2 columnas para las opciones de tamaño */
.tamanos-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 8px 0;
}

/* Cada opción individual */
.tamanos-option-item {
    padding: 8px 12px;
    cursor: pointer;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10.82px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    line-height: 124%;
    text-align: center;
    transition: all 0.2s ease;
    border: none;
    background: transparent;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover y estados activos para opciones */
.tamanos-option-item:hover {
    background-color: #f8f9fa;
    color: #333;
}

.tamanos-option-item.selected {
    background-color: #009E99;
    color: white;
    font-weight: 500;
}

.tamanos-option-item:nth-child(odd) {
    border-right: 1px solid #f0f0f0;
}

/* Indicador visual para el select personalizado */
.selector-rect.has-custom-dropdown {
    cursor: pointer;
    position: relative;
}

.selector-rect.has-custom-dropdown::after {
    content: '▼';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(117, 117, 117, 1);
    font-size: 10px;
    pointer-events: none;
    transition: transform 0.2s ease;
}

.selector-rect.has-custom-dropdown.open::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Ocultar el select original cuando se usa el dropdown personalizado */
.selector-rect.has-custom-dropdown select {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

/* Texto placeholder para el dropdown personalizado */
.tamanos-placeholder {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 10.82px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    line-height: 124%;
    text-align: center;
    padding: 0 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Responsive para dropdown de tamaños */
@media (max-width: 768px) {
    .tamanos-options-grid {
        grid-template-columns: 1fr;
        padding: 4px 0;
    }
    
    .tamanos-option-item {
        padding: 10px 12px;
        font-size: 12px;
        min-height: 36px;
        border-right: none !important;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .tamanos-option-item:last-child {
        border-bottom: none;
    }
    
    .tamanos-dropdown-custom {
        max-height: 250px;
    }
}

@media (max-width: 480px) {
    .tamanos-option-item {
        padding: 12px;
        font-size: 13px;
        min-height: 40px;
    }
    
    .tamanos-dropdown-custom {
        max-height: 200px;
    }
}

/* ===== SOLUCIÓN GLOBAL PARA LÍNEA ROJA EN MOBILE ===== */

/* Contenedores principales de Elementor - Responsive global */
@media (max-width: 768px) {
    .elementor-container,
    .elementor-row,
    .elementor-section-content-middle,
    .elementor-widget-container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    /* Forzar ancho 100% en elementos con width fijo problemáticos */
    .selector-rect,
    .elementor-element .selector-rect {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }
    
    /* Elementos de grid/flex que causan overflow */
    .modelo-radio-container,
    .elementor-element .modelo-radio-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        max-width: 100% !important;
    }
    
    .modelo-item,
    .elementor-element .modelo-item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: 1 !important;
    }
    
    /* Formularios y inputs que pueden causar overflow */
    .woocommerce form,
    .woocommerce table,
    .variations,
    .single_variation_wrap {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    /* Cualquier elemento con width específico mayor a móvil */
    *[style*="width: 539px"],
    *[style*="width: 170px"] {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Mobile específico - 480px y menores */
@media (max-width: 480px) {
    /* Grid de 2 columnas en móvil pequeño */
    .modelo-radio-container,
    .elementor-element .modelo-radio-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
    
    /* Asegurar que ningún elemento tenga width fijo */
    * {
        max-width: 100%;
    }
    
    /* Contenedores específicos que pueden causar problemas */
    .elementor-section > .elementor-container,
    .elementor-column > .elementor-widget-wrap,
    .elementor-widget > .elementor-widget-container {
        max-width: 100% !important;
        overflow: hidden !important;
    }
    
}

/* Clases de utilidad para aplicar manualmente si es necesario */
.responsive-full-width {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.responsive-no-overflow {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

.responsive-mobile-stack {
    flex-direction: column !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .responsive-full-width,
    .responsive-no-overflow,
    .responsive-mobile-stack {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    #menu-header-unibag li {
        margin-bottom: 5px !important; /* Ajusta este valor */
    }
}

/* ===== FORZAR LAYOUT 2 COLUMNAS EN MÓVIL - REGLA FINAL ===== */
@media (max-width: 768px) {
    /* Asegurar que el contenedor padre ocupe todo el ancho */
    .elementor-element-fe348e5.selectores-product,
    .selectores-product,
    .elementor-element-fe348e5,
    .wl-addto-cart,
    .variations_form.cart,
    table.variations {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Regla con máxima especificidad para forzar 2 columnas ocupando todo el ancho */
    .elementor-element.elementor-element-fe348e5.selectores-product .modelo-radio-container,
    .elementor-widget-container .modelo-radio-container,
    .selectores-product .modelo-radio-container,
    div.modelo-radio-container,
    .modelo-radio-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 15px 0 !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        overflow: visible !important;
    }
    
    /* Asegurar que los items ocupen todo el espacio disponible */
    .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item,
    .selectores-product .modelo-item,
    .modelo-radio-container .modelo-item,
    .modelo-item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 45px !important;
        font-size: 10px !important;
        box-sizing: border-box !important;
        flex: 1 !important;
        margin: 0 !important;
        padding: 8px !important;
    }
    
    /* Ajustar el contenido interno para que se vea mejor */
    .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item .modelo-content,
    .selectores-product .modelo-item .modelo-content,
    .modelo-item .modelo-content {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        gap: 6px !important;
    }
    
    /* Ajustar texto para mejor legibilidad */
    .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item .text,
    .selectores-product .modelo-item .text,
    .modelo-item .text {
        font-size: 9px !important;
        font-weight: 500 !important;
        line-height: 1.1 !important;
        text-align: center !important;
        width: auto !important;
        flex: 1 !important;
    }
    
    /* Ajustar íconos */
    .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item .icon,
    .selectores-product .modelo-item .icon,
    .modelo-item .icon {
        width: 16px !important;
        height: 16px !important;
        margin-right: 4px !important;
        flex-shrink: 0 !important;
    }
    
    .elementor-element.elementor-element-fe348e5.selectores-product .modelo-item .icon svg,
    .selectores-product .modelo-item .icon svg,
    .modelo-item .icon svg {
        width: 16px !important;
        height: 16px !important;
    }
    
    /* Asegurar que las filas de la tabla también ocupen todo el ancho */
    .selectores-product table.variations tr,
    .selectores-product table.variations td {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Asegurar que los selectores rectangulares también ocupen todo el ancho */
    .selectores-product .selector-rect,
    .selectores-product .selector-rect select,
    .selector-rect,
    .selector-rect select {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Eliminar márgenes y padding innecesarios */
    .selectores-product table.variations,
    .elementor-element-fe348e5.selectores-product,
    .elementor-widget-container {
        margin: 0 !important;
        padding: 0 15px !important;
    }
    
    /* Asegurar que no haya restricciones de ancho en el contenedor padre */
    .elementor-element-fe348e5.selectores-product .wl-addto-cart,
    .selectores-product .wl-addto-cart {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* ==========================================
   DESHABILITAR BOTONES DE CARRITO Y QUICK VIEW
   ========================================== */

/* Ocultar y deshabilitar todos los botones de agregar al carrito */
.woocommerce ul.products li.product .add-to-cart-button-outer,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button.add_to_cart_button,
.add-to-cart-button-outer,
.add-to-cart-button-inner,
.add_to_cart_button,
.ajax_add_to_cart {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

/* Deshabilitar botones de Quick View */
.qqvfw-quick-view-button-wrapper,
.qqvfw-quick-view-button,
.qqvfw-shortcode,
.qqvfw-m {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
}

/* Asegurar que los contenedores padre no reserven espacio */
.woocommerce ul.products li.product .add-to-cart-button-outer,
.qqvfw-quick-view-button-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* Prevenir cualquier evento de click en el área donde estaban los botones */
.woocommerce ul.products li.product::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    pointer-events: none !important;
    z-index: 10;
}

/* ==========================================
   NOTIFICACIONES AJAX CART
   ========================================== */

/* Contenedor de notificación */
.unibag-cart-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px 20px;
    max-width: 350px;
    z-index: 999999;
    transform: translateX(400px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

/* Estados de la notificación */
.unibag-cart-notification.show {
    transform: translateX(0);
    opacity: 1;
}

.unibag-cart-notification.hide {
    transform: translateX(400px);
    opacity: 0;
}

/* Tipos de notificación - COLORES ACTUALIZADOS */
.unibag-notification-success {
    border-left: 4px solid #00A19A; /* Cambio: nuevo color para la barra lateral */
    background: linear-gradient(135deg, #f0fffe 0%, #ffffff 100%); /* Fondo ligeramente verdoso */
}

.unibag-notification-error {
    border-left: 4px solid #F44336;
    background: linear-gradient(135deg, #fff8f8 0%, #ffffff 100%);
}

/* Mensaje de la notificación */
.notification-message {
    display: block;
    margin-right: 30px;
    font-weight: 500;
    color: #333;
}

.unibag-notification-success .notification-message {
    color: #255554; /* Cambio: nuevo color del texto para success */
    font-weight: 600; /* Aumentamos el peso para mejor legibilidad */
}

.unibag-notification-error .notification-message {
    color: #C62828;
    font-weight: 500; /* Peso base para mensajes de error */
}

/* NUEVO: Hacer el nombre del producto en negrita para TODOS los tipos de notificación */
.notification-message .product-name,
.notification-message strong,
.unibag-notification-success .notification-message .product-name,
.unibag-notification-success .notification-message strong,
.unibag-notification-error .notification-message .product-name,
.unibag-notification-error .notification-message strong {
    font-weight: 700 !important; /* Negrita para el nombre del producto */
    color: inherit; /* Mantiene el color del mensaje padre */
}

/* Botón de cerrar */
.notification-close {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.notification-close:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #666;
}

/* Botón loading state */
.single_add_to_cart_button.loading {
    opacity: 0.7;
    cursor: not-allowed;
    position: relative;
}

.single_add_to_cart_button.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive para móvil */
@media (max-width: 768px) {
    .unibag-cart-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        transform: translateY(-100px);
    }
    
    .unibag-cart-notification.show {
        transform: translateY(0);
    }
    
    .unibag-cart-notification.hide {
        transform: translateY(-100px);
    }
}

/* ==========================================
   FIX DUPLICACIÓN MINI CART VI WCAIO
   ========================================== */

/* Prevenir duplicación del mini cart widget */
.vi-wcaio-menu-cart-content-wrap .widget_shopping_cart + .widget_shopping_cart {
    display: none !important;
}

/* Asegurar que solo se muestre el primer widget del carrito */
.vi-wcaio-menu-cart-content-wrap > .widget:not(:first-child) {
    display: none !important;
}

/* ==========================================
   BREADCRUMB PRODUCTO SIMPLE - SOLO INICIO > PRODUCTO
   ========================================== */

/* Ocultar elementos intermedios del breadcrumb, mantener solo Inicio > Producto */
#breadcrumb-producto-simple .eael-breadcrumbs__content a:not(:first-child):not(:last-child),
#breadcrumb-producto-simple .eael-breadcrumbs__content span.eael-breadcrumb-separator:not(:first-of-type) {
    display: none !important;
}

/* Mantener solo el primer separador entre Inicio y Producto */
#breadcrumb-producto-simple .eael-breadcrumbs__content span.eael-breadcrumb-separator:first-of-type {
    display: inline !important;
}


/* ===== VERSIÓN ALTERNATIVA CON JAVASCRIPT (MÁS SUAVE) ===== */

/* Transición suave SOLO para la barra verde */
.elementor-element-5f9b6eb0.top-bar-announce {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.header-container-sticky {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

.green-header-hidden {
    transform: translateY(-100%) !important;
}

/* Header flotante - SIN transiciones ni transforms para evitar efectos laterales */
.floating-header-fixed {
    position: fixed !important;
    top: 0 !important;
    background: white !important;
    box-shadow: 0.1px 0.1px 13px 0px rgb(104 104 104 / 40%) !important;
    z-index: 1000 !important;
    /* Mantener la posición horizontal original sin transforms */
}

/* Header normal (top) - Misma sombra para consistencia visual */
#header-unibag {
    box-shadow: 0.1px 0.1px 13px 0px rgb(104 104 104 / 40%) !important;
}


