:root{--blue:#283866;--blue2:#14204a;--red:#c91d32;--white:#fff;--light:#f6f8fc;--text:#17213f;--muted:#667085;--shadow:0 16px 44px rgba(20,32,74,.12);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;font-weight:400}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--blue2);color:#fff;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;gap:14px;padding:9px 0;flex-wrap:wrap}.topbar a{color:#fff}.header{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);z-index:20;border-bottom:1px solid #edf0f6}.nav{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.brand img{height:92px;width:auto;display:block;filter:drop-shadow(0 8px 16px rgba(20,32,74,.12));animation:logoFloat 4s ease-in-out infinite}@keyframes logoFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.02)}}nav{display:flex;align-items:center;gap:22px;color:var(--blue);font-weight:400}.nav-toggle{display:none;border:0;background:var(--blue);color:#fff;border-radius:12px;padding:10px 13px;font-size:20px}.btn,button{font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;border:2px solid transparent;transition:.2s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(201,29,50,.25)}.btn-primary:hover{transform:translateY(-2px)}.btn-outline{border-color:var(--blue);color:var(--blue);background:#fff}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 16%,rgba(201,29,50,.16),transparent 26%),linear-gradient(135deg,#f8faff 0%,#eef3ff 52%,#fff 100%);padding:76px 0 60px}.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:44px;align-items:center}.badge{display:inline-flex;background:#fff;color:var(--red);border:1px solid #ffe0e5;border-radius:999px;padding:9px 14px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.96;margin:20px 0 18px;letter-spacing:-3px;color:var(--blue2)}.hero h1 span{color:var(--red)}.hero p{font-size:19px;color:var(--muted);line-height:1.65;max-width:650px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.hero-card{min-height:430px;border-radius:36px;background:linear-gradient(160deg,var(--blue),var(--blue2));box-shadow:var(--shadow);position:relative;padding:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;color:#fff}.hero-card img{width:min(360px,85%);background:#fff;border-radius:28px;padding:18px;box-shadow:0 20px 50px rgba(0,0,0,.22);animation:logoFloat 4s ease-in-out infinite}.mini-products{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:26px}.mini-products span{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:10px 12px;border-radius:999px}.section{padding:68px 0}.quick-search{padding:34px 0;background:#fff}.search-panel{display:grid;grid-template-columns:1fr 1.45fr;gap:28px;align-items:center;background:#fff;border-radius:var(--radius);padding:26px;box-shadow:var(--shadow);margin-top:-72px;position:relative;z-index:2}.search-panel h2{margin:0 0 8px;color:var(--blue);font-size:28px}.search-panel p{margin:0;color:var(--muted)}.search-box{display:flex;background:var(--light);border-radius:999px;padding:7px}.search-box input{flex:1;border:0;background:transparent;padding:0 18px;font-size:16px;outline:none}.search-box button,.quote-form button,.login-card button,.cart-form button{border:0;background:var(--red);color:#fff;border-radius:999px;padding:14px 24px;cursor:pointer}.section-title{text-align:center;margin-bottom:34px}.section-title span{color:var(--red);text-transform:uppercase;letter-spacing:.1em}.section-title h2{font-size:clamp(32px,4vw,48px);margin:10px 0;color:var(--blue2);letter-spacing:-1px}.section-title p{color:var(--muted);max-width:760px;margin:auto;line-height:1.6}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{padding:24px;border-radius:var(--radius);background:#fff;border:1px solid #edf0f6;box-shadow:0 8px 22px rgba(20,32,74,.06);transition:.2s}.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#ffd4db}.category-card div{font-size:38px}.category-card h3{font-size:20px;color:var(--blue);margin:12px 0 7px;font-weight:400}.category-card p,.product-card p,.step p,.contact p{color:var(--muted);line-height:1.55}.catalog{background:linear-gradient(135deg,var(--blue2),var(--blue));color:#fff}.catalog-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:20px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;color:var(--text);border-radius:var(--radius);padding:16px;box-shadow:0 18px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;gap:10px}.product-img{height:170px;background:#f3f6fb;border-radius:18px;display:grid;place-items:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:contain}.product-card h3{color:var(--blue);margin:6px 0 2px;font-size:18px;font-weight:400;text-transform:uppercase}.price{color:var(--red);font-size:22px}.cart-row{display:flex;gap:8px;margin-top:auto}.cart-row input{width:76px;border:1px solid #dfe4ee;border-radius:14px;padding:10px}.cart-row button{flex:1;border-radius:14px;padding:10px 12px}.empty{background:#fff;color:var(--muted);border-radius:20px;padding:24px;text-align:center}.cart-box{background:#fff;color:var(--text);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);margin-top:26px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{border-bottom:1px solid #edf0f6;padding:10px;text-align:left}.cart-table input{width:70px}.cart-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:14px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{background:var(--light);border-radius:var(--radius);padding:26px}.step b{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--blue);color:#fff;font-size:22px;font-weight:400}.step h3{color:var(--blue);font-weight:400}.contact{background:linear-gradient(180deg,#fff,#f5f7fb)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}.contact h2{font-size:44px;color:var(--blue2);margin:18px 0 10px}.quote-form{background:#fff;border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);display:grid;gap:14px}.quote-form input,.quote-form textarea,.login-card input{width:100%;border:1px solid #dfe4ee;border-radius:16px;padding:15px 16px;font:inherit;outline:none}.quote-form textarea{min-height:120px;resize:vertical}.footer{background:#fff;color:var(--muted);padding:34px 0;text-align:center;border-top:1px solid #edf0f6}.footer a{color:var(--blue);margin:0 8px}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 15% 5%,rgba(201,29,50,.18),transparent 35%),linear-gradient(135deg,var(--blue2),var(--blue));padding:24px}.login-card{width:min(430px,100%);background:#fff;border-radius:30px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.28);text-align:center}.login-card img{height:120px;margin-bottom:10px}.login-card h1{font-size:32px;letter-spacing:-1px;margin:10px 0;color:var(--blue2)}.login-card p{color:var(--muted)}.login-card form{display:grid;gap:14px;margin-top:20px}.login-error{background:#fff0f2;color:var(--red);border-radius:14px;padding:12px}.back-home{display:inline-block;margin-top:18px;color:var(--blue)}@media(max-width:950px){nav{display:none;position:absolute;top:112px;left:4%;right:4%;background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:flex-start}.nav-toggle{display:block}nav.open{display:flex}.hero-grid,.search-panel,.contact-grid{grid-template-columns:1fr}.category-grid,.product-grid,.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.brand img{height:70px}.hero h1{font-size:42px}.category-grid,.product-grid,.steps{grid-template-columns:1fr}.search-box{border-radius:22px;flex-direction:column}.search-box input{padding:15px}.cart-table{font-size:13px}.cart-table th:nth-child(3),.cart-table td:nth-child(3){display:none}}

/* Ajustes solicitados - Compra MIA */
.brand img{height:118px;background:transparent!important;filter:drop-shadow(0 10px 18px rgba(20,32,74,.16));}
.hero-card img{background:transparent!important;padding:0;box-shadow:none;width:min(420px,90%)}
.nav-cart{position:relative;display:inline-flex;align-items:center;gap:7px;border:1px solid #edf0f6;background:#fff;border-radius:999px;padding:10px 14px;color:var(--blue);box-shadow:0 8px 20px rgba(20,32,74,.08)}
.nav-cart span{min-width:22px;height:22px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-size:12px;line-height:1}
.intranet-btn:hover{background:var(--red);border-color:var(--red);color:#fff;transform:translateY(-2px)}
.badge,.btn,button,.search-box button,.quote-form button,.login-card button,.cart-form button{font-weight:400!important}
.section-title.light span,.section-title.light h2,.section-title.light p{color:#fff!important}.section-title.light p{opacity:.9}
.catalog-filter{display:flex;gap:10px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);border-radius:22px;padding:10px;margin:0 auto 22px;max-width:850px;align-items:center}
.catalog-filter input{flex:1;border:0;border-radius:16px;padding:14px 16px;font:inherit;outline:none}.catalog-filter button{border:0;background:var(--red);color:#fff;border-radius:16px;padding:14px 22px;cursor:pointer}.catalog-filter a{color:#fff;padding:10px 12px}
.product-card{padding:14px}.product-img{height:138px}.product-img img{width:92%;height:92%}.price{font-weight:400}
.pagination-google{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin:26px 0 12px}.pagination-google a,.pagination-google span{background:#fff;color:var(--blue);border:1px solid rgba(255,255,255,.8);border-radius:999px;min-width:38px;height:38px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;font-weight:400}.pagination-google a.active{background:var(--red);border-color:var(--red);color:#fff}.pagination-google a:hover{border-color:var(--red);color:var(--red)}.pagination-google a.active:hover{color:#fff}
.footer{background:#fff!important;color:var(--muted);font-weight:400}.footer-logo{height:86px;width:auto;display:block;margin:0 auto 12px;background:transparent}.footer p,.footer a{font-weight:400!important}
@media(max-width:950px){nav{top:136px}.brand img{height:92px}.nav-cart{margin:4px 0}}
@media(max-width:580px){.brand img{height:78px}.catalog-filter{flex-direction:column}.catalog-filter input,.catalog-filter button{width:100%}.footer-logo{height:70px}.product-img{height:128px}}


/* V4 - catálogo más moderno, búsqueda automática y carrito desplegable solo al entrar */
.hero h1{font-size:clamp(41px,6vw,75px)}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch}
.product-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.65);border-radius:26px;padding:12px 12px 14px;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);box-shadow:0 18px 46px rgba(0,0,0,.18);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.product-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 0%,rgba(201,29,50,.09),transparent 32%);pointer-events:none}
.product-card:hover{transform:translateY(-7px);box-shadow:0 26px 62px rgba(0,0,0,.24);border-color:rgba(201,29,50,.28)}
.product-img{height:128px;border-radius:20px;background:linear-gradient(145deg,#f8faff,#edf2fb);border:1px solid #edf0f6;padding:8px;position:relative;z-index:1}
.product-img img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.product-card:hover .product-img img{transform:scale(1.05)}
.product-card h3{font-size:13px;line-height:1.25;letter-spacing:.01em;margin:6px 2px 0;color:var(--blue2);min-height:34px;position:relative;z-index:1}
.product-card p{font-size:11.5px;line-height:1.35;margin:0 2px;color:#6d7891;min-height:30px;position:relative;z-index:1}
.price{font-size:18px;line-height:1;color:var(--red);margin:2px 2px 4px;position:relative;z-index:1}
.cart-row{align-items:center;gap:9px;position:relative;z-index:1}.cart-row input{width:58px;border-radius:999px;padding:9px 10px;text-align:center;font-size:13px;background:#fff}.cart-row button{border:0;border-radius:999px;padding:11px 14px;background:linear-gradient(135deg,var(--red),#ee3a4e);color:#fff;box-shadow:0 10px 20px rgba(201,29,50,.22);letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease}.cart-row button:hover{transform:translateY(-2px);box-shadow:0 14px 25px rgba(201,29,50,.30)}
.catalog-filter{box-shadow:0 18px 40px rgba(0,0,0,.12);backdrop-filter:blur(8px)}.catalog-filter input{font-size:15px}.catalog-filter button{box-shadow:0 10px 20px rgba(201,29,50,.22)}
.cart-box{display:none}.cart-box:target{display:block}.cart-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.cart-head h2{margin:0;color:var(--blue2);font-weight:400}.cart-close{border:1px solid #edf0f6;border-radius:999px;padding:9px 14px;color:var(--blue);background:#fff}.nav-cart.has-items{box-shadow:0 10px 22px rgba(201,29,50,.18);border-color:#ffd8df}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-img{height:118px}.product-card h3{font-size:12.5px}.product-card p{font-size:11px}}
@media(max-width:440px){.product-grid{grid-template-columns:1fr}.product-img{height:140px}}

/* V5 - ajustes finos solicitados */
body, p, input, textarea, select, button, a, .product-card p, .step p, .contact p{font-size:14px;line-height:1.52;font-weight:400}.topbar,.topbar span,.topbar a{font-size:13px;font-weight:400}.hero h1{font-size:clamp(38px,5.2vw,68px);line-height:1.02;max-width:770px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero p{font-size:17px;line-height:1.58;max-width:620px}.hero-card{background:#fff;border:1px solid #edf0f6;color:var(--blue);box-shadow:0 20px 55px rgba(20,32,74,.14)}.hero-card img{background:#fff!important;border-radius:30px;padding:12px;width:min(430px,90%)}.mini-products span{background:#f6f8fc;border-color:#edf0f6;color:var(--blue)}
.search-panel h2{font-size:26px}.search-panel p,.section-title p{font-size:14px}.search-box .clean-btn,.catalog-filter .clean-btn{border:0;background:var(--red);color:#fff;border-radius:999px;padding:14px 24px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.catalog-filter .clean-btn{border-radius:16px;box-shadow:0 10px 20px rgba(201,29,50,.22)}
.catalog-toolbar{justify-content:center}.count-pill{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--blue2);border:1px solid #edf0f6;border-radius:999px;padding:12px 18px;box-shadow:0 12px 28px rgba(0,0,0,.12);font-size:14px}.catalog-toolbar .btn{padding:10px 16px;background:#fff}
.product-grid{gap:24px}.product-card{border-radius:28px;padding:11px;background:linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 18px 48px rgba(0,0,0,.16)}.product-img{border:0;width:100%;height:122px;cursor:pointer;background:#fff;box-shadow:inset 0 0 0 1px #edf0f6;display:grid;place-items:center}.product-img img{width:100%;height:100%;object-fit:contain;object-position:center center}.product-view{padding:8px;font:inherit}.zoom-hint{position:absolute;right:10px;bottom:8px;background:rgba(20,32,74,.82);color:#fff;border-radius:999px;padding:5px 8px;font-size:11px;opacity:0;transform:translateY(4px);transition:.2s}.product-card:hover .zoom-hint{opacity:1;transform:translateY(0)}.product-info{display:grid;gap:3px;min-height:82px}.product-info h3{display:flex;gap:6px;align-items:flex-start;font-size:12.4px;line-height:1.25;min-height:34px;margin:6px 2px 2px;text-transform:uppercase}.product-info h3 span,.product-info p span{flex:0 0 auto}.product-info p{display:flex;gap:6px;align-items:center;font-size:11.2px;line-height:1.28;min-height:0;margin:0 2px;color:#68738b}.product-info p b{font-weight:400;color:#43506f}.price{font-size:17px;margin:3px 2px 7px}.cart-row{justify-content:flex-start}.cart-row input{width:54px;height:36px;padding:7px 8px}.cart-row button{flex:0 0 auto;min-width:118px;padding:10px 15px;font-size:12.5px;background:linear-gradient(135deg,var(--blue),var(--red));box-shadow:0 10px 20px rgba(20,32,74,.18)}
.image-modal{position:fixed;inset:0;background:rgba(12,18,39,.72);z-index:200;display:none;align-items:center;justify-content:center;padding:22px}.image-modal.open{display:flex}.image-modal-card{position:relative;width:min(760px,96vw);background:#fff;border-radius:28px;padding:22px;box-shadow:0 34px 90px rgba(0,0,0,.35);text-align:center}.image-modal-card h3{margin:0 46px 16px;color:var(--blue2);font-size:18px;font-weight:400;text-transform:uppercase}.modal-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border-radius:50%;border:0;background:#f3f5fa;color:var(--blue2);font-size:24px;cursor:pointer}.modal-image-wrap{display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:12px;background:#f8faff;border-radius:22px;padding:14px;min-height:420px}.modal-image-wrap img{max-width:100%;max-height:480px;object-fit:contain;margin:auto}.modal-nav{width:42px;height:42px;border-radius:50%;border:0;background:var(--blue);color:#fff;font-size:30px;line-height:1;cursor:pointer}.modal-counter{margin-top:12px;color:var(--muted);font-size:13px}.footer-logo{height:96px;background:transparent!important}
@media(max-width:760px){.hero h1{-webkit-line-clamp:unset;display:block}.modal-image-wrap{grid-template-columns:36px 1fr 36px;min-height:300px;padding:10px}.modal-nav{width:34px;height:34px;font-size:24px}.image-modal-card{padding:16px}.product-img{height:112px}.product-info{min-height:auto}.search-box .clean-btn,.catalog-filter .clean-btn{width:100%}}

/* V6 - catálogo horizontal: datos izquierda, imagen derecha, botón azul sólido */
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card-horizontal{padding:14px;border-radius:24px;background:#fff;display:flex;flex-direction:column;gap:12px;min-height:0}
.product-main{display:grid;grid-template-columns:minmax(0,1fr) 136px;gap:12px;align-items:center;position:relative;z-index:1}
.product-card-horizontal .product-info{min-height:0;display:flex;flex-direction:column;gap:5px;order:1}
.product-card-horizontal .product-img{order:2;width:136px;height:136px;border-radius:16px;background:#fff;box-shadow:inset 0 0 0 1px #e8edf6;padding:8px;align-self:center}
.product-card-horizontal .product-img img{width:100%;height:100%;object-fit:contain;object-position:center center;transform:none!important}
.product-card-horizontal .product-info h3{font-size:12.3px;line-height:1.24;min-height:auto;margin:0;color:var(--blue2)}
.product-card-horizontal .product-info p{font-size:10.8px;line-height:1.25;margin:0;color:#68738b;display:flex;gap:5px;align-items:flex-start}
.product-card-horizontal .product-info p b{font-weight:400;color:#3f4b68;white-space:nowrap}
.product-card-horizontal .price{font-size:16.5px;margin:4px 0 0;color:var(--red)}
.product-card-horizontal .cart-row{margin-top:0;justify-content:flex-start;align-items:center;border-top:1px solid #edf0f6;padding-top:10px}
.product-card-horizontal .cart-row input{width:52px;height:34px;border-radius:8px;padding:6px 8px}
.product-card-horizontal .cart-row button{flex:0 0 auto;min-width:112px;border-radius:8px;background:var(--blue)!important;background-image:none!important;color:#fff;box-shadow:0 8px 18px rgba(40,56,102,.20);padding:9px 14px;font-size:12.2px;letter-spacing:0}
.product-card-horizontal .cart-row button:hover{background:var(--blue2)!important;box-shadow:0 12px 24px rgba(20,32,74,.25)}
@media(max-width:1050px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-main{grid-template-columns:minmax(0,1fr) 128px}.product-card-horizontal .product-img{width:128px;height:128px}}
@media(max-width:580px){.product-grid{grid-template-columns:1fr}.product-main{grid-template-columns:minmax(0,1fr) 118px}.product-card-horizontal .product-img{width:118px;height:118px}.product-card-horizontal .product-info h3{font-size:12px}.product-card-horizontal .product-info p{font-size:10.6px}}

/* V7: tarjeta en 2 partes verticales: datos izquierda / imagen derecha */
.product-card-horizontal{
  display:grid!important;
  grid-template-columns:45% 55%;
  grid-template-rows:1fr auto;
  gap:14px;
  min-height:340px;
  padding:16px;
  border-radius:22px;
}
.product-card-horizontal .product-main{display:contents!important;}
.product-card-horizontal .product-info{
  grid-column:1;
  grid-row:1;
  justify-content:flex-start;
  padding-right:4px;
}
.product-card-horizontal .product-img{
  grid-column:2;
  grid-row:1 / span 2;
  width:100%!important;
  height:100%!important;
  min-height:308px;
  align-self:stretch;
  border-radius:14px;
  padding:10px;
  background:#fff;
  box-shadow:inset 0 0 0 1px #e8edf6;
}
.product-card-horizontal .product-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
}
.product-card-horizontal .cart-row{
  grid-column:1;
  grid-row:2;
  align-self:end;
  border-top:1px solid #edf0f6;
  padding-top:11px;
}
.product-card-horizontal .cart-row button{
  background:var(--blue)!important;
  background-image:none!important;
  border-radius:6px!important;
  min-width:108px;
}
.product-card-horizontal .cart-row button:hover{background:var(--blue2)!important;}
@media(max-width:760px){
  .product-card-horizontal{grid-template-columns:1fr;grid-template-rows:auto auto auto;min-height:0;}
  .product-card-horizontal .product-info{grid-column:1;grid-row:1;}
  .product-card-horizontal .product-img{grid-column:1;grid-row:2;min-height:220px;height:220px!important;}
  .product-card-horizontal .cart-row{grid-column:1;grid-row:3;}
}
.catalog-loading{opacity:.55;pointer-events:none;transition:opacity .18s ease;}

/* V8: presentación elegante de datos del producto */
.product-card-horizontal{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);
  border:1px solid rgba(232,237,246,.95);
}
.product-card-horizontal:before{display:none!important;}
.product-card-horizontal .product-info{
  height:100%;
  gap:9px!important;
  justify-content:flex-start;
  padding:2px 4px 0 0;
}
.product-card-horizontal .product-info h3{
  display:flex;
  align-items:flex-start;
  gap:9px;
  margin:0 0 5px!important;
  padding:0 0 11px;
  border-bottom:1px solid #edf0f6;
  color:#17213c;
  font-size:13px!important;
  line-height:1.45!important;
  letter-spacing:.015em;
  min-height:auto!important;
}
.product-card-horizontal .product-info p{
  display:flex;
  align-items:flex-start;
  gap:9px!important;
  margin:0!important;
  padding:7px 8px;
  min-height:0!important;
  border:1px solid #edf0f6;
  border-radius:8px;
  background:#fafbfe;
  color:#46516a!important;
  font-size:11.4px!important;
  line-height:1.55!important;
}
.product-card-horizontal .product-info p b{
  color:#1f2a44!important;
  font-weight:400!important;
  white-space:nowrap;
}
.pi-icon{
  flex:0 0 18px;
  width:18px;
  height:18px;
  display:inline-grid;
  place-items:center;
  color:var(--red);
  margin-top:1px;
}
.pi-icon:before{
  content:"";
  width:12px;
  height:12px;
  display:block;
  background:currentColor;
  border-radius:3px;
}
.pi-product:before{border-radius:4px;clip-path:polygon(50% 0,94% 25%,94% 75%,50% 100%,6% 75%,6% 25%);}
.pi-brand:before{border-radius:50%;}
.pi-category:before{width:14px;height:10px;border-radius:2px;clip-path:polygon(0 22%,36% 22%,44% 0,100% 0,100% 100%,0 100%);}
.pi-code:before{width:14px;height:12px;border-radius:2px;clip-path:polygon(0 0,12% 0,12% 100%,0 100%,0 0,22% 0,34% 0,34% 100%,22% 100%,22% 0,46% 0,58% 0,58% 100%,46% 100%,46% 0,70% 0,82% 0,82% 100%,70% 100%,70% 0,92% 0,100% 0,100% 100%,92% 100%);}
.product-card-horizontal .price{
  margin-top:auto!important;
  margin-bottom:0!important;
  padding:12px 0 2px;
  border-top:1px solid #edf0f6;
  color:#111827!important;
  font-size:19px!important;
  line-height:1.1;
  font-weight:400!important;
  letter-spacing:.01em;
}
.product-card-horizontal .cart-row{
  margin-top:0!important;
  padding-top:9px!important;
  border-top:0!important;
}
.product-card-horizontal .cart-row input{
  border-radius:5px!important;
  border-color:#dfe5f0!important;
}
.product-card-horizontal .cart-row button{
  background:var(--blue)!important;
  background-image:none!important;
  border-radius:5px!important;
  min-width:108px!important;
  padding:9px 14px!important;
  font-size:12.1px!important;
  font-weight:400!important;
  box-shadow:0 9px 18px rgba(40,56,102,.18)!important;
}
.product-card-horizontal .cart-row button:hover{
  background:var(--blue2)!important;
  transform:translateY(-1px);
}
@media(max-width:760px){
  .product-card-horizontal .product-info{gap:8px!important;}
  .product-card-horizontal .price{margin-top:6px!important;}
}


/* V9: ajustes solicitados en información del producto */
.catalog-toolbar{justify-content:flex-start!important;}
.product-card-horizontal .product-info{
  padding-top:10px!important;
  gap:8px!important;
}
.product-card-horizontal .product-info h3{
  margin-top:8px!important;
  padding-bottom:10px!important;
  line-height:1.55!important;
}
.product-card-horizontal .product-info p{
  border:0!important;
  background:transparent!important;
  border-radius:0!important;
  padding:4px 0!important;
  line-height:1.75!important;
  letter-spacing:.01em;
}
.product-card-horizontal .product-info p + p{
  margin-top:1px!important;
}
.product-card-horizontal .price{
  text-align:right!important;
  padding:12px 0 4px!important;
  margin-top:auto!important;
  font-size:19px!important;
}
.stock-control{
  width:68px;
  height:36px;
  display:inline-flex;
  align-items:center;
  gap:4px;
  border:1px solid #dfe5f0;
  border-radius:5px;
  padding:0 5px;
  background:#fff;
}
.stock-control .pi-icon{width:15px;height:15px;flex-basis:15px;margin:0;color:var(--red);}
.stock-control .pi-icon:before{width:11px;height:11px;}
.pi-stock:before{border-radius:2px;clip-path:polygon(10% 28%,50% 5%,90% 28%,90% 76%,50% 98%,10% 76%);}
.product-card-horizontal .cart-row input[type="number"]{
  width:38px!important;
  height:32px!important;
  padding:0!important;
  border:0!important;
  outline:none!important;
  background:transparent!important;
  text-align:center;
  font-size:12px;
}
.product-card-horizontal .cart-row button{
  min-width:96px!important;
  width:auto!important;
  padding:8px 12px!important;
}
.cart-mini{font-size:12px;line-height:1;}
@media(max-width:760px){
  .product-card-horizontal .product-info{padding-top:6px!important;}
  .product-card-horizontal .price{text-align:left!important;}
}

/* V13: galería de múltiples imágenes en el catálogo */
.product-gallery{
  position:relative;
  grid-column:2;
  grid-row:1 / span 2;
  min-height:310px;
  height:100%;
  display:flex;
  align-items:stretch;
  justify-content:center;
}
.product-card-horizontal .product-gallery .product-img{
  width:100%!important;
  height:100%!important;
  min-height:310px!important;
}
.gallery-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:42px;
  border:0;
  border-radius:4px!important;
  background:rgba(40,56,102,.92)!important;
  color:#fff;
  font-size:28px;
  line-height:1;
  display:grid;
  place-items:center;
  cursor:pointer;
  z-index:3;
  padding:0!important;
  box-shadow:0 8px 18px rgba(20,32,74,.20);
}
.gallery-prev{left:10px;}
.gallery-next{right:10px;}
.gallery-nav:hover{background:var(--blue2)!important;}
.gallery-counter{
  position:absolute;
  right:10px;
  top:10px;
  z-index:3;
  background:rgba(255,255,255,.96);
  color:var(--blue2);
  border:1px solid #e5eaf4;
  border-radius:4px;
  padding:4px 8px;
  font-size:11px;
  box-shadow:0 8px 18px rgba(20,32,74,.12);
}
@media(max-width:760px){
  .product-gallery{grid-column:1;grid-row:2;min-height:220px;height:220px;}
  .product-card-horizontal .product-gallery .product-img{min-height:220px!important;height:220px!important;}
  .gallery-nav{width:30px;height:36px;font-size:24px;}
}

/* v16: Favicon y vitrina de marcas */
.brand-showcase{background:linear-gradient(145deg,#ffffff 0%,#f7f9ff 55%,#ffffff 100%)!important;border:1px solid rgba(40,56,102,.10)!important;color:var(--blue)!important;padding:24px!important;align-items:stretch!important;justify-content:flex-start!important;}
.brand-showcase:before{content:"";position:absolute;inset:-40% -25% auto auto;width:260px;height:260px;background:radial-gradient(circle,rgba(201,29,50,.14),transparent 70%);pointer-events:none;}
.brand-showcase-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:18px;position:relative;z-index:1;}
.brand-showcase-title span{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--red);}
.brand-showcase-title strong{font-size:18px;color:var(--blue2);font-weight:600;}
.brand-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;position:relative;z-index:1;}
.brand-logo-item{min-height:92px;background:rgba(255,255,255,.88);border:1px solid rgba(40,56,102,.10);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;box-shadow:0 12px 28px rgba(20,32,74,.08);transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;overflow:hidden;}
.brand-logo-item:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 42px rgba(20,32,74,.16);border-color:rgba(201,29,50,.25);}
.brand-logo-item img{width:100%!important;max-width:118px!important;height:48px!important;object-fit:contain!important;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;animation:none!important;filter:drop-shadow(0 6px 10px rgba(20,32,74,.08));}
.brand-logo-item small{display:block;margin-top:8px;color:var(--muted);font-size:11px;line-height:1.2;text-align:center;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media(max-width:950px){.brand-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.brand-showcase{min-height:auto!important;}}
@media(max-width:580px){.brand-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.brand-logo-item{min-height:82px;border-radius:14px}.brand-logo-item img{height:40px!important}.brand-showcase-title{display:block}.brand-showcase-title strong{display:block;margin-top:4px}}

/* v23 - Presentación moderna de marcas una por una */
.brand-showcase{
  min-height:430px!important;
  justify-content:space-between!important;
}
.brand-carousel{
  position:relative;
  z-index:1;
  width:100%;
  min-height:310px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}
.brand-slide{
  position:absolute;
  inset:34px 0 58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  opacity:0;
  transform:translateY(18px) scale(.94);
  pointer-events:none;
  transition:opacity .55s ease, transform .55s ease, filter .55s ease;
  filter:blur(6px);
}
.brand-slide.active{
  opacity:1;
  transform:translateY(0) scale(1);
  pointer-events:auto;
  filter:blur(0);
}
.brand-slide img{
  width:min(300px,84%)!important;
  height:168px!important;
  object-fit:contain!important;
  background:#fff!important;
  border-radius:24px!important;
  padding:28px!important;
  box-shadow:0 24px 70px rgba(20,32,74,.18), 0 0 0 1px rgba(40,56,102,.08)!important;
  animation:brandFloat 4.4s ease-in-out infinite!important;
  position:relative;
  z-index:2;
}
.brand-name{
  margin-top:18px;
  font-size:20px;
  font-weight:500;
  color:var(--blue2);
  letter-spacing:.08em;
  text-transform:uppercase;
  text-align:center;
}
.brand-orbit{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  pointer-events:none;
}
.brand-orbit span{
  position:absolute;
  width:270px;
  height:270px;
  border-radius:50%;
  border:1px solid rgba(40,56,102,.10);
  animation:brandPulse 4s ease-in-out infinite;
}
.brand-orbit span:nth-child(2){
  width:220px;
  height:220px;
  border-color:rgba(201,29,50,.14);
  animation-delay:.7s;
}
.brand-carousel-footer{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
}
.brand-arrow{
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(40,56,102,.20);
  transition:transform .2s ease, background .2s ease;
}
.brand-arrow:hover{background:var(--red);transform:translateY(-2px)}
.brand-dots{display:flex;align-items:center;justify-content:center;gap:8px;max-width:230px;flex-wrap:wrap;}
.brand-dot{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(40,56,102,.22);
  cursor:pointer;
  transition:width .22s ease, background .22s ease;
}
.brand-dot.active{width:26px;border-radius:999px;background:var(--red)}
@keyframes brandFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes brandPulse{0%,100%{transform:scale(.9);opacity:.55}50%{transform:scale(1.08);opacity:1}}
@media(max-width:950px){.brand-carousel{min-height:300px}.brand-slide img{height:150px!important}.brand-name{font-size:17px}}
@media(max-width:580px){.brand-carousel{min-height:270px}.brand-slide{inset:26px 0 52px}.brand-slide img{height:128px!important;padding:20px!important;border-radius:20px!important}.brand-name{font-size:15px}.brand-arrow{width:32px;height:32px;font-size:22px}}


/* v24 - Carrusel de marcas corregido: una marca visible por vez */
.brand-carousel{
  position:relative!important;
  overflow:hidden!important;
  min-height:360px!important;
  width:100%!important;
}
.brand-carousel .brand-slide{
  display:none!important;
  position:absolute!important;
  inset:28px 0 70px 0!important;
  width:100%!important;
  min-height:230px!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  opacity:0!important;
  transform:translateX(18px) scale(.96)!important;
}
.brand-carousel .brand-slide.active{
  display:flex!important;
  opacity:1!important;
  transform:translateX(0) scale(1)!important;
  animation:brandReveal .62s ease both!important;
}
.brand-carousel .brand-slide img{
  width:min(310px,82%)!important;
  max-width:310px!important;
  height:190px!important;
  max-height:190px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto!important;
  background:#fff!important;
}
.brand-carousel .brand-name{
  display:block!important;
  margin:16px auto 0!important;
}
.brand-carousel-footer{z-index:6!important;}
@keyframes brandReveal{0%{opacity:0;transform:translateY(18px) scale(.94)}100%{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:950px){.brand-carousel{min-height:315px!important}.brand-carousel .brand-slide img{height:160px!important;max-height:160px!important}}
@media(max-width:580px){.brand-carousel{min-height:285px!important}.brand-carousel .brand-slide img{height:135px!important;max-height:135px!important}}

/* v25 - Refuerzo carrusel marcas: evita que las marcas se apilen si el JS tarda en cargar */
[data-brand-carousel] [data-brand-slide]{display:none!important;}
[data-brand-carousel] [data-brand-slide].active{display:flex!important;}
[data-brand-carousel]{overflow:hidden!important;}

/* v26 - Carrusel moderno de marcas, una sola imagen visible con efecto automático */
.brand-showcase{
  min-height:430px!important;
  overflow:hidden!important;
}
.brand-carousel-v26,
[data-brand-carousel].brand-carousel-v26{
  position:relative!important;
  width:100%!important;
  min-height:335px!important;
  height:335px!important;
  overflow:hidden!important;
  display:block!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(248,250,255,.74))!important;
}
.brand-carousel-v26 .brand-slide,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide]{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateX(34px) scale(.94)!important;
  filter:blur(6px)!important;
  transition:opacity .72s ease, transform .72s ease, filter .72s ease, visibility .72s ease!important;
}
.brand-carousel-v26 .brand-slide.active,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide].active{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateX(0) scale(1)!important;
  filter:blur(0)!important;
  z-index:3!important;
}
.brand-carousel-v26 .brand-slide.leaving{
  opacity:0!important;
  transform:translateX(-34px) scale(.94)!important;
  filter:blur(6px)!important;
}
.brand-carousel-v26 .brand-slide img{
  width:min(360px,88%)!important;
  height:220px!important;
  max-height:220px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto!important;
  background:#fff!important;
  border-radius:28px!important;
  padding:28px!important;
  box-shadow:0 26px 72px rgba(20,32,74,.18), 0 0 0 1px rgba(40,56,102,.08)!important;
  animation:brandFloatV26 4.5s ease-in-out infinite!important;
}
.brand-carousel-v26 .brand-name{
  margin-top:18px!important;
  color:var(--blue2)!important;
  font-size:18px!important;
  font-weight:600!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.brand-carousel-v26 .brand-orbit{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  pointer-events:none!important;
  opacity:.85!important;
}
.brand-carousel-v26 .brand-orbit span{
  position:absolute!important;
  width:260px!important;
  height:260px!important;
  border-radius:50%!important;
  border:1px solid rgba(40,56,102,.12)!important;
  animation:brandPulseV26 4.6s ease-in-out infinite!important;
}
.brand-carousel-v26 .brand-orbit span:nth-child(2){
  width:205px!important;
  height:205px!important;
  border-color:rgba(201,29,50,.16)!important;
  animation-delay:.65s!important;
}
.brand-carousel-v26 .brand-carousel-footer{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:16px!important;
  z-index:10!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  pointer-events:auto!important;
}
.brand-carousel-v26 .brand-arrow{
  width:38px!important;
  height:38px!important;
  border-radius:12px!important;
  border:0!important;
  background:var(--blue)!important;
  color:#fff!important;
  display:inline-grid!important;
  place-items:center!important;
  line-height:1!important;
  font-size:25px!important;
  cursor:pointer!important;
  box-shadow:0 12px 28px rgba(40,56,102,.22)!important;
}
.brand-carousel-v26 .brand-arrow:hover{background:var(--red)!important;transform:translateY(-2px)!important;}
.brand-carousel-v26 .brand-dots{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  max-width:190px!important;
  overflow:hidden!important;
}
.brand-carousel-v26 .brand-dot{
  width:8px!important;
  height:8px!important;
  min-width:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(40,56,102,.22)!important;
  cursor:pointer!important;
}
.brand-carousel-v26 .brand-dot.active{
  width:24px!important;
  min-width:24px!important;
  border-radius:999px!important;
  background:var(--red)!important;
}
@keyframes brandFloatV26{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@keyframes brandPulseV26{0%,100%{transform:scale(.92);opacity:.45}50%{transform:scale(1.08);opacity:1}}
@media(max-width:950px){.brand-carousel-v26,[data-brand-carousel].brand-carousel-v26{height:305px!important;min-height:305px!important}.brand-carousel-v26 .brand-slide img{height:175px!important;max-height:175px!important}}
@media(max-width:580px){.brand-carousel-v26,[data-brand-carousel].brand-carousel-v26{height:275px!important;min-height:275px!important}.brand-carousel-v26 .brand-slide img{height:145px!important;max-height:145px!important;padding:20px!important}.brand-carousel-v26 .brand-name{font-size:14px!important}.brand-carousel-v26 .brand-arrow{width:34px!important;height:34px!important}}


/* v27 - Carrusel de marcas limpio: sin texto, sin botones, sin bordes y con imagen amplia */
.brand-showcase{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:10px 0!important;
  min-height:430px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.brand-showcase:before{display:none!important;}
.brand-showcase-title{
  display:block!important;
  margin:0 0 8px!important;
  text-align:left!important;
}
.brand-showcase-title strong{display:none!important;}
.brand-showcase-title span{
  font-size:11px!important;
  letter-spacing:.14em!important;
  color:var(--red)!important;
  font-weight:500!important;
}
.brand-carousel-v26,
[data-brand-carousel].brand-carousel-v26{
  height:390px!important;
  min-height:390px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.brand-carousel-v26 .brand-slide,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide]{
  justify-content:center!important;
  padding:0!important;
}
.brand-carousel-v26 .brand-slide img,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide] img{
  width:min(520px,98%)!important;
  height:340px!important;
  max-height:340px!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 22px 34px rgba(20,32,74,.16))!important;
  animation:brandFloatV27 4.8s ease-in-out infinite!important;
}
.brand-carousel-v26 .brand-name,
.brand-carousel-v26 .brand-carousel-footer,
.brand-carousel-v26 .brand-arrow,
.brand-carousel-v26 .brand-dots,
.brand-carousel-v26 .brand-dot{
  display:none!important;
}
.brand-carousel-v26 .brand-orbit{display:none!important;}
@keyframes brandFloatV27{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-12px) scale(1.035)}}
@media(max-width:950px){
  .brand-showcase{min-height:350px!important;}
  .brand-carousel-v26,[data-brand-carousel].brand-carousel-v26{height:320px!important;min-height:320px!important;}
  .brand-carousel-v26 .brand-slide img,[data-brand-carousel].brand-carousel-v26 [data-brand-slide] img{height:270px!important;max-height:270px!important;width:min(430px,96%)!important;}
}
@media(max-width:580px){
  .brand-showcase{min-height:285px!important;}
  .brand-carousel-v26,[data-brand-carousel].brand-carousel-v26{height:255px!important;min-height:255px!important;}
  .brand-carousel-v26 .brand-slide img,[data-brand-carousel].brand-carousel-v26 [data-brand-slide] img{height:215px!important;max-height:215px!important;width:96%!important;}
}

/* v30 - Catálogo premium dividido verticalmente y secciones comerciales */
.product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
}
.product-card-split,
.product-card-horizontal.product-card-split{
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%)!important;
  border:1px solid rgba(14,31,74,.09)!important;
  border-radius:14px!important;
  box-shadow:0 18px 45px rgba(15,31,74,.10)!important;
  overflow:hidden!important;
  min-height:360px!important;
  padding:0!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}
.product-card-split:hover{
  transform:translateY(-6px)!important;
  box-shadow:0 26px 60px rgba(15,31,74,.17)!important;
  border-color:rgba(201,29,50,.18)!important;
}
.product-card-split .product-main{
  display:grid!important;
  grid-template-columns:45% 55%!important;
  align-items:stretch!important;
  min-height:360px!important;
  height:100%!important;
}
.product-card-split .product-info{
  padding:22px 14px 16px 17px!important;
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  gap:8px!important;
}
.product-card-split .product-info h3{
  margin:8px 0 12px!important;
  font-size:14.5px!important;
  line-height:1.35!important;
  font-weight:600!important;
  color:#0f1e43!important;
  letter-spacing:.01em!important;
}
.product-card-split .product-info p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.55!important;
  color:#3f4b63!important;
}
.product-card-split .product-info b{font-weight:500!important;color:#142452!important;}
.product-card-split .pi-icon:before{background:#c91d32!important;}
.product-card-split .price{
  margin-top:auto!important;
  text-align:right!important;
  border-top:1px solid #eef1f7!important;
  padding-top:13px!important;
  font-size:19px!important;
  color:#0e1f4a!important;
  font-weight:700!important;
}
.product-card-split .cart-row{
  display:flex!important;
  gap:8px!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:8px 0 0!important;
  margin:0!important;
  border:0!important;
}
.product-card-split .stock-control{
  width:48px!important;
  height:34px!important;
  border:1px solid #dce3ef!important;
  border-radius:7px!important;
  background:#fff!important;
  padding:0!important;
}
.product-card-split .stock-control input{
  width:100%!important;
  height:100%!important;
  border:0!important;
  text-align:center!important;
  font-size:12px!important;
  background:transparent!important;
}
.product-card-split .cart-row button{
  width:auto!important;
  min-width:94px!important;
  height:34px!important;
  border-radius:7px!important;
  padding:0 12px!important;
  background:#0e1f4a!important;
  color:#fff!important;
  font-size:12.5px!important;
  font-weight:500!important;
  box-shadow:0 10px 22px rgba(14,31,74,.23)!important;
}
.product-card-split .product-gallery{
  position:relative!important;
  min-height:360px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:16px 13px 18px!important;
  background:radial-gradient(circle at center,#ffffff 0%,#ffffff 44%,#f5f7fb 100%)!important;
  border-left:1px solid #edf1f6!important;
  overflow:hidden!important;
}
.product-card-split .product-gallery:before{
  content:"";position:absolute;inset:16px;border-radius:11px;background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(245,248,253,.45));box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);pointer-events:none;
}
.product-card-split .product-img{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:275px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  overflow:visible!important;
}
.product-card-split .product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  border-radius:0!important;
  background:transparent!important;
  filter:contrast(1.05) brightness(1.04) saturate(1.08) drop-shadow(0 18px 24px rgba(10,20,48,.16))!important;
  image-rendering:auto!important;
  transform:scale(1.01)!important;
  transition:transform .35s ease,filter .35s ease!important;
}
.product-card-split:hover .product-img img{transform:scale(1.075)!important;filter:contrast(1.08) brightness(1.07) saturate(1.12) drop-shadow(0 24px 32px rgba(10,20,48,.20))!important;}
.product-card-split .view-btn{
  position:relative!important;
  z-index:2!important;
  margin-top:8px!important;
  border:0!important;
  border-radius:7px!important;
  padding:7px 16px!important;
  background:#c91d32!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:500!important;
  cursor:pointer!important;
  box-shadow:0 10px 20px rgba(201,29,50,.22)!important;
}
.product-card-split .gallery-nav{z-index:3!important;background:rgba(14,31,74,.88)!important;color:#fff!important;border-radius:50%!important;}
.product-card-split .gallery-counter{z-index:3!important;background:rgba(255,255,255,.92)!important;color:#0e1f4a!important;border-radius:20px!important;padding:3px 9px!important;font-size:11px!important;}
.metrics-section,.testimonials-section,.videos-section{background:#fff!important;}
.metrics-grid,.testimonials-grid,.videos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.metric-card,.testimonial-card,.video-card{background:#fff;border:1px solid #e9edf5;border-radius:18px;box-shadow:0 18px 40px rgba(15,31,74,.08);padding:26px;text-align:center;}
.metric-card strong{display:block;font-size:38px;line-height:1;color:#0e1f4a;margin-bottom:8px;}
.metric-card span{font-size:14px;color:#566078;}
.testimonial-card{text-align:left;position:relative;}
.quote-mark{font-size:46px;color:#c91d32;line-height:1;height:32px;}
.testimonial-card p{font-size:15px;line-height:1.7;color:#3c475d;}
.testimonial-card strong{color:#0e1f4a;font-size:14px;}
.video-frame{position:relative;width:100%;padding-top:56.25%;border-radius:14px;overflow:hidden;background:#0e1f4a;}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
.video-card h3{font-size:15px;color:#0e1f4a;margin:14px 0 0;}
.whatsapp-float{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:31px;z-index:999;box-shadow:0 16px 34px rgba(37,211,102,.35);font-weight:400;}
.whatsapp-float:hover{transform:translateY(-3px);}
@media(max-width:1250px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.product-card-split .product-main{grid-template-columns:46% 54%!important;}}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.metrics-grid,.testimonials-grid,.videos-grid{grid-template-columns:1fr 1fr;}.product-card-split .product-main{min-height:340px!important;}.product-card-split .product-gallery{min-height:340px!important;}.product-card-split .product-img{height:250px!important;}}
@media(max-width:620px){.product-grid{grid-template-columns:1fr!important;}.product-card-split .product-main{grid-template-columns:1fr!important;}.product-card-split .product-gallery{order:-1;min-height:270px!important;border-left:0!important;border-bottom:1px solid #edf1f6!important;}.product-card-split .product-img{height:220px!important;}.metrics-grid,.testimonials-grid,.videos-grid{grid-template-columns:1fr;}.whatsapp-float{right:16px;bottom:16px;width:52px;height:52px;font-size:28px;}}
@media(min-width:1251px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}}

/* === v31 Ajustes solicitados: catálogo compacto, menú destacado, WhatsApp y footer === */
.topbar .topbar-inner span:last-child a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:5px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.20);
  transition:.2s ease;
}
.topbar .topbar-inner span:last-child a:hover{
  background:var(--red);
  border-color:var(--red);
  transform:translateY(-1px);
}
.nav-catalogo-destacado{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(40,56,102,.10),rgba(201,29,50,.10));
  color:var(--blue2)!important;
  box-shadow:0 8px 22px rgba(40,56,102,.10);
}
.nav-catalogo-destacado:before{content:'🛍️';font-size:15px;line-height:1;}
.nav-catalogo-destacado:after{
  content:'';
  position:absolute;
  left:16px;right:16px;bottom:5px;height:2px;
  background:var(--red);
  border-radius:999px;
  transform:scaleX(.45);
  transform-origin:left;
  transition:.22s ease;
}
.nav-catalogo-destacado:hover{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:#fff!important;
  transform:translateY(-2px);
}
.nav-catalogo-destacado:hover:after{background:#fff;transform:scaleX(1);}

.product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
.product-card-split,
.product-card-horizontal.product-card-split{
  padding:10px!important;
  border-radius:14px!important;
  background:#fff!important;
  border:1px solid rgba(225,230,240,.92)!important;
  box-shadow:0 12px 28px rgba(8,18,48,.12)!important;
  overflow:hidden!important;
}
.product-card-split:before{display:none!important;}
.product-card-split .product-main{
  display:grid!important;
  grid-template-columns:45% 55%!important;
  min-height:265px!important;
  height:265px!important;
  gap:0!important;
  align-items:stretch!important;
}
.product-card-split .product-info{
  padding:8px 8px 8px 4px!important;
  gap:6px!important;
  min-width:0!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
}
.product-card-split .product-info h3{
  font-size:12.4px!important;
  line-height:1.25!important;
  min-height:42px!important;
  max-height:42px!important;
  overflow:hidden!important;
  margin:0 0 5px!important;
  padding-bottom:8px!important;
  border-bottom:3px solid var(--red)!important;
  color:var(--blue2)!important;
  letter-spacing:.02em!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
.product-card-split .product-info p{
  font-size:12.2px!important;
  line-height:1.25!important;
  margin:0!important;
  color:#253455!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:6px!important;
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow:hidden!important;
}
.product-card-split .product-info p b{
  font-weight:500!important;
  color:var(--blue2)!important;
  flex:0 0 auto!important;
}
.product-card-split .product-info p:not(.stock-line){
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
}
.product-card-split .pi-icon{flex:0 0 auto!important;margin-top:1px!important;}
.product-card-split .price{
  margin:auto 0 5px!important;
  text-align:right!important;
  font-size:20px!important;
  line-height:1.05!important;
  color:var(--blue2)!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
.product-card-split .cart-row{
  margin:0!important;
  padding:0!important;
  border-top:0!important;
  display:flex!important;
  gap:7px!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.product-card-split .stock-control input,
.product-card-split .cart-row input[type="number"]{
  width:36px!important;
  height:30px!important;
  padding:3px!important;
  border-radius:6px!important;
  font-size:11px!important;
}
.product-card-split .cart-row button{
  min-width:92px!important;
  max-width:104px!important;
  height:38px!important;
  padding:8px 10px!important;
  border-radius:8px!important;
  font-size:12px!important;
  background:var(--blue2)!important;
  background-image:none!important;
  box-shadow:0 10px 20px rgba(20,32,74,.22)!important;
  white-space:nowrap!important;
}
.product-card-split .product-gallery{
  position:relative!important;
  min-height:100%!important;
  height:100%!important;
  padding:0 0 42px!important;
  border-left:1px solid #edf1f6!important;
  background:#fff!important;
  overflow:hidden!important;
}
.product-card-split .product-gallery:before{display:none!important;}
.product-card-split .product-gallery .product-img,
.product-card-split .product-img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  padding:8px!important;
  display:grid!important;
  place-items:center!important;
}
.product-card-split .product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  filter:contrast(1.06) brightness(1.04) saturate(1.07)!important;
  transform:none!important;
}
.product-card-split:hover .product-img img{
  transform:scale(1.04)!important;
  filter:contrast(1.08) brightness(1.06) saturate(1.10)!important;
}
.product-card-split .view-btn{
  position:absolute!important;
  right:12px!important;
  bottom:8px!important;
  z-index:4!important;
  border-radius:8px!important;
  padding:9px 16px!important;
  min-width:82px!important;
  background:var(--red)!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(201,29,50,.24)!important;
}
.product-card-split .gallery-nav{
  top:50%!important;
  transform:translateY(-50%)!important;
  width:28px!important;
  height:34px!important;
  border-radius:8px!important;
  opacity:.92!important;
}
.product-card-split .gallery-counter{bottom:12px!important;left:12px!important;}
.whatsapp-float{
  background:#25D366!important;
  border:3px solid #fff!important;
  width:60px!important;
  height:60px!important;
  padding:0!important;
  overflow:hidden!important;
  box-shadow:0 18px 34px rgba(37,211,102,.35)!important;
}
.whatsapp-float img{
  width:36px!important;
  height:36px!important;
  object-fit:contain!important;
  display:block!important;
}
.footer p:first-of-type{
  color:var(--blue2)!important;
  font-size:14px!important;
  margin:10px 0!important;
}
@media(max-width:1250px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.product-card-split .product-main{height:260px!important;min-height:260px!important;}}
@media(max-width:950px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.product-card-split .product-main{height:270px!important;min-height:270px!important;}}
@media(max-width:620px){
  .product-grid{grid-template-columns:1fr!important;}
  .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;min-height:0!important;}
  .product-card-split .product-gallery{order:-1!important;border-left:0!important;border-bottom:1px solid #edf1f6!important;height:260px!important;min-height:260px!important;padding-bottom:42px!important;}
  .product-card-split .product-info h3{max-height:none!important;min-height:0!important;}
  .product-card-split .price{text-align:left!important;margin:8px 0 5px!important;}
}

/* v32 - Ajustes finos catálogo compacto, navegación y sección catálogo */
.topbar a[target="_blank"]::after{content:"↗";font-size:11px;margin-left:5px;opacity:.85;}
.nav a.nav-catalogo-destacado{
  background:var(--red)!important;
  color:#fff!important;
  border:0!important;
  border-radius:6px!important;
  padding:10px 15px!important;
  box-shadow:0 10px 22px rgba(201,29,50,.22)!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
}
.nav a.nav-catalogo-destacado:before{
  content:"";
  width:18px;
  height:18px;
  display:inline-block;
  background:rgba(255,255,255,.95);
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75v14.5A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25V4.75Zm2.75-.25a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V4.75a.25.25 0 0 0-.25-.25H6.75ZM8 7h8v2H8V7Zm0 4h8v2H8v-2Zm0 4h5v2H8v-2Z'/%3E%3C/svg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4.75A2.75 2.75 0 0 1 6.75 2h10.5A2.75 2.75 0 0 1 20 4.75v14.5A2.75 2.75 0 0 1 17.25 22H6.75A2.75 2.75 0 0 1 4 19.25V4.75Zm2.75-.25a.25.25 0 0 0-.25.25v14.5c0 .138.112.25.25.25h10.5a.25.25 0 0 0 .25-.25V4.75a.25.25 0 0 0-.25-.25H6.75ZM8 7h8v2H8V7Zm0 4h8v2H8v-2Zm0 4h5v2H8v-2Z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.catalog .section-title.light h2{font-size:clamp(24px,3vw,36px)!important;}
.catalog .section-title.light p{margin-top:10px!important;}
.catalog-count-inline{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;}
.count-pill-inline,.count-pill{
  border-radius:7px!important;
  padding:9px 14px!important;
  background:rgba(255,255,255,.96)!important;
  color:var(--blue2)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.10)!important;
  font-size:14px!important;
}
.search-result-label{font-size:14px!important;opacity:.9!important;}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
.product-card-split{border-radius:10px!important;overflow:hidden!important;}
.product-card-split .product-main{
  grid-template-columns:45% 55%!important;
  height:216px!important;
  min-height:216px!important;
  align-items:stretch!important;
}
.product-card-split .product-info{
  padding:16px 10px 10px 14px!important;
  gap:5px!important;
  line-height:1.28!important;
  border-right:0!important;
  overflow:hidden!important;
}
.product-card-split .product-info:after,
.product-card-split .product-info:before{display:none!important;}
.product-card-split .product-info h3{
  margin-top:6px!important;
  margin-bottom:8px!important;
  font-size:12.5px!important;
  line-height:1.24!important;
  max-height:48px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  word-break:break-word!important;
}
.product-card-split .product-info p{
  margin:0!important;
  font-size:12.8px!important;
  line-height:1.36!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  min-width:0!important;
}
.product-card-split .product-info p b{white-space:nowrap!important;}
.product-card-split .product-info p:not(.category-line){overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
.product-card-split .pi-icon{width:13px!important;height:13px!important;flex:0 0 13px!important;background:var(--red)!important;opacity:.95!important;}
.product-card-split .category-line{justify-content:flex-start!important;}
.cat-gender{
  display:inline-grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  border-radius:6px!important;
  color:var(--red)!important;
  background:rgba(201,29,50,.08)!important;
  font-size:16px!important;
  line-height:1!important;
  margin-left:3px!important;
  font-weight:800!important;
}
.cat-child{font-size:14px!important;background:transparent!important;}
.product-card-split .price{
  font-size:20px!important;
  line-height:1.05!important;
  text-align:right!important;
  margin:5px 0 3px!important;
  padding-right:2px!important;
}
.product-card-split .cart-row{margin-top:0!important;gap:6px!important;align-items:center!important;}
.product-card-split .cart-row .stock-control{width:36px!important;min-width:36px!important;height:34px!important;}
.product-card-split .cart-row input[type="number"]{height:34px!important;font-size:12px!important;padding:4px!important;}
.product-card-split .cart-row button,
.product-card-split .view-btn{
  font-size:12px!important;
  line-height:1!important;
  min-height:34px!important;
  padding:8px 10px!important;
  border-radius:7px!important;
  white-space:nowrap!important;
}
.product-card-split .cart-row button{min-width:92px!important;}
.product-card-split .product-gallery{
  border-left:0!important;
  background:#fff!important;
  padding:8px 8px 42px 6px!important;
  min-height:216px!important;
}
.product-card-split .product-gallery:after{display:none!important;}
.product-card-split .product-img{padding:4px!important;background:#fff!important;}
.product-card-split .product-img img{background:transparent!important;max-width:100%!important;max-height:100%!important;}
.product-card-split .view-btn{right:10px!important;bottom:7px!important;min-width:70px!important;}
@media(max-width:1320px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.product-card-split .product-main{height:224px!important;min-height:224px!important;}}
@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.product-card-split .product-main{height:230px!important;min-height:230px!important;}}
@media(max-width:640px){
  .product-grid{grid-template-columns:1fr!important;}
  .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;min-height:0!important;}
  .product-card-split .product-info{padding:16px!important;}
  .product-card-split .product-gallery{order:-1!important;height:250px!important;min-height:250px!important;padding:8px 8px 42px!important;}
  .product-card-split .product-info h3{font-size:14px!important;max-height:none!important;-webkit-line-clamp:unset!important;}
  .product-card-split .product-info p{font-size:13.5px!important;}
  .product-card-split .price{text-align:right!important;font-size:21px!important;}
}


/* v33 - Corrección real de catálogo compacto responsive */
.product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
}
.product-card-split,
.product-card-horizontal.product-card-split{
  background:#fff!important;
  border:1px solid rgba(230,234,244,.9)!important;
  border-radius:8px!important;
  padding:8px!important;
  box-shadow:0 10px 24px rgba(10,22,55,.10)!important;
  overflow:hidden!important;
}
.product-card-split .product-main{
  display:grid!important;
  grid-template-columns:46% 54%!important;
  height:190px!important;
  min-height:190px!important;
  gap:0!important;
  align-items:stretch!important;
}
.product-card-split .product-info{
  padding:14px 8px 8px 10px!important;
  gap:7px!important;
  overflow:hidden!important;
  border-right:0!important;
  min-width:0!important;
}
.product-card-split .product-info h3{
  margin:7px 0 6px!important;
  padding:0 0 7px!important;
  border-bottom:3px solid var(--red)!important;
  font-size:12.2px!important;
  line-height:1.22!important;
  min-height:0!important;
  max-height:43px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  word-break:break-word!important;
}
.product-card-split .product-info p{
  font-size:12.6px!important;
  line-height:1.42!important;
  margin:0!important;
  gap:7px!important;
  align-items:center!important;
  color:#263755!important;
  max-width:100%!important;
  min-width:0!important;
}
.product-card-split .product-info p:not(.category-line){
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  display:flex!important;
}
.product-card-split .product-info p b{font-weight:500!important;white-space:nowrap!important;color:#142452!important;}
.product-card-split .pi-icon{width:12px!important;height:12px!important;flex:0 0 12px!important;background:var(--red)!important;opacity:.95!important;}
.product-card-split .category-line{justify-content:flex-start!important;}
.cat-gender{
  display:inline-grid!important;
  place-items:center!important;
  width:22px!important;
  height:22px!important;
  border-radius:5px!important;
  color:var(--red)!important;
  background:rgba(201,29,50,.07)!important;
  font-size:15px!important;
  line-height:1!important;
  margin-left:3px!important;
}
.product-card-split .price{
  margin:auto 0 2px!important;
  padding-right:0!important;
  text-align:right!important;
  font-size:18px!important;
  line-height:1!important;
  color:#142452!important;
  letter-spacing:-.02em!important;
}
.product-card-split .cart-row{
  margin:0!important;
  padding:0!important;
  gap:5px!important;
  align-items:center!important;
  border-top:0!important;
}
.product-card-split .cart-row .stock-control,
.product-card-split .cart-row input[type="number"]{
  width:34px!important;
  min-width:34px!important;
  height:30px!important;
  font-size:11px!important;
  border-radius:5px!important;
}
.product-card-split .cart-row button{
  min-width:82px!important;
  max-width:88px!important;
  height:32px!important;
  padding:7px 8px!important;
  border-radius:6px!important;
  font-size:11px!important;
  line-height:1!important;
  white-space:nowrap!important;
  background:#142452!important;
  background-image:none!important;
}
.product-card-split .product-gallery{
  position:relative!important;
  height:190px!important;
  min-height:190px!important;
  padding:0 0 34px 4px!important;
  border-left:0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.product-card-split .product-gallery .product-img,
.product-card-split .product-img{
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
  padding:4px!important;
  display:grid!important;
  place-items:center!important;
}
.product-card-split .product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  filter:contrast(1.06) brightness(1.05) saturate(1.08)!important;
  transition:transform .24s ease, filter .24s ease!important;
}
.product-card-split:hover .product-img img{
  transform:scale(1.035)!important;
  filter:contrast(1.09) brightness(1.07) saturate(1.12)!important;
}
.product-card-split .view-btn{
  right:8px!important;
  bottom:5px!important;
  min-width:58px!important;
  height:30px!important;
  padding:6px 9px!important;
  border-radius:6px!important;
  font-size:11px!important;
  line-height:1!important;
}
.product-card-split .gallery-nav{width:24px!important;height:30px!important;border-radius:6px!important;}
.product-card-split .gallery-counter{font-size:10px!important;bottom:8px!important;left:8px!important;border-radius:6px!important;padding:2px 6px!important;}
.nav a.nav-catalogo-destacado{
  border-radius:5px!important;
  background:#c91d32!important;
  color:#fff!important;
}
.catalog .section-title.light p.catalog-count-inline{
  font-size:clamp(24px,3vw,36px)!important;
  font-weight:400!important;
  margin-top:10px!important;
}
.count-pill-inline,.count-pill{
  border-radius:6px!important;
  padding:8px 13px!important;
  font-size:14px!important;
}
@media(max-width:1180px){
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:920px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .product-card-split .product-main{height:205px!important;min-height:205px!important;}
  .product-card-split .product-gallery{height:205px!important;min-height:205px!important;}
}
@media(max-width:620px){
  .product-grid{grid-template-columns:1fr!important;}
  .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;min-height:0!important;}
  .product-card-split .product-gallery{order:-1!important;height:245px!important;min-height:245px!important;padding:4px 4px 36px!important;}
  .product-card-split .product-info{padding:14px!important;}
  .product-card-split .product-info h3{font-size:14px!important;max-height:none!important;-webkit-line-clamp:unset!important;}
  .product-card-split .product-info p{font-size:13px!important;}
  .product-card-split .price{font-size:19px!important;}
}


/* v34 - Validación definitiva catálogo Compra MIA */
/* Fuerza 4 columnas en escritorio, 2 en tablet y 1 en móvil. */
.catalog .product-grid,
#catalogo .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
#catalogo .product-card-split,
#catalogo .product-card-horizontal.product-card-split{
  border-radius:8px!important;
  padding:8px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1px solid rgba(224,229,240,.78)!important;
  box-shadow:0 10px 24px rgba(10,22,55,.10)!important;
}
#catalogo .product-card-split .product-main{
  display:grid!important;
  grid-template-columns:46% 54%!important;
  height:190px!important;
  min-height:190px!important;
  gap:0!important;
}
#catalogo .product-card-split .product-info{
  padding:15px 8px 8px 10px!important;
  border-right:0!important;
  overflow:hidden!important;
  gap:7px!important;
  min-width:0!important;
}
#catalogo .product-card-split .product-info:before,
#catalogo .product-card-split .product-info:after{display:none!important;}
#catalogo .product-card-split .product-info h3{
  margin:7px 0 7px!important;
  padding-bottom:7px!important;
  border-bottom:3px solid #c91d32!important;
  font-size:12.2px!important;
  line-height:1.24!important;
  max-height:43px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  word-break:break-word!important;
}
#catalogo .product-card-split .product-info p{
  font-size:12.8px!important;
  line-height:1.48!important;
  margin:0!important;
  color:#263755!important;
  gap:7px!important;
  align-items:center!important;
}
#catalogo .product-card-split .product-info p:not(.category-line){
  display:flex!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#catalogo .product-card-split .category-line{display:flex!important;align-items:center!important;justify-content:flex-start!important;}
#catalogo .product-card-split .pi-icon{width:12px!important;height:12px!important;flex:0 0 12px!important;background:#c91d32!important;opacity:.95!important;}
#catalogo .cat-gender{display:inline-grid!important;place-items:center!important;width:22px!important;height:22px!important;border-radius:5px!important;color:#c91d32!important;background:rgba(201,29,50,.07)!important;font-size:15px!important;line-height:1!important;margin-left:3px!important;}
#catalogo .product-card-split .price{
  margin:auto 0 2px!important;
  text-align:right!important;
  font-size:18px!important;
  line-height:1!important;
  color:#142452!important;
  letter-spacing:-.02em!important;
}
#catalogo .product-card-split .cart-row{margin:0!important;gap:5px!important;align-items:center!important;}
#catalogo .product-card-split .cart-row .stock-control,
#catalogo .product-card-split .cart-row input[type="number"]{width:34px!important;min-width:34px!important;height:30px!important;font-size:11px!important;border-radius:5px!important;}
#catalogo .product-card-split .cart-row button{min-width:82px!important;max-width:88px!important;height:32px!important;padding:7px 8px!important;border-radius:6px!important;font-size:11px!important;line-height:1!important;white-space:nowrap!important;background:#142452!important;background-image:none!important;}
#catalogo .product-card-split .product-gallery{position:relative!important;height:190px!important;min-height:190px!important;padding:0 0 34px 4px!important;border-left:0!important;background:#fff!important;overflow:hidden!important;}
#catalogo .product-card-split .product-img{width:100%!important;height:100%!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important;padding:4px!important;display:grid!important;place-items:center!important;}
#catalogo .product-card-split .product-img img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:0!important;background:transparent!important;filter:contrast(1.06) brightness(1.05) saturate(1.08)!important;transition:transform .24s ease,filter .24s ease!important;}
#catalogo .product-card-split:hover .product-img img{transform:scale(1.035)!important;filter:contrast(1.09) brightness(1.07) saturate(1.12)!important;}
#catalogo .product-card-split .view-btn{right:8px!important;bottom:5px!important;min-width:58px!important;height:30px!important;padding:6px 9px!important;border-radius:6px!important;font-size:11px!important;line-height:1!important;}
#catalogo .nav a.nav-catalogo-destacado,
.nav a.nav-catalogo-destacado{border-radius:5px!important;background:#c91d32!important;color:#fff!important;}
@media(max-width:1024px){
  .catalog .product-grid,#catalogo .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #catalogo .product-card-split .product-main{height:205px!important;min-height:205px!important;}
  #catalogo .product-card-split .product-gallery{height:205px!important;min-height:205px!important;}
}
@media(max-width:640px){
  .catalog .product-grid,#catalogo .product-grid{grid-template-columns:1fr!important;}
  #catalogo .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;min-height:0!important;}
  #catalogo .product-card-split .product-gallery{order:-1!important;height:245px!important;min-height:245px!important;padding:4px 4px 36px!important;}
  #catalogo .product-card-split .product-info{padding:14px!important;}
  #catalogo .product-card-split .product-info h3{font-size:14px!important;max-height:none!important;-webkit-line-clamp:unset!important;}
  #catalogo .product-card-split .product-info p{font-size:13px!important;}
  #catalogo .product-card-split .price{font-size:19px!important;}
}


/* v35 - Corrección verificada de catálogo y menú Compra MIA */
/* Menú Catálogo destacado: rojo corporativo, borde casi cuadrado e icono blanco */
.header .nav #mainNav a.nav-catalogo-destacado,
.nav a.nav-catalogo-destacado,
a.nav-catalogo-destacado{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  background:#c91d32!important;
  color:#fff!important;
  border:0!important;
  border-radius:5px!important;
  padding:10px 14px!important;
  min-height:36px!important;
  box-shadow:0 10px 22px rgba(201,29,50,.24)!important;
  font-weight:600!important;
  text-decoration:none!important;
}
.header .nav #mainNav a.nav-catalogo-destacado:before,
.header .nav #mainNav a.nav-catalogo-destacado:after,
.nav a.nav-catalogo-destacado:before,
.nav a.nav-catalogo-destacado:after{content:none!important;display:none!important;}
.catalog-menu-icon{
  width:18px!important;height:18px!important;
  display:inline-grid!important;place-items:center!important;
  color:#fff!important;border:1px solid rgba(255,255,255,.72)!important;
  background:rgba(255,255,255,.10)!important;
  border-radius:3px!important;font-size:13px!important;line-height:1!important;
}

/* Cabecera de catálogo: retirar párrafo comercial y usar contador con borde suave */
#catalogo .section-title.light span{
  font-size:clamp(24px,3vw,36px)!important;
  line-height:1.1!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
#catalogo .section-title.light h2{
  font-size:clamp(24px,3vw,36px)!important;
  line-height:1.1!important;
}
#catalogo .section-title.light p.catalog-count-inline{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  margin:12px auto 0!important;
  font-size:14px!important;
  font-weight:400!important;
}
#catalogo .count-pill,
#catalogo .count-pill-inline{
  border-radius:6px!important;
  padding:8px 14px!important;
  font-size:14px!important;
  line-height:1.2!important;
  box-shadow:0 10px 22px rgba(0,0,0,.10)!important;
}

/* Catálogo responsive: 4 / 2 / 1 */
#catalogo .product-grid,
.catalog .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}

/* Tarjeta compacta 20% menor, sin líneas divisorias ni marcos en la imagen */
#catalogo article.product-card.product-card-split,
#catalogo .product-card-split{
  padding:7px!important;
  border-radius:7px!important;
  background:#fff!important;
  border:1px solid rgba(224,229,240,.75)!important;
  box-shadow:0 10px 24px rgba(10,22,55,.10)!important;
  overflow:hidden!important;
}
#catalogo .product-card-split .product-main{
  display:grid!important;
  grid-template-columns:46% 54%!important;
  height:152px!important;
  min-height:152px!important;
  max-height:152px!important;
  gap:0!important;
}
#catalogo .product-card-split .product-info{
  position:relative!important;
  padding:13px 7px 7px 9px!important;
  border:0!important;
  border-left:0!important;
  border-right:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
}
#catalogo .product-card-split .product-info:before,
#catalogo .product-card-split .product-info:after,
#catalogo .product-card-split .product-gallery:before,
#catalogo .product-card-split .product-gallery:after{content:none!important;display:none!important;}
#catalogo .product-card-split .product-info h3{
  margin:8px 0 5px!important;
  padding:0 0 6px!important;
  border:0!important;
  border-bottom:3px solid #c91d32!important;
  font-size:11.6px!important;
  line-height:1.28!important;
  max-height:36px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  word-break:break-word!important;
}
#catalogo .product-card-split .product-info p{
  margin:0!important;
  padding:0!important;
  font-size:12.2px!important;
  line-height:1.58!important;
  color:#243653!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:18px!important;
}
#catalogo .product-card-split .product-info p:not(.category-line){
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#catalogo .product-card-split .pi-icon{
  width:11px!important;
  height:11px!important;
  min-width:11px!important;
  flex:0 0 11px!important;
  background:#c91d32!important;
  opacity:.92!important;
}
#catalogo .product-card-split .category-icon-only{
  justify-content:center!important;
  gap:6px!important;
  padding-top:1px!important;
}
#catalogo .cat-gender{
  width:22px!important;
  height:22px!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:5px!important;
  background:rgba(201,29,50,.08)!important;
  color:#c91d32!important;
  border:1px solid rgba(201,29,50,.16)!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:700!important;
}
#catalogo .product-card-split .price{
  margin:auto 0 2px!important;
  text-align:right!important;
  color:#142452!important;
  font-size:16.4px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
