:root{--ink:#0e3344;--deep:#123f53;--deep-2:#0a2b39;--lime:#b7cd72;--lime-dark:#556b32;--paper:#f5f2e9;--card:#fcfbf6;--line:#dcd5c4;--muted:#66747a;--orange:#ef9e54;--white:#fff;--shadow:0 18px 50px rgba(14,51,68,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.benefits{background:var(--deep-2);color:#dfe9e8;font-size:12px}.benefits__inner{height:34px;display:flex;align-items:center;gap:44px}.benefits a{color:white;text-decoration:none;margin-left:auto}.header{background:rgba(248,246,239,.96);position:sticky;top:0;z-index:20;box-shadow:0 1px 0 rgba(14,51,68,.08);backdrop-filter:blur(14px)}.header__main{height:78px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;white-space:nowrap;font-family:"Libre Franklin",sans-serif;font-size:21px}.brand svg{width:28px;fill:var(--deep)}.brand b{font-weight:700}.search{height:44px;flex:1;max-width:470px;display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:7px;padding:0 14px;gap:10px}.search:focus-within{border-color:#8ca15a;box-shadow:0 0 0 3px rgba(183,205,114,.25)}.search svg,.cart svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.7}.search input{font:inherit;border:0;outline:0;width:100%;color:var(--ink)}.search kbd{font:10px inherit;color:#899297;border:1px solid #d9dedf;border-radius:4px;padding:2px 5px}.professional{display:flex;flex-direction:column;color:var(--ink);text-decoration:none;font-size:13px}.professional small{color:var(--muted);margin-top:2px}.cart{display:flex;gap:7px;align-items:center;background:transparent;border:0;color:var(--ink);font-weight:700;cursor:pointer;padding:8px}.button{border:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:42px;padding:0 19px;font:700 13px "DM Sans";text-decoration:none;cursor:pointer;transition:.2s transform,.2s background}.button:hover{transform:translateY(-2px)}.button--whatsapp{background:var(--lime-dark);color:#fff}.button--lime{background:var(--lime);color:var(--deep-2)}.button--lime:hover{background:#c7dc82}.button--ghost{border:1px solid rgba(255,255,255,.5);color:#fff}.nav{border-top:1px solid rgba(14,51,68,.05)}.nav__inner{height:50px;display:flex;align-items:center;gap:35px}.nav a{color:var(--ink);text-decoration:none;font-size:13px;font-weight:600;position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--lime-dark);transition:.2s}.nav a:hover:after{right:0}.menu-button{display:none;background:none;border:0}.hero{margin-top:38px;min-height:420px;border-radius:14px;background:var(--deep);color:white;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;position:relative}.hero__content{padding:68px 0 62px 58px;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:3px;color:#d6ed83;font-size:11px;font-weight:700;margin:0 0 15px}.hero h1{font:700 clamp(36px,4vw,58px)/1.05 "Libre Franklin",sans-serif;letter-spacing:-2.6px;margin:0;max-width:720px}.hero h1 em{font-style:normal;color:var(--lime)}.hero__text{font-size:16px;line-height:1.65;color:#e3eaeb;max-width:520px;margin:22px 0 29px}.hero__actions{display:flex;gap:11px}.hero__visual{position:relative}.tooth-mark{position:absolute;width:215px;height:215px;border-radius:50%;display:grid;place-items:center;right:76px;top:69px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12)}.tooth-mark svg{width:105px;fill:var(--lime);opacity:.95}.orbit{position:absolute;border:1px solid rgba(255,255,255,.15);border-radius:50%}.orbit--one{width:420px;height:420px;right:-185px;top:-140px}.orbit--two{width:310px;height:310px;right:-105px;bottom:-210px}.floating-tag{position:absolute;right:42px;bottom:45px;background:#f8f5ec;color:var(--ink);border-radius:8px;padding:13px 18px;font-size:12px;box-shadow:var(--shadow)}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:28px;padding-bottom:32px;border-bottom:1px solid var(--line)}.category{background:var(--card);border:1px solid var(--line);border-radius:9px;min-height:116px;padding:15px 10px;color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;cursor:pointer;transition:.2s}.category span{font-size:24px;background:#eeece3;border-radius:50%;width:45px;height:45px;display:grid;place-items:center;color:var(--deep)}.category b{font-size:12px}.category:hover,.category.is-active{border-color:#839b4e;transform:translateY(-3px);box-shadow:0 8px 25px rgba(14,51,68,.08)}.category.is-active span{background:var(--lime)}.products{padding:53px 0 70px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:23px}.eyebrow--dark{color:var(--lime-dark);margin-bottom:8px}.section-heading h2,.pro h2{font:700 clamp(27px,3vw,38px)/1.1 "Libre Franklin";letter-spacing:-1.4px;margin:0}.text-link{background:none;border:0;color:var(--lime-dark);font-weight:700;cursor:pointer}.results{height:0;margin:0;overflow:visible;font-size:13px;color:var(--muted);transform:translateY(-10px)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{background:var(--card);border:1px solid var(--line);border-radius:10px;overflow:hidden;position:relative;transition:.25s}.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product__badge{position:absolute;top:13px;left:13px;z-index:2;background:#ffe0af;color:#975200;padding:5px 8px;border-radius:4px;font-size:9px;letter-spacing:1.5px;font-weight:700}.product__art{height:210px;background:#ece9de;display:grid;place-items:center;position:relative}.product__art:after{content:"";position:absolute;width:95px;height:95px;border:2px solid rgba(18,63,83,.15);border-radius:50%}.product__art svg{width:90px;height:90px;stroke:var(--deep);fill:none;stroke-width:2;z-index:1}.product__body{padding:18px}.product__brand{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}.product h3{font-size:15px;line-height:1.35;margin:7px 0 13px;min-height:41px}.product__bottom{display:flex;align-items:center;justify-content:space-between}.product__price small{display:block;color:var(--muted);font-size:10px}.product__price strong{font-size:17px}.add{width:38px;height:38px;border-radius:50%;background:var(--deep);color:white;border:0;font-size:20px;cursor:pointer}.add:hover{background:var(--lime-dark)}.trust{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);padding:55px 0 75px;gap:55px}.trust span{font:700 12px "Libre Franklin";color:var(--lime-dark)}.trust h3{font:700 20px "Libre Franklin";margin:10px 0}.trust p{color:var(--muted);line-height:1.6;font-size:14px}.pro{background:var(--deep-2);color:#fff;border-radius:14px;padding:48px 55px;margin-bottom:70px;display:flex;align-items:center;justify-content:space-between;gap:50px}.pro p:not(.eyebrow){color:#cbd8da;max-width:590px;line-height:1.6}.pro form{display:flex;gap:9px}.pro input{height:44px;border:0;border-radius:6px;padding:0 15px;min-width:240px;font:inherit}footer{background:#071f29;color:#b9c7ca}.footer__inner{min-height:140px;display:flex;align-items:center;justify-content:space-between;font-size:13px}.brand--light{color:#fff}.drawer{position:fixed;z-index:60;right:0;top:0;height:100%;width:min(430px,100%);background:var(--card);padding:28px;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.drawer.is-open{transform:none}.drawer__head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.drawer__head h2{font:700 25px "Libre Franklin"}.drawer__head button{border:0;background:none;font-size:30px;cursor:pointer}.drawer__items{flex:1;overflow:auto;padding:20px 0}.cart-row{display:grid;grid-template-columns:1fr auto;gap:6px;border-bottom:1px solid var(--line);padding:14px 0}.cart-row small{color:var(--muted)}.cart-row button{border:0;background:none;color:#9b4e38;cursor:pointer}.drawer__footer>div{display:flex;justify-content:space-between;margin-bottom:20px}.drawer__footer .button{width:100%}.is-disabled{opacity:.45;pointer-events:none}.overlay{position:fixed;z-index:50;inset:0;background:rgba(3,20,27,.55);opacity:0;visibility:hidden;transition:.3s}.overlay.is-open{opacity:1;visibility:visible}.toast{position:fixed;z-index:70;left:50%;bottom:28px;transform:translate(-50%,30px);background:var(--deep-2);color:white;padding:12px 19px;border-radius:7px;opacity:0;transition:.25s;font-size:13px}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.professional,.header__main>.button--whatsapp{display:none}.categories{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero__visual{position:absolute;inset:0;opacity:.35}.hero__content{padding:55px;max-width:750px}.pro{flex-direction:column;align-items:flex-start}.benefits__inner span:nth-child(2){display:none}}
@media(max-width:720px){.shell{width:min(100% - 26px,1180px)}.benefits__inner{justify-content:center}.benefits__inner span:not(:first-child),.benefits a{display:none}.header__main{height:68px}.brand span{font-size:17px}.brand svg{width:25px}.search{order:5;position:absolute;top:68px;left:13px;right:13px;max-width:none}.search kbd{display:none}.cart{margin-left:auto}.menu-button{width:28px;display:grid;gap:5px}.menu-button span{height:2px;background:var(--ink);display:block}.nav{display:none;padding-top:52px}.nav.is-open{display:block}.nav__inner{height:auto;flex-direction:column;align-items:flex-start;padding:18px 0 25px;gap:20px}.hero{margin-top:72px;min-height:520px}.hero__content{padding:42px 25px}.hero h1{font-size:38px;letter-spacing:-1.7px}.hero__actions{flex-direction:column;align-items:flex-start}.tooth-mark{right:-60px;top:230px}.floating-tag{right:22px;bottom:24px}.categories{grid-template-columns:repeat(2,1fr);margin-top:18px}.category{min-height:105px}.product-grid{grid-template-columns:1fr}.product__art{height:230px}.section-heading{align-items:flex-start;gap:15px}.section-heading .text-link{display:none}.trust{grid-template-columns:1fr;gap:22px}.pro{padding:36px 25px}.pro form{width:100%;flex-direction:column}.pro input{width:100%}.footer__inner{padding:35px 0;flex-direction:column;align-items:flex-start;justify-content:center}.footer__inner p{margin:5px 0}}

.catalog-pages{padding:10px 0 75px}.catalog-pages .section-heading>p{font-size:13px;color:var(--muted)}.catalog-pages__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalog-pages__grid a{display:block;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;box-shadow:0 8px 25px rgba(14,51,68,.06);transition:.25s}.catalog-pages__grid a:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.catalog-pages__grid img{display:block;width:100%;height:360px;object-fit:cover;object-position:top}@media(max-width:980px){.catalog-pages__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.catalog-pages__grid{grid-template-columns:1fr}.catalog-pages__grid img{height:auto}}
.product__art img{width:100%;height:100%;object-fit:contain;padding:18px;position:relative;z-index:2;background:#fff}.product__art:has(img){background:#fff}.product__art:has(img):after{display:none}
