:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(28,38,94);
	--wd-alternative-color: rgb(255,111,37);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(28,38,94);
	--btn-accented-bgcolor-hover: rgb(42,92,186);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(37,150,190);
	--wd-link-color-hover: rgb(28,38,94);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(28,38,94);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,249,249);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(42,155,204);
}

/* === Tarjeta como columna y contenido pegado abajo === */
.wd-products .product-grid-item .product-wrapper{
  display:flex;
  flex-direction:column;
  height:100%;
}
.wd-products .product-element-bottom{
  margin-top:auto; /* bloque inferior al fondo */
}

/* === Caja de imagen con ratio fijo (ajustá 4/5 si querés más alta) === */
.wd-products .product-element-top .product-image-link{
  display:block;
  position:relative;
  aspect-ratio: 4 / 5;  /* <-- cambia a 1/1 si preferís cuadrado */
  overflow:hidden;
}

/* El slider/imagen ocupan toda la caja sin deformar */
.wd-products .product-element-top .wd-product-grid-slider,
.wd-products .product-element-top img{
  position:absolute;
  inset:0;            /* top:0 right:0 bottom:0 left:0 */
  width:100%;
  height:100%;
  object-fit: contain; /* muestra el producto completo sin recortes raros */
}

/* Botonera flotante para que no altere la altura */
.wd-products .product-element-top .wd-buttons{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
}

/* Paginación (dots) del slider flotante para que no empuje contenido */
.wd-products .product-element-top .wd-product-grid-slider-pagin{
  position:absolute;
  left:0; right:0; bottom:8px;
  margin:0;
}

/* (Opcional) Quitar cualquier línea/separador que aparezca bajo la imagen */
.wd-products.title-line-two .product-element-bottom::before{
  /* si esa línea te queda “a la mitad” por estilos del tema, ajustala o quitá: */
  /* content: none; */
}