#catalogo .product-card-split .cart-row{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  gap:4px!important;
  flex-wrap:nowrap!important;
}
#catalogo .product-card-split .cart-row .stock-control,
#catalogo .product-card-split .cart-row input[type="number"]{
  width:30px!important;min-width:30px!important;height:28px!important;
  font-size:10.5px!important;border-radius:5px!important;padding:0 2px!important;
}
#catalogo .product-card-split .cart-row button{
  min-width:76px!important;max-width:82px!important;height:30px!important;
  padding:6px 7px!important;border-radius:6px!important;
  font-size:10.3px!important;line-height:1!important;
  white-space:nowrap!important;background:#142452!important;background-image:none!important;
}
#catalogo .product-card-split .cart-mini{font-size:11px!important;}
#catalogo .product-card-split .product-gallery{
  position:relative!important;
  height:152px!important;min-height:152px!important;max-height:152px!important;
  padding:0 0 30px 4px!important;
  border:0!important;border-left:0!important;border-right:0!important;
  background:#fff!important;box-shadow:none!important;overflow:hidden!important;
}
#catalogo .product-card-split .product-img{
  width:100%!important;height:100%!important;
  background:#fff!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;padding:2px!important;
  display:grid!important;place-items:center!important;overflow:hidden!important;
}
#catalogo .product-card-split .product-img img{
  width:100%!important;height:100%!important;
  object-fit:contain!important;object-position:center!important;
  border:0!important;border-radius:0!important;background:transparent!important;
  filter:contrast(1.06) brightness(1.05) saturate(1.08)!important;
  transition:transform .22s ease,filter .22s ease!important;
}
#catalogo .product-card-split:hover .product-img img{
  transform:scale(1.035)!important;
  filter:contrast(1.09) brightness(1.07) saturate(1.12)!important;
}
#catalogo .product-card-split .view-btn{
  right:7px!important;bottom:3px!important;
  min-width:54px!important;height:28px!important;
  padding:5px 8px!important;border-radius:6px!important;
  font-size:10.4px!important;line-height:1!important;
  white-space:nowrap!important;
}
#catalogo .product-card-split .gallery-nav{width:22px!important;height:28px!important;border-radius:5px!important;}
#catalogo .product-card-split .gallery-counter{font-size:9.5px!important;bottom:7px!important;left:7px!important;border-radius:5px!important;padding:2px 5px!important;}

