*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100%;overflow-x:hidden}body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#0f172a}:root{--nav-h: 80px;--yellow:#f2c14e}main,section,footer{position:relative;z-index:1}.topbar{position:fixed;top:0;left:0;width:100%;height:var(--nav-h);z-index:4000;background:repeating-linear-gradient(45deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 2px,transparent 2px,transparent 4px),repeating-linear-gradient(-45deg,rgba(255,255,255,.015) 0px,rgba(255,255,255,.015) 2px,transparent 2px,transparent 4px),linear-gradient(120deg,#0d2d50,#10395f);background-blend-mode:overlay;box-shadow:inset 0 0 40px #0003;border-bottom:1px solid rgba(255,255,255,.1)}.topbar__inner{max-width:1200px;height:100%;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand__logo{width:56px;height:56px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.brand__logo img{width:100%;height:100%;object-fit:contain;display:block}.brand__text{display:flex;flex-direction:column;line-height:1.05;min-width:0}.brand__name{color:#fff;font-weight:900;font-size:18px;white-space:nowrap}.brand__tag{font-size:11px;font-weight:700;letter-spacing:.6px;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar__btn{background:var(--yellow);color:#1b2735;text-decoration:none;font-weight:900;padding:10px 18px;border-radius:14px;box-shadow:0 6px 14px #00000040;white-space:nowrap;transition:background .2s ease}.topbar__btn:hover{background:#f1b800}.menu{display:flex;gap:26px;align-items:center;font-size:15px}.menu a{color:#fff;text-decoration:none;font-weight:500}.menu a:hover{font-weight:700}.menu-toggle{display:none;font-size:28px;background:none;border:0;color:#fff;cursor:pointer;z-index:100001;line-height:1}.menu-item{position:relative;display:flex;align-items:center;gap:6px}.menu-link{color:#fff;text-decoration:none;font-weight:500}.arrow-btn{background:none;border:0;cursor:pointer;padding:4px 6px;display:flex;align-items:center}.arrow{font-size:14px;font-weight:900;color:#fff;transition:transform .25s ease}.arrow.open{transform:rotate(180deg)}.dropdown{position:absolute;top:130%;left:0;background:#0f2f4f;border-radius:12px;min-width:240px;max-height:70vh;overflow-y:auto;box-shadow:0 10px 25px #00000059;padding:6px 0;display:none;z-index:100000}.dropdown.open{display:flex;flex-direction:column}.dropdown a{padding:10px 16px;color:#fff;text-decoration:none;font-size:14px}.dropdown a:hover{background:#ffffff1a}@media(max-width:900px){.menu-toggle{display:block}.topbar__btn{display:none}.brand__name{font-size:15px}.brand__tag{font-size:10px;max-width:160px}.menu{position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;gap:18px;padding:22px 0;background:linear-gradient(120deg,#0d2d50,#10395f);z-index:99999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.menu.menu--open{opacity:1;visibility:visible;pointer-events:auto}.dropdown{position:static;width:100%;max-height:45vh;border-radius:0;box-shadow:none;background:#0003;display:none}.dropdown.open{display:flex}.dropdown a{width:100%;text-align:center}}.menu-link-btn{background:transparent;border:none;color:#fff;font:inherit;font-weight:700;cursor:pointer;padding:0}.menu-link-btn:hover{opacity:.9}@media(max-width:900px){.menu-toggle{display:block!important;position:relative;z-index:1000001!important;padding:10px 12px;border-radius:12px;transition:background .2s ease,transform .2s ease}.menu-toggle:hover{background:#ffffff1a;transform:translateY(-1px)}nav.menu{display:none!important}nav.menu.menu--open{display:flex!important;flex-direction:column!important;align-items:center!important;gap:12px!important;position:fixed!important;top:var(--nav-h)!important;left:12px!important;right:12px!important;height:50vh!important;max-height:420px!important;min-height:260px!important;padding:18px 14px!important;background:radial-gradient(800px 500px at 20% 0%,rgba(255,255,255,.1),transparent 60%),linear-gradient(180deg,#0d2d50f5,#09213afa)!important;border:1px solid rgba(255,255,255,.12);border-radius:18px!important;box-shadow:0 18px 40px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000000!important;overflow-y:auto!important;overscroll-behavior:contain}nav.menu.menu--open>a,nav.menu.menu--open .menu-link{width:min(420px,92%);text-align:center;color:#fff!important;font-size:17px!important;font-weight:800!important;letter-spacing:.2px;padding:14px!important;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:transform .18s ease,background .18s ease,border-color .18s ease}nav.menu.menu--open>a:hover,nav.menu.menu--open .menu-link:hover{transform:translateY(-1px);background:#ffffff1a;border-color:#ffffff2e}nav.menu.menu--open .menu-item{width:min(420px,92%);display:flex;align-items:center;justify-content:center;gap:10px}nav.menu.menu--open .arrow-btn{padding:10px 12px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:background .18s ease,transform .18s ease}nav.menu.menu--open .arrow-btn:hover{background:#ffffff1a;transform:translateY(-1px)}nav.menu.menu--open .arrow{color:#fff;font-size:14px;font-weight:900}nav.menu .dropdown{display:none!important;width:min(420px,92%)!important;margin-top:8px!important;padding:10px!important;background:#0000002e!important;border:1px solid rgba(255,255,255,.1);border-radius:16px!important;box-shadow:inset 0 0 0 1px #ffffff08;max-height:45vh!important;overflow-y:auto!important}nav.menu .dropdown.open{display:flex!important;flex-direction:column!important;gap:8px}nav.menu .dropdown a{width:100%!important;text-align:center!important;padding:12px!important;border-radius:12px;color:#fffffff2!important;font-size:15px!important;font-weight:700!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.1);transition:background .18s ease,transform .18s ease,border-color .18s ease}nav.menu .dropdown a:hover{background:#f2c14e2e!important;border-color:#f2c14e59!important;transform:translateY(-1px)}nav.menu.menu--open::-webkit-scrollbar,nav.menu .dropdown::-webkit-scrollbar{width:10px}nav.menu.menu--open::-webkit-scrollbar-thumb,nav.menu .dropdown::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px;border:3px solid rgba(0,0,0,0);background-clip:padding-box}}@media(max-width:900px){.menu-toggle{display:block!important;position:relative;z-index:1000001!important}nav.menu{display:none!important}nav.menu.menu--open{display:flex!important;flex-direction:column!important;align-items:center!important;gap:18px!important;position:fixed!important;top:var(--nav-h)!important;left:0!important;right:0!important;bottom:0!important;padding:22px 0!important;background:linear-gradient(120deg,#0d2d50,#10395f)!important;z-index:1000000!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}nav.menu.menu--open a{color:#fff!important;font-size:18px!important;font-weight:700!important}nav.menu .dropdown{display:none!important;width:100%!important;max-height:45vh!important;overflow-y:auto!important;background:#0003!important;border-radius:0!important;box-shadow:none!important;position:static!important}nav.menu .dropdown.open{display:flex!important;flex-direction:column!important}nav.menu .dropdown a{text-align:center!important;padding:10px 16px!important}}.heroLike{position:relative;min-height:calc(100vh - var(--nav-h));margin-top:var(--nav-h);background:url(/FONDOOFI.png);background-size:cover;background-position:center right;display:flex;align-items:center;overflow:hidden}.heroLike__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#000000a6,#00000040 55%,#0000000d)}.heroLike__inner{position:relative;max-width:1200px;width:100%;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:40px}.heroLike__text{flex:1;max-width:600px}.heroLike__title{font-size:56px;line-height:.95;font-weight:900;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 10px 18px rgba(0,0,0,.35)}.t-white{color:#fff}.t-yellow{color:var(--yellow)}.heroLike__subtitle{margin:18px 0 22px;max-width:720px;color:#ffffffd9;font-size:16px;line-height:1.5}.heroLike__cta{display:inline-block;background:var(--yellow);color:#1b2735;text-decoration:none;font-weight:900;padding:12px 24px;border-radius:16px;box-shadow:0 10px 18px #0000004d}.heroLike__image{flex:1;display:flex;justify-content:flex-end;align-items:center}.heroLike__image img{max-width:380px;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.5))}.heroLike__text{opacity:0;transform:translate(-60px);animation:heroEnterLeft .9s ease-out .2s forwards}.heroLike__image img{opacity:0;transform:translate(60px);animation:heroEnterRight .9s ease-out .4s forwards,heroFloat 4s ease-in-out 1.4s infinite}@keyframes heroEnterLeft{to{opacity:1;transform:translate(0)}}@keyframes heroEnterRight{to{opacity:1;transform:translate(0)}}@keyframes heroFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media(max-width:900px){.heroLike__inner{flex-direction:column;text-align:center;padding-top:40px;padding-bottom:40px}.heroLike__image{justify-content:center}.heroLike__title{font-size:36px}.heroLike__subtitle{font-size:14px}.heroLike__image img{max-width:260px}}.productos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}@media(max-width:1024px){.productos-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.productos-grid{grid-template-columns:repeat(2,1fr);gap:14px}}.producto-card{background:#fff;border-radius:18px;overflow:hidden;text-align:center;box-shadow:0 6px 16px #0003;display:flex;flex-direction:column;height:100%;max-width:100%;transition:transform .2s ease,box-shadow .2s ease}.producto-card:hover{transform:scale(1.05);box-shadow:0 12px 28px #0000004d}.producto-img-wrap{background:#f8fafc}.producto-img-wrap img{width:100%;height:200px;object-fit:contain;display:block;padding:10px}.producto-body h3{font-size:13px;font-weight:600;color:#0f172a;line-height:1.3;text-align:center;margin:6px 0 4px}.producto-footer{margin-top:auto;background:#f1f5f9;padding:12px;display:flex;flex-direction:column;gap:10px;border-top:1px solid #e2e8f0}.producto-footer .precio{font-size:22px;font-weight:900;color:#0f172a;margin:0}.pedido-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.qty-control{display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:6px 10px;box-shadow:inset 0 0 0 1px #e5e7eb}.qty-control button{width:28px;height:28px;border-radius:50%;border:none;background:#e2e8f0;color:#0f172a;font-size:18px;font-weight:900;cursor:pointer}.qty-number{min-width:20px;text-align:center;font-weight:800;font-size:16px;color:#0f172a}.btn-pedir{padding:8px 18px;border-radius:999px;background:#f2c14e;color:#0f172a;border:none;font-weight:900;cursor:pointer;transition:.2s}.btn-pedir:hover{background:#e6b800}.productos-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:20px!important;max-width:1100px!important;margin:0 auto!important}.producto-card{width:100%!important;max-width:260px;margin:0 auto;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 6px 16px #0003;display:flex;flex-direction:column}.producto-img-wrap img{width:100%;height:180px;object-fit:contain;padding:10px}.producto-body h3{font-size:14px;font-weight:700;color:#0f172a;margin:8px 6px}.producto-footer{padding:12px;background:#f1f5f9;border-top:1px solid #e2e8f0}.producto-footer .precio{font-size:20px;font-weight:900;text-align:center;margin-bottom:8px}.pedido-row{display:flex;align-items:center;justify-content:space-between}.btn-pedir{padding:8px 16px;border-radius:999px;background:#f2c14e;color:#0f172a;border:none;font-weight:900;cursor:pointer}@media(max-width:768px){.productos-grid{grid-template-columns:repeat(2,1fr)!important}.producto-card{max-width:100%}}@media(max-width:420px){.productos-grid{grid-template-columns:1fr!important}}.productos-section{width:100%;padding:40px 40px 150px;background:url(/MADE.png);background-size:cover;background-position:center;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;margin-top:var(--nav-h)}.productos-header-row{max-width:1100px;margin:0 auto 20px;display:flex;justify-content:space-between;align-items:center;gap:20px}.productos-header{text-align:left;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.6)}.productos-header h2{font-size:34px;font-weight:900;text-transform:uppercase;margin-bottom:6px}.productos-header p{font-size:18px}.productos-header strong{color:#ffe27a}.btn-catalogo{background:#f2c14e;color:#1e293b;font-weight:900;padding:10px 20px;border-radius:16px;text-decoration:none;box-shadow:0 8px 18px #00000040;transition:.2s;white-space:nowrap}.btn-catalogo:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0000004d}.productos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;max-width:1100px;margin:0 auto;width:100%;box-sizing:border-box}.producto-card{background:#fff;border-radius:18px;overflow:hidden;text-align:center;box-shadow:0 6px 16px #0003;display:flex;flex-direction:column;height:100%;animation:cardPulse 3s ease-in-out infinite;will-change:transform;max-width:100%}.producto-card:hover{animation-play-state:paused;transform:scale(1.05);box-shadow:0 12px 28px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.producto-img-wrap{background:#f8fafc;width:100%;height:255px;overflow:hidden}.producto-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;padding:0}.producto-body{padding:8px 12px}.producto-body h3{font-size:13px;font-weight:600;color:#0f172a;line-height:1.3;text-align:center;margin:6px 0}.producto-footer--simple{margin-top:auto;background:#f1f5f9;padding:10px;display:flex;justify-content:center;border-top:1px solid #e2e8f0}.btn-ver-mas{padding:8px 22px;border-radius:999px;background:#f2c14e;color:#0f172a;border:none;font-weight:900;text-decoration:none;cursor:pointer;transition:.2s;box-shadow:0 6px 14px #0003}.btn-ver-mas:hover{background:#e6b800;transform:translateY(-2px);box-shadow:0 10px 20px #00000040}@keyframes cardPulse{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.producto-card{animation:none}}@media(max-width:768px){.productos-header-row{flex-direction:column;text-align:center;margin-bottom:16px}.productos-header{text-align:center}.productos-header h2{font-size:26px}.productos-header p{font-size:15px}.productos-grid{grid-template-columns:repeat(2,1fr);gap:12px}.producto-img-wrap{height:170px}.producto-body h3{font-size:12px}.producto-card{animation:none}}@media(max-width:420px){.productos-grid{grid-template-columns:1fr}}html,body{max-width:100%;overflow-x:hidden}.footer{background:linear-gradient(180deg,#0b2a4a,#071a2e);color:#e5eef8;padding-top:40px;text-align:center}.footer-inner{max-width:1100px;margin:0 auto;padding:0 20px 30px;display:flex;flex-direction:column;gap:22px;align-items:center}.footer-brand strong{font-size:20px;font-weight:900;letter-spacing:1px;color:#fff}.footer-brand span{display:block;font-size:13px;color:#cbd5e1}.footer-icons{display:flex;gap:14px}.footer-icons a{width:44px;height:44px;border-radius:50%;background:#f2c14e;color:#0b2a4a;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.footer-icons a:hover{transform:translateY(-3px);box-shadow:0 6px 14px #00000059}.footer-nav{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:center}.footer-nav a{color:#e5eef8;text-decoration:none;font-size:15px;font-weight:600;transition:color .2s ease}.footer-nav a:hover{color:#f2c14e}.footer-nav span{color:#fff6}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:14px 20px;font-size:13px;color:#cbd5e1;background:#00000026}@media(max-width:900px){.menu{display:none}.heroLike__title{font-size:40px}.heroLike__subtitle{font-size:15px}}.about-history-layout{max-width:1200px;margin:0 auto;display:flex;gap:50px;align-items:center;justify-content:space-between}.about-history-text.glass{flex:1;background:#0f172aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:22px;padding:36px 36px 40px;box-shadow:0 20px 40px #00000059;border:1px solid rgba(255,255,255,.08)}.about-badge{display:inline-block;background:#f2c14e;color:#1b2735;font-weight:900;padding:6px 14px;border-radius:999px;font-size:12px;margin-bottom:14px}.about-history-text h2{font-size:40px;font-weight:900;margin-bottom:18px;text-transform:uppercase;color:#fff;position:relative}.about-history-text h2:after{content:"";display:block;width:80px;height:4px;background:#f2c14e;margin-top:10px;border-radius:4px}.about-history-text p{font-size:16px;line-height:1.7;margin-bottom:14px;color:#e5ecf6}.about-history-highlight{margin-top:18px;font-weight:800;color:#f2c14e}.about-history-carousel{flex:1;display:flex;justify-content:center}.carousel-frame.glow{width:100%;max-width:520px;height:360px;border-radius:22px;overflow:hidden;background:#0000004d;box-shadow:0 0 0 1px #ffffff14,0 20px 40px #00000073,0 0 30px #f2c14e40;display:flex;align-items:center;justify-content:center}.carousel-frame img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:900px){.about-history-layout{flex-direction:column;text-align:center}.about-history-text{padding:28px 24px 32px}.about-history-text h2{font-size:32px}.carousel-frame.glow{height:300px}}.about-section{min-height:100vh;width:100%;background:url(/alfon.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;padding:60px 20px}.about-timeline{max-width:980px;margin:0 auto}.about-title{font-size:42px;font-weight:900;margin-bottom:40px;text-transform:uppercase;text-align:left}.about-row{display:flex;align-items:center;gap:28px;margin-bottom:36px}.about-row.reverse{flex-direction:row-reverse}.about-text{flex:1;font-size:16px;line-height:1.7;color:#e8eef6}.about-text p{margin-bottom:14px}.about-highlight{color:#f2c14e;font-weight:700}.about-image{flex:1;display:flex;justify-content:center}.about-image img{max-width:100%;max-height:300px;width:auto;height:auto;object-fit:contain;border-radius:18px;box-shadow:0 12px 28px #00000059;background:#ffffff0d;padding:8px}@media(max-width:900px){.about-row,.about-row.reverse{flex-direction:column;text-align:center}.about-title{text-align:center;font-size:34px}.about-text{font-size:15px}.about-image img{max-height:260px}}.about-row{opacity:0;transform:translateY(30px);animation:aboutFadeUp .8s ease-out forwards}.about-row:nth-child(1){animation-delay:.1s}.about-row:nth-child(2){animation-delay:.25s}.about-row:nth-child(3){animation-delay:.4s}@keyframes aboutFadeUp{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.about-row{animation:none;opacity:1;transform:none}}.contact-section{min-height:100vh;width:100%;background:url(/alfon.png);background-size:cover;background-position:center;background-repeat:no-repeat}.contact-overlay{min-height:100vh;width:100%;background:#0000;display:flex;align-items:center;padding:70px 20px}.contact-content{max-width:1200px;margin:auto;display:flex;flex-wrap:wrap;gap:40px;align-items:center}.contact-info{flex:1;min-width:300px;color:#fff}.contact-info h2{font-size:36px;font-weight:900;margin-bottom:16px}.contact-info p{font-size:16px;margin-bottom:20px;line-height:1.6;color:#eaeaea}.contact-data{list-style:none;padding:0;margin:0 0 28px}.contact-data li{margin-bottom:10px;font-weight:600;font-size:16px}.contact-btn{display:inline-block;background:#f2c14e;color:#1b2735;padding:14px 28px;border-radius:14px;text-decoration:none;font-weight:900;box-shadow:0 8px 18px #00000059;transition:transform .2s ease,box-shadow .2s ease}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #00000073}.contact-map{flex:1;min-width:300px;height:350px;border-radius:20px;overflow:hidden;box-shadow:0 12px 30px #0006;background:#fff}.contact-map iframe{width:100%;height:100%;border:0}@media(max-width:768px){.contact-info h2{font-size:28px;text-align:center}.contact-info p,.contact-data{text-align:center}.contact-btn{display:block;margin:0 auto;text-align:center}}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}@media(max-width:768px){body,.app,.main,.wrapper,.container,.page{width:100%!important;max-width:100%!important;margin:0!important;padding-left:0!important;padding-right:0!important}section,header,footer{width:100%;max-width:100%}}.info-section{padding:40px 20px;background:url(/MADE.png);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:flex-start}.info-card{max-width:1200px;width:100%;padding:20px 20px 40px;position:relative}.info-title{text-align:center;font-size:42px;font-weight:900;margin-bottom:30px;letter-spacing:2px;color:#fff;text-shadow:0 4px 10px rgba(0,0,0,.5)}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px 60px;align-items:stretch;position:relative;z-index:2}.info-item{position:relative;display:flex;gap:24px;align-items:flex-start;background:#ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:22px;padding:26px;border:1px solid rgba(255,255,255,.35);box-shadow:0 10px 24px #00000040,inset 0 1px #fff6;opacity:1;transform:translateY(0);animation:infoFadeUp .8s ease forwards,palpitar 3s ease-in-out infinite}.info-item:nth-child(1){animation-delay:.1s,1s}.info-item:nth-child(2){animation-delay:.25s,1.2s}.info-item:nth-child(3){animation-delay:.4s,1.4s}.info-item:nth-child(4){animation-delay:.55s,1.6s}.info-item img{width:120px;height:120px;flex-shrink:0;filter:drop-shadow(0 6px 12px rgba(0,0,0,.35))}.info-item h3{font-size:24px;margin-bottom:10px;color:#f8c211;text-shadow:0 2px 6px rgba(0,0,0,.4)}.info-item p{font-size:17px;line-height:1.7;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}.info-character-wrap{position:absolute;right:-40px;bottom:-40px;z-index:0;pointer-events:none}.info-character-wrap img{width:520px;max-width:100%;opacity:.95;filter:drop-shadow(0 14px 28px rgba(0,0,0,.4))}.info-card>*{position:relative;z-index:2}@keyframes infoFadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes palpitar{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@media(max-width:900px){.info-grid{grid-template-columns:1fr;gap:30px}.info-title{font-size:32px;margin-bottom:24px}.info-item img{width:90px;height:90px}.info-character-wrap{position:static;margin-top:30px;text-align:center}.info-character-wrap img{width:260px}.cart-bubble{position:fixed;right:22px;bottom:22px;z-index:9999;display:flex;align-items:center;gap:10px;background:#f2c14e;color:#0f172a;text-decoration:none;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 16px 35px #00000040;transition:transform .2s ease,box-shadow .2s ease}.cart-bubble:hover{transform:translateY(-2px);box-shadow:0 20px 38px #00000052}.cart-bubble__icon{font-size:20px}.cart-bubble__count{min-width:28px;height:28px;border-radius:999px;background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;padding:0 8px}.cart-message{margin-top:10px;color:#ffe27a;font-weight:800;font-size:14px}.producto-card--shop{display:flex;flex-direction:column;min-height:100%;max-width:100%!important}.producto-img-wrap--shop img{width:100%;height:100%;object-fit:contain!important;padding:10px}.producto-desc{font-size:14px;color:#475569;line-height:1.5;margin:0}.precio-unitario{margin:0;color:#475569;font-weight:700;font-size:14px}.producto-footer--shop{display:flex;flex-direction:column;gap:14px;margin-top:auto;padding:12px;background:#f1f5f9;border-top:1px solid #e2e8f0}.qty-control{display:inline-flex;align-items:center;gap:12px;background:#e2e8f0;border-radius:999px;padding:6px 10px;width:fit-content}.qty-control button{width:34px;height:34px;border:none;border-radius:999px;background:#0f172a;color:#fff;font-size:18px;cursor:pointer;font-weight:900}.qty-number{min-width:20px;text-align:center;font-weight:900;color:#0f172a}.btn-pedir{width:100%;border:none;border-radius:14px;padding:14px 18px;background:#f2c14e;color:#0f172a;font-weight:900;cursor:pointer;transition:.2s}.btn-pedir:hover{background:#e6b800}.cart-page{min-height:100vh;padding:130px 20px 60px;background:linear-gradient(180deg,#0b2a4a,#071a2e)}.cart-page__header{max-width:1200px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.cart-page__header h1{margin:0;color:#fff;font-size:44px;font-weight:900}.cart-page__header p{margin-top:10px;color:#dbeafe;font-weight:600}.cart-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 380px;gap:24px;align-items:start}.cart-list{display:grid;gap:18px}.cart-item{background:#fffffffa;border-radius:24px;padding:18px;display:grid;grid-template-columns:140px 1fr auto;gap:18px;align-items:center;box-shadow:0 18px 40px #0000002e}.cart-item__image{width:140px;height:140px;border-radius:18px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center}.cart-item__image img{width:100%;height:100%;object-fit:contain}.cart-item__body h3{margin:0;color:#0f172a;font-size:22px}.cart-item__category{margin-top:6px;font-weight:800;color:#64748b}.cart-item__desc{margin-top:10px;color:#475569;line-height:1.5;font-size:14px}.cart-item__price{margin-top:12px;font-size:22px;font-weight:900;color:#0f172a}.cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cart-item__subtotal{margin:0;font-weight:900;color:#0f172a}.cart-remove-btn{border:none;background:#ef4444;color:#fff;padding:11px 16px;border-radius:12px;font-weight:900;cursor:pointer}.cart-summary{background:#fffffffa;border-radius:24px;padding:24px;box-shadow:0 18px 40px #0000002e;position:sticky;top:120px}.cart-summary h2{margin-top:0;color:#0f172a;font-size:28px}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;margin:18px 0 22px;font-size:20px;color:#0f172a}.cart-whatsapp-btn,.cart-clear-btn{width:100%;border:none;padding:15px 18px;border-radius:14px;font-weight:900;cursor:pointer}.cart-whatsapp-btn{background:#25d366;color:#fff;margin-bottom:12px}.cart-clear-btn{background:#e2e8f0;color:#0f172a}.cart-empty{max-width:900px;margin:0 auto;background:#fffffffa;border-radius:24px;padding:40px 24px;text-align:center}.cart-empty h2{margin-top:0;color:#0f172a}.cart-empty p{color:#475569;margin-bottom:20px}@media(max-width:980px){.cart-layout,.cart-item{grid-template-columns:1fr}.cart-item__image{width:100%;height:220px}.cart-item__actions{align-items:flex-start}.cart-summary{position:static}}@media(max-width:640px){.cart-bubble{right:14px;bottom:14px;padding:12px 14px}.cart-bubble__text{display:none}.cart-page__header h1{font-size:30px}}.corrado-cart-page{min-height:100vh;padding:120px 20px 60px;background:linear-gradient(#071a2e8c,#071a2e8c),url(/MADE.png);background-size:cover;background-position:center;background-repeat:no-repeat}.corrado-cart-shell{max-width:1180px;margin:0 auto}.corrado-cart-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;flex-wrap:wrap}.corrado-cart-badge{display:inline-block;background:#f2c14e;color:#0f172a;padding:8px 14px;border-radius:999px;font-weight:900;font-size:12px;margin-bottom:14px;box-shadow:0 8px 18px #0003}.corrado-cart-header h1{margin:0;font-size:52px;line-height:1;font-weight:900;color:#fff;text-transform:uppercase;text-shadow:0 4px 12px rgba(0,0,0,.3)}.corrado-cart-header p{margin-top:10px;color:#dbeafe;font-size:18px;font-weight:600}.corrado-cart-back,.corrado-cart-shop-btn{display:inline-flex;align-items:center;justify-content:center;background:#f2c14e;color:#0f172a;text-decoration:none;font-weight:900;padding:14px 22px;border-radius:16px;box-shadow:0 10px 22px #00000038;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.corrado-cart-back:hover,.corrado-cart-shop-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px #00000047}.corrado-cart-layout{display:grid;grid-template-columns:minmax(0,1.7fr) 360px;gap:24px;align-items:start}.corrado-cart-list{display:grid;gap:18px}.corrado-cart-card{display:grid;grid-template-columns:180px minmax(0,1fr) 220px;gap:18px;align-items:center;background:#fffffff7;border-radius:24px;padding:18px;box-shadow:0 18px 40px #00000038;overflow:hidden}.corrado-cart-image{width:180px;height:180px;border-radius:18px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.corrado-cart-image img{width:100%;height:100%;object-fit:contain;display:block;padding:10px}.corrado-cart-info{min-width:0}.corrado-cart-info h3{margin:0;font-size:24px;color:#0f172a;font-weight:900;line-height:1.2}.corrado-cart-category{margin-top:8px;color:#0b2a4a;font-weight:800;font-size:14px}.corrado-cart-description{margin-top:12px;color:#475569;font-size:14px;line-height:1.6}.corrado-cart-unit-price{margin-top:16px;color:#334155;font-size:15px;font-weight:700}.corrado-cart-side{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.corrado-cart-qty{display:inline-flex;align-items:center;gap:12px;background:#e2e8f0;border-radius:999px;padding:7px 10px}.corrado-cart-qty button{width:34px;height:34px;border:none;border-radius:999px;background:#0b2a4a;color:#fff;font-size:18px;font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s ease}.corrado-cart-qty button:hover{transform:scale(1.05);background:#10395f}.corrado-cart-qty span{min-width:24px;text-align:center;font-size:18px;font-weight:900;color:#0f172a}.corrado-cart-subtotal{margin:0;font-size:18px;color:#0f172a;font-weight:800}.corrado-cart-remove{border:none;background:#ef4444;color:#fff;padding:11px 16px;border-radius:12px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.corrado-cart-remove:hover{transform:translateY(-1px);box-shadow:0 8px 18px #ef44444d}.corrado-cart-summary{background:#fffffffa;border-radius:24px;padding:24px;box-shadow:0 18px 40px #00000038;position:sticky;top:110px}.corrado-cart-summary h2{margin:0 0 18px;color:#0f172a;font-size:30px;font-weight:900}.corrado-cart-summary-line{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:20px;color:#0f172a;margin-bottom:20px}.corrado-cart-whatsapp,.corrado-cart-clear{width:100%;border:none;border-radius:14px;padding:15px 18px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.corrado-cart-whatsapp{background:#25d366;color:#fff;margin-bottom:12px}.corrado-cart-whatsapp:hover{transform:translateY(-1px);box-shadow:0 10px 22px #25d36647}.corrado-cart-clear{background:#e2e8f0;color:#0f172a}.corrado-cart-clear:hover{transform:translateY(-1px)}.corrado-cart-empty{background:#fffffff7;border-radius:24px;padding:40px 24px;text-align:center;box-shadow:0 18px 40px #00000038}.corrado-cart-empty h2{margin:0 0 10px;color:#0f172a;font-size:30px;font-weight:900}.corrado-cart-empty p{color:#475569;margin-bottom:20px;font-size:16px}@media(max-width:980px){.corrado-cart-layout{grid-template-columns:1fr}.corrado-cart-summary{position:static}.corrado-cart-card{grid-template-columns:150px minmax(0,1fr)}.corrado-cart-side{grid-column:1 / -1;align-items:flex-start;padding-top:6px}}@media(max-width:640px){.corrado-cart-page{padding:105px 14px 40px}.corrado-cart-header h1{font-size:34px}.corrado-cart-header p{font-size:15px}.corrado-cart-card{grid-template-columns:1fr;padding:14px}.corrado-cart-image{width:100%;height:220px}.corrado-cart-side{align-items:stretch}.corrado-cart-qty{width:fit-content}}.product-modal{width:100%;max-width:700px;max-height:80vh;overflow-y:auto;background:#f3f3f3;border-radius:22px;position:relative;box-shadow:0 20px 50px #00000059}.product-modal-image{width:100%;background:#f3f3f3;display:flex;justify-content:center;align-items:center;padding:20px 20px 0}.product-modal-image img{max-width:100%;max-height:300px;object-fit:contain}.product-modal-content{padding:12px 20px 22px}.product-modal-content h2{font-size:22px;font-weight:900;color:#0f172a;margin-bottom:10px}.product-modal-description{margin-bottom:0}.product-modal-actions,.product-modal-bottom,.product-modal-price,.product-modal-add,.qty-control--modal{display:none!important}.product-modal{width:100%;max-width:760px;max-height:85vh;overflow-y:auto;background:#f3f3f3;border-radius:22px;position:relative;box-shadow:0 20px 50px #00000059}.product-modal-close{position:absolute;top:14px;right:14px;width:50px;height:50px;border:none;border-radius:999px;background:#f1f1f1;color:#222;font-size:26px;cursor:pointer;box-shadow:0 6px 16px #0003;z-index:2}.product-modal-image-wrap{display:grid;grid-template-columns:56px 1fr 56px;align-items:center;gap:10px;padding:20px 16px 0}.product-modal-arrow{width:46px;height:46px;border:none;border-radius:999px;background:#0f172a;color:#fff;font-size:28px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-modal-image{width:100%;min-height:320px;background:#f3f3f3;display:flex;justify-content:center;align-items:center;padding:10px}.product-modal-image img{max-width:100%;max-height:320px;object-fit:contain}.product-modal-thumbs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;padding:12px 20px 0}.product-modal-thumb{width:64px;height:64px;border:2px solid transparent;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;padding:0}.product-modal-thumb.active{border-color:#f2c14e}.product-modal-thumb img{width:100%;height:100%;object-fit:cover}.product-modal-content{padding:16px 20px 24px}.product-modal-content h2{font-size:22px;font-weight:900;color:#0f172a;margin-bottom:12px}.product-modal-description p{font-size:14px;line-height:1.55;color:#475569;margin-bottom:8px}@media(max-width:768px){.product-modal{max-width:100%;max-height:88vh;border-radius:18px}.product-modal-image-wrap{grid-template-columns:44px 1fr 44px;gap:8px;padding:16px 10px 0}.product-modal-arrow{width:40px;height:40px;font-size:24px}.product-modal-image{min-height:240px}.product-modal-image img{max-height:240px}.product-modal-thumb{width:54px;height:54px}.product-modal-content h2{font-size:18px}}.product-modal-overlay{position:fixed;inset:0;background:#0000008c;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px}.product-modal{width:100%;max-width:900px;max-height:90vh;overflow-y:auto;background:#f3f3f3;border-radius:22px;position:relative;box-shadow:0 20px 50px #00000059}.product-modal-close{position:absolute;top:14px;right:14px;width:54px;height:54px;border:none;border-radius:999px;background:#f1f1f1;color:#222;font-size:28px;cursor:pointer;box-shadow:0 6px 16px #0003;z-index:5}.product-modal-slider{display:grid;grid-template-columns:64px 1fr 64px;align-items:center;gap:10px;padding:30px 20px 10px}.product-modal-arrow{width:52px;height:52px;border:none;border-radius:999px;background:#0f172a;color:#fff;font-size:30px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center}.product-modal-arrow:hover{transform:scale(1.05)}.product-modal-image{width:100%;height:500px;background:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-modal-image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.product-modal-thumbs,.product-modal-thumb,.product-modal-image-wrap{display:none!important}.product-modal-slider{display:grid!important}.product-modal-content{padding:10px 24px 24px}.product-modal-content h2{font-size:24px;font-weight:900;color:#0f172a;margin-bottom:12px}.product-modal-description p{font-size:14px;line-height:1.6;color:#475569;margin-bottom:8px}@media(max-width:768px){.product-modal{max-width:100%;max-height:88vh;border-radius:18px}.product-modal-slider{grid-template-columns:46px 1fr 46px;padding:20px 10px 8px}.product-modal-arrow{width:40px;height:40px;font-size:24px}.product-modal-image{height:280px}.product-modal-content h2{font-size:18px}}.hero,.hero-section{width:100%;max-width:100%;overflow:hidden}.hero-content,.hero-container{width:100%;max-width:1280px;margin:0 auto}@media(max-width:768px){.hero,.hero-section{min-height:auto;padding:120px 18px 40px;background-position:center}.hero-content,.hero-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.hero-text,.hero-info{width:100%}.hero h1,.hero-title{font-size:clamp(34px,10vw,48px);line-height:1.05;text-align:center}.hero p,.hero-description{font-size:16px;line-height:1.5;max-width:360px;margin-left:auto;margin-right:auto}.hero-products,.hero-image,.hero-img{width:100%;max-width:330px;margin:10px auto 0;position:relative;right:auto;left:auto;top:auto;transform:none}.hero-products img,.hero-image img,.hero-img img{width:100%;height:auto;object-fit:contain}}*{box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden}.topbar{z-index:99999}.topbar__inner{width:100%;max-width:1200px}.topbar__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.topbar__btn--cart{position:relative;display:inline-flex!important;align-items:center;justify-content:center}.topbar__cart-count{position:absolute;top:-8px;right:-8px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.topbar{height:var(--nav-h)}.topbar__inner{padding:0 14px;gap:10px}.brand{flex:1;min-width:0}.brand__logo{width:52px;height:52px}.brand__name{font-size:15px}.brand__tag{font-size:10px;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar__actions{display:flex!important;order:2}.topbar__btn{display:none!important}.topbar__btn--cart{display:inline-flex!important;width:46px;height:46px;padding:0!important;border-radius:14px;background:#f2c14e;color:#0f172a}.menu-toggle{display:block!important;order:3;position:relative;z-index:1000001;font-size:28px;color:#fff;background:transparent;border:none;cursor:pointer}nav.menu{display:none!important}nav.menu.menu--open{display:flex!important;flex-direction:column;align-items:center;gap:14px;position:fixed;top:var(--nav-h);left:12px;right:12px;height:50vh;min-height:280px;max-height:430px;padding:18px 14px;border-radius:18px;background:radial-gradient(800px 500px at 20% 0%,rgba(255,255,255,.1),transparent 60%),linear-gradient(180deg,#0d2d50f7,#09213afc);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px #00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000000;overflow-y:auto;opacity:1!important;visibility:visible!important;pointer-events:auto!important}nav.menu.menu--open .menu-link-btn,nav.menu.menu--open>a{width:min(420px,92%);text-align:center;color:#fff!important;font-size:17px;font-weight:800;padding:12px 14px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}nav.menu.menu--open .menu-item{width:min(420px,92%);display:flex;justify-content:center;align-items:center;gap:8px}nav.menu.menu--open .menu-item .menu-link-btn{flex:1;width:auto}nav.menu.menu--open .arrow-btn{padding:12px 14px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}nav.menu .dropdown{position:static!important;width:min(420px,92%)!important;max-height:220px!important;overflow-y:auto!important;background:#00000038!important;border-radius:14px!important;box-shadow:none!important;padding:8px!important;display:none!important}nav.menu .dropdown.open{display:flex!important;flex-direction:column;gap:8px}nav.menu .dropdown a{width:100%;text-align:center;padding:10px 12px;border-radius:12px;background:#ffffff0f;color:#fff;font-weight:700;text-decoration:none}.heroLike{min-height:auto;padding:40px 0;background-position:center}.heroLike__inner{flex-direction:column;text-align:center;gap:24px;padding:30px 18px}.heroLike__text{max-width:100%}.heroLike__title{font-size:clamp(34px,10vw,46px);line-height:1.05}.heroLike__subtitle{font-size:15px;line-height:1.5}.heroLike__subtitle br{display:none}.heroLike__image{justify-content:center}.heroLike__image img{max-width:280px}.productos-section{width:100%;margin-top:var(--nav-h);padding:45px 20px 80px;background:url(/MADE.png);background-size:cover;background-position:center;overflow-x:hidden}.productos-header-row{width:100%;max-width:1100px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:center;gap:18px}.productos-header{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.6)}.productos-header h2{font-size:34px;font-weight:900;text-transform:uppercase;margin-bottom:6px}.productos-header p{font-size:18px}.btn-catalogo{background:#f2c14e;color:#0f172a;font-weight:900;padding:12px 22px;border-radius:16px;text-decoration:none;white-space:nowrap;box-shadow:0 8px 18px #00000040}.productos-grid{width:100%;max-width:1100px;margin:0 auto;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))!important;gap:20px!important}.producto-card{width:100%;max-width:280px;margin:0 auto;background:#fff;border-radius:18px;overflow:hidden;text-align:center;box-shadow:0 6px 16px #0003;display:flex;flex-direction:column}.producto-card--shop{max-width:100%!important;min-height:100%}.producto-img-wrap{width:100%;height:240px;background:#f8fafc;overflow:hidden}.producto-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.producto-img-wrap--shop{height:220px!important;background:#f8fafc}.producto-img-wrap--shop img{width:100%;height:100%;object-fit:contain!important;padding:12px}.producto-body{padding:12px}.producto-body h3{font-size:14px;font-weight:800;color:#0f172a;line-height:1.3;margin:6px 0}.producto-body--shop{display:flex;flex-direction:column;gap:8px;padding:12px}.precio-unitario{margin:0;color:#475569;font-weight:800;font-size:15px}.btn-detalle{border:none;background:transparent;color:#0b2a4a;font-weight:900;cursor:pointer;padding:0;text-align:left}.producto-footer{margin-top:auto;background:#f1f5f9;padding:12px;border-top:1px solid #e2e8f0}.producto-footer--simple{display:flex;justify-content:center}.producto-footer--shop{display:flex;flex-direction:column;gap:14px}.btn-ver-mas{padding:9px 22px;border-radius:999px;background:#f2c14e;color:#0f172a;border:none;font-weight:900;text-decoration:none}.qty-control{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:#e2e8f0;border-radius:999px;padding:7px 10px;width:fit-content}.qty-control button{width:34px;height:34px;border:none;border-radius:999px;background:#0f172a;color:#fff;font-size:18px;font-weight:900;cursor:pointer}.qty-number{min-width:24px;text-align:center;font-weight:900;color:#0f172a}.btn-add-cart{width:100%;display:inline-flex!important;align-items:center;justify-content:center;border:none;border-radius:14px;padding:14px 18px;background:#f2c14e;color:#0f172a;font-weight:900;cursor:pointer;transition:.2s}.btn-add-cart:hover{background:#e6b800}.producto-footer--shop .btn-pedir{width:100%;display:inline-flex!important;align-items:center;justify-content:center}@media(max-width:768px){.productos-section{padding:35px 14px 60px}.productos-header-row{flex-direction:column;text-align:center;margin-bottom:20px}.productos-header{text-align:center}.productos-header h2{font-size:26px;line-height:1.1}.productos-header p{font-size:15px}.btn-catalogo{font-size:14px;padding:11px 18px}.productos-grid{grid-template-columns:1fr!important;gap:22px!important;max-width:380px}.producto-card{max-width:100%}.producto-img-wrap,.producto-img-wrap--shop{height:240px!important}.producto-footer--shop{padding:14px}.btn-add-cart{display:inline-flex!important;width:100%}}@media(max-width:980px){.corrado-cart-layout{grid-template-columns:1fr}.corrado-cart-summary{position:static}.corrado-cart-card{grid-template-columns:150px minmax(0,1fr)}.corrado-cart-side{grid-column:1 / -1;align-items:flex-start}}@media(max-width:640px){.corrado-cart-page{padding:105px 14px 40px}.corrado-cart-header h1{font-size:34px}.corrado-cart-card{grid-template-columns:1fr}.corrado-cart-image{width:100%;height:220px}.corrado-cart-side{align-items:stretch}}}.corrado-cart-page{min-height:100vh;padding:120px 20px 60px;background:linear-gradient(#071a2e8c,#071a2e8c),url(/MADE.png);background-size:cover;background-position:center;background-repeat:no-repeat}.corrado-cart-shell{max-width:1180px;margin:0 auto}.corrado-cart-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;flex-wrap:wrap}.corrado-cart-badge{display:inline-block;background:#f2c14e;color:#0f172a;padding:8px 14px;border-radius:999px;font-weight:900;font-size:12px;margin-bottom:14px;box-shadow:0 8px 18px #0003}.corrado-cart-header h1{margin:0;font-size:52px;line-height:1;font-weight:900;color:#fff;text-transform:uppercase;text-shadow:0 4px 12px rgba(0,0,0,.3)}.corrado-cart-header p{margin-top:10px;color:#dbeafe;font-size:18px;font-weight:600}.corrado-cart-back,.corrado-cart-shop-btn{display:inline-flex;align-items:center;justify-content:center;background:#f2c14e;color:#0f172a;text-decoration:none;font-weight:900;padding:14px 22px;border-radius:16px;box-shadow:0 10px 22px #00000038;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.corrado-cart-back:hover,.corrado-cart-shop-btn:hover{transform:translateY(-2px);box-shadow:0 14px 28px #00000047}.corrado-cart-layout{display:grid;grid-template-columns:minmax(0,1.7fr) 360px;gap:24px;align-items:start}.corrado-cart-list{display:grid;gap:18px}.corrado-cart-card{display:grid;grid-template-columns:180px minmax(0,1fr) 220px;gap:18px;align-items:center;background:#fffffff7;border-radius:24px;padding:18px;box-shadow:0 18px 40px #00000038;overflow:hidden}.corrado-cart-image{width:180px;height:180px;border-radius:18px;overflow:hidden;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.corrado-cart-image img{width:100%;height:100%;object-fit:contain;display:block;padding:10px}.corrado-cart-info{min-width:0}.corrado-cart-info h3{margin:0;font-size:24px;color:#0f172a;font-weight:900;line-height:1.2}.corrado-cart-category{margin-top:8px;color:#0b2a4a;font-weight:800;font-size:14px}.corrado-cart-description{margin-top:12px;color:#475569;font-size:14px;line-height:1.6}.corrado-cart-unit-price{margin-top:16px;color:#334155;font-size:15px;font-weight:700}.corrado-cart-side{display:flex;flex-direction:column;align-items:flex-end;gap:14px}.corrado-cart-qty{display:inline-flex;align-items:center;gap:12px;background:#e2e8f0;border-radius:999px;padding:7px 10px}.corrado-cart-qty button{width:34px;height:34px;border:none;border-radius:999px;background:#0b2a4a;color:#fff;font-size:18px;font-weight:900;cursor:pointer;transition:transform .18s ease,background .18s ease}.corrado-cart-qty button:hover{transform:scale(1.05);background:#10395f}.corrado-cart-qty span{min-width:24px;text-align:center;font-size:18px;font-weight:900;color:#0f172a}.corrado-cart-subtotal{margin:0;font-size:18px;color:#0f172a;font-weight:800}.corrado-cart-remove{border:none;background:#ef4444;color:#fff;padding:11px 16px;border-radius:12px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.corrado-cart-remove:hover{transform:translateY(-1px);box-shadow:0 8px 18px #ef44444d}.corrado-cart-summary{background:#fffffffa;border-radius:24px;padding:24px;box-shadow:0 18px 40px #00000038;position:sticky;top:110px}.corrado-cart-summary h2{margin:0 0 18px;color:#0f172a;font-size:30px;font-weight:900}.corrado-cart-summary-line{display:flex;justify-content:space-between;align-items:center;gap:14px;font-size:20px;color:#0f172a;margin-bottom:20px}.corrado-cart-whatsapp,.corrado-cart-clear{width:100%;border:none;border-radius:14px;padding:15px 18px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.corrado-cart-whatsapp{background:#25d366;color:#fff;margin-bottom:12px}.corrado-cart-whatsapp:hover{transform:translateY(-1px);box-shadow:0 10px 22px #25d36647}.corrado-cart-clear{background:#e2e8f0;color:#0f172a}.corrado-cart-clear:hover{transform:translateY(-1px)}.corrado-cart-empty{background:#fffffff7;border-radius:24px;padding:40px 24px;text-align:center;box-shadow:0 18px 40px #00000038}.corrado-cart-empty h2{margin:0 0 10px;color:#0f172a;font-size:30px;font-weight:900}.corrado-cart-empty p{color:#475569;margin-bottom:20px;font-size:16px}@media(max-width:980px){.corrado-cart-layout{grid-template-columns:1fr}.corrado-cart-summary{position:static}.corrado-cart-card{grid-template-columns:150px minmax(0,1fr)}.corrado-cart-side{grid-column:1 / -1;align-items:flex-start;padding-top:6px}}@media(max-width:640px){.corrado-cart-page{padding:105px 14px 40px}.corrado-cart-header h1{font-size:34px}.corrado-cart-header p{font-size:15px}.corrado-cart-card{grid-template-columns:1fr;padding:14px}.corrado-cart-image{width:100%;height:220px}.corrado-cart-side{align-items:stretch}.corrado-cart-qty{width:fit-content}}.producto-card--shop{display:flex;flex-direction:column;min-height:100%}.producto-img-wrap--shop{height:220px!important;background:#f8fafc;overflow:hidden}.producto-img-wrap--shop img{width:100%;height:100%;object-fit:contain!important;padding:12px}.producto-body--shop{display:flex;flex-direction:column;gap:8px;padding:12px}.producto-title-click{cursor:pointer;transition:.2s}.producto-title-click:hover{color:#0b2a4a}.precio-unitario{margin:0;color:#475569;font-weight:700;font-size:14px}.btn-detalle{border:none;background:transparent;color:#0b2a4a;font-weight:800;cursor:pointer;padding:0;text-align:left}.producto-footer--shop{display:flex;flex-direction:column;gap:14px;margin-top:auto;padding:12px;background:#f1f5f9;border-top:1px solid #e2e8f0}.product-modal-overlay{position:fixed;inset:0;background:#0000008c;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px}.product-modal{width:100%;max-width:700px;max-height:80vh;overflow-y:auto;background:#f3f3f3;border-radius:22px;position:relative;box-shadow:0 20px 50px #00000059}.product-modal-close{position:absolute;top:14px;right:14px;width:50px;height:50px;border:none;border-radius:999px;background:#f1f1f1;color:#222;font-size:26px;cursor:pointer;box-shadow:0 6px 16px #0003;z-index:2;transition:.2s}.product-modal-close:hover{transform:scale(1.05)}.product-modal-image{width:100%;background:#f3f3f3;display:flex;justify-content:center;align-items:center;padding:20px 20px 0}.product-modal-image img{max-width:100%;max-height:300px;object-fit:contain}.product-modal-content{padding:12px 20px 20px}.product-modal-content h2{font-size:22px;font-weight:900;color:#0f172a;margin-bottom:10px}.product-modal-description{margin-bottom:14px}.product-modal-description p{font-size:14px;line-height:1.5;color:#475569;margin-bottom:6px}.product-modal-actions{display:flex;align-items:center;gap:12px;margin-top:10px}.qty-control--modal{display:flex;align-items:center;gap:10px;background:#fff;border-radius:999px;padding:6px 10px;box-shadow:inset 0 0 0 1px #e5e7eb}.qty-control--modal button{width:32px;height:32px;border-radius:50%;border:none;background:#e2e8f0;color:#0f172a;font-size:18px;font-weight:900;cursor:pointer}.qty-control--modal .qty-number{min-width:24px;text-align:center;font-weight:800;font-size:16px;color:#0f172a}.product-modal-add{flex:1;height:44px;border:none;border-radius:999px;background:#f2c14e;color:#0f172a;font-weight:900;font-size:15px;cursor:pointer;box-shadow:0 8px 18px #00000040;transition:.2s}.product-modal-add:hover{background:#e6b800;transform:translateY(-1px)}@media(max-width:768px){.product-modal{max-width:100%;max-height:85vh;border-radius:18px}.product-modal-image img{max-height:240px}.product-modal-content h2{font-size:18px}.product-modal-description p{font-size:13px}.product-modal-actions{flex-direction:column;align-items:stretch}.product-modal-add{width:100%}*{box-sizing:border-box}html,body{width:100%;overflow-x:hidden}img{max-width:100%;height:auto}.navbar,.header,.site-header{width:100%;max-width:100%;overflow:visible;z-index:9999}.nav-actions,.header-actions{display:flex;align-items:center;gap:10px}.cart-btn,.btn-cart,.carrito-btn,.cart-icon{display:inline-flex!important;align-items:center;justify-content:center;visibility:visible!important;opacity:1!important;z-index:10000}.navbar,.header,.site-header{padding:14px 18px;display:flex;align-items:center;justify-content:space-between}.nav-menu,.menu-links{display:none}.nav-actions,.header-actions{display:flex!important;margin-left:auto}.cart-btn,.btn-cart,.carrito-btn,.cart-icon{width:48px;height:48px;border-radius:16px;position:relative;right:auto;top:auto}.btn-pedir,.pedir-ahora{display:none}.producto-footer--shop .btn-pedir{width:100%!important;height:52px!important;display:flex!important;align-items:center;justify-content:center;background:#f2c14e!important;color:#0f172a!important;border:none!important;border-radius:18px!important;font-weight:900;font-size:16px;cursor:pointer;box-shadow:0 8px 18px #00000040}.producto-footer--shop .btn-pedir:hover{background:#e6b800!important;transform:translateY(-1px)}.producto-footer--shop .btn-add-cart,.producto-footer--shop .btn-pedir{width:100%!important;height:52px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#f2c14e!important;color:#0f172a!important;border:none!important;outline:none!important;border-radius:18px!important;padding:14px 18px!important;font-size:16px!important;font-weight:900!important;cursor:pointer!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important}.producto-footer--shop .btn-add-cart:hover,.producto-footer--shop .btn-pedir:hover{background:#e6b800!important;transform:translateY(-1px)}.producto-footer--shop .qty-control{width:fit-content!important;margin-bottom:4px}}
