@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap');
:root{--orange:#f58220;--orange2:#ff9a2f;--ink:#17202a;--soft:#f7f8fa;--line:#e6e9ee;--text:#222831;--muted:#6b7280;--wa:#19a85b;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:Manrope,Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:#171c22;color:#eef2f5;font-size:12px}.topbar-inner{display:flex;justify-content:space-between;padding:8px 0}.header{position:sticky;top:0;background:#fff;z-index:40;box-shadow:0 2px 12px #0000000c}.head-main{height:82px;display:flex;align-items:center;gap:24px}.brand img{width:165px;max-height:72px;object-fit:contain}.search{flex:1;display:flex;border:2px solid var(--line);border-radius:10px;overflow:hidden}.search:focus-within{border-color:var(--orange)}.search input{border:0;outline:0;padding:13px 15px;flex:1;font:inherit}.search button{border:0;background:var(--orange);color:#fff;padding:0 22px;font-weight:800}.mini{padding:12px 18px}.nav{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.nav-inner{display:flex;gap:26px;align-items:center;min-height:46px;overflow:auto}.nav a{white-space:nowrap;font-size:14px;font-weight:700}.nav a:hover{color:var(--orange)}.menu-btn{display:none;border:0;background:none;font-size:26px}.hero{background:linear-gradient(115deg,#fff8f1,#fff)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px;padding:60px 0}.eyebrow{display:inline-flex;background:#fff0df;color:#b94f00;padding:7px 11px;border-radius:99px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.orange{background:transparent;color:#ff9d3d;padding:0}.hero h1,.page-head h1,.commercial h1,.commercial h2{font-family:Sora,sans-serif}.hero h1{font-size:52px;line-height:1.06;margin:18px 0}.hero h1 span{color:var(--orange)}.hero p{font-size:18px;color:var(--muted);max-width:560px}.hero-photo{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 55px #692d0718}.hero-photo img{width:100%;height:460px;object-fit:cover;display:block}.hero-badge{position:absolute;left:18px;bottom:18px;background:#17202ae6;color:white;padding:10px 14px;border-radius:9px;font-size:12px;font-weight:800}.hero-actions,.card-actions,.detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:9px;font-weight:800;font-size:13px;border:1px solid transparent}.primary{background:var(--orange);color:white}.outline{border-color:#d7dce2;background:#fff}.wa,.whatsapp{background:var(--wa);color:#fff}.big{padding:14px 22px;font-size:15px}.trust{border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:22px 0}.trust-grid div{display:flex;flex-direction:column;gap:3px}.trust-grid span{font-size:12px;color:var(--muted)}.section{padding:54px 0}.soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-head h2,.section h2{font-family:Sora,sans-serif;margin:0}.section-head p{margin:5px 0 0;color:var(--muted)}.section-head>a{color:var(--orange);font-weight:800;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-grid.large{grid-template-columns:repeat(3,1fr)}.category-card{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff;min-height:150px;display:flex;flex-direction:column;justify-content:center;transition:.2s}.category-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000000c;border-color:#f9bd89}.cat-icon{font-size:28px;margin-bottom:14px}.category-card strong{font-size:15px}.category-card span{font-size:12px;color:var(--muted);margin-top:5px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.product-image{display:block;height:220px;position:relative;background:#fafafa}.product-image img{width:100%;height:100%;object-fit:cover}.discount{position:absolute;top:10px;left:10px;background:var(--orange);color:#fff;border-radius:6px;padding:5px 8px;font-size:11px;font-weight:800}.product-body{padding:16px;display:flex;flex-direction:column;flex:1}.code{font-size:11px;color:var(--muted);font-weight:700}.product-card h3{font-size:16px;line-height:1.35;margin:7px 0 8px}.status{font-size:11px;font-weight:800;padding:4px 7px;border-radius:6px;align-self:flex-start}.in-stock{background:#e9f8ef;color:#147a40}.low-stock{background:#fff2df;color:#a85a00}.out-of-stock{background:#feecec;color:#b42318}.price{font-size:22px;font-weight:800;margin:12px 0}.price del,.detail-price del{font-size:13px;color:#9aa0a8;margin-left:8px;font-weight:500}.product-card p{font-size:12px;color:var(--muted);line-height:1.55;flex:1}.card-actions{margin-top:14px}.card-actions .btn{flex:1;padding:10px 8px}.commercial{background:#17202a;color:#fff;padding:58px 0}.commercial-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:44px}.commercial-grid>img{width:100%;height:360px;object-fit:cover;border-radius:22px}.commercial h2,.commercial h1{font-size:34px;margin:14px 0}.commercial p{color:#cbd1d8;line-height:1.7}.hero-commercial{padding:70px 0}.page-head{background:linear-gradient(110deg,#fff5e8,#fff);padding:54px 0;border-bottom:1px solid var(--line)}.page-head h1{font-size:40px;margin:14px 0 8px}.page-head p{color:var(--muted);margin:0}.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:32px}.filters{border:1px solid var(--line);border-radius:14px;padding:18px;height:max-content;position:sticky;top:150px}.filters h3{margin-top:0}.filters a{display:block;padding:8px 0;color:var(--muted);font-size:14px}.filters a:hover{color:var(--orange)}.results{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;margin-bottom:18px}.product-detail{display:grid;grid-template-columns:1.05fr .95fr;gap:50px}.detail-image{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fafafa}.detail-image img{width:100%;height:560px;object-fit:cover;display:block}.detail-info h1{font-family:Sora,sans-serif;font-size:38px;line-height:1.15;margin:10px 0 14px}.detail-price{font-size:34px;font-weight:800;margin:18px 0}.lead{color:var(--muted);line-height:1.7}.features{list-style:none;padding:0;display:grid;gap:10px}.features li{font-weight:600}.notice{margin-top:22px;background:#fff8ee;border:1px solid #ffdfb8;padding:14px;border-radius:10px;font-size:12px;color:#75512c}.service-grid,.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.service-card,.contact-card{border:1px solid var(--line);border-radius:18px;padding:26px}.service-card p,.contact-card p,.prose p{color:var(--muted);line-height:1.7}.prose{max-width:850px}.empty{padding:40px;border:1px dashed #ccd1d7;border-radius:14px;text-align:center}.muted{color:var(--muted)}footer{background:#11171d;color:#dfe4e8;padding-top:50px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:34px}.footer-logo{width:165px;background:white;border-radius:10px;padding:6px}.footer-grid h4{color:white;margin-top:0}.footer-grid a,.footer-grid p{display:block;font-size:13px;color:#aeb7c0;line-height:1.65;margin:6px 0}.copyright{text-align:center;border-top:1px solid #27303a;margin-top:38px;padding:18px;color:#85909a;font-size:12px}.float-wa{position:fixed;right:20px;bottom:20px;background:var(--wa);color:#fff;padding:13px 17px;border-radius:99px;font-weight:800;box-shadow:0 8px 25px #0003;z-index:50}
@media(max-width:900px){.head-main{gap:12px}.brand img{width:125px}.mini{display:none}.nav{display:none}.nav.open{display:block}.nav-inner{flex-direction:column;align-items:flex-start;padding:14px 0}.menu-btn{display:block}.hero-grid,.commercial-grid,.product-detail{grid-template-columns:1fr}.hero h1{font-size:40px}.hero-photo img{height:360px}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.shop-layout{grid-template-columns:1fr}.filters{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.wrap{width:min(100% - 22px,1180px)}.topbar-inner span{display:none}.topbar-inner{justify-content:center}.head-main{height:auto;padding:10px 0;flex-wrap:wrap}.brand img{width:120px}.search{order:3;width:100%;flex-basis:100%}.search button{padding:0 14px}.hero-grid{padding:38px 0}.hero h1{font-size:34px}.hero p{font-size:15px}.hero-photo img{height:300px}.section{padding:38px 0}.section-head{align-items:flex-start}.category-grid,.category-grid.large{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:1fr}.trust-grid{gap:14px}.commercial{padding:42px 0}.commercial-grid>img{height:260px}.commercial h2,.commercial h1{font-size:28px}.page-head{padding:38px 0}.page-head h1{font-size:32px}.detail-image img{height:360px}.detail-info h1{font-size:30px}.service-grid,.contact-grid,.footer-grid{grid-template-columns:1fr}.float-wa{right:12px;bottom:12px}.card-actions .btn{font-size:12px}}