@media(max-width:1100px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #catalogo .product-card-split .product-main{height:176px!important;min-height:176px!important;max-height:176px!important;}
  #catalogo .product-card-split .product-gallery{height:176px!important;min-height:176px!important;max-height:176px!important;}
}
@media(max-width:640px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:1fr!important;}
  #catalogo .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;min-height:0!important;max-height:none!important;}
  #catalogo .product-card-split .product-gallery{order:-1!important;height:240px!important;min-height:240px!important;max-height:240px!important;padding:4px 4px 34px!important;}
  #catalogo .product-card-split .product-info{padding:14px!important;}
  #catalogo .product-card-split .product-info h3{font-size:14px!important;max-height:none!important;-webkit-line-clamp:unset!important;}
  #catalogo .product-card-split .product-info p{font-size:13px!important;}
  #catalogo .product-card-split .price{font-size:18px!important;}
  #catalogo .product-card-split .cart-row button{font-size:12px!important;min-width:96px!important;}
  #catalogo .product-card-split .view-btn{font-size:12px!important;min-width:72px!important;}
}


/* === v36 - Catálogo redistribuido, WhatsApp oficial y contador limpio === */
#catalogo .section-title.light h2{
  font-size:clamp(24px,3vw,38px)!important;
  margin-bottom:6px!important;
}
#catalogo .section-title.light p.catalog-count-inline{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#e8edf7!important;
  font-size:12px!important;
  line-height:1.2!important;
}
#catalogo .count-pill,
#catalogo .count-pill-inline{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:3px!important;
  color:#e8edf7!important;
  font-size:12px!important;
  font-weight:500!important;
}
#catalogo .search-result-label{font-size:11px!important;color:#cfd8e8!important;margin-left:8px!important;}

