/**
* Theme Name: Sunic Child
* Description: This is a child theme of Sunic, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: sunic
* Version: 1.0.15
*/

/* ===== Tarjeta de producto (grid) - diseno personalizado ===== */

.product-block .product-image {
  position: relative;
  height: 458px;
  border-radius: 32px;
  overflow: hidden;
}
.product-block .product-image img {
  width: 100%;
  height: 458px;
  object-fit: cover;
  border-radius: 32px;
}

.product-block .product-wishlist-top {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
}
.product-block .product-wishlist-top .woosw-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #ffffff;
  color: #421917;
  font-size: 0;
  transition: all 0.3s ease;
}
.product-block .product-wishlist-top .woosw-btn::before {
  display: none;
}
.product-block .product-wishlist-top .woosw-btn::after {
  font-family: 'sunic-icon';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  content: '\e090';
}
.product-block .product-wishlist-top .woosw-btn:hover {
  background-color: #FAE5C7;
}

.product-block .product-caption h3.woocommerce-loop-product__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  color: #000000;
  margin-bottom: 12px;
}
.product-block .product-caption h3.woocommerce-loop-product__title a {
  color: inherit;
}

.product-block .product-caption > .price {
  display: inline-block;
  width: fit-content;
  background: #FAE5C7;
  padding: 6px 10px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 14px;
}
.product-block .product-caption > .price .woocommerce-Price-amount,
.product-block .product-caption > .price bdi,
.product-block .product-caption > .price .woocommerce-Price-currencySymbol {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.product-block .product-caption .short-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  min-height: 2.6em;
}

.product-block .product-caption > .add_to_cart {
  margin-top: 8px;
}

/* Boton Anadir al carrito: quitar los pseudo-elementos del tema (relleno hover e icono) */
.product-block .product-caption > .add_to_cart a.button-main::before,
.product-block .product-caption > .add_to_cart a.button-main::after {
  display: none !important;
  content: none !important;
}


/* Pagina Proximamente: fondo completo */
body.page-id-6329,
body.page-id-6329 .elementor {
  background: #421917;
}