.section--hero{ position:relative; overflow:hidden; }
.section--hero::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(90deg,
    rgba(7,18,38,.78) 0 45%,
    rgba(7,18,38,.40) 45% 65%,
    rgba(7,18,38,0) 65% 100%);
}
.marca-btn {
  display:inline-block;
  padding:12px 22px;
  background:#1c265e;       /* color solicitado */
  color:#fff;
  text-decoration:none;
  border-radius:12px;        /* borde redondeado */
  text-transform:uppercase;  /* todo mayúsculas */
  letter-spacing:.5px;
  font-weight:600;
  transition:background .2s ease, transform .15s ease;
}
.marca-btn:hover {
  background:#ff6f25;        /* hover (ligeramente más claro) */
  transform:translateY(-1px);
}
.marca-btn:active { transform:translateY(0); }
.marca-action-btn {
    min-height: 46px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.marca-action-icon,
.marca-action-arrow {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.marca-action-arrow {
    width: 15px;
    margin-left: 2px;
}

/* Catálogo */

.marca-catalogo-btn {
    color: #173f80;
    background: #ffffff;
    border-color: #315da3;
}

.marca-catalogo-btn:hover {
    color: #ffffff;
    background: #173f80;
    border-color: #173f80;
    transform: translateY(-2px);
}

/* WhatsApp */

.marca-whatsapp-btn {
    color: #008f7a;
    background: #ffffff;
    border-color: #19aa92;
}

.marca-whatsapp-btn:hover {
    color: #ffffff;
    background: #008f7a;
    border-color: #008f7a;
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .marca-action-btn {
        width: 100%;
    }
}


/* Acciones de productos dentro de las marcas */

.sl-product-card-actions {
    width: 100%;
    margin-top: 18px;
    padding-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid #e5eaf0;
}

.sl-product-card-btn {
    min-height: 42px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    border: 1px solid;
    border-radius: 8px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.sl-product-card-btn svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Ver detalles */

.sl-product-details {
    color: #173f80;
    background: #ffffff;
    border-color: #315da3;
}

.sl-product-details:hover {
    color: #ffffff;
    background: #173f80;
    border-color: #173f80;
    transform: translateY(-1px);
}

/* WhatsApp */

.sl-product-whatsapp {
    color: #008f7a;
    background: #ffffff;
    border-color: #19aa92;
}

.sl-product-whatsapp:hover {
    color: #ffffff;
    background: #008f7a;
    border-color: #008f7a;
    transform: translateY(-1px);
}

@media (max-width: 480px) {
    .sl-product-card-actions {
        grid-template-columns: 1fr;
    }
}



.products .product-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products .product-information {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sl-product-card-actions {
    margin-top: auto;
}

/* =====================================================
   PRODUCTOS DE MARCA — ALINEACIÓN WOODMART
   ===================================================== */

/* Las tarjetas ocupan toda la altura disponible */

.products .product-grid-item,
.products .wd-product {
    height: 100%;
}

/* Estructura vertical de la tarjeta */

.products .product-grid-item .product-wrapper,
.products .wd-product .product-wrapper,
.products .wd-product .wd-product-wrapper {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Área de información */

.products .product-information,
.products .wd-product-information {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Reservar siempre dos líneas para el título */

.products .wd-entities-title,
.products .woocommerce-loop-product__title,
.products .product-title {
    min-height: 40px !important;
    margin-bottom: 5px !important;

    display: -webkit-box !important;
    overflow: hidden;
    line-height: 20px !important;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Categoría con altura consistente */

.products .wd-product-cats,
.products .product-category {
    min-height: 20px;
    margin-bottom: 0;
}

/* Los botones se van al final */

.products .sl-product-card-actions {
    margin-top: auto !important;
}
/* =====================================================
   MEGA MENÚ PREMIUM — SOLUCIÓN LAB
   ===================================================== */

.sl-categories-mega-menu {
    width: 100%;
    padding: 22px;

    color: #1c265e;
    background: #f7f9fb;
    border: 1px solid #e2e8ef;
    border-radius: 0 0 16px 16px;

    box-shadow:
        0 24px 55px rgba(28, 38, 94, 0.14),
        0 4px 12px rgba(28, 38, 94, 0.06);
}

/* Encabezado */

.sl-categories-mega-menu__header {
    margin-bottom: 16px;
    padding: 0 4px 17px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;

    border-bottom: 1px solid #dfe6ed;
}

.sl-categories-mega-menu__eyebrow {
    display: block;
    margin-bottom: 3px;

    color: #4a9fa4;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sl-categories-mega-menu__title {
    display: block;

    color: #1c265e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.sl-categories-mega-menu__all {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #1c265e !important;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none !important;

    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

.sl-categories-mega-menu__all:hover {
    gap: 10px;
    color: #4a9fa4 !important;
}

.sl-categories-mega-menu__all svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Grilla */

.sl-categories-mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 9px;
}

/* Tarjeta de categoría */

.sl-category-menu-item {
    position: relative;
    min-width: 0;
    min-height: 112px;
    padding: 13px 8px 11px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 9px;

    color: #1c265e !important;
    background: #ffffff;
    border: 1px solid #e2e8ef;
    border-radius: 11px;

    text-align: center;
    text-decoration: none !important;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.sl-category-menu-item:hover {
    color: #1c265e !important;
    background: #ffffff;
    border-color: #79bfc0;

    transform: translateY(-3px);

    box-shadow:
        0 10px 22px rgba(28, 38, 94, 0.09),
        0 2px 5px rgba(28, 38, 94, 0.04);
}

/* Contenedor azul del SVG blanco */

.sl-category-menu-item__icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1c265e;
    border-radius: 12px;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.sl-category-menu-item:hover
.sl-category-menu-item__icon {
    background: #263477;
    transform: scale(1.04);
}

.sl-category-menu-item__icon img {
    width: 31px;
    height: 31px;
    object-fit: contain;
}

/* Icono alternativo */

.sl-category-menu-item__fallback {
    width: 28px;
    height: 28px;

    fill: none;
    stroke: #ffffff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Nombre de categoría */

.sl-category-menu-item__name {
    width: 100%;

    display: -webkit-box;
    overflow: hidden;

    color: #242b4a;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Flecha superior */

.sl-category-menu-item__arrow {
    position: absolute;
    top: 9px;
    right: 9px;

    color: #4a9fa4;
    font-size: 13px;
    opacity: 0;
    transform: translateX(-4px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.sl-category-menu-item:hover
.sl-category-menu-item__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Línea naranja inferior */

.sl-category-menu-item::after {
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;

    content: "";
    background: #f37a3b;
    border-radius: 4px;
    transform: translateX(-50%);

    transition: width 0.2s ease;
}

.sl-category-menu-item:hover::after {
    width: 36px;
}

/* Notebook */

@media (max-width: 1200px) {
    .sl-categories-mega-menu__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* Tablet */

@media (max-width: 850px) {
    .sl-categories-mega-menu {
        padding: 18px;
    }

    .sl-categories-mega-menu__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Móvil */

@media (max-width: 600px) {
    .sl-categories-mega-menu {
        padding: 16px 13px;
        border-radius: 0;
        box-shadow: none;
    }

    .sl-categories-mega-menu__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .sl-categories-mega-menu__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sl-category-menu-item {
        min-height: 105px;
    }

    .sl-category-menu-item__icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .sl-category-menu-item__icon img {
        width: 28px;
        height: 28px;
    }
}

/* Solución-Lab: mega menú horizontal estilo Zybio */
.sl-family-menu,
.sl-family-menu * {
    box-sizing: border-box;
}

.sl-family-menu {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px 28px !important;
    color: #fff !important;
    background: linear-gradient(90deg, #1c265e 0%, #164f94 100%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* La barra ya no necesita título interior */
.sl-family-menu__top,
.sl-family-card__children,
.sl-family-card__all,
.sl-family-card__arrow {
    display: none !important;
}

.sl-family-menu__grid {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(110px, 1fr)) !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: min(1240px, 100%) !important;
    margin: 0 auto !important;
}

.sl-family-card {
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.sl-family-card:last-child {
    border-right: 0 !important;
}

.sl-family-card:hover {
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.16) !important;
    box-shadow: none !important;
    transform: none !important;
}

.sl-family-card__head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-height: 88px !important;
    padding: 8px 12px !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
}

.sl-family-card__icon {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: transform .2s ease !important;
}

.sl-family-card__icon img {
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    object-fit: contain !important;
}

.sl-family-card:hover .sl-family-card__icon {
    transform: translateY(-2px) !important;
}

.sl-family-card__name {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
}

@media (max-width: 1024px) {
    .sl-family-menu {
        padding: 10px 0 !important;
        overflow-x: auto !important;
        scrollbar-width: thin;
    }

    .sl-family-menu__grid {
        display: flex !important;
        width: max-content !important;
        min-width: 100% !important;
        margin: 0 !important;
    }

    .sl-family-card {
        flex: 0 0 145px !important;
    }

    .sl-family-card__head {
        min-height: 82px !important;
        padding: 7px 10px !important;
    }
}

@media (max-width: 600px) {
    .sl-family-menu {
        width: 100% !important;
        padding: 8px 0 !important;
        border-radius: 0 !important;
    }

    .sl-family-card {
        flex-basis: 130px !important;
    }

    .sl-family-card__head {
        min-height: 76px !important;
    }

    .sl-family-card__icon img {
        width: 32px !important;
        height: 32px !important;
    }

    .sl-family-card__name {
        font-size: 11px !important;
    }
}
/* Quitar el relleno del dropdown de Productos */
.sl-productos-menu > .wd-dropdown-menu,
.sl-productos-menu > .wd-dropdown-menu > .wd-dropdown-inner,
.sl-productos-menu .wd-dropdown-inner,
.sl-productos-menu .container,
.sl-productos-menu .wd-dropdown-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Evitar espacios del HTML Block/Elementor */
.sl-productos-menu .elementor,
.sl-productos-menu .elementor-section,
.sl-productos-menu .e-con,
.sl-productos-menu .e-con-inner,
.sl-productos-menu .elementor-widget,
.sl-productos-menu .elementor-widget-container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* El dropdown debe tocar inmediatamente el header */
.sl-productos-menu > .wd-dropdown-menu {
    border: 0 !important;
    box-shadow: 0 12px 28px rgba(12, 25, 67, .15) !important;
}

/* Dropdown Productos: eliminar todo el espacio blanco de Woodmart */
#menu-item-29263 > .wd-dropdown-menu {
    width: 100vw !important;
    max-width: none !important;
    margin-top: 15px !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Woodmart limita el HTML Block a 1222px: liberarlo */
#menu-item-29263 > .wd-dropdown-menu > .container.wd-entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Liberar todos los wrappers de Elementor */
#menu-item-29263 .elementor-29825,
#menu-item-29263 .elementor-element-7ce344f,
#menu-item-29263 .e-con-inner,
#menu-item-29263 .elementor-widget-shortcode,
#menu-item-29263 .elementor-widget-container,
#menu-item-29263 .elementor-shortcode {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* La barra ocupa todo el dropdown */
#menu-item-29263 .sl-catbar {
    position: static !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

/* Acciones de las tarjetas del catálogo */
.products .product-grid-item .sl-product-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid #edf0f4;
}

.products .product-grid-item .sl-product-details,
.products .product-grid-item .sl-product-whatsapp {
    min-height: 43px;
    padding: 8px 12px;
    border: 1px solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}

.products .product-grid-item .sl-product-details {
    color: #173d8f;
    border-color: #173d8f;
    background: #fff;
}

.products .product-grid-item .sl-product-details span:last-child {
    margin-left: auto;
    font-size: 17px;
}

.products .product-grid-item .sl-product-details:hover {
    color: #fff;
    background: #173d8f;
}

.products .product-grid-item .sl-product-whatsapp {
    color: #009d88;
    border-color: #00a990;
    background: #fff;
}

.products .product-grid-item .sl-product-whatsapp:hover {
    color: #fff;
    background: #00a990;
}

/* Mantener los botones alineados abajo */
.products .product-grid-item .product-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products .product-grid-item .product-element-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products .product-grid-item .sl-product-actions {
    margin-top: auto;
}

/* Ajuste para móvil */
@media (max-width: 575px) {
    .products .product-grid-item .sl-product-actions {
        grid-template-columns: 1fr;
    }
}
/* Entrada de la sección */
.sl-about__gallery .sl-about__eyebrow,
.sl-about__gallery h2,
.sl-about__gallery-note {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .75s ease,
        transform .75s cubic-bezier(.22, 1, .36, 1);
}

/* Entrada inicial de las fotografías */
.sl-about__gallery .sl-about__photo {
    opacity: 0;
    transform: translateY(35px) scale(.97);
    box-shadow: 0 20px 55px rgba(19, 36, 88, 0);
    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.22, 1, .36, 1),
        box-shadow .4s ease;
}

/* Elementos visibles después del scroll */
.sl-about__gallery.is-visible .sl-about__eyebrow,
.sl-about__gallery.is-visible h2,
.sl-about__gallery.is-visible .sl-about__gallery-note,
.sl-about__gallery.is-visible .sl-about__photo {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Entrada escalonada */
.sl-about__gallery.is-visible h2 {
    transition-delay: .08s;
}

.sl-about__gallery.is-visible .sl-about__gallery-note {
    transition-delay: .16s;
}

.sl-about__gallery.is-visible .sl-about__photo:nth-child(1) {
    transition-delay: .20s;
}

.sl-about__gallery.is-visible .sl-about__photo:nth-child(2) {
    transition-delay: .32s;
}

.sl-about__gallery.is-visible .sl-about__photo:nth-child(3) {
    transition-delay: .44s;
}

/* Movimiento elegante de las imágenes */
.sl-about__gallery .sl-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.035);
    transition:
        transform .8s cubic-bezier(.22, 1, .36, 1),
        filter .5s ease;
}

.sl-about__gallery .sl-about__photo:hover {
    transform: translateY(-6px) scale(1);
    box-shadow: 0 24px 55px rgba(19, 36, 88, .15);
}

.sl-about__gallery .sl-about__photo:hover img {
    transform: scale(1.085);
    filter: saturate(1.05) contrast(1.02);
}

/* Brillo discreto al pasar el cursor */
.sl-about__gallery .sl-about__photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 25%,
        rgba(255, 255, 255, .22) 48%,
        transparent 70%
    );
    transform: translateX(-120%);
    transition: transform .9s ease;
}

.sl-about__gallery .sl-about__photo:hover::before {
    transform: translateX(120%);
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
    .sl-about__gallery *,
    .sl-about__gallery *::before {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
/* Solución-Lab — sistema de cabeceras interiores principales.
   Productos, Categorías y Marcas. No afecta Inicio ni páginas individuales. */

.elementor-29265 .elementor-element-d9fd417,
#post-29834 .elementor-element-c5e81eb,
#post-591 .elementor-element-915d410 {
    min-height: 420px !important;
}

.elementor-29265 .elementor-element-d9fd417 > .e-con-inner,
#post-29834 .elementor-element-c5e81eb > .e-con-inner,
#post-591 .elementor-element-915d410 > .e-con-inner {
    min-height: 420px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    z-index: 1;
}

/* Categorías y Marcas: columna completa pegada al borde izquierdo del contenedor. */
#post-29834 .elementor-element-c5e81eb > .e-con-inner,
#post-591 .elementor-element-915d410 > .e-con-inner {
    align-items: flex-start !important;
}

#post-29834 .elementor-element-c5e81eb > .e-con-inner > .elementor-element,
#post-591 .elementor-element-915d410 > .e-con-inner > .elementor-element {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.elementor-29265 .elementor-element-1461465 .elementor-heading-title,
#post-29834 .elementor-element-a46b824 .elementor-heading-title,
#post-591 .elementor-element-48233c7 .elementor-heading-title {
    max-width: 780px;
    font-size: clamp(42px, 5vw, 60px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.05em !important;
}

.elementor-29265 .elementor-element-d9fd417:before,
#post-29834 .elementor-element-c5e81eb:before,
#post-591 .elementor-element-915d410:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.78) 46%, rgba(255,255,255,.08) 78%);
}

@media (max-width: 767px) {
    .elementor-29265 .elementor-element-d9fd417,
    #post-29834 .elementor-element-c5e81eb,
    #post-591 .elementor-element-915d410,
    .elementor-29265 .elementor-element-d9fd417 > .e-con-inner,
    #post-29834 .elementor-element-c5e81eb > .e-con-inner,
    #post-591 .elementor-element-915d410 > .e-con-inner {
        min-height: 390px !important;
    }

    .elementor-29265 .elementor-element-d9fd417 > .e-con-inner,
    #post-29834 .elementor-element-c5e81eb > .e-con-inner,
    #post-591 .elementor-element-915d410 > .e-con-inner {
        padding: 60px 20px !important;
    }

    .elementor-29265 .elementor-element-1461465 .elementor-heading-title,
    #post-29834 .elementor-element-a46b824 .elementor-heading-title,
    #post-591 .elementor-element-48233c7 .elementor-heading-title {
        font-size: clamp(38px, 11vw, 46px) !important;
        line-height: 1.08 !important;
    }

    .elementor-29265 .elementor-element-d9fd417:before,
    #post-29834 .elementor-element-c5e81eb:before,
    #post-591 .elementor-element-915d410:before {
        background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.78));
    }
}

/* Archivos de categorías de producto: cabecera interior compacta. */
body.tax-product_cat .elementor-29265 .elementor-element-d9fd417,
body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner {
    min-height: 280px !important;
}

body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    align-items: flex-start !important;
}

body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner > .elementor-element {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.tax-product_cat .elementor-29265 .elementor-element-1461465 .elementor-heading-title {
    max-width: 720px;
    font-size: clamp(38px, 4vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em !important;
}

@media (max-width: 767px) {
    body.tax-product_cat .elementor-29265 .elementor-element-d9fd417,
    body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner {
        min-height: 260px !important;
    }

    body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner {
        padding: 45px 20px !important;
    }

    body.tax-product_cat .elementor-29265 .elementor-element-1461465 .elementor-heading-title {
        font-size: clamp(34px, 10vw, 42px) !important;
    }
}