#catalogo .product-grid,
.catalog .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
#catalogo .product-card,
#catalogo .product-card-split,
#catalogo .product-card-horizontal.product-card-split{
  height:252px!important;
  min-height:252px!important;
  max-height:252px!important;
  overflow:hidden!important;
  border:1px solid rgba(226,232,242,.85)!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(15,31,74,.09)!important;
}
#catalogo .product-card-split:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 18px 34px rgba(15,31,74,.14)!important;
}
#catalogo .product-card-split .product-main{
  display:grid!important;
  grid-template-columns:44% 56%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  gap:0!important;
  overflow:hidden!important;
}
#catalogo .product-card-split .product-info{
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:15px 8px 10px 11px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .product-info h3{
  margin:5px 0 4px!important;
  padding:0 0 6px!important;
  border-bottom:2px solid rgba(201,29,50,.85)!important;
  font-size:12.3px!important;
  line-height:1.22!important;
  max-height:36px!important;
  min-height:31px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  color:#142452!important;
  letter-spacing:.01em!important;
}
#catalogo .product-card-split .product-info h3 .pi-icon{display:none!important;}
#catalogo .product-card-split .product-info p{
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:18px!important;
  font-size:12.4px!important;
  line-height:1.35!important;
  color:#243655!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#catalogo .product-card-split .product-info p b{
  font-weight:600!important;
  color:#1c2f52!important;
}
#catalogo .product-card-split .pi-icon,
#catalogo .product-card-split .pi-icon:before{
  width:10px!important;
  height:10px!important;
  min-width:10px!important;
  border-radius:2px!important;
  background:#c91d32!important;
  opacity:.95!important;
}
#catalogo .product-card-split .category-line.category-icon-only{
  justify-content:flex-start!important;
  gap:8px!important;
}
#catalogo .product-card-split .cat-gender{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:24px!important;
  height:20px!important;
  border-radius:5px!important;
  background:rgba(201,29,50,.08)!important;
  color:#c91d32!important;
  border:1px solid rgba(201,29,50,.16)!important;
  font-size:13px!important;
  line-height:1!important;
  margin:0!important;
}
#catalogo .product-card-split .price{
  margin:auto 0 0!important;
  padding:0!important;
  text-align:right!important;
  font-size:18px!important;
  line-height:1!important;
  color:#142452!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
