:root{--navy:#061d42;--navy2:#103d79;--red:#ff273f;--yellow:#ffd400;--bg:#f4f7fb;--text:#071a37;--muted:#66758d;--line:#dce5f0;--white:#fff;--green:#0ea45c;--shadow:0 18px 50px rgba(6,29,66,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit}.shell{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{height:88px;padding:0 max(18px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--navy);color:#fff;position:sticky;top:0;z-index:15;border-bottom:1px solid #ffffff20}.brand{display:flex;align-items:center;gap:13px;color:#fff;text-decoration:none}.brand img{width:48px;height:66px;object-fit:contain}.brand strong{display:block;font-size:21px}.brand strong span{color:var(--red)}.brand small{font-size:11px;letter-spacing:2.5px;font-weight:900}.topbar nav{display:flex;align-items:center;gap:25px}.topbar nav a{color:#fff;text-decoration:none;font-size:13px;font-weight:850}.cart-button{border:0;background:var(--red);color:#fff;border-radius:11px;padding:12px 15px;font-weight:900;cursor:pointer}.hero{min-height:470px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(3,22,52,.98),rgba(6,42,86,.82)),radial-gradient(circle at 75% 30%,#315d98 0,transparent 42%),var(--navy);color:#fff;padding:60px max(18px,calc((100vw - 1180px)/2));position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:430px;height:430px;border:70px solid #ffffff0b;border-radius:50%;right:6%;top:20px}.hero-content{position:relative;z-index:1;max-width:700px}.eyebrow{color:var(--red);font-size:12px;letter-spacing:1.8px;font-weight:900}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;margin:15px 0 18px;letter-spacing:-2px}.hero p{font-size:18px;line-height:1.65;max-width:650px;color:#e8eef9}.primary-link,.primary{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--red);color:#fff;text-decoration:none;border-radius:12px;padding:14px 19px;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(255,39,63,.22)}.departments-section{padding:48px 0;background:#fff}.heading{text-align:center;margin-bottom:25px}.heading h2,.catalog-head h2{font-size:34px;margin:8px 0}.department-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}.department-grid button{min-height:130px;border:1px solid var(--line);background:#fff;border-radius:17px;font-size:35px;display:grid;place-items:center;padding:15px;cursor:pointer;box-shadow:0 10px 28px #061d420b;transition:.2s}.department-grid button:hover{transform:translateY(-4px);border-color:#ff97a5}.department-grid b{font-size:13px}.catalog-section{padding:52px 0 75px}.catalog-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.catalog-head>span{color:var(--muted);font-weight:750}.filters{display:flex;gap:12px;margin-bottom:22px}.search{flex:1;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 13px}.search input{border:0;outline:0;padding:13px 0;width:100%;background:transparent}.filters select{min-width:250px;border:1px solid var(--line);background:#fff;border-radius:13px;padding:12px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.product-image{height:225px;background:#eef3f8;display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image span{font-size:65px}.product-body{padding:17px;display:flex;flex-direction:column;flex:1}.product-body small{color:var(--muted);font-weight:700}.product-body h3{font-size:18px;margin:7px 0}.product-body p{color:var(--muted);font-size:13px;line-height:1.5;min-height:39px}.product-price{font-size:25px;font-weight:900;color:var(--red);margin-top:auto}.stock{font-size:12px;margin:7px 0 12px}.stock.low{color:#ad6700}.add-button{width:100%;border:0;background:var(--navy);color:#fff;border-radius:11px;padding:12px;font-weight:900;cursor:pointer}.add-button:hover{background:var(--red)}.empty{grid-column:1/-1;text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--line);border-radius:18px;padding:45px}.drawer{position:fixed;right:0;top:0;width:min(450px,96vw);height:100vh;background:#fff;z-index:30;box-shadow:-25px 0 70px #00132f44;padding:24px;overflow:auto;transform:translateX(105%);transition:.25s}.drawer.open{transform:none}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between}.drawer-head h2{margin:5px 0 18px}.drawer-head button,.modal-close{border:0;background:#edf2f8;width:38px;height:38px;border-radius:50%;font-size:23px;cursor:pointer}.cart-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-row small{color:var(--muted)}.quantity{display:flex;gap:7px;align-items:center}.quantity button{border:1px solid var(--line);background:#fff;width:31px;height:31px;border-radius:8px;cursor:pointer}.remove{color:var(--red)}.cart-summary{margin-top:20px;border-top:2px solid var(--navy);padding-top:17px}.cart-summary>div{display:flex;justify-content:space-between;font-size:20px}.cart-summary small{display:block;color:var(--muted);line-height:1.5;margin:12px 0 18px}.cart-summary .primary{width:100%}.overlay{position:fixed;inset:0;background:#00132f88;z-index:25;opacity:0;pointer-events:none;transition:.25s}.overlay.open{opacity:1;pointer-events:auto}.modal{position:fixed;inset:0;background:#00132f99;z-index:40;display:grid;place-items:center;padding:18px}.hidden{display:none!important}.modal-card{width:min(760px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;padding:27px;box-shadow:0 30px 90px #0005}.modal-card h2{font-size:30px;margin:8px 0}.modal-card>p{color:var(--muted)}.modal-close{float:right}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.checkout-grid label{display:block;font-size:13px;font-weight:850;margin-bottom:6px}.checkout-grid input,.checkout-grid select,.checkout-grid textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:12px}.full{grid-column:1/-1}.consent{display:flex!important;gap:9px;align-items:flex-start;color:var(--muted);line-height:1.5}.consent input{width:auto;margin-top:3px}.message{font-weight:750;line-height:1.5}.success-box{background:#e7faef;color:#086a3a;border-radius:11px;padding:13px}footer{background:var(--navy);color:#fff;padding:44px 0 18px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px}.footer-grid>div{display:flex;flex-direction:column;gap:9px}.footer-grid a,.footer-grid span,.footer-grid small{color:#cbd8ea;text-decoration:none;font-size:13px}.footer-brand{display:flex!important;flex-direction:row!important;align-items:center}.footer-brand img{width:53px;height:72px;object-fit:contain}.copyright{border-top:1px solid #ffffff20;margin-top:30px;padding-top:18px;color:#aebed4;font-size:12px}.whatsapp{position:fixed;bottom:18px;left:18px;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#20d36b;color:#fff;text-decoration:none;z-index:20;font-size:19px;box-shadow:0 10px 30px #0003}@media(max-width:1050px){.department-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.topbar nav a{display:none}.hero{min-height:410px}.department-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.filters{flex-direction:column}.filters select{width:100%}.checkout-grid{grid-template-columns:1fr}.full{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.hero h1{letter-spacing:-1px}.footer-grid{grid-template-columns:1fr}}
