.shop-page{background:radial-gradient(1200px 500px at 50% -100px,#e6f9ee 0%,#0000 60%),#f5f8f6;min-height:80vh;padding:0 0 64px}.trust-bar{color:#fff;letter-spacing:.02em;background:linear-gradient(90deg,#0e8f45,#15c25f);font-size:13px;font-weight:600}.trust-bar-inner{flex-wrap:wrap;justify-content:center;gap:28px;max-width:1120px;margin:0 auto;padding:10px 16px;display:flex}.trust-bar span{align-items:center;gap:6px;display:inline-flex}@media (width<=640px){.trust-bar-inner{gap:14px;font-size:12px}}.checkout-steps{justify-content:center;align-items:center;gap:8px;max-width:1120px;margin:0 auto;padding:24px 16px 8px;display:flex}.checkout-steps .step{color:#9aa39c;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.checkout-steps .step .n{color:#9aa39c;background:#e4ebe5;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:inline-flex}.checkout-steps .step.active{color:#0e8f45}.checkout-steps .step.active .n{color:#fff;background:#15c25f;box-shadow:0 4px 10px #15c25f59}.checkout-steps .step.done .n{color:#fff;background:#0e8f45}.checkout-steps .bar{background:#e4ebe5;border-radius:2px;width:40px;height:2px}@media (width<=540px){.checkout-steps .step span.lbl{display:none}}.shop-wrap{max-width:1120px;margin:0 auto;padding:0 16px}.shop-title{color:#0f1a12;letter-spacing:-.02em;margin:12px 0 6px;font-size:30px;font-weight:800}.shop-subtitle{color:#556;margin:0 0 22px;font-size:14px}.urgency-banner{color:#7a3d00;background:linear-gradient(135deg,#fff4e5,#ffe6cc);border:1px solid #ffb877;border-radius:14px;align-items:center;gap:12px;margin-bottom:18px;padding:12px 16px;font-size:13.5px;font-weight:600;display:flex}.urgency-banner .pulse{background:#ff6b00;border-radius:50%;width:10px;height:10px;animation:1.6s infinite pulseDot;box-shadow:0 0 #ff6b0099}@keyframes pulseDot{0%{box-shadow:0 0 #ff6b0099}70%{box-shadow:0 0 0 12px #ff6b0000}to{box-shadow:0 0 #ff6b0000}}.urgency-banner .timer{color:#fff;font-variant-numeric:tabular-nums;background:#7a3d00;border-radius:8px;margin-left:auto;padding:5px 10px;font-size:13px;font-weight:800}.shop-grid{grid-template-columns:1fr 380px;gap:24px;display:grid}@media (width<=900px){.shop-grid{grid-template-columns:1fr}}.shop-card{background:#fff;border:1px solid #eaf0ec;border-radius:18px;padding:22px;box-shadow:0 10px 30px #0f2d190f}.shop-card h2{color:#0f1a12;align-items:center;gap:10px;margin:0 0 14px;font-size:17px;font-weight:800;display:flex}.shop-card h2 .step-num{color:#fff;background:linear-gradient(135deg,#15c25f,#0e8f45);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 4px 10px #15c25f59}.card-help{color:#6a7570;margin:-8px 0 14px;font-size:12.5px}.cart-line{border-bottom:1px solid #f0f2f0;grid-template-columns:72px 1fr auto;align-items:center;gap:14px;padding:14px 0;display:grid}.cart-line:last-child{border-bottom:none}.cart-line img{object-fit:cover;background:#f4f4f4;border:1px solid #eef2ef;border-radius:12px;width:72px;height:72px}.cart-line .name{color:#0f1a12;margin:0 0 6px;font-size:14px;font-weight:700;line-height:1.3}.cart-line .price{color:#0e8f45;font-size:13px;font-weight:700}.cart-line .remove{color:#999;cursor:pointer;background:0 0;border:none;margin-top:4px;padding:0;font-size:12px}.cart-line .remove:hover{color:#e63946}.qty-box{border:1px solid #e0e5e0;border-radius:10px;align-items:center;display:inline-flex;overflow:hidden}.qty-box button{cursor:pointer;color:#333;background:#fafafa;border:none;width:32px;height:32px;font-size:16px;font-weight:700}.qty-box button:hover{background:#eef8ef}.qty-box span{text-align:center;width:34px;font-size:14px;font-weight:700}.summary-row{color:#444;justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.summary-row.discount{color:#0e8f45;font-weight:700}.summary-row.total{color:#0f1a12;border-top:2px dashed #eef2ef;margin-top:8px;padding-top:14px;font-size:20px;font-weight:900}.summary-row.total small{color:#6a7570;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600;display:block}.installments-hint{color:#6a7570;text-align:right;margin:4px 0 0;font-size:12.5px}.btn-primary{text-align:center;color:#fff;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;background:linear-gradient(135deg,#15c25f,#0e8f45);border:none;border-radius:999px;width:100%;padding:16px 20px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;position:relative;overflow:hidden;box-shadow:0 10px 26px #15c25f66}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px #15c25f80}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary .lock{margin-right:8px}.btn-ghost{text-align:center;color:#0e8f45;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;background:#fff;border:2px solid #d5ead9;border-radius:999px;width:100%;margin-top:10px;padding:12px 20px;font-size:13px;font-weight:700;text-decoration:none;transition:all .15s;display:block}.btn-ghost:hover{background:#f0faf3;border-color:#15c25f}.empty-state{text-align:center;color:#666;padding:40px 20px}.empty-state a{color:#15c25f;font-weight:700;text-decoration:none}.form-grid{gap:14px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-row.three{grid-template-columns:1fr 1fr 1fr}@media (width<=520px){.form-row,.form-row.three{grid-template-columns:1fr}}.form-field label{color:#3a4640;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.form-field input,.form-field select{background:#fff;border:1.5px solid #dde3dd;border-radius:12px;width:100%;padding:13px 14px;font-family:inherit;font-size:15px;transition:border .15s,box-shadow .15s}.form-field input:focus,.form-field select:focus{border-color:#15c25f;outline:none;box-shadow:0 0 0 4px #15c25f26}.form-field input:invalid:not(:placeholder-shown){border-color:#e88}.shipping-opt{cursor:pointer;background:#fff;border:2px solid #eef2ef;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;transition:all .15s;display:flex;position:relative}.shipping-opt:hover{border-color:#b8e5c9;transform:translateY(-1px)}.shipping-opt.selected{background:linear-gradient(135deg,#f0faf3,#e6f7ec);border-color:#15c25f}.shipping-opt input{accent-color:#15c25f;width:18px;height:18px}.shipping-opt .info{flex:1}.shipping-opt .info strong{color:#0f1a12;font-size:14px;display:block}.shipping-opt .info small{color:#6a7570;font-size:12px}.shipping-opt .price{color:#0e8f45;font-size:15px;font-weight:800}.shipping-opt .badge-free{color:#6b4a00;text-transform:uppercase;letter-spacing:.05em;background:#ffdc4a;border-radius:999px;margin-left:6px;padding:2px 8px;font-size:10px;font-weight:800;display:inline-block}.pay-method{background:linear-gradient(135deg,#f0faf3,#e6f7ec);border:2px solid #15c25f;border-radius:14px;align-items:center;gap:12px;padding:14px 16px;display:flex}.pay-method .icon{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:inline-flex;box-shadow:0 4px 12px #15c25f33}.pay-method strong{color:#0f1a12;font-size:15px;display:block}.pay-method small{color:#3a4640;font-size:12.5px}.pay-method .discount-tag{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#0e8f45;border-radius:999px;margin-left:auto;padding:5px 10px;font-size:11px;font-weight:800}.pix-box{color:#2a6e1f;background:linear-gradient(135deg,#f0faf3,#e6f7ec);border:1px dashed #15c25f;border-radius:12px;padding:16px;font-size:13.5px;line-height:1.6}.trust-badges{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.trust-badges .tb{text-align:center;color:#3a4640;background:#f7faf7;border:1px solid #eaf0ec;border-radius:12px;padding:10px;font-size:11px;font-weight:600}.trust-badges .tb .ico{margin-bottom:4px;font-size:20px;display:block}.mini-testi{color:#3a4640;background:#fff;border:1px solid #eaf0ec;border-radius:12px;margin-top:14px;padding:14px;font-size:13px;line-height:1.5}.mini-testi .stars{color:#ffb400;font-size:13px}.mini-testi .who{color:#0f1a12;margin-top:4px;font-size:12.5px;font-weight:700}.guarantee{background:linear-gradient(135deg,#fff8e1,#fff2c2);border:1px solid #ffd76b;border-radius:14px;align-items:center;gap:14px;margin-top:16px;padding:14px 16px;display:flex}.guarantee .seal{color:#6b4a00;text-align:center;background:#ffdc4a;border-radius:50%;flex:none;justify-content:center;align-items:center;width:52px;height:52px;font-size:12px;font-weight:900;line-height:1;display:inline-flex;box-shadow:inset 0 0 0 3px #fff,0 4px 10px #00000014}.guarantee strong{color:#6b4a00;font-size:14px;display:block}.guarantee small{color:#7a5a20;font-size:12.5px}.success-hero{text-align:center;padding:24px 8px 8px}.success-hero .check{color:#fff;background:linear-gradient(135deg,#15c25f,#0e8f45);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 14px;font-size:38px;display:inline-flex;box-shadow:0 12px 30px #15c25f66}.success-hero h2{color:#0f1a12;margin:0 0 6px;font-size:24px}.success-hero p{color:#4a544c;margin:0}.step-nav{border-top:1px dashed #eef2ef;grid-template-columns:1fr 2fr;align-items:center;gap:12px;margin-top:20px;padding-top:18px;display:grid}.step-nav .step-back,.step-nav .btn-primary{margin-top:0}@media (width<=520px){.step-nav{grid-template-columns:1fr}.step-nav .step-back{order:2}}.review-block{color:#3a4640;background:#f7faf7;border:1px solid #eaf0ec;border-radius:12px;margin-top:16px;padding:14px 16px;font-size:13px;line-height:1.55}.review-block h3{color:#0e8f45;text-transform:uppercase;letter-spacing:.05em;margin:0 0 8px;font-size:13px;font-weight:800}.review-block p{margin:2px 0}html{scroll-behavior:smooth}@media (width<=749px){.button,button.button,.shopify-payment-button__button{letter-spacing:.02em;min-height:52px!important;font-size:16px!important}h1,.h1{font-size:28px!important;line-height:1.2!important}h2,.h2{font-size:22px!important;line-height:1.25!important}.product__title,.card__heading{font-size:20px!important}.price-item{font-size:22px!important}section,.section{padding-top:24px!important;padding-bottom:24px!important}}.urgency-banner{color:#7a4a00;background:linear-gradient(90deg,#fff4d6,#ffe6b3);border:1px solid #f5c76a;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin:12px 0;padding:10px 14px;font-size:14px;font-weight:600;display:flex}.urgency-banner .dot{background:#e11d48;border-radius:50%;width:8px;height:8px;animation:1.6s infinite pulse;box-shadow:0 0 #e11d4899}@keyframes pulse{0%{box-shadow:0 0 #e11d4899}70%{box-shadow:0 0 0 10px #e11d4800}to{box-shadow:0 0 #e11d4800}}.site-footer{color:#eafff0;font-family:var(--font-body-family,system-ui, sans-serif);background:linear-gradient(#0e7d3d 0%,#0a5f2e 100%);margin-top:60px}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-trust{color:#1a1a1a;background:#fff;border-top:3px solid #15c25f;border-bottom:1px solid #e7e7e7;padding:26px 0}.footer-trust-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.trust-item{align-items:center;gap:12px;min-width:0;display:flex}.trust-icon{color:#15c25f;background:#15c25f1f;border-radius:50%;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.trust-title{color:#1a1a1a;font-size:14px;font-weight:700}.trust-subtitle{color:#6b7280;font-size:12px}.footer-main{padding:54px 0 36px}.footer-grid{grid-template-columns:1.4fr 1fr 1.3fr 1fr;gap:40px;display:grid}.footer-brand{color:#fff;letter-spacing:-.01em;margin:0 0 12px;font-size:24px;font-weight:800}.footer-tagline{color:#ffffffd9;max-width:340px;margin:0 0 20px;font-size:14px;line-height:1.6}.footer-heading{text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:0 0 16px;padding-bottom:10px;font-size:13px;font-weight:800;position:relative}.footer-heading:after{content:"";background:#ffd54a;border-radius:2px;width:32px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-links a,.footer-info-line{color:#ffffffe6;align-items:center;gap:8px;font-size:14px;text-decoration:none;transition:color .15s,transform .15s;display:inline-flex}.footer-links a:hover{color:#ffd54a;transform:translate(2px)}.footer-payments{flex-wrap:wrap;gap:6px;display:flex}.pay-badge{letter-spacing:.05em;color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:4px;padding:6px 9px;font-size:10px;font-weight:800}.footer-company{text-align:center;color:#ffffffd9;border-top:1px solid #ffffff26;padding:18px 0}.footer-company-name{letter-spacing:.05em;margin:0 0 4px;font-size:13px;font-weight:700}.footer-company-details{color:#ffffffb3;margin:0;font-size:12px;line-height:1.6}.footer-bottom{color:#ffffffbf;background:#00000026;border-top:1px solid #ffffff26;padding:20px 0;font-size:12px}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-legal{text-align:right;max-width:520px}@media (width<=900px){.footer-trust-grid{grid-template-columns:repeat(2,1fr);gap:18px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-legal{text-align:left}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}@media (width<=520px){.footer-trust-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-main{padding:40px 0 28px}.footer-brand{font-size:22px}}.whatsapp-float{color:#fff;z-index:9999;background:#25d366;border-radius:50%;place-items:center;width:58px;height:58px;transition:transform .2s;animation:2.4s ease-in-out infinite wa-bounce;display:grid;position:fixed;bottom:16px;right:16px;box-shadow:0 10px 28px #25d36680}@keyframes wa-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.announcement-bar,.marquee{font-weight:600;color:#fff!important;background:linear-gradient(90deg,#15c25f,#0e7d3d)!important}.button,button.button,.shopify-payment-button__button,.product-form__submit{text-transform:uppercase;color:#fff!important;letter-spacing:.02em!important;background:linear-gradient(#17d267,#12a851)!important;border:none!important;border-radius:12px!important;font-weight:800!important;transition:transform .15s,box-shadow .15s,filter .15s!important;box-shadow:0 8px 20px #15c25f59,inset 0 1px #ffffff40!important}.button:hover,button.button:hover,.shopify-payment-button__button:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 12px 26px #15c25f73!important}.button:active{transform:translateY(0)}.price-item--sale,.price__sale .price-item--last{color:#15c25f!important;font-weight:800!important}.product,.product__info-container,.card{border-radius:14px}.product__info-container{background:#fff}section{position:relative}details,.accordion,summary{border-radius:10px!important}summary{font-weight:700!important}summary:hover{color:#15c25f!important}@media (width<=749px){.button,button.button,.shopify-payment-button__button{width:100%!important;min-height:54px!important;font-size:16px!important}h1,.h1{font-size:28px!important;line-height:1.2!important}h2,.h2{font-size:22px!important;line-height:1.25!important}.product__title,.card__heading{font-size:20px!important}.price-item{font-size:24px!important}section,.section{padding-top:26px!important;padding-bottom:26px!important}img{border-radius:10px}}::selection{color:#fff;background:#15c25f}.whatsapp-float{color:#fff;z-index:9999;background:#25d366;border-radius:50%;place-items:center;width:56px;height:56px;transition:transform .2s;display:grid;position:fixed;bottom:16px;right:16px;box-shadow:0 8px 24px #25d36666}.whatsapp-float:hover{transform:scale(1.08)}.whatsapp-float:active{transform:scale(.96)}