#catalogo .product-card-split .cart-row{
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:5px!important;
  flex-wrap:nowrap!important;
}
#catalogo .product-card-split .stock-control input,
#catalogo .product-card-split .cart-row input[type="number"]{
  width:32px!important;
  min-width:32px!important;
  height:27px!important;
  font-size:10.5px!important;
  border-radius:5px!important;
  padding:0 2px!important;
}
#catalogo .product-card-split .cart-row button{
  min-width:75px!important;
  max-width:82px!important;
  height:29px!important;
  padding:5px 7px!important;
  border-radius:6px!important;
  font-size:10.4px!important;
  line-height:1!important;
  white-space:nowrap!important;
  background:#142452!important;
  background-image:none!important;
}
#catalogo .product-card-split .cart-mini{font-size:10px!important;}

#catalogo .product-card-split .product-gallery{
  position:relative!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  padding:8px 8px 36px 6px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  display:grid!important;
  place-items:center!important;
}
#catalogo .product-card-split .product-gallery:before{display:none!important;}
#catalogo .product-card-split .product-img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
#catalogo .product-card-split .product-img img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  filter:contrast(1.07) brightness(1.06) saturate(1.1)!important;
  transition:transform .25s ease,filter .25s ease!important;
}
#catalogo .product-card-split:hover .product-img img{
  transform:scale(1.035)!important;
  filter:contrast(1.1) brightness(1.08) saturate(1.15)!important;
}
#catalogo .product-card-split .view-btn{
  position:absolute!important;
  right:8px!important;
  bottom:8px!important;
  min-width:58px!important;
  height:29px!important;
  padding:5px 8px!important;
  border-radius:6px!important;
  font-size:10.6px!important;
  line-height:1!important;
  white-space:nowrap!important;
  z-index:4!important;
  background:#c91d32!important;
  color:#fff!important;
  box-shadow:0 10px 18px rgba(201,29,50,.22)!important;
}
#catalogo .product-card-split .gallery-nav{
  width:22px!important;
  height:28px!important;
  border-radius:5px!important;
  font-size:16px!important;
}
#catalogo .product-card-split .gallery-counter{
  left:8px!important;
  bottom:9px!important;
  font-size:9.5px!important;
  border-radius:5px!important;
  padding:2px 5px!important;
}
.whatsapp-float{
  background:#25D366!important;
  border:3px solid #fff!important;
  box-shadow:0 18px 34px rgba(37,211,102,.38)!important;
}
.whatsapp-float img{
  width:38px!important;
  height:38px!important;
  display:block!important;
  object-fit:contain!important;
}

@media(max-width:1280px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:258px!important;min-height:258px!important;max-height:258px!important;}
}
@media(max-width:960px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:260px!important;min-height:260px!important;max-height:260px!important;}
}
@media(max-width:640px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:1fr!important;}
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:auto!important;min-height:0!important;max-height:none!important;}
  #catalogo .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;}
  #catalogo .product-card-split .product-gallery{order:-1!important;height:250px!important;padding:10px 10px 40px!important;}
  #catalogo .product-card-split .product-info{padding:14px!important;}
  #catalogo .product-card-split .product-info h3{font-size:14px!important;max-height:none!important;min-height:0!important;}
  #catalogo .product-card-split .product-info p{font-size:13px!important;}
  #catalogo .product-card-split .price{font-size:19px!important;}
  #catalogo .product-card-split .cart-row button{font-size:12px!important;min-width:96px!important;height:34px!important;}
  #catalogo .product-card-split .view-btn{font-size:12px!important;min-width:72px!important;height:34px!important;}
}

