:root{--navy:#071522;--navy2:#0c2434;--teal:#0c5660;--mint:#25d68a;--orange:#ff8a1d;--paper:#f4f6f4;--white:#fff;--text:#17232d;--muted:#66737b;--line:#dce3df;--shadow:0 18px 45px rgba(4,22,34,.12);--ink:#071522;--ink-2:#04101a;--text-mute:#66737b;--amber:#ff8a1d;--amber-dark:#b95608;--amber-pale:#fff1df;--red:#b23c31}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--text);font-family:'Public Sans',sans-serif}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.shell{width:min(1180px,calc(100% - 32px));margin:auto}.hidden{display:none!important}
.site-header{position:sticky;top:0;z-index:30;color:#fff;background:linear-gradient(135deg,var(--navy),#0d3340);box-shadow:0 3px 18px #06162133}.header-main{padding:14px 0 8px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.brand img{width:152px;height:auto}.brand span{padding:4px 7px;border:1px solid #ffffff60;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.12em}.header-link{margin-left:auto;border:0;padding:0;background:transparent;color:#dbe8e9;font-weight:700;font-size:14px;font-family:'Public Sans',sans-serif;cursor:pointer}.business-nav{display:flex;align-items:center;gap:20px}.business-nav a{color:#dbe8e9;font-weight:700;font-size:14px;font-family:'Public Sans',sans-serif;text-decoration:none;white-space:nowrap}.business-nav a:hover{color:#fff}.consult{margin-left:auto;padding:10px 16px;border-radius:99px;color:#052018;background:var(--mint);font-weight:800;text-decoration:none}.header-link+.consult{margin-left:0}.search-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding-bottom:14px}.category-trigger,.cart-button{border:1px solid #ffffff28;background:#ffffff10;color:#fff;border-radius:12px;padding:0 16px;font-weight:800;cursor:pointer}.search-box{height:52px;display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:14px;background:#fff;color:var(--muted)}.search-box>span{font-size:25px}.search-box input{width:100%;border:0;outline:0;color:var(--text);font-size:16px}.clear-search{border:0;background:transparent;font-size:24px;color:#849096;cursor:pointer}.cart-button span{display:inline-grid;place-items:center;min-width:22px;height:22px;border-radius:99px;background:var(--orange);font-size:11px}.beta-note{text-align:center;padding:8px 12px;background:#ffeedb;color:#81430a;font-size:12px}.hero{margin-top:22px;display:grid;grid-template-columns:1.4fr .8fr;min-height:400px;border-radius:28px;overflow:hidden;color:#fff;background:linear-gradient(110deg,#071522 0%,#0c3440 62%,#12636a 100%);box-shadow:var(--shadow)}.hero-copy{padding:58px}.eyebrow{display:block;margin-bottom:12px;color:#7ce7c4;font-weight:800;font-size:12px;letter-spacing:.13em;text-transform:uppercase}.eyebrow.dark{color:#167467}.hero h1{margin:0;font-family:'Archivo Black',sans-serif;font-size:clamp(42px,6vw,72px);line-height:.96;letter-spacing:-.04em}.hero p{max-width:610px;margin:24px 0;color:#d5e4e3;font-size:18px;line-height:1.55}.hero-actions{display:flex;gap:10px}.primary,.secondary,.load-more{border:0;border-radius:12px;padding:14px 18px;font-weight:800;cursor:pointer}.primary{background:var(--orange);color:#1c1105}.secondary{background:#ffffff13;color:#fff;border:1px solid #ffffff30}.hero-trust{display:flex;flex-direction:column;justify-content:center;padding:38px;background:#ffffff0b;border-left:1px solid #ffffff18}.hero-trust div{padding:24px 0;border-bottom:1px solid #ffffff24}.hero-trust div:last-child{border:0}.hero-trust strong,.hero-trust span{display:block}.hero-trust strong{font-size:20px}.hero-trust span{margin-top:5px;color:#adc6c8;font-size:13px}.section-block{padding-top:62px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.section-heading h2,.catalog-head h1,.drawer-head h2{margin:0;font-family:'Archivo Black',sans-serif;letter-spacing:-.03em}.section-heading h2{font-size:34px}.text-action{border:0;background:transparent;color:#126c64;font-weight:800;cursor:pointer}.featured-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.featured-card{position:relative;min-height:138px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:left;cursor:pointer;transition:.18s}.featured-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#9ccac2}.featured-card .icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:12px;background:#e9f6f2;font-size:22px}.featured-card strong{display:block;font-size:16px}.featured-card span:last-child{color:var(--muted);font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.18s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image{position:relative;display:grid;place-items:center;aspect-ratio:1.25;background:#fff;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:contain;padding:16px}.stock-pill{position:absolute;left:10px;top:10px;padding:5px 8px;border-radius:99px;background:#e8f8f1;color:#137251;font-size:10px;font-weight:800}.stock-pill.low{background:#fff1dd;color:#955008}.product-body{padding:14px;border-top:1px solid #edf1ef}.product-sku{color:#8a9499;font-size:10px;font-weight:800;letter-spacing:.06em}.product-name{height:42px;margin:7px 0 16px;overflow:hidden;font-size:14px;line-height:1.45;font-weight:700;cursor:pointer}.product-price-row{display:flex;align-items:end;justify-content:space-between;gap:8px}.product-price small{display:block;color:var(--muted);font-size:10px}.product-price strong{font-size:22px;letter-spacing:-.04em}.add-product{width:40px;height:40px;border:0;border-radius:12px;background:var(--navy);color:#fff;font-size:22px;cursor:pointer}.catalog-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.view-toggle{display:flex;gap:4px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:3px;flex-shrink:0}.view-toggle button{border:none;background:transparent;padding:6px 10px;border-radius:7px;font-size:12px;font-weight:700;color:var(--text-mute);cursor:pointer;display:flex;align-items:center;gap:5px}.view-toggle button.active{background:var(--ink);color:#fff}.product-grid.list-view{display:flex;flex-direction:column;gap:8px}.product-grid.list-view .product-card{display:flex;flex-direction:row;align-items:center;gap:10px;padding:8px 10px;border-radius:12px}.product-grid.list-view .product-image{width:56px;height:56px;max-height:56px;aspect-ratio:auto;flex-shrink:0;border-radius:8px}.product-grid.list-view .stock-pill{font-size:8.5px;padding:3px 6px;left:4px;top:4px}.product-grid.list-view .product-body{display:flex;flex-direction:row;align-items:center;padding:0;border-top:none;gap:10px;flex:1;min-width:0}.product-grid.list-view .product-sku{display:none}.product-grid.list-view .product-name{height:auto;min-height:0;margin:0;flex:1;min-width:0;font-size:12.5px;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-grid.list-view .product-price-row{flex-shrink:0;width:auto;gap:8px;align-items:center}.product-grid.list-view .add-product{width:34px;height:34px;font-size:18px;border-radius:9px}@media(min-width:760px){.view-toggle button{padding:7px 12px;font-size:13px;gap:6px}.product-grid.list-view{gap:10px}.product-grid.list-view .product-card{gap:16px;padding:10px 16px}.product-grid.list-view .product-image{width:64px;height:64px;max-height:64px}.product-grid.list-view .product-body{gap:20px}.product-grid.list-view .product-name{font-size:14.5px}.product-grid.list-view .product-sku{display:block;width:130px;flex-shrink:0;height:auto;margin:0}.product-grid.list-view .product-price-row{width:200px}}.catalog-view{padding-top:30px;padding-bottom:70px}.breadcrumbs{margin-bottom:28px;color:var(--muted);font-size:13px}.breadcrumbs button{border:0;background:transparent;color:#126c64;font-weight:700;cursor:pointer}.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.catalog-head h1{font-size:42px}.catalog-head p{margin:8px 0 0;color:var(--muted)}.catalog-head select{padding:12px 38px 12px 13px;border:1px solid var(--line);border-radius:12px;background:#fff}.filter-chips{display:flex;gap:8px;overflow:auto;padding:0 0 20px;scrollbar-width:none}.filter-chips button{white-space:nowrap;border:1px solid var(--line);border-radius:99px;background:#fff;padding:9px 13px;cursor:pointer}.filter-chips button.active{border-color:var(--navy);background:var(--navy);color:#fff}.load-more{display:block;margin:28px auto 0;background:var(--navy);color:#fff}.overlay{position:fixed;inset:0;z-index:50;background:#02101999;backdrop-filter:blur(4px)}.drawer{position:fixed;z-index:60;top:0;bottom:0;width:min(430px,92vw);display:flex;flex-direction:column;background:#fff;box-shadow:var(--shadow);transition:transform .25s}.drawer-left{left:0;transform:translateX(-105%)}.drawer-right{right:0;transform:translateX(105%)}.drawer.open{transform:none}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid var(--line)}.drawer-head button,.modal-close{border:0;background:#edf1ef;width:40px;height:40px;border-radius:99px;font-size:25px;cursor:pointer}.category-groups{padding:14px 18px 28px;overflow:auto}.category-group{margin-bottom:20px}.category-group h3{margin:0 0 7px;color:#718087;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.category-group button{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #edf1ef;background:#fff;padding:12px 4px;text-align:left;cursor:pointer}.category-group button strong{font-size:14px}.category-group button span{color:#8a9499;font-size:11px}.cart-items{flex:1;overflow:auto;padding:8px 20px}.cart-empty{padding:70px 20px;text-align:center;color:var(--muted)}.cart-row{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.cart-row img{width:58px;height:58px;object-fit:contain;border:1px solid var(--line);border-radius:10px}.cart-row strong{display:block;font-size:12px}.cart-row small{color:var(--muted)}.qty{display:flex;align-items:center;gap:8px;margin-top:7px}.qty button{width:25px;height:25px;border:1px solid var(--line);background:#fff;border-radius:7px;cursor:pointer}.cart-footer{padding:18px 22px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;align-items:center}.cart-total strong{font-size:24px}.cart-cash{margin:10px 0 16px;padding:11px;border-radius:10px;background:#eaf9f2;color:#116144;font-size:12px}.cart-empresa-toggle{display:flex;align-items:center;gap:7px;margin:0 0 10px;font:600 11.5px 'Public Sans',sans-serif;color:var(--muted);cursor:pointer;user-select:none}.cart-empresa-toggle input{width:15px;height:15px;accent-color:var(--orange);cursor:pointer;flex-shrink:0}.cart-secondary-actions{display:flex;gap:8px;margin-bottom:10px}.cart-secondary-btn{flex:1;border:1px solid var(--line);background:#fff;color:var(--text);border-radius:11px;padding:11px 8px;font:700 12px 'Public Sans',sans-serif;cursor:pointer}.cart-secondary-btn:hover{border-color:#9ccac2;background:#f4f9f8}.cart-secondary-btn:disabled{opacity:.55;cursor:not-allowed}
.whatsapp-button{width:100%;border:0;border-radius:12px;padding:14px;background:#20c978;color:#042116;font-weight:800;cursor:pointer}.clear-cart{width:100%;margin-top:8px;border:0;background:transparent;color:#a04a42;font-size:12px;cursor:pointer}.product-modal{position:fixed;z-index:70;inset:50% auto auto 50%;width:min(900px,calc(100% - 28px));max-height:90vh;overflow:auto;transform:translate(-50%,-50%);border-radius:22px;background:#fff;box-shadow:0 30px 90px #0006}.modal-close{position:absolute;right:14px;top:14px;z-index:2}.product-detail{display:grid;grid-template-columns:1fr 1fr}.detail-image{display:grid;place-items:center;min-height:480px;background:#f8faf9}.detail-image img{max-width:90%;max-height:420px;object-fit:contain}.detail-copy{padding:55px 42px 38px}.detail-copy h2{font-family:'Archivo Black';font-size:28px;line-height:1.15}.detail-copy .sku{color:var(--muted);font-size:12px}.detail-price{margin:28px 0 4px;font-size:38px;font-weight:800;letter-spacing:-.05em}.cash-price{color:#15734f;font-weight:800}.detail-copy .primary{width:100%;margin:22px 0 10px}.detail-wa{display:block;text-align:center;color:#11684d;font-weight:800;text-decoration:none}
.detail-desc{margin-top:26px;padding-top:22px;border-top:1px solid var(--line);font-size:14px;line-height:1.65;color:var(--text)}
.detail-desc-loading{color:var(--muted);font-size:13px}
.detail-desc img{max-width:100%;height:auto}
.detail-desc table{max-width:100%;overflow-x:auto;display:block}
.detail-desc h1,.detail-desc h2,.detail-desc h3{font-family:'Archivo Black',sans-serif;font-size:16px;margin:16px 0 8px}
.detail-desc p{margin:0 0 10px}
.detail-desc ul,.detail-desc ol{padding-left:20px;margin:0 0 10px}.toast{position:fixed;z-index:100;left:50%;bottom:26px;transform:translate(-50%,30px);padding:12px 18px;border-radius:99px;background:var(--navy);color:#fff;font-size:13px;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}footer{margin-top:80px;padding:48px 0 100px;background:var(--navy);color:#dce8e8}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:35px}.footer-grid img{width:140px}.footer-grid p{max-width:350px;color:#94aaad}.footer-grid strong,.footer-grid span,.footer-grid a{display:block;margin-bottom:9px;color:inherit;text-decoration:none}.mobile-nav{display:none}
@media(max-width:850px){.desktop-only{display:none}.shell{width:min(100% - 22px,1180px)}.header-main{padding:10px 0 6px}.brand img{width:121px}.consult{padding:8px 12px;font-size:12px}.search-row{grid-template-columns:1fr auto}.category-trigger{display:none}.search-box{height:46px}.cart-button{padding:0 12px}.beta-note{font-size:10px}.hero{margin-top:12px;display:block;min-height:0;border-radius:20px}.hero-copy{padding:34px 24px}.hero h1{font-size:42px}.hero p{font-size:15px}.hero-actions{display:grid}.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);padding:8px 18px;border-left:0;border-top:1px solid #ffffff18}.hero-trust div{padding:16px 7px;border-bottom:0;border-right:1px solid #ffffff20}.hero-trust div:last-child{border:0}.hero-trust strong{font-size:12px}.hero-trust span{font-size:9px}.section-block{padding-top:42px}.section-heading h2{font-size:27px}.featured-categories{grid-template-columns:repeat(2,1fr)}.featured-card{min-height:125px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-body{padding:10px}.product-name{height:50px;font-size:12px}.product-price strong{font-size:18px}.catalog-head{display:block}.catalog-head h1{font-size:32px}.catalog-head select{width:100%;margin-top:16px}.product-detail{display:block}.detail-image{min-height:290px}.detail-image img{max-height:260px}.detail-copy{padding:28px 22px}.detail-copy h2{font-size:22px}.footer-grid{grid-template-columns:1fr}.mobile-nav{position:fixed;z-index:40;display:grid;grid-template-columns:repeat(4,1fr);left:8px;right:8px;bottom:8px;padding:7px;border:1px solid #ffffff28;border-radius:18px;background:#071522f2;box-shadow:0 10px 30px #0005;backdrop-filter:blur(12px)}.mobile-nav a,.mobile-nav button{position:relative;display:flex;flex-direction:column;align-items:center;gap:3px;border:0;background:transparent;color:#d8e4e4;text-decoration:none;font-size:18px}.mobile-nav span{font-size:9px}.mobile-nav b{position:absolute;right:12px;top:-2px;display:grid;place-items:center;width:17px;height:17px;border-radius:99px;background:var(--orange);color:#111;font-size:9px}.toast{bottom:88px}.product-modal{max-height:86vh}}
@media(max-width:390px){.hero h1{font-size:37px}.featured-card{padding:15px}.featured-card .icon{margin-bottom:12px}.product-price strong{font-size:16px}}
.detail-image{cursor:zoom-in}
.image-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(8,21,34,.92);display:flex;align-items:center;justify-content:center;padding:24px}
.image-lightbox img{max-width:min(92vw,900px);max-height:88vh;object-fit:contain;border-radius:8px;background:#fff}
.image-lightbox-close{position:absolute;top:16px;right:20px;width:44px;height:44px;border-radius:999px;border:none;background:rgba(255,255,255,.12);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.image-lightbox-close:hover{background:rgba(255,255,255,.22)}
body.no-scroll{overflow:hidden}
