@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700;800;900&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0b1320;--bg-card:#111c2e;--bg-card2:#162035;--gold:#f5a623;--gold-dim:#c47f0f;--white:#f0f4ff;--muted:#89b;--border:hsla(0,0%,100%,.07);--green:#22c55e;--radius:16px;--font:"Inter",system-ui,sans-serif;--font-title:"Bebas Neue","Inter",system-ui,sans-serif}html{scroll-behavior:smooth;font-size:62.5%}body{font-family:var(--font);color:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}.skeleton-block{background:linear-gradient(90deg,#eee 25%,#f5f5f5 37%,#eee 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:6px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.hero{position:relative;background:#eef0f2}.hero__text{position:absolute;top:0;left:0;right:0;padding:2.5rem 1.5rem 0;z-index:1}.hero__headline{font-family:var(--font-title);color:#2b2b2b;font-size:3rem;font-weight:400;line-height:1.05;text-transform:uppercase;letter-spacing:.01em}.hero__line{border:1px solid #dfb96a;width:68%;margin:0 0 1.25rem}.hero__sub{font-size:1.2rem;color:#2b2b2b;line-height:1.6;max-width:65%}.hero__image{position:relative;width:100%;aspect-ratio:4/5}.hero__image--desktop{display:none}.hero__image-img{object-fit:cover}@media (min-width:768px){.hero__image--mobile{display:none}.hero__image--desktop{display:block;aspect-ratio:1280/487}.hero__text{max-width:680px;margin:0 auto}.hero__headline{font-size:3.4rem}.hero__sub{font-size:1.4rem}}.products{padding:6rem 1.5rem}.products__inner{max-width:1100px;margin:0 auto}.products__title{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;text-align:center;margin-bottom:.6rem;letter-spacing:-.02em}.products__subtitle{color:var(--muted);text-align:center;margin-bottom:3.5rem;font-size:1rem}.products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;align-items:start}.return-page{min-height:100svh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:var(--bg)}.return-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:3rem 2.5rem;max-width:480px;width:100%;text-align:center}.return-icon{font-size:3.5rem;display:block;margin-bottom:1.25rem}.return-title{font-size:1.75rem;font-weight:800;margin-bottom:.75rem}.return-message{color:var(--muted);line-height:1.7;margin-bottom:2rem}.return-btn{display:inline-block;background:#2b2b2b;color:#fff;font-weight:700;font-size:.95rem;padding:.85rem 2rem;border-radius:13px;text-decoration:none;transition:background .2s}.return-btn:hover{background:#f0b53a}@media (max-width:640px){.guarantee__inner{flex-direction:column;text-align:center}.products__grid{grid-template-columns:1fr}}.product-page{max-width:640px;margin:0 auto;background:#fff;color:#14161a;font-family:var(--font)}.product-page__info{padding:.5rem 1.5rem 1rem}.product-page__title-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.product-page__title{font-family:var(--font-title);font-size:3rem;color:#2b2b2b;font-weight:400;text-transform:uppercase;letter-spacing:.01em}.product-page__meta{font-size:1.6rem;color:#6b7076;margin-bottom:1.1rem}.product-page__tagline{color:#2b2b2b;font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem}.product-page__buybox{display:flex;align-items:center;gap:2.5rem;margin-bottom:1.75rem}.product-page__price{font-size:2rem;font-weight:800;color:#2b2b2b}.product-page__pix{font-size:1rem;font-weight:600;color:#089e21}.product-page__section{margin-bottom:2rem}.product-page__section-title{font-family:var(--font-title);font-size:3rem;font-weight:400;text-transform:uppercase;letter-spacing:.01em;margin-bottom:.75rem}.product-page__long{color:#2b2b2b;font-size:1.2rem;line-height:1.75}.product-page__warning{color:#2b2b2b;font-size:1.2rem;font-weight:700;line-height:1.6}.product-page__benefits{display:flex;align-items:center;justify-content:center;width:80%;margin:0 auto;padding-top:2.7rem}.benefit{flex-direction:column;text-align:center;gap:.5rem}.benefit,.benefit__icon{display:flex;align-items:center}.benefit__icon{width:3.6rem;height:auto;justify-content:center}.benefit__icon img{width:36px;height:36px}.benefit span{width:80%;font-size:.9rem;color:#2b2b2b;line-height:1.3}.product-page__legal-footer{max-width:420px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:768px){.product-page{max-width:680px}.product-page__long,.product-page__tagline{font-size:1.4rem}.benefit__icon{width:7rem;height:7.1rem}.benefit__icon img{width:80%;height:auto}.benefit span{width:80%;font-size:1.2rem;color:#2b2b2b;font-weight:700}}.cart-page{max-width:720px;margin:0 auto;padding:4rem 1.5rem 0;color:var(--white);font-family:var(--font)}.cart-page__title{font-family:var(--font-title);font-size:3rem;font-weight:400;margin-bottom:1.5rem;color:#2b2b2b}.cart-empty{text-align:center;padding:6rem 1.5rem;color:var(--white);font-family:var(--font)}.cart-empty__icon{font-size:3rem;display:block;margin-bottom:1rem}.cart-empty h1{font-size:1.4rem;color:#2b2b2b;margin-bottom:1.5rem}.cart-list{flex-direction:column;margin-bottom:1.5rem}.cart-list,.cart-row{display:flex;gap:1rem}.cart-row{border-radius:16px;padding:1rem}.cart-row__icon{font-size:1.8rem}.cart-row__photo-wrap{width:130px;height:130px;flex-shrink:0;background:#f2f2f3;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-row__photo{width:100%;height:100%;object-fit:cover}.cart-row__info{flex:1 1;min-width:0;display:flex;flex-direction:column}.cart-row__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.cart-row__title{width:50%;font-weight:700;font-size:1.4rem;color:#2b2b2b}.cart-row__qty{display:flex;align-items:center;gap:.6rem}.cart-row__qty-label{font-size:1.2rem;color:#2b2b2b;font-weight:light}.cart-row__qty-controls{display:flex;align-items:center;gap:.6rem}.cart-row__qty-controls button{width:24px;height:24px;border-radius:8px;border:1px solid #d6d6d6;background:transparent;color:#2b2b2b;cursor:pointer;font-size:.95rem;line-height:1;display:flex;align-items:center;justify-content:center}.cart-row__qty-controls span{font-size:1.2rem;color:#2b2b2b;min-width:1ch;text-align:center}.cart-row__remove{background:transparent;border:none;color:#000;cursor:pointer;flex-shrink:0;padding:.1rem}.cart-row__footer{margin-top:auto;padding-top:.75rem;text-align:right}.cart-row__subtotal{display:block;font-weight:700;font-size:1.4rem;white-space:nowrap;color:#2b2b2b}.cart-row__pix{font-size:1.4rem;color:#8a8f98}.order-summary{padding-top:1.5rem;border-top:1px solid #e0e0e0;margin-bottom:1.5rem}.order-summary__title{font-family:var(--font-title);font-size:3rem;font-weight:400;text-transform:uppercase;letter-spacing:.01em;color:#2b2b2b;margin-bottom:1.25rem}.order-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:1.4rem;font-weight:light;color:#2b2b2b;padding:.4rem 0}.order-summary__row--total{margin-top:.5rem;padding-top:.9rem;font-weight:800}.order-summary__note{margin-top:1.25rem;font-size:1.3rem;color:#2b2b2b;font-weight:500;text-align:center}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--border)}.site-header__inner{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;justify-content:space-between;gap:1rem}.site-header__hamburger,.site-header__inner,.site-header__logo{display:flex;align-items:center}.site-header__hamburger{width:36px;height:36px;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:none;cursor:pointer}.site-header__hamburger span{width:20px;height:2px;background:#000;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.site-header__hamburger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.site-header__hamburger.is-open span:nth-child(2){opacity:0}.site-header__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:1.2rem;text-decoration:none}.site-header__menu{position:absolute;top:100%;left:0;right:0;max-height:70vh;overflow-y:auto;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 8px 16px rgba(0,0,0,.08);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.9rem}.site-header__menu a{color:#000;text-decoration:none;font-family:var(--font);font-size:.95rem;font-weight:600}.cart-button__badge{position:absolute;top:-4px;right:-4px;background:#d8b368;color:#000;font-size:1.2rem;font-weight:700;min-width:18px;width:auto;height:auto;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}@media (min-width:768px){.site-header__inner{max-width:880px}.site-header__menu{max-width:880px;margin:0 auto}}