/* === v38 VALIDADO - ajustes finales sin romper diseño base === */
/* Link Administrar abre en otra pestaña desde HTML; estilo mantiene identidad */
.header .nav #mainNav .intranet-btn[href*="adminweb"],
.nav .intranet-btn[href*="adminweb"]{
  background:#142452!important;
  color:#fff!important;
  border-color:#142452!important;
}
.header .nav #mainNav .intranet-btn[href*="adminweb"]:hover,
.nav .intranet-btn[href*="adminweb"]:hover{
  background:#c91d32!important;
  border-color:#c91d32!important;
  color:#fff!important;
}

/* Menú Catálogo destacado: rojo corporativo, borde casi cuadrado, icono blanco */
.header .nav #mainNav a.nav-catalogo-destacado,
.nav a.nav-catalogo-destacado,
a.nav-catalogo-destacado{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  background:#c91d32!important;
  color:#fff!important;
  border:0!important;
  border-radius:5px!important;
  padding:10px 14px!important;
  min-height:36px!important;
  box-shadow:0 10px 22px rgba(201,29,50,.24)!important;
  font-weight:600!important;
  text-decoration:none!important;
}
.header .nav #mainNav a.nav-catalogo-destacado:before,
.header .nav #mainNav a.nav-catalogo-destacado:after,
.nav a.nav-catalogo-destacado:before,
.nav a.nav-catalogo-destacado:after{content:none!important;display:none!important;}
.catalog-menu-icon{
  width:18px!important;height:18px!important;
  display:inline-grid!important;place-items:center!important;
  color:#fff!important;border:1px solid rgba(255,255,255,.72)!important;
  background:rgba(255,255,255,.10)!important;
  border-radius:3px!important;font-size:13px!important;line-height:1!important;
}

/* Cabecera catálogo: contador pequeño, sin margen, fondo ni curva */
#catalogo .section-title.light h2{
  font-size:clamp(24px,3vw,38px)!important;
  margin-bottom:4px!important;
}
#catalogo .section-title.light p.catalog-count-inline{
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#e8edf7!important;
  font-size:11px!important;
  line-height:1.15!important;
}
#catalogo .count-pill,
#catalogo .count-pill-inline{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:3px!important;
  color:#e8edf7!important;
  font-size:11px!important;
  font-weight:500!important;
}
#catalogo .search-result-label{font-size:10.5px!important;color:#cfd8e8!important;margin-left:6px!important;}
#catalogo .catalog-filter input::placeholder,
.quick-search .search-box input::placeholder{font-size:12px!important;color:#7b879b!important;}
#catalogo .catalog-filter input{font-size:13px!important;}

/* Catálogo: 4 columnas reales en escritorio, responsive 2/1 */
#catalogo .product-grid,
.catalog .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
#catalogo .product-card,
#catalogo article.product-card.product-card-split,
#catalogo .product-card-split,
#catalogo .product-card-horizontal.product-card-split{
  height:238px!important;
  min-height:238px!important;
  max-height:238px!important;
  padding:7px!important;
  overflow:hidden!important;
  border:1px solid rgba(226,232,242,.85)!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(15,31,74,.09)!important;
  transform:none!important;
}
#catalogo .product-card-split:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 18px 34px rgba(15,31,74,.14)!important;
}
#catalogo .product-card-split .product-main{
  display:grid!important;
  grid-template-columns:43% 57%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  gap:0!important;
  overflow:hidden!important;
}

/* Lado izquierdo: sin línea divisora, nombre baja una línea y datos legibles */
#catalogo .product-card-split .product-info{
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:16px 8px 9px 10px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:6px!important;
  background:#fff!important;
  border:0!important;
  border-left:0!important;
  border-right:0!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .product-info:before,
#catalogo .product-card-split .product-info:after,
#catalogo .product-card-split .product-gallery:before,
#catalogo .product-card-split .product-gallery:after{content:none!important;display:none!important;}
#catalogo .product-card-split .product-info h3{
  margin:7px 0 4px!important;
  padding:0 0 6px!important;
  border:0!important;
  border-bottom:2px solid rgba(201,29,50,.90)!important;
  font-size:12px!important;
  line-height:1.26!important;
  max-height:36px!important;
  min-height:30px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  color:#142452!important;
  letter-spacing:.01em!important;
  word-break:break-word!important;
}
#catalogo .product-card-split .product-info h3 .pi-icon{display:none!important;}
#catalogo .product-card-split .product-info p{
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:19px!important;
  font-size:12.2px!important;
  line-height:1.48!important;
  color:#243655!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#catalogo .product-card-split .product-info p b{font-weight:600!important;color:#1c2f52!important;}
#catalogo .product-card-split .pi-icon,
#catalogo .product-card-split .pi-icon:before{
  width:10px!important;height:10px!important;min-width:10px!important;
  border-radius:2px!important;background:#c91d32!important;opacity:.95!important;
}

/* Categoría: solo icono mujer / hombre / niño centrado */
#catalogo .product-card-split .category-line.category-icon-only{
  justify-content:center!important;
  align-items:center!important;
  gap:0!important;
  min-height:21px!important;
}
#catalogo .product-card-split .category-line.category-icon-only .pi-icon{display:none!important;}
#catalogo .product-card-split .cat-gender{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:24px!important;height:20px!important;
  border-radius:5px!important;
  background:rgba(201,29,50,.08)!important;
  color:#c91d32!important;
  border:1px solid rgba(201,29,50,.16)!important;
  font-size:13px!important;
  line-height:1!important;
  margin:0!important;
}

/* Precio más pequeño, alineado a la derecha, encima del botón */
#catalogo .product-card-split .price{
  margin:auto 0 0!important;
  padding:0!important;
  text-align:right!important;
  font-size:17px!important;
  line-height:1!important;
  color:#142452!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
#catalogo .product-card-split .cart-row{
  margin:0!important;display:flex!important;align-items:center!important;
  justify-content:space-between!important;gap:5px!important;flex-wrap:nowrap!important;
}
#catalogo .product-card-split .stock-control input,
#catalogo .product-card-split .cart-row input[type="number"]{
  width:31px!important;min-width:31px!important;height:27px!important;
  font-size:10px!important;border-radius:5px!important;padding:0 2px!important;
}
#catalogo .product-card-split .cart-row button{
  min-width:76px!important;max-width:82px!important;height:29px!important;
  padding:5px 7px!important;border-radius:6px!important;
  font-size:10.2px!important;line-height:1!important;white-space:nowrap!important;
  background:#142452!important;background-image:none!important;color:#fff!important;
}
#catalogo .product-card-split .cart-mini{font-size:10px!important;}

/* Lado derecho: imagen protagonista, fondo blanco, sin marcos ni bordes */
#catalogo .product-card-split .product-gallery{
  position:relative!important;
  height:100%!important;min-height:0!important;max-height:none!important;
  padding:7px 8px 34px 6px!important;
  background:#fff!important;border:0!important;border-left:0!important;box-shadow:none!important;
  overflow:hidden!important;display:grid!important;place-items:center!important;
}
#catalogo .product-card-split .product-img{
  width:100%!important;height:100%!important;min-height:0!important;
  background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;
  padding:0!important;display:grid!important;place-items:center!important;overflow:hidden!important;
}
#catalogo .product-card-split .product-img img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;
  object-fit:contain!important;object-position:center!important;
  border:0!important;border-radius:0!important;background:#fff!important;
  filter:contrast(1.07) brightness(1.06) saturate(1.1)!important;
  transition:transform .25s ease,filter .25s ease!important;
}
#catalogo .product-card-split:hover .product-img img{
  transform:scale(1.025)!important;
  filter:contrast(1.1) brightness(1.08) saturate(1.13)!important;
}
#catalogo .product-card-split .view-btn{
  position:absolute!important;right:8px!important;bottom:7px!important;
  min-width:56px!important;height:29px!important;padding:5px 8px!important;
  border-radius:6px!important;font-size:10.4px!important;line-height:1!important;white-space:nowrap!important;
  z-index:4!important;background:#c91d32!important;color:#fff!important;
  box-shadow:0 10px 18px rgba(201,29,50,.22)!important;
}
#catalogo .product-card-split .gallery-nav{width:22px!important;height:28px!important;border-radius:5px!important;font-size:16px!important;}
#catalogo .product-card-split .gallery-counter{left:8px!important;bottom:9px!important;font-size:9.5px!important;border-radius:5px!important;padding:2px 5px!important;}

/* WhatsApp oficial enviado por el usuario */
.whatsapp-float{
  background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;
  width:64px!important;height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;
}
.whatsapp-float img{
  width:60px!important;height:60px!important;display:block!important;object-fit:contain!important;
  filter:drop-shadow(0 12px 20px rgba(0,0,0,.20))!important;
}
.whatsapp-float:hover img{transform:scale(1.06)!important;}

@media(max-width:1280px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:242px!important;min-height:242px!important;max-height:242px!important;}
}
@media(max-width:960px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:252px!important;min-height:252px!important;max-height:252px!important;}
}
@media(max-width:640px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:1fr!important;}
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:auto!important;min-height:0!important;max-height:none!important;}
  #catalogo .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;}
  #catalogo .product-card-split .product-gallery{order:-1!important;height:250px!important;padding:10px 10px 40px!important;}
  #catalogo .product-card-split .product-info{padding:14px!important;}
  #catalogo .product-card-split .product-info h3{font-size:14px!important;max-height:none!important;min-height:0!important;-webkit-line-clamp:unset!important;}
  #catalogo .product-card-split .product-info p{font-size:13px!important;}
  #catalogo .product-card-split .price{font-size:18px!important;}
  #catalogo .product-card-split .cart-row button{font-size:12px!important;min-width:96px!important;height:34px!important;}
  #catalogo .product-card-split .view-btn{font-size:12px!important;min-width:72px!important;height:34px!important;}
}

/* === v39 VALIDADO - ajuste final de catálogo e indicador de productos === */
/* Contador: normal, pequeño, centrado, sin fondo ni margen */
#catalogo .section-title.light{
  text-align:center!important;
}
#catalogo .section-title.light p.catalog-count-inline{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:4px!important;
  margin:2px auto 0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#e8edf7!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:400!important;
}
#catalogo .count-pill,
#catalogo .count-pill-inline{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#e8edf7!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:400!important;
}
#catalogo .count-pill::first-letter{font-size:13px!important;}
#catalogo .catalog-filter input::placeholder,
.quick-search .search-box input::placeholder{font-size:12px!important;color:#7f8aa0!important;}

/* Catálogo con distribución limpia y estable */
#catalogo .product-grid,
.catalog .product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
#catalogo article.product-card.product-card-split,
#catalogo .product-card-split,
#catalogo .product-card-horizontal.product-card-split{
  height:250px!important;
  min-height:250px!important;
  max-height:250px!important;
  padding:10px!important;
  border-radius:9px!important;
  background:#ffffff!important;
  border:1px solid rgba(226,232,242,.86)!important;
  box-shadow:0 12px 26px rgba(15,31,74,.10)!important;
  overflow:hidden!important;
}
#catalogo .product-card-split:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 18px 36px rgba(15,31,74,.15)!important;
}
#catalogo .product-card-split .product-main{
  display:grid!important;
  grid-template-columns:44% 56%!important;
  height:100%!important;
  min-height:0!important;
  gap:0!important;
  overflow:hidden!important;
}
#catalogo .product-card-split .product-info{
  height:100%!important;
  min-height:0!important;
  overflow:hidden!important;
  padding:17px 9px 8px 11px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .product-info:before,
#catalogo .product-card-split .product-info:after,
#catalogo .product-card-split .product-gallery:before,
#catalogo .product-card-split .product-gallery:after{content:none!important;display:none!important;}
#catalogo .product-card-split .product-info h3{
  margin:8px 0 6px!important;
  padding:0 0 7px!important;
  border:0!important;
  border-bottom:2px solid rgba(201,29,50,.9)!important;
  color:#142452!important;
  font-size:12.4px!important;
  line-height:1.28!important;
  min-height:34px!important;
  max-height:39px!important;
  overflow:hidden!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  word-break:break-word!important;
}
#catalogo .product-card-split .product-info h3 .pi-icon{display:none!important;}
#catalogo .product-card-split .product-info p{
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:20px!important;
  color:#243655!important;
  font-size:12.4px!important;
  line-height:1.55!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
#catalogo .product-card-split .product-info p b{
  font-weight:600!important;
  color:#1c2f52!important;
  flex:0 0 auto!important;
}
#catalogo .product-card-split .pi-icon,
#catalogo .product-card-split .pi-icon:before{
  width:10px!important;
  height:10px!important;
  min-width:10px!important;
  border-radius:2px!important;
  background:#c91d32!important;
  opacity:.95!important;
  flex:0 0 10px!important;
}
#catalogo .product-card-split .category-line{
  justify-content:flex-start!important;
  text-align:left!important;
}
#catalogo .product-card-split .category-line .cat-gender{
  width:auto!important;
  height:auto!important;
  display:inline!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  color:inherit!important;
  font-size:inherit!important;
  font-weight:400!important;
}
#catalogo .product-card-split .price{
  margin:auto 0 1px!important;
  padding:0!important;
  text-align:right!important;
  color:#142452!important;
  font-size:16.5px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
#catalogo .product-card-split .cart-row{
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:5px!important;
  flex-wrap:nowrap!important;
  border:0!important;
}
#catalogo .product-card-split .stock-control input,
#catalogo .product-card-split .cart-row input[type="number"]{
  width:31px!important;
  min-width:31px!important;
  height:27px!important;
  border-radius:5px!important;
  font-size:10px!important;
  padding:0 2px!important;
}
#catalogo .product-card-split .cart-row button{
  min-width:76px!important;
  max-width:82px!important;
  height:29px!important;
  padding:5px 7px!important;
  border-radius:6px!important;
  font-size:10.2px!important;
  line-height:1!important;
  white-space:nowrap!important;
  color:#fff!important;
  background:#142452!important;
  background-image:none!important;
}
#catalogo .product-card-split .product-gallery{
  position:relative!important;
  height:100%!important;
  min-height:0!important;
  padding:6px 8px 35px 8px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  display:grid!important;
  place-items:center!important;
}
#catalogo .product-card-split .product-img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
#catalogo .product-card-split .product-img img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  filter:contrast(1.07) brightness(1.06) saturate(1.10)!important;
  transition:transform .25s ease,filter .25s ease!important;
}
#catalogo .product-card-split:hover .product-img img{
  transform:scale(1.025)!important;
  filter:contrast(1.10) brightness(1.08) saturate(1.13)!important;
}
#catalogo .product-card-split .view-btn{
  position:absolute!important;
  right:8px!important;
  bottom:7px!important;
  min-width:56px!important;
  height:29px!important;
  padding:5px 8px!important;
  border-radius:6px!important;
  font-size:10.4px!important;
  line-height:1!important;
  white-space:nowrap!important;
  z-index:4!important;
  background:#c91d32!important;
  color:#fff!important;
  box-shadow:0 10px 18px rgba(201,29,50,.22)!important;
}
#catalogo .product-card-split .gallery-counter{left:8px!important;bottom:9px!important;font-size:9.5px!important;border-radius:5px!important;padding:2px 5px!important;}
#catalogo .product-card-split .gallery-nav{width:22px!important;height:28px!important;border-radius:5px!important;font-size:16px!important;}

@media(max-width:1280px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  #catalogo article.product-card.product-card-split,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:254px!important;min-height:254px!important;max-height:254px!important;}
}
@media(max-width:960px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #catalogo article.product-card.product-card-split,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:260px!important;min-height:260px!important;max-height:260px!important;}
}
@media(max-width:640px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:1fr!important;}
  #catalogo article.product-card.product-card-split,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:auto!important;min-height:0!important;max-height:none!important;}
  #catalogo .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;}
  #catalogo .product-card-split .product-gallery{order:-1!important;height:250px!important;padding:10px 10px 40px!important;}
  #catalogo .product-card-split .product-info{padding:14px!important;}
  #catalogo .product-card-split .product-info h3{font-size:14px!important;max-height:none!important;min-height:0!important;-webkit-line-clamp:unset!important;}
  #catalogo .product-card-split .product-info p{font-size:13px!important;}
  #catalogo .product-card-split .price{font-size:18px!important;}
  #catalogo .product-card-split .cart-row button{font-size:12px!important;min-width:96px!important;height:34px!important;}
  #catalogo .product-card-split .view-btn{font-size:12px!important;min-width:72px!important;height:34px!important;}
}