/* ============ HEADER OAE ============ */
.oae-header{position:sticky;top:0;z-index:999;background:#FAF2E5;}
.oae-header .header-container{display:none;}

/* --- barra superior --- */
.oae-topbar-wrap{max-width:1390px;margin:0 auto;padding:10px 20px 0;}
.oae-topbar{display:flex;align-items:center;justify-content:center;gap:10px;
  height:32px;border-radius:8px;background:#421917;padding:0 14px;overflow:hidden;}
.oae-topbar-star{flex:0 0 auto;width:30px;height:7px;opacity:.9;}
.oae-topbar-items{display:flex;align-items:center;justify-content:center;
  flex:0 1 auto;gap:34px;min-width:0;}
.oae-topbar-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;
  font-size:13px;font-weight:500;line-height:100%;color:#FAE5C7;text-decoration:none;}
.oae-topbar-item:hover{color:#FFFFFF;}
.oae-topbar-item img{width:16px;height:16px;flex:0 0 auto;}

/* --- barra de navegacion --- */
.oae-navbar{max-width:1390px;margin:0 auto;padding:0 20px;}
.oae-navbar-inner{position:relative;display:flex;align-items:center;justify-content:center;
  padding:14px 0;}
.oae-nav{display:flex;align-items:center;gap:54px;}
.oae-nav-group{display:flex;align-items:center;gap:54px;}
.oae-nav-link{position:relative;font-size:13px;font-weight:700;line-height:100%;
  color:#421917;text-decoration:none;white-space:nowrap;padding:4px 0;}
.oae-nav-link::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1.5px;
  background:#421917;transform:scaleX(0);transition:transform .3s ease;}
.oae-nav-link:hover::after{transform:scaleX(1);}
.oae-nav-link.is-active::after{transform:scaleX(1);}
.oae-logo{display:flex;align-items:center;flex:0 0 auto;}
.oae-logo img{width:126px;height:52px;object-fit:contain;}
.oae-logo-mobile{display:none;}

/* --- acciones --- */
.oae-actions{position:absolute;right:0;top:50%;transform:translateY(-50%);
  display:flex;align-items:center;gap:14px;}
.oae-action{position:relative;display:inline-flex;align-items:center;justify-content:center;}
.oae-action img{width:26px;height:26px;}
.oae-cart-count{position:absolute;top:-4px;right:-6px;min-width:16px;height:16px;padding:0 4px;
  border-radius:10px;background:#7F2D0D;color:#FAE5C7;font-size:10px;font-weight:700;
  line-height:16px;text-align:center;}
.oae-mobile-toggle{display:none;position:absolute;left:0;top:50%;transform:translateY(-50%);}

/* --- responsive --- */
@media(max-width:1200px){
  .oae-nav,.oae-nav-group{gap:28px;}
  .oae-topbar-items{gap:22px;}
  .oae-topbar-item{font-size:12px;}
}
@media(max-width:1024px){
  .oae-topbar{height:auto;padding:8px 12px;}
  .oae-topbar-items{flex-wrap:wrap;justify-content:center;gap:8px 18px;}
  .oae-topbar-star{display:none;}
  .oae-nav,.oae-nav-group{gap:20px;}
  .oae-nav-link{font-size:12px;}
  .oae-logo img{width:104px;height:44px;}
}
@media(max-width:900px){
  .oae-nav{display:none;}
  .oae-logo-mobile{display:flex;}
  .oae-mobile-toggle{display:block;}
  .oae-navbar-inner{padding:12px 0;}
}
@media(max-width:767px){
  .oae-topbar-wrap,.oae-navbar{padding-left:12px;padding-right:12px;}
  .oae-topbar-item{font-size:11px;gap:4px;}
  .oae-topbar-item img{width:14px;height:14px;}
  .oae-logo img{width:96px;height:40px;}
  .oae-action img{width:22px;height:22px;}
  .oae-actions{gap:10px;}
}


/* ============ SECCION PRODUCTOS DESTACADOS ============ */
.oae-feat{display:flex;align-items:stretch;gap:24px;max-width:1390px;margin:0 auto;padding:0 20px;}
.oae-feat-media{flex:0 0 56%;height:593px;border-radius:32px;overflow:hidden;}
.oae-feat-media img{width:100%;height:100%;object-fit:cover;display:block;}

.oae-feat-list{flex:1 1 auto;display:flex;flex-direction:column;gap:24px;}
.oae-feat-card{flex:1 1 0;display:flex;align-items:stretch;gap:18px;min-height:0;}

.oae-feat-thumb{flex:0 0 42%;border-radius:24px;overflow:hidden;background:#F1EEE8;}
.oae-feat-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease;}
.oae-feat-thumb.is-loading img{opacity:.35;}

.oae-feat-info{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0;}
.oae-feat-title{font-size:17px;font-weight:700;line-height:1.2;margin:0;}
.oae-feat-title a{color:#000;text-decoration:none;}
.oae-feat-price{display:inline-block;width:fit-content;background:#FAE5C7;color:#000;
  padding:5px 12px;border-radius:30px;font-size:13px;font-weight:700;line-height:1;}
.oae-feat-desc{font-size:12px;font-weight:500;line-height:1.5;color:#000;margin:0;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}

.oae-feat-swatches{display:flex;align-items:center;gap:8px;margin-top:2px;}
.oae-sw{width:18px;height:18px;padding:0;border-radius:50%;cursor:pointer;
  background:var(--sw,#ddd);border:1px solid rgba(0,0,0,.12);
  box-shadow:0 0 0 0 rgba(66,25,23,0);transition:box-shadow .2s ease,transform .2s ease;}
.oae-sw:hover{transform:scale(1.08);}
.oae-sw.is-active{box-shadow:0 0 0 2px #FAF2E5,0 0 0 3.5px #421917;}

.oae-feat-actions{display:flex;align-items:center;gap:10px;margin-top:8px;}
.oae-feat-buy{display:inline-flex;align-items:center;justify-content:center;
  background:#7F2D0D;color:#FAE5C7;font-size:12px;font-weight:700;letter-spacing:.4px;
  padding:13px 30px;border-radius:30px;text-decoration:none;border:0;transition:background .25s ease;}
.oae-feat-buy:hover{background:#421917;color:#FAE5C7;}
.oae-feat-buy::before,.oae-feat-buy::after{display:none!important;content:none!important;}

.oae-feat-add{display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:14px;background:#FAE5C7;border:0;transition:background .25s ease;}
.oae-feat-add:hover{background:#EBD3AE;}
.oae-feat-add img{width:20px;height:20px;}
.oae-feat-add::before,.oae-feat-add::after{display:none!important;content:none!important;}
.oae-feat-add.loading{opacity:.6;}
.oae-feat-add.added::after{display:none!important;}

@media(max-width:1024px){
  .oae-feat{flex-direction:column;gap:20px;}
  .oae-feat-media{flex:none;width:100%;height:380px;}
  .oae-feat-card{min-height:200px;}
}
@media(max-width:767px){
  .oae-feat{padding:0 12px;}
  .oae-feat-media{height:260px;border-radius:24px;}
  .oae-feat-card{flex-direction:column;gap:12px;}
  .oae-feat-thumb{flex:none;height:200px;}
  .oae-feat-info{gap:6px;}
  .oae-feat-buy{padding:12px 22px;}
}


/* ============ ANIMACIONES ============ */
/* Los estados ocultos solo se aplican si el JS arranco (clase .oae-anim en <html>).
   Si el JS falla, no se agrega la clase y todo queda visible. */

.oae-anim .oae-reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
  will-change:opacity,transform;
}
.oae-anim .oae-reveal.is-in{
  opacity:1;
  transform:none;
}

/* --- tarjetas de producto (grid) --- */
.product-block .product-image{transition:transform .5s cubic-bezier(.22,.61,.36,1);}
.product-block:hover .product-image{transform:translateY(-6px);}
.product-block .product-image img{transition:transform .7s cubic-bezier(.22,.61,.36,1);}
.product-block:hover .product-image img{transform:scale(1.05);}
.product-block .product-caption > .add_to_cart a.button-main{
  transition:background-color .3s ease, transform .3s ease;
}
.product-block .product-caption > .add_to_cart a.button-main:hover{transform:translateY(-2px);}

/* --- seccion destacada --- */
.oae-feat-media img{transition:transform 1.1s cubic-bezier(.22,.61,.36,1);}
.oae-feat-media:hover img{transform:scale(1.04);}
.oae-feat-thumb img{transition:transform .7s cubic-bezier(.22,.61,.36,1), opacity .25s ease;}
.oae-feat-card:hover .oae-feat-thumb img{transform:scale(1.06);}
.oae-feat-buy{transition:background-color .3s ease, transform .25s ease;}
.oae-feat-buy:hover{transform:translateY(-2px);}
.oae-feat-add{transition:background-color .3s ease, transform .25s ease;}
.oae-feat-add:hover{transform:translateY(-2px);}

/* --- seccion de texturas --- */
.e-oaetex-oae .e-oaei1-oae,.e-oaetex-oae .e-oaei2-oae,.e-oaetex-oae .e-oaei3-oae,
.e-oaetex-oae .e-oaei4-oae,.e-oaetex-oae .e-oaei5-oae,.e-oaetex-oae .e-oaei6-oae,
.e-oaetex-oae .e-oaei7-oae,.e-oaetex-oae .e-oaei8-oae{
  transition:transform .6s cubic-bezier(.22,.61,.36,1);
}
.e-oaetex-oae .e-oaei1-oae:hover,.e-oaetex-oae .e-oaei2-oae:hover,.e-oaetex-oae .e-oaei3-oae:hover,
.e-oaetex-oae .e-oaei4-oae:hover,.e-oaetex-oae .e-oaei5-oae:hover,.e-oaetex-oae .e-oaei6-oae:hover,
.e-oaetex-oae .e-oaei7-oae:hover,.e-oaetex-oae .e-oaei8-oae:hover{
  transform:translateY(-8px);
}

/* --- header --- */
.oae-topbar-item{transition:color .3s ease, opacity .3s ease;}
.oae-topbar-item img{transition:transform .3s ease;}
.oae-topbar-item:hover img{transform:translate(2px,-2px);}
.oae-action img{transition:transform .3s ease;}
.oae-action:hover img{transform:scale(1.12);}
.oae-cart-count{transition:transform .3s cubic-bezier(.34,1.56,.64,1);}
.oae-logo img{transition:opacity .3s ease;}
.oae-logo:hover img{opacity:.75;}

/* --- hero --- */
.oaeh-btn,.oaeh-icon,.oaeh-link{transition:transform .25s ease, background-color .3s ease, opacity .3s ease;}
.oaeh-btn:hover,.oaeh-icon:hover{transform:translateY(-3px);}
.oaeh-link:hover{opacity:.75;}
.oaeh-dot{transition:width .35s cubic-bezier(.22,.61,.36,1), background-color .35s ease;}

/* --- botones globales --- */
.button-main,.button-collection{transition:background-color .3s ease, color .3s ease, transform .25s ease;}
.button-main:hover,.button-collection:hover{transform:translateY(-2px);}
.button-secondary-icon{transition:background-color .3s ease, transform .25s ease;}
.button-secondary-icon:hover{transform:translateY(-2px);}
/* La flecha se mueve en diagonal en vez de rotar el boton (rotarlo provocaba scroll) */
.button-secondary-icon img,
.button-secondary-icon i,
.button-secondary-icon svg{transition:transform .3s ease;}
.button-secondary-icon:hover img,
.button-secondary-icon:hover i,
.button-secondary-icon:hover svg{transform:translate(2px,-2px);}

/* --- accesibilidad: respetar preferencia de movimiento reducido --- */
@media (prefers-reduced-motion: reduce){
  .oae-anim .oae-reveal{opacity:1!important;transform:none!important;transition:none!important;}
  .product-block .product-image,
  .product-block .product-image img,
  .oae-feat-media img,
  .oae-feat-thumb img,
  .oae-feat-buy,.oae-feat-add,
  .button-main,.button-collection,.button-secondary-icon,
  .oaeh-btn,.oaeh-icon,.oae-action img{
    transition:none!important;transform:none!important;
  }
}

/* Evitar barras de scroll por transformaciones dentro de las secciones */
.e-oaesec-oae,
.e-oaec1-oae,
.oaeh-right,
.oae-feat{overflow:hidden;}


/* ============ HOVER DE BOTONES ============ */
/* El tema aplica color:#fff al hover de todos los botones, lo que vuelve
   ilegibles los botones claros. Aqui se define un hover propio para cada uno. */

/* --- Boton principal: marron -> marron oscuro --- */
.button-main:hover,
a.button-main:hover,
.elementor-button.button-main:hover{
  background:#421917 !important;
  color:#FAE5C7 !important;
}

/* --- Boton claro de la seccion de coleccion --- */
.button-collection:hover,
a.button-collection:hover{
  background:#FAE5C7 !important;
  color:#421917 !important;
}

/* --- Boton de icono (circulo beige) --- */
.button-secondary-icon:hover{
  background:#C9A377 !important;
}

/* --- Enlace subrayado --- */
.button-underline:hover{
  color:#7F2D0D !important;
  background:none !important;
}

/* --- Boton claro del hero (VER COLECCION) --- */
.e-oaeb1-oae:hover{
  background-color:#FAE5C7 !important;
  color:#421917 !important;
}

/* --- Boton ENVIAR del newsletter --- */
.e-oaenbtn-oae:hover{
  background-color:#F2D6A8 !important;
  color:#421917 !important;
}

/* --- Boton del hero dentro del widget HTML --- */
.oaeh-btn:hover{
  background:#421917 !important;
  color:#FAE5C7 !important;
}
.oaeh-link:hover{
  color:#FFFFFF !important;
}
.oaeh-icon:hover{
  background:#C9A377 !important;
}

/* --- Anadir al carrito de las tarjetas de producto --- */
.product-block .product-caption > .add_to_cart a.button-main:hover{
  background:#421917 !important;
  color:#FAE5C7 !important;
}

/* --- Boton lateral del carrito y checkout de WooCommerce --- */
.site-header-cart-side .buttons .button:hover,
.woocommerce-mini-cart__buttons:hover{
  background:#421917 !important;
  color:#FAE5C7 !important;
}

/* --- Evitar que el color blanco del tema pise los botones claros --- */
.button-collection:hover span,
.e-oaeb1-oae:hover span,
.e-oaenbtn-oae:hover span{
  color:inherit !important;
}


/* ============ FOOTER OAE ============ */
.e-foot-link{font-size:20px;font-weight:500;line-height:38px;color:#A79D8C;margin:0;
  transition:color .3s ease,transform .3s ease;}
.e-foot-link a{color:inherit;text-decoration:none;}
.e-foot-link:hover{color:#7F2D0D;transform:translateX(4px);}
.e-foot-link:hover a{color:#7F2D0D;}

/* Marca de agua inferior */
.e-fmark-f{display:block;line-height:0;}
.e-fmark-f img{width:100%;height:auto;display:block;}

/* La tarjeta del logo no debe encogerse */
.e-fcard-f{flex:0 0 auto;}

@media(max-width:1024px){
  .e-foot-link{font-size:17px;line-height:32px;}
}
@media(max-width:767px){
  .e-foot-link{font-size:16px;line-height:30px;}
  .e-fbottom-f{text-align:center;}
}


/* ============ AJUSTES RESPONSIVE ============ */
/* Nada aqui aplica en escritorio: todo va dentro de media queries. */

@media(max-width:1200px){
  .oae-feat-media{flex:0 0 50%;height:520px;}
  .oae-feat-title{font-size:16px;}
  .oae-feat-buy{padding:12px 22px;}
}

@media(max-width:1024px){
  /* hero */
  .oaeh{height:560px;}
  .oaeh-title{font-size:38px;}
  /* seccion destacada: la imagen ya no domina */
  .oae-feat-media{height:340px;}
  .oae-feat-thumb{flex:0 0 38%;}
  /* footer: columnas repartidas */
  .e-ftop-f{gap:48px 60px !important;}
}

@media(max-width:880px){
  .oaeh{height:480px;}
  .oaeh-title{font-size:32px;margin-bottom:20px;}
  .oaeh-actions{gap:10px;}
  .oaeh-btn{padding:14px 24px !important;font-size:13px !important;}
  .oae-feat-card{gap:14px;}
  .oae-feat-desc{-webkit-line-clamp:2;}
}

@media(max-width:767px){
  /* hero */
  .oaeh{height:440px;}
  .oaeh-title{font-size:26px;}
  .oaeh-right{padding:0 18px 30px;}
  .oaeh-actions{flex-wrap:wrap;}
  .oaeh-link{margin-left:0;}
  .oaeh-dots{right:16px;bottom:16px;}
  /* seccion destacada */
  .oae-feat-media{height:300px;}
  .oae-feat-thumb{height:220px;}
  .oae-feat-title{font-size:18px;}
  .oae-feat-desc{font-size:13px;-webkit-line-clamp:3;}
  .oae-feat-actions{margin-top:12px;}
  /* footer */
  .e-ftop-f{gap:32px !important;}
  .e-fcard-f{max-width:320px;margin-left:auto !important;margin-right:auto !important;}
  .e-fbottom-f{text-align:center;}
  .e-fcopy-f{text-align:center;}
}

@media(max-width:480px){
  .oaeh{height:400px;border-radius:20px;}
  .oaeh-title{font-size:22px;}
  .oae-feat-media{height:240px;}
  .oae-feat-buy{padding:11px 18px;font-size:11px;}
  .oae-feat-add{width:40px;height:40px;}
}


/* ============ RESPONSIVE: REJILLA DE PRODUCTOS Y DESBORDES ============ */
/* Evitar desbordes sin usar overflow en body (romperia el header sticky) */
@media(max-width:1024px){
  .elementor-widget-sunic-products,
  .elementor-widget-sunic-products .woocommerce,
  .elementor-widget-sunic-products .elementor-widget-container,
  .sunic-con{max-width:100%;min-width:0;}
  .e-con,.e-flexbox-base{min-width:0;}
  img{max-width:100%;height:auto;}
}

/* Rejilla del tema: 4 columnas fijas -> adaptativa */
@media(max-width:1024px){
  .woocommerce.columns-4 ul.products,
  .woocommerce.columns-3 ul.products,
  ul.products.columns-4,
  ul.products.columns-3{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:14px !important;
  }
  ul.products li.product,
  ul.products li{width:auto !important;max-width:100% !important;margin:0 !important;float:none !important;}
}

@media(max-width:767px){
  .woocommerce.columns-4 ul.products,
  .woocommerce.columns-3 ul.products,
  ul.products.columns-4,
  ul.products.columns-3{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  /* tarjeta de producto mas compacta */
  .product-block .product-image,
  .product-block .product-image img{height:240px !important;border-radius:20px !important;}
  .product-block .product-caption h3.woocommerce-loop-product__title{font-size:16px !important;margin-bottom:8px !important;}
  .product-block .product-caption > .price{font-size:14px !important;padding:5px 9px !important;margin-bottom:10px !important;}
  .product-block .product-caption .short-description{font-size:12px !important;}
  .product-block .product-caption > .add_to_cart a.button-main{
    font-size:11px !important;padding:12px 10px !important;letter-spacing:0 !important;}
  .product-block .product-wishlist-top{top:10px;right:10px;}
  .product-block .product-wishlist-top .woosw-btn{width:34px;height:34px;}
}

@media(max-width:480px){
  .woocommerce.columns-4 ul.products,
  ul.products.columns-4{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .product-block .product-image,
  .product-block .product-image img{height:200px !important;}
  .product-block .product-caption h3.woocommerce-loop-product__title{font-size:15px !important;}
}


/* ============ RESPONSIVE: MARGEN LATERAL EN SECCIONES ============ */
/* En movil las secciones quedaban pegadas al borde de la pantalla. */

@media(max-width:1024px){
  .elementor .size-screen,
  .elementor-element-7b2eda0,
  .elementor-element-7e99a96,
  .elementor-element-7c496d5,
  .elementor-element-e28346c,
  .elementor-element-fa74f62,
  .e-oaesec-oae,
  .e-oaetex-oae{
    padding-left:20px !important;
    padding-right:20px !important;
    box-sizing:border-box;
  }
}

@media(max-width:767px){
  .elementor .size-screen,
  .elementor-element-7b2eda0,
  .elementor-element-7e99a96,
  .elementor-element-7c496d5,
  .elementor-element-e28346c,
  .elementor-element-fa74f62,
  .e-oaesec-oae,
  .e-oaetex-oae{
    padding-left:20px !important;
    padding-right:20px !important;
  }
  /* el hero y la seccion destacada ya traen el suyo: se unifica a 20px */
  .oaeh-wrap{padding-left:0;padding-right:0;}
  .oae-feat{padding:0 20px;}
}


/* ============ RESPONSIVE: GALERIA DE NOVEDADES (2x2) ============ */
@media(max-width:880px){
  /* la fila de 4 imagenes pasa a rejilla de 2 columnas */
  .elementor-element-057136f{
    flex-wrap:wrap !important;
    align-items:flex-start !important;
    gap:14px !important;
  }
  .elementor-element-057136f > *{
    flex:0 0 calc(50% - 7px) !important;
    max-width:calc(50% - 7px) !important;
    min-width:0 !important;
  }
  .elementor-element-057136f img{width:100% !important;height:auto !important;}
  /* la celda que ademas lleva los botones */
  .elementor-element-1965395{gap:14px !important;}
  .elementor-element-75e04ee{
    flex-wrap:wrap !important;
    justify-content:center !important;
    gap:8px !important;
  }
  .elementor-element-75e04ee .e-button-base{
    font-size:12px !important;
    padding:12px 18px !important;
    white-space:nowrap;
  }
}

@media(max-width:480px){
  .elementor-element-057136f{gap:10px !important;}
  .elementor-element-057136f > *{
    flex:0 0 calc(50% - 5px) !important;
    max-width:calc(50% - 5px) !important;
  }
  .elementor-element-75e04ee .e-button-base{font-size:11px !important;padding:11px 14px !important;}
}


/* ============ RESPONSIVE: SECCION DESTACADA ============ */
@media(max-width:1024px){
  /* el contenedor deja de recortar: en columna el contenido crece */
  .oae-feat{overflow:visible !important;height:auto;}
  /* las tarjetas toman su altura natural en vez de repartirse una fija */
  .oae-feat-card{flex:0 0 auto !important;}
  .oae-feat-list{gap:28px !important;}
}

@media(max-width:767px){
  .oae-feat-list{gap:36px !important;}
  .oae-feat-card{gap:14px !important;}
  .oae-feat-thumb{height:230px !important;}
  .oae-feat-info{gap:10px !important;}
  .oae-feat-actions{margin-top:6px !important;flex-wrap:wrap;}
  .oae-feat-buy{flex:1 1 auto;min-width:150px;}
  /* los circulos de color, algo mas grandes para el dedo */
  .oae-feat-swatches{gap:10px !important;flex-wrap:wrap;}
  .oae-sw{width:20px !important;height:20px !important;}
}