/* === v40 VALIDADO - ajustes finales solicitados Compra MIA === */
/* Menú: quitar botón Administrar de cabecera se hizo en index.php. */
/* Botón Catálogo: rojo plano, sin sombra ni resplandor */
.header .nav #mainNav a.nav-catalogo-destacado,
.nav a.nav-catalogo-destacado,
a.nav-catalogo-destacado{
  background:#c91d32!important;
  color:#fff!important;
  box-shadow:none!important;
  filter:none!important;
  border-radius:5px!important;
}
.header .nav #mainNav a.nav-catalogo-destacado:hover,
.nav a.nav-catalogo-destacado:hover,
a.nav-catalogo-destacado:hover{
  background:#b7162a!important;
  color:#fff!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}

/* Carrusel de marcas: sin sombra/resplandor, título centrado */
.brand-showcase,
.hero-card.brand-showcase{
  box-shadow:none!important;
  filter:none!important;
  border:0!important;
}
.brand-showcase:before,
.brand-showcase:after,
.brand-orbit{display:none!important;}
.brand-showcase-title{
  justify-content:center!important;
  text-align:center!important;
  width:100%!important;
}
.brand-showcase-title span{
  text-align:center!important;
  width:100%!important;
}
.brand-carousel-v26 .brand-slide img,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide] img{
  box-shadow:none!important;
  filter:none!important;
  background:transparent!important;
}

/* Contador de productos: exactamente 14px, centrado, sin fondo, sin margen */
#catalogo .section-title.light p.catalog-count-inline{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto 0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#e8edf7!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:400!important;
  text-align:center!important;
}
#catalogo .count-pill,
#catalogo .count-pill-inline{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  color:#e8edf7!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:400!important;
}
#catalogo .count-pill .count-icon,
#catalogo .count-pill-inline .count-icon{font-size:14px!important;line-height:1!important;}

/* Catálogo: quitar stock visible, ganar una línea al nombre y acomodar acciones */
#catalogo .product-card,
#catalogo article.product-card.product-card-split,
#catalogo .product-card-split,
#catalogo .product-card-horizontal.product-card-split{
  height:238px!important;
  min-height:238px!important;
  max-height:238px!important;
  border-radius:8px!important;
  box-shadow:0 10px 24px rgba(15,31,74,.08)!important;
}
#catalogo .product-card-split .product-main{
  grid-template-columns:44% 56%!important;
  height:100%!important;
}
#catalogo .product-card-split .product-info{
  padding:17px 9px 8px 11px!important;
  gap:7px!important;
  border:0!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .product-info h3{
  margin:9px 0 5px!important;
  padding:0 0 6px!important;
  font-size:12.4px!important;
  line-height:1.25!important;
  min-height:48px!important;
  max-height:50px!important;
  -webkit-line-clamp:3!important;
  border-bottom:2px solid rgba(201,29,50,.9)!important;
}
#catalogo .product-card-split .stock-line{display:none!important;}
#catalogo .product-card-split .product-info p{
  font-size:12.4px!important;
  line-height:1.52!important;
  min-height:20px!important;
  gap:7px!important;
}
#catalogo .product-card-split .category-line .cat-gender{
  display:inline!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  color:#243655!important;
  font-size:12.4px!important;
  font-weight:400!important;
}
#catalogo .product-card-split .price{
  margin:auto 0 2px!important;
  font-size:16px!important;
  text-align:right!important;
  line-height:1!important;
}
#catalogo .product-card-split .cart-row{
  justify-content:flex-start!important;
  gap:5px!important;
  margin:0!important;
}
#catalogo .product-card-split .cart-row button{
  min-width:76px!important;
  max-width:82px!important;
  height:29px!important;
  padding:5px 7px!important;
  font-size:10.2px!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .product-gallery{
  height:100%!important;
  padding:6px 8px 35px 8px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .product-img,
#catalogo .product-card-split .product-img img{
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .view-btn{
  right:8px!important;
  bottom:7px!important;
  min-width:56px!important;
  height:29px!important;
  padding:5px 8px!important;
  font-size:10.4px!important;
  box-shadow:none!important;
}

/* Correo visible y formulario */
.contact a[href^="mailto:"]{color:#142452!important;}

@media(max-width:1280px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:960px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:252px!important;min-height:252px!important;max-height:252px!important;}
}
@media(max-width:640px){
  #catalogo .product-grid,.catalog .product-grid{grid-template-columns:1fr!important;}
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:auto!important;min-height:0!important;max-height:none!important;}
  #catalogo .product-card-split .product-main{grid-template-columns:1fr!important;height:auto!important;}
  #catalogo .product-card-split .product-gallery{order:-1!important;height:250px!important;padding:10px 10px 40px!important;}
  #catalogo .product-card-split .product-info h3{font-size:14px!important;max-height:none!important;min-height:0!important;-webkit-line-clamp:unset!important;}
  #catalogo .product-card-split .product-info p{font-size:13px!important;}
}

/* === v41 VALIDADO - distribución producto final solicitada === */
/* Datos del producto: categoría sin etiqueta, sin stock visible y más espacio para nombre */
#catalogo .product-card,
#catalogo article.product-card.product-card-split,
#catalogo .product-card-split,
#catalogo .product-card-horizontal.product-card-split{
  height:232px!important;
  min-height:232px!important;
  max-height:232px!important;
}
#catalogo .product-card-split .product-main{
  grid-template-columns:43% 57%!important;
  height:100%!important;
}
#catalogo .product-card-split .product-info{
  padding:17px 9px 8px 11px!important;
  gap:8px!important;
}
#catalogo .product-card-split .product-info h3{
  margin:9px 0 5px!important;
  min-height:50px!important;
  max-height:54px!important;
  -webkit-line-clamp:3!important;
  font-size:12.3px!important;
  line-height:1.28!important;
}
#catalogo .product-card-split .category-line{
  justify-content:flex-start!important;
  text-align:left!important;
}
#catalogo .product-card-split .category-line b,
#catalogo .product-card-split .category-line .category-label{
  display:none!important;
}
#catalogo .product-card-split .category-line .cat-gender{
  display:inline!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  color:#243655!important;
  font-size:12.4px!important;
  font-weight:400!important;
}
#catalogo .product-card-split .stock-line,
#catalogo .product-card-split .stock-control,
#catalogo .product-card-split input[type="number"]{
  display:none!important;
}
#catalogo .product-card-split .price{
  margin:auto 0 2px!important;
  font-size:16px!important;
  text-align:right!important;
}
/* Acciones dentro de la imagen: Agregar a la izquierda y Ver a la derecha */
#catalogo .product-card-split .product-gallery{
  position:relative!important;
  height:100%!important;
  padding:7px 8px 34px 8px!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
  display:grid!important;
  place-items:center!important;
}
#catalogo .product-card-split .product-gallery .gallery-cart{
  position:absolute!important;
  left:8px!important;
  bottom:6px!important;
  margin:0!important;
  padding:0!important;
  z-index:5!important;
  display:block!important;
}
#catalogo .product-card-split .product-gallery .gallery-cart button,
#catalogo .product-card-split .cart-row.gallery-cart button{
  min-width:70px!important;
  max-width:78px!important;
  height:26px!important;
  padding:4px 7px!important;
  border-radius:6px!important;
  font-size:9.7px!important;
  line-height:1!important;
  background:#142452!important;
  background-image:none!important;
  color:#fff!important;
  box-shadow:none!important;
  white-space:nowrap!important;
}
#catalogo .product-card-split .view-btn{
  right:8px!important;
  bottom:6px!important;
  min-width:50px!important;
  height:26px!important;
  padding:4px 7px!important;
  border-radius:6px!important;
  font-size:9.8px!important;
  line-height:1!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .cart-mini{font-size:9.5px!important;}
#catalogo .product-card-split .gallery-counter{bottom:36px!important;}
@media(max-width:960px){
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:248px!important;min-height:248px!important;max-height:248px!important;}
}
@media(max-width:640px){
  #catalogo .product-card,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{height:auto!important;min-height:0!important;max-height:none!important;}
  #catalogo .product-card-split .product-info h3{min-height:0!important;max-height:none!important;-webkit-line-clamp:unset!important;}
  #catalogo .product-card-split .product-gallery{height:250px!important;padding:10px 10px 40px!important;}
  #catalogo .product-card-split .product-gallery .gallery-cart{left:10px!important;bottom:8px!important;}
  #catalogo .product-card-split .view-btn{right:10px!important;bottom:8px!important;}
  #catalogo .product-card-split .product-gallery .gallery-cart button{height:30px!important;font-size:11.5px!important;min-width:90px!important;}
  #catalogo .product-card-split .view-btn{height:30px!important;font-size:11.5px!important;min-width:64px!important;}
}

/* v42 - Selector de idioma ES/EN */
.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:3px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:8px;
  background:rgba(255,255,255,.08);
}
.lang-btn{
  border:0;
  border-radius:6px;
  padding:5px 7px;
  font-size:11px;
  line-height:1;
  font-weight:700;
  cursor:pointer;
  color:#fff;
  background:transparent;
  transition:background .2s ease, color .2s ease, transform .2s ease;
}
.lang-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.14)}
.lang-btn.active{background:#c91d32;color:#fff;}
@media(max-width:760px){
  .lang-switch{margin:6px 0;align-self:flex-start;}
  .lang-btn{font-size:12px;padding:7px 9px;}
}

/* === v43 VALIDADO - landing, idiomas, marcas y catálogo final === */
.lang-switch{
  background:#ffffff!important;
  border:1px solid #dfe4ee!important;
  border-radius:10px!important;
  padding:3px!important;
  gap:4px!important;
  box-shadow:none!important;
}
.lang-btn{
  color:#283866!important;
  background:#fff!important;
  border:1px solid transparent!important;
  opacity:1!important;
  visibility:visible!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:54px!important;
  height:26px!important;
  padding:4px 7px!important;
  font-size:11px!important;
  border-radius:7px!important;
}
.lang-btn.active{background:#c91d32!important;color:#fff!important;border-color:#c91d32!important;}
.lang-btn:hover{background:#f7f8fc!important;color:#c91d32!important;transform:none!important;}
.lang-btn.active:hover{background:#c91d32!important;color:#fff!important;}

/* Landing inicial administrable */
.landing-overlay{
  position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;
  padding:22px;background:rgba(10,18,42,.72);backdrop-filter:blur(10px);
}
.landing-overlay.show{display:flex;}
.landing-card{
  width:min(980px,96vw);min-height:min(560px,88vh);background:#fff;border-radius:18px;overflow:hidden;
  display:grid;grid-template-columns:1.08fr .92fr;box-shadow:0 34px 90px rgba(0,0,0,.34);position:relative;
}
.landing-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#c91d32;font-size:22px;line-height:1;z-index:3;box-shadow:0 10px 25px rgba(0,0,0,.14);cursor:pointer;}
.landing-media{background:linear-gradient(135deg,#0f1f49,#283866);display:grid;place-items:center;min-height:420px;overflow:hidden;}
.landing-media img,.landing-media video,.landing-media iframe{width:100%;height:100%;object-fit:cover;border:0;display:block;}
.landing-media img{object-fit:contain;padding:34px;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.16),transparent 36%);}
.landing-content{display:flex;flex-direction:column;justify-content:center;padding:46px 42px;background:radial-gradient(circle at 90% 10%,rgba(201,29,50,.08),transparent 35%),#fff;}
.landing-content span{color:#c91d32;letter-spacing:.12em;text-transform:uppercase;font-size:12px;margin-bottom:12px;}
.landing-content h2{font-size:clamp(34px,4vw,54px);line-height:.98;margin:0;color:#14204a;letter-spacing:-1.6px;}
.landing-content h3{font-size:20px;line-height:1.35;margin:16px 0 0;color:#283866;font-weight:500;}
.landing-content p{font-size:16px;line-height:1.65;color:#667085;margin:18px 0 28px;}
.landing-enter{align-self:flex-start;border:0;background:#c91d32;color:#fff;border-radius:8px;padding:12px 20px;font-size:14px;cursor:pointer;box-shadow:none;}
@media(max-width:760px){.landing-card{grid-template-columns:1fr;min-height:0}.landing-media{min-height:260px}.landing-content{padding:30px 24px}.landing-content h2{font-size:34px}}

/* Carrusel de marcas: una sola marca visible, sin halo rojo ni sombra */
.hero-card.brand-showcase,.brand-showcase{
  background:linear-gradient(160deg,#283866,#14204a)!important;
  box-shadow:0 14px 34px rgba(20,32,74,.16)!important;
}
.brand-showcase:before,.brand-showcase:after,.brand-orbit{content:none!important;display:none!important;background:none!important;box-shadow:none!important;filter:none!important;}
.brand-showcase-title{width:100%!important;text-align:center!important;justify-content:center!important;margin-bottom:10px!important;}
.brand-showcase-title span{display:inline-block!important;text-align:center!important;}
[data-brand-carousel],.brand-carousel-v26{position:relative!important;width:100%!important;height:310px!important;overflow:hidden!important;display:block!important;}
[data-brand-carousel] [data-brand-slide],.brand-carousel-v26 [data-brand-slide]{
  position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;
  opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .72s ease,transform .72s ease!important;transform:scale(.985)!important;
  background:transparent!important;box-shadow:none!important;border:0!important;
}
[data-brand-carousel] [data-brand-slide].active,.brand-carousel-v26 [data-brand-slide].active{
  opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:scale(1)!important;z-index:2!important;
}
[data-brand-carousel] [data-brand-slide]:not(.active){z-index:1!important;}
[data-brand-carousel] [data-brand-slide] img,.brand-carousel-v26 [data-brand-slide] img{
  width:min(94%,430px)!important;height:260px!important;max-height:260px!important;object-fit:contain!important;background:transparent!important;
  border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;filter:drop-shadow(0 12px 16px rgba(0,0,0,.10))!important;
}

/* Catálogo compacto y mejor distribuido */
#catalogo .catalog-count-inline{display:flex!important;justify-content:center!important;align-items:center!important;margin:0 auto 18px!important;text-align:center!important;}
#catalogo .count-pill,#catalogo .count-pill-inline{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;border-radius:0!important;color:#fff!important;font-size:14px!important;line-height:1.2!important;font-weight:400!important;display:inline-flex!important;align-items:center!important;gap:5px!important;}
#catalogo .count-icon{font-size:14px!important;line-height:1!important;display:inline-block!important;}
#catalogo .catalog-filter input::placeholder{font-size:14px!important;color:#667085!important;}
#catalogo .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;}
#catalogo article.product-card.product-card-split,#catalogo .product-card-split,#catalogo .product-card-horizontal.product-card-split{
  height:232px!important;min-height:232px!important;max-height:232px!important;padding:10px!important;border-radius:12px!important;
  background:#fff!important;border:1px solid rgba(230,235,244,.95)!important;box-shadow:0 12px 26px rgba(7,17,45,.12)!important;overflow:hidden!important;
}
#catalogo .product-card-split:before,#catalogo .product-card-split:after{content:none!important;display:none!important;}
#catalogo .product-card-split:hover{transform:translateY(-3px)!important;box-shadow:0 18px 34px rgba(7,17,45,.16)!important;}
#catalogo .product-card-split .product-main{height:100%!important;display:grid!important;grid-template-columns:42% 58%!important;gap:8px!important;align-items:stretch!important;}
#catalogo .product-card-split .product-info{padding:10px 5px 8px 4px!important;display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important;border:0!important;box-shadow:none!important;background:transparent!important;}
#catalogo .product-card-split .product-info h3{margin:7px 0 9px!important;color:#14204a!important;font-size:12.4px!important;line-height:1.28!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:48px!important;max-height:48px!important;}
#catalogo .product-card-split .product-info h3 .pi-icon{display:none!important;}
#catalogo .product-card-split .product-info p{margin:0 0 8px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#4b5878!important;font-size:11.8px!important;line-height:1.35!important;display:flex!important;align-items:center!important;gap:4px!important;min-width:0!important;}
#catalogo .product-card-split .product-info p b{color:#1b2d5a!important;font-weight:500!important;white-space:nowrap!important;}
#catalogo .product-card-split .category-line{justify-content:flex-start!important;text-align:left!important;}
#catalogo .product-card-split .category-line .cat-gender{display:inline!important;color:#4b5878!important;font-size:11.8px!important;font-weight:400!important;text-transform:capitalize!important;}
#catalogo .product-card-split .pi-icon{width:11px!important;height:11px!important;min-width:11px!important;border-radius:50%!important;background:#c91d32!important;opacity:.9!important;display:inline-block!important;}
#catalogo .product-card-split .stock-line,#catalogo .product-card-split .stock-control,#catalogo .product-card-split input[type="number"]{display:none!important;}
#catalogo .product-card-split .price{margin:auto 0 0!important;padding:0!important;border:0!important;color:#c91d32!important;font-size:15px!important;line-height:1.1!important;font-weight:500!important;text-align:right!important;}
#catalogo .product-card-split .price:before,#catalogo .product-card-split .price:after{content:none!important;display:none!important;border:0!important;}
#catalogo .product-card-split .product-gallery{position:relative!important;height:100%!important;min-height:0!important;padding:8px 6px 32px!important;background:#fff!important;border:0!important;box-shadow:none!important;border-radius:0!important;display:grid!important;place-items:center!important;overflow:hidden!important;}
#catalogo .product-card-split .product-img{width:100%!important;height:100%!important;min-height:0!important;background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important;display:grid!important;place-items:center!important;overflow:hidden!important;cursor:pointer!important;}
#catalogo .product-card-split .product-img img{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;filter:contrast(1.04) brightness(1.03) saturate(1.04)!important;}
#catalogo .product-card-split:hover .product-img img{transform:scale(1.035)!important;}
#catalogo .product-card-split .product-gallery .gallery-cart{position:absolute!important;left:6px!important;bottom:4px!important;margin:0!important;z-index:5!important;display:block!important;}
#catalogo .product-card-split .product-gallery .gallery-cart button{min-width:64px!important;max-width:72px!important;height:22px!important;padding:3px 6px!important;border-radius:5px!important;font-size:9px!important;line-height:1!important;background:#142452!important;color:#fff!important;box-shadow:none!important;white-space:nowrap!important;border:0!important;}
#catalogo .product-card-split .view-btn{position:absolute!important;right:6px!important;bottom:4px!important;min-width:46px!important;height:22px!important;padding:3px 6px!important;border-radius:5px!important;font-size:9px!important;line-height:1!important;background:#c91d32!important;color:#fff!important;border:0!important;box-shadow:none!important;white-space:nowrap!important;z-index:5!important;}
#catalogo .product-card-split .cart-mini{font-size:9px!important;}
#catalogo .product-card-split .gallery-counter{bottom:28px!important;font-size:9px!important;}
#catalogo .product-card-split .gallery-nav{width:20px!important;height:26px!important;border-radius:5px!important;font-size:15px!important;}
@media(max-width:1100px){#catalogo .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:820px){#catalogo .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}#catalogo article.product-card.product-card-split,#catalogo .product-card-split{height:244px!important;min-height:244px!important;max-height:244px!important;}}
@media(max-width:580px){#catalogo .product-grid{grid-template-columns:1fr!important;}#catalogo article.product-card.product-card-split,#catalogo .product-card-split{height:auto!important;min-height:0!important;max-height:none!important;}#catalogo .product-card-split .product-main{grid-template-columns:1fr!important;}#catalogo .product-card-split .product-gallery{order:-1!important;height:250px!important;padding:10px 10px 38px!important;}#catalogo .product-card-split .product-info h3{min-height:0!important;max-height:none!important;-webkit-line-clamp:unset!important;font-size:14px!important;}#catalogo .product-card-split .product-info p{font-size:13px!important}.landing-overlay{padding:14px}}

/* === v44 VALIDADO - correcciones finales marcas, catálogo y landing === */
/* Landing: debe aparecer en cada carga/recarga y el lado izquierdo en fondo blanco */
.landing-media{
  background:#fff!important;
}
.landing-media img{
  background:#fff!important;
  filter:contrast(1.04) brightness(1.03) saturate(1.04)!important;
}
.landing-content{
  background:#fff!important;
}

/* Marcas: fondo blanco, sin halo rojo, sin sombra, una marca por vez */
.hero-card.brand-showcase,
.brand-showcase{
  background:#fff!important;
  box-shadow:none!important;
  filter:none!important;
  border:0!important;
  overflow:hidden!important;
}
.brand-showcase:before,
.brand-showcase:after,
.brand-orbit,
.brand-slide:before,
.brand-slide:after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.brand-showcase-title,
.brand-showcase-title span{
  width:100%!important;
  text-align:center!important;
  justify-content:center!important;
  color:#142452!important;
}
[data-brand-carousel],
.brand-carousel-v26{
  background:#fff!important;
  overflow:hidden!important;
  position:relative!important;
  display:block!important;
}
[data-brand-carousel] [data-brand-slide],
.brand-carousel-v26 [data-brand-slide]{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  box-shadow:none!important;
  border:0!important;
  transform:scale(.985)!important;
  transition:opacity .72s ease, transform .72s ease!important;
}
[data-brand-carousel] [data-brand-slide].active,
.brand-carousel-v26 [data-brand-slide].active{
  display:flex!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  z-index:5!important;
  transform:scale(1)!important;
}
[data-brand-carousel] [data-brand-slide] img,
.brand-carousel-v26 [data-brand-slide] img{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
  padding:0!important;
  object-fit:contain!important;
}

/* Catálogo: distribución compacta, sin línea en precio y botones más bajos */
#catalogo .product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
#catalogo article.product-card.product-card-split,
#catalogo .product-card-split,
#catalogo .product-card-horizontal.product-card-split{
  height:222px!important;
  min-height:222px!important;
  max-height:222px!important;
  padding:10px!important;
  border-radius:10px!important;
  overflow:hidden!important;
}
#catalogo .product-card-split .product-main{
  grid-template-columns:42% 58%!important;
  gap:8px!important;
  height:100%!important;
}
#catalogo .product-card-split .product-info{
  padding:8px 4px 6px 4px!important;
  gap:0!important;
  overflow:hidden!important;
  border:0!important;
  box-shadow:none!important;
}
#catalogo .product-card-split .product-info h3{
  margin:6px 0 8px!important;
  padding:0 0 5px!important;
  color:#14204a!important;
  font-size:12.2px!important;
  line-height:1.24!important;
  font-weight:500!important;
  text-transform:none!important;
  min-height:46px!important;
  max-height:46px!important;
  -webkit-line-clamp:3!important;
  border-bottom:2px solid #c91d32!important;
}
#catalogo .product-card-split .product-info p{
  margin:0 0 6px!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
  color:#4b5878!important;
  font-size:11.8px!important;
  line-height:1.24!important;
  min-height:0!important;
  gap:5px!important;
}
#catalogo .product-card-split .category-line .category-label,
#catalogo .product-card-split .category-line b{
  display:none!important;
}
#catalogo .product-card-split .category-line .cat-gender{
  display:inline!important;
  color:#4b5878!important;
  font-size:11.8px!important;
  font-weight:400!important;
  text-transform:capitalize!important;
}
#catalogo .product-card-split .stock-line,
#catalogo .product-card-split .stock-control,
#catalogo .product-card-split input[type="number"]{
  display:none!important;
}
#catalogo .product-card-split .price,
#catalogo .product-card-split .price *{
  border:0!important;
  box-shadow:none!important;
  text-decoration:none!important;
}
#catalogo .product-card-split .price{
  margin:auto 0 0!important;
  padding:0!important;
  color:#c91d32!important;
  font-size:14.6px!important;
  line-height:1!important;
  font-weight:500!important;
  text-align:right!important;
  background:transparent!important;
}
#catalogo .product-card-split .price:before,
#catalogo .product-card-split .price:after{
  content:none!important;
  display:none!important;
  border:0!important;
  background:none!important;
}
#catalogo .product-card-split .product-gallery{
  padding:6px 6px 25px!important;
  background:#fff!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
#catalogo .product-card-split .product-img,
#catalogo .product-card-split .product-img img{
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#fff!important;
}
#catalogo .product-card-split .product-gallery .gallery-cart{
  left:6px!important;
  bottom:3px!important;
}
#catalogo .product-card-split .product-gallery .gallery-cart button,
#catalogo .product-card-split .cart-row.gallery-cart button{
  min-width:62px!important;
  max-width:70px!important;
  height:20px!important;
  padding:2px 5px!important;
  border-radius:5px!important;
  font-size:8.8px!important;
  line-height:1!important;
}
#catalogo .product-card-split .view-btn{
  right:6px!important;
  bottom:3px!important;
  min-width:44px!important;
  height:20px!important;
  padding:2px 5px!important;
  border-radius:5px!important;
  font-size:8.8px!important;
  line-height:1!important;
}
#catalogo .product-card-split .cart-mini{font-size:8.6px!important;}
#catalogo .product-card-split .gallery-counter{bottom:25px!important;font-size:8.8px!important;}
#catalogo .product-card-split .gallery-nav{width:18px!important;height:24px!important;font-size:14px!important;}
@media(max-width:1100px){#catalogo .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:820px){#catalogo .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}#catalogo article.product-card.product-card-split,#catalogo .product-card-split{height:236px!important;min-height:236px!important;max-height:236px!important;}}
@media(max-width:580px){#catalogo .product-grid{grid-template-columns:1fr!important;}#catalogo article.product-card.product-card-split,#catalogo .product-card-split{height:auto!important;min-height:0!important;max-height:none!important;}#catalogo .product-card-split .product-main{grid-template-columns:1fr!important;}#catalogo .product-card-split .product-gallery{order:-1!important;height:245px!important;padding:10px 10px 34px!important;}#catalogo .product-card-split .product-info h3{min-height:0!important;max-height:none!important;-webkit-line-clamp:unset!important;font-size:14px!important;}#catalogo .product-card-split .product-info p{font-size:13px!important;line-height:1.35!important;}#catalogo .product-card-split .product-gallery .gallery-cart button,#catalogo .product-card-split .view-btn{height:26px!important;font-size:10.5px!important;}}


/* v45 - Botón landing con llamada visual y búsqueda más ágil */
.landing-enter{
  position:relative;
  overflow:hidden;
  animation:compraMiaShake 2.6s ease-in-out infinite;
}
.landing-enter::after{
  content:"";
  position:absolute;
  inset:-40% -20%;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.38) 45%, transparent 70%);
  transform:translateX(-120%) rotate(8deg);
  animation:compraMiaBtnShine 2.6s ease-in-out infinite;
  pointer-events:none;
}
.landing-enter:hover{
  animation:none;
  transform:translateY(-2px) scale(1.03);
}
@keyframes compraMiaShake{
  0%,72%,100%{transform:translateX(0) scale(1)}
  76%{transform:translateX(-4px) rotate(-1deg) scale(1.02)}
  80%{transform:translateX(4px) rotate(1deg) scale(1.02)}
  84%{transform:translateX(-3px) rotate(-.6deg) scale(1.02)}
  88%{transform:translateX(3px) rotate(.6deg) scale(1.02)}
  92%{transform:translateX(0) scale(1)}
}
@keyframes compraMiaBtnShine{
  0%,68%{transform:translateX(-120%) rotate(8deg)}
  88%,100%{transform:translateX(120%) rotate(8deg)}
}
.catalog-loading{opacity:.72;transition:opacity .12s ease;}


/* v48 - Búsqueda AJAX sin parpadeo visual en el catálogo */
#catalogo.catalog-loading{
  opacity:1!important;
  pointer-events:auto!important;
  transition:none!important;
}
#catalogo .product-grid,
#catalogo .catalog-filter,
#catalogo .section-title{
  backface-visibility:hidden!important;
}


/* v67 - Intranet superior sin clave intermedia */
.topbar-inner{align-items:center!important;}
.topbar-intranet{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:6px 12px!important;
  border:1px solid rgba(255,255,255,.32)!important;
  border-radius:6px!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1!important;
  transition:.18s ease!important;
}
.topbar-intranet:hover{background:#c91d32!important;border-color:#c91d32!important;transform:translateY(-1px)!important;}
@media(max-width:680px){.topbar-inner{justify-content:center!important;text-align:center!important}.topbar-intranet{width:auto!important}}

/* v68 - Accesos superiores y estabilidad de listado de productos */
.topbar .topbar-adminweb{margin-left:10px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);padding:5px 10px;border-radius:6px;text-decoration:none;}
.topbar .topbar-adminweb:hover{background:#d71920;color:#fff;}


/* v70 - Ajuste cabecera superior: Intranet y AdminWeb a la derecha, juntos */
.topbar-inner{display:flex!important;align-items:center!important;gap:12px!important;}
.topbar-inner > span:nth-child(2){margin-right:auto!important;}
.topbar-intranet,.topbar-adminweb{margin-left:0!important;white-space:nowrap!important;}
.topbar-adminweb{margin-left:4px!important;}
@media(max-width:700px){.topbar-inner{justify-content:center!important}.topbar-inner > span:nth-child(2){margin-right:0!important}.topbar-intranet,.topbar-adminweb{margin-left:0!important}}


/* v73 ajustes Compra MIA */
.landing-media img{animation:landingImageFloat 5.5s ease-in-out infinite;transform-origin:center;filter:drop-shadow(0 16px 28px rgba(11,47,91,.14));}
@keyframes landingImageFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.025)}}
#catalogo .section-title.light span:first-child{display:none!important;}
#catalogo .catalog-filter{max-width:760px!important;margin-left:auto!important;margin-right:auto!important;}
#catalogo .catalog-filter input{max-width:560px!important;flex:0 1 560px!important;}
@media(max-width:768px){#catalogo .catalog-filter{max-width:100%!important}#catalogo .catalog-filter input{max-width:100%!important;flex:1 1 auto!important}}


/* v74 - Ajustes finales: título único en catálogo y carrusel de marcas sin resplandor rojo */
#catalogo .section-title.light > span,
#catalogo .section-title.light .section-label,
#catalogo .section-title.light .catalog-label{
  display:none!important;
}
#catalogo .section-title.light h2{
  margin-top:0!important;
}
.brand-showcase,
.hero-card.brand-showcase{
  background:#ffffff!important;
  box-shadow:none!important;
  border-color:rgba(40,56,102,.08)!important;
}
.brand-showcase:before,
.brand-showcase:after,
.hero-card.brand-showcase:before,
.hero-card.brand-showcase:after,
.brand-carousel-v26:before,
.brand-carousel-v26:after,
[data-brand-carousel].brand-carousel-v26:before,
[data-brand-carousel].brand-carousel-v26:after,
.brand-carousel-v26 .brand-orbit,
[data-brand-carousel].brand-carousel-v26 .brand-orbit,
.brand-carousel-v26 .brand-orbit span,
[data-brand-carousel].brand-carousel-v26 .brand-orbit span{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:0!important;
}
.brand-carousel-v26 .brand-slide,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide]{
  background:transparent!important;
  box-shadow:none!important;
}
.brand-carousel-v26 .brand-slide img,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide] img{
  background:transparent!important;
  box-shadow:none!important;
}

/* v75 - Sección de marcas completamente blanca, sin degradados ni resplandores */
.hero:has(.brand-showcase){
  background:#ffffff!important;
}
.hero:has(.brand-showcase)::before,
.hero:has(.brand-showcase)::after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.hero-card.brand-showcase,
.brand-showcase,
.brand-carousel-v26,
[data-brand-carousel].brand-carousel-v26{
  background:#ffffff!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  border:0!important;
}
.hero-card.brand-showcase::before,
.hero-card.brand-showcase::after,
.brand-showcase::before,
.brand-showcase::after,
.brand-carousel-v26::before,
.brand-carousel-v26::after,
[data-brand-carousel].brand-carousel-v26::before,
[data-brand-carousel].brand-carousel-v26::after{
  content:none!important;
  display:none!important;
  background:none!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
}
.brand-carousel-v26 .brand-slide,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide],
.brand-carousel-v26 .brand-slide.active,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide].active,
.brand-carousel-v26 .brand-slide img,
[data-brand-carousel].brand-carousel-v26 [data-brand-slide] img{
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
}
