
html{--bg_body:#ffffff;--color_primary:#434343;--color_second:#434343;--color_text:#434343;--bg_top:#208b1f;--bg_button_primary:#636363;--bg_button_primary_hover:#3f3f3f;--bg_blog:#fcfcfc;--color_title_blog:#3f3f3f;--color_blog:#3f3f3f;--bg_depoimento:#f1fae5;--text_depoimento:#3f3f3f;--title_depoimento:#2f7b02;--top_color:#ffffff;--cart_number:#fbfbfb;--cart_number_bg:#434343;--border_title_list:#434343;--color_footer:#ffffff;--color_text_footer:#000000;--color_text_button_footer:#ffffff;--color_border_footer:#208b1f;--color_icon_footer:#434343;--color_button_footer:#434343;--color_button_hover_footer:#777777;--color_title_footer:#434343;--color_footer_newsletter:#208b1f;--color_footer_newsletter_second:#208b1f;--color_footer_newsletter_text:#ffffff;--color_footer_newsletter_input:#ffffff;--color_footer_newsletter_input_color:#000000;--bg_input:#ffffff;--text_input:#bfbfbf;--border_input:#ebebeb;--social_bg:#434343;--social_bg_hover:#777777;--social_color:#fbfbfb;--header_top:#ffffff;--header_icon_top:#2f5b08;--header_text_top:#000000;--header_search_top:#fafafa;--header_search_icon:#2e9a2d;--header_text_search_top:#242424;--header_top_border:#ffffff;--header_text_hover:#434343;--bg_sub:#ffffff;--nav_bg:#ffffff;--nav_bg_2:#ffffff;--nav_color:#000000;--nav_color_sub:#434343;--nav_color_border:#434343;--tag_desconto_bg:#106f08;--tag_lancamento_bg:#3b9f9f;--title_list:#1c510d;--bg_title:#e7f5e5;--button_details:#5f940a;--button_details_hover:#3e3d3d;--preco_color:#1f850f;--payment_color:#5e9408;--color_name_product:#090909;--button_buy:#0e920d;--button_buy_hover:#097c09;--color_border:#ebebeb;--bg_box_product:#ffffff;box-sizing:border-box}*{margin:0;padding:0;outline:0}*,*:before,*:after{box-sizing:inherit;font-family:inherit}body{font-family:Roboto,Arial,sans-serif;background:var(--bg_body);color:var(--color_text);line-height:1.45}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.f-wrap{flex-wrap:wrap}.topbar{background:var(--bg_top);color:#fff;font-size:13px}.topbar .container{padding:8px 0;gap:16px}.header{background:var(--header_top);border-bottom:1px solid var(--color_border);position:sticky;top:0;z-index:50}.header-inner{display:grid;grid-template-columns:220px 1fr auto;gap:22px;align-items:center;padding:18px 0}.brand{font-size:26px;font-weight:800;color:#1c510d;letter-spacing:.3px}.brand span{color:#434343}.searchbar{height:46px;border:1px solid var(--border_input);background:var(--header_search_top);border-radius:4px;display:flex;align-items:center;padding:0 14px}.searchbar input{border:0;background:transparent;width:100%;font-size:15px;color:#222}.header-actions{gap:12px}.header-actions a,.cart-btn{padding:10px 14px;border:1px solid var(--color_border);border-radius:4px;background:#fff;cursor:pointer}.cart-btn{background:var(--cart_number_bg);color:#fff}.nav{background:var(--nav_bg);border-bottom:1px solid var(--color_border)}.nav ul{list-style:none;display:flex;gap:8px;justify-content:center}.nav li{position:relative}.nav a{display:flex;align-items:center;gap:7px;padding:14px 16px;font-weight:700;color:var(--nav_color);font-size:14px}.nav a:hover{color:var(--button_buy)}.nav .mega{display:none;position:absolute;left:0;top:100%;width:420px;background:#fff;border:1px solid var(--color_border);box-shadow:0 16px 45px rgba(0,0,0,.12);padding:18px;z-index:60}.nav li:hover .mega{display:block}.mega h4{color:var(--title_list);margin-bottom:10px}.mega-grid{display:grid;grid-template-columns:1fr 150px;gap:18px}.mega a{padding:6px 0;font-weight:500}.hero{background:linear-gradient(90deg,#e7f5e5,#fff);padding:42px 0 34px;border-bottom:1px solid var(--color_border)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.hero h1{font-size:42px;color:#1c510d;line-height:1.1;margin-bottom:12px}.hero p{font-size:17px;color:#4b5563;margin-bottom:22px}.hero-card{background:white;border:1px solid #dcebd8;border-radius:14px;padding:18px;box-shadow:0 14px 32px rgba(32,139,31,.1)}.btn{border:0;border-radius:4px;background:var(--button_buy);color:white;padding:12px 18px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn:hover{background:var(--button_buy_hover)}.btn.secondary{background:var(--bg_button_primary)}.section{padding:34px 0}.title-section{text-align:center;color:var(--title_list);font-size:28px;margin-bottom:24px}.title-section span{background:var(--bg_title);padding:8px 18px;border-radius:999px}.category-row{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.cat-card{border:1px solid var(--color_border);background:#fff;border-radius:10px;padding:18px;text-align:center;transition:.2s}.cat-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.cat-card .icon{width:66px;height:66px;border-radius:50%;background:#f1fae5;margin:0 auto 10px;display:grid;place-items:center;font-size:30px}.shop-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}.filter{background:#fff;border:1px solid var(--color_border);border-radius:10px;padding:18px;align-self:start;position:sticky;top:116px}.filter h3{font-size:20px;color:var(--title_list);margin-bottom:14px}.filter label{display:flex;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #f1f1f1;font-size:14px}.filter input{accent-color:var(--bg_top)}.notice{background:var(--bg_depoimento);color:#34542b;padding:12px;border-radius:8px;margin-top:14px;font-size:13px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--color_border);background:var(--bg_box_product);border-radius:10px;overflow:hidden;position:relative;display:flex;flex-direction:column;min-height:100%;transition:.2s}.product:hover{box-shadow:0 14px 32px rgba(0,0,0,.10);transform:translateY(-3px)}.product .image{height:205px;background:#fafafa;display:grid;place-items:center;overflow:hidden}.product .image img{width:100%;height:100%;object-fit:cover}.seal{position:absolute;top:10px;left:10px;background:var(--tag_desconto_bg);color:white;font-size:11px;font-weight:800;padding:5px 8px;border-radius:3px}.seal.new{background:var(--tag_lancamento_bg)}.info-product{padding:14px;display:flex;flex-direction:column;gap:9px;flex:1}.product-name{font-size:15px;min-height:44px;color:var(--color_name_product);font-weight:700}.stars{color:#f5a623;font-size:13px}.price-off{font-size:20px;color:var(--preco_color);font-weight:900}.mrp{text-decoration:line-through;color:#888;font-size:13px;margin-left:5px}.product-payment{font-size:12px;color:var(--payment_color)}.add-line{display:flex;gap:8px;padding:0 14px 14px}.add-line input{width:58px;border:1px solid var(--color_border);border-radius:4px;text-align:center}.action{flex:1;border:0;background:var(--button_buy);color:white;border-radius:4px;font-weight:800;cursor:pointer}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:34px}.gallery{display:grid;grid-template-columns:92px 1fr;gap:14px}.thumbs{display:flex;flex-direction:column;gap:10px}.thumbs img{height:82px;object-fit:cover;border:1px solid var(--color_border);border-radius:8px;cursor:pointer}.main-img{height:520px;border:1px solid var(--color_border);border-radius:12px;object-fit:cover}.detail h1{font-size:30px;color:#222;margin-bottom:10px}.detail .price-off{font-size:34px}.qty{display:flex;gap:8px;align-items:center;margin:18px 0}.qty input{width:70px;padding:12px;border:1px solid var(--border_input)}.frete{border:1px solid var(--color_border);border-radius:10px;padding:16px;margin-top:18px}.frete input{padding:11px;border:1px solid var(--border_input);border-radius:4px}.cart-sidebar{position:fixed;right:-420px;top:0;width:390px;max-width:100%;height:100vh;background:#fff;z-index:101;box-shadow:-16px 0 40px rgba(0,0,0,.18);display:flex;flex-direction:column;transition:.25s}.cart-sidebar.open{right:0}.cart-head{height:64px;background:var(--bg_top);color:#fff;display:flex;align-items:center;gap:12px;padding:0 18px;font-weight:800}.cart-content{flex:1;overflow:auto;padding:16px}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:10px;border-bottom:1px solid var(--color_border);padding:12px 0}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:6px}.cart-foot{border-top:1px solid var(--color_border);padding:18px}.cart-total{display:flex;justify-content:space-between;font-weight:900;margin-bottom:14px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:100;display:none}.overlay.show{display:block}.form-card{background:#fff;border:1px solid var(--color_border);border-radius:12px;padding:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.field input,.field textarea,.field select{padding:12px;border:1px solid var(--border_input);border-radius:4px}.order-box{background:#f8fff7;border:1px solid #dcebd8;border-radius:10px;padding:18px}.footer{background:#fff;border-top:4px solid var(--color_border_footer);padding:34px 0;margin-top:36px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px}.small{font-size:13px;color:#667085}.empty{text-align:center;padding:40px 10px;color:#777}.auth-box{max-width:440px;margin:36px auto}.recaptcha-note{font-size:12px;color:#777;margin-top:8px}@media(max-width:900px){.header-inner{grid-template-columns:1fr;gap:12px}.hero-grid,.product-page,.shop-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.category-row{grid-template-columns:repeat(3,1fr)}.filter{position:static}.nav ul{overflow:auto;justify-content:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.main-img{height:360px}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}.category-row{grid-template-columns:repeat(2,1fr)}.form-grid,.footer-grid{grid-template-columns:1fr}.cart-sidebar{width:100%}.hero h1{font-size:30px}.gallery{grid-template-columns:1fr}.thumbs{flex-direction:row;overflow:auto}}
.brand{display:flex;align-items:center;gap:10px;white-space:nowrap}.brand img{width:42px;height:42px;border-radius:12px}.mega-grid img{height:140px;width:150px;object-fit:cover;border-radius:12px;border:1px solid var(--color_border)}
.checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.field textarea{min-height:96px;resize:vertical}@media(max-width:900px){.checkout-grid{grid-template-columns:1fr}.brand{font-size:24px}}
.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.policy-card{background:#fff;border:1px solid var(--color_border);border-radius:12px;padding:24px;max-width:920px;margin:0 auto}.policy-card h2,.policy-card h3,.form-card h2,.form-card h3{color:#1c510d;margin:12px 0 8px}.policy-card p,.policy-card li{margin-bottom:10px}.policy-card ul{margin-left:22px;margin-bottom:14px}.footer a{color:#234b18}.payu-note{background:#f8fff7;border:1px solid #dcebd8;padding:12px;border-radius:8px;margin-top:12px}.payment-option{display:block;border:1px solid var(--color_border);border-radius:8px;padding:12px;margin:8px 0;background:#fff}@media(max-width:900px){.support-grid{grid-template-columns:1fr}}


.product-carousel{position:relative;margin-top:18px}
.carousel-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 4px 18px;scrollbar-width:thin}
.carousel-card{min-width:230px;background:#fff;border-radius:18px;box-shadow:0 12px 30px rgba(24,73,41,.12);padding:12px;display:flex;flex-direction:column;scroll-snap-align:start;border:1px solid rgba(51,110,60,.12)}
.carousel-card a{color:inherit;text-decoration:none;display:flex;flex-direction:column;gap:7px}
.carousel-card img{width:100%;height:160px;object-fit:cover;border-radius:14px;background:#f0f7ed}
.carousel-card span{font-size:12px;color:#55725a}.carousel-card strong{color:#1e7d3a;font-size:18px}
.carousel-controls{display:flex;gap:10px;justify-content:flex-end;margin-bottom:8px}.carousel-controls button{border:0;border-radius:999px;background:#1f7a3a;color:#fff;width:40px;height:40px;font-size:22px;cursor:pointer}
.verify-box{background:#f3faef;border:1px solid #cfe8c8;border-radius:16px;padding:16px;margin:14px 0}.verify-actions{display:flex;gap:10px;flex-wrap:wrap}.verified-note{font-size:13px;color:#41614a;margin-top:8px}
.business-box{background:#fff;border-left:5px solid #2f7d32;padding:14px;border-radius:12px;margin-top:12px}


/* Anadh Orgo Store - happy rainbow kids neon light palette */
:root,html{--sky:#8CE4FF;--lemon:#FEEE91;--orange:#FFA239;--red:#FF5656;--ink:#252525;--bg_body:#fffdf0;--bg_top:#FF5656;--button_buy:#FF5656;--button_buy_hover:#FFA239;--bg_button_primary:#FFA239;--cart_number_bg:#FF5656;--nav_bg:#FEEE91;--nav_color:#252525;--title_list:#FF5656;--bg_title:#FEEE91;--preco_color:#FF5656;--payment_color:#d66e00;--tag_desconto_bg:#FF5656;--tag_lancamento_bg:#FFA239;--color_border:#8CE4FF;--border_input:#8CE4FF;--color_border_footer:#FFA239;--bg_depoimento:#FEEE91;--header_search_top:#ffffff;}
body{background:linear-gradient(135deg,#fffdf0 0%,#ffffff 34%,#eefdff 100%);}
.topbar{background:linear-gradient(90deg,#8CE4FF,#FEEE91,#FFA239,#FF5656);color:#202020;font-weight:800}.header{background:rgba(255,255,255,.96);border-bottom:4px solid #8CE4FF}.brand{color:#FF5656;text-shadow:1px 1px 0 #FEEE91}.brand span{color:#FFA239}.brand img{box-shadow:0 0 0 4px #FEEE91,0 8px 22px rgba(255,86,86,.25)}.searchbar{border:2px solid #8CE4FF;border-radius:999px;box-shadow:0 6px 18px rgba(140,228,255,.35)}.nav{background:#FEEE91}.nav a{border-radius:999px}.nav a:hover{background:#8CE4FF;color:#FF5656}.hero{background:radial-gradient(circle at 12% 10%,#FEEE91 0 14%,transparent 15%),linear-gradient(120deg,#8CE4FF 0%,#fff 45%,#FEEE91 100%)}.hero h1,.policy-card h2,.policy-card h3,.form-card h2,.form-card h3{color:#FF5656}.hero p{color:#31424a}.btn,.action{background:linear-gradient(90deg,#FF5656,#FFA239);border-radius:999px;box-shadow:0 8px 18px rgba(255,86,86,.25)}.btn.secondary{background:linear-gradient(90deg,#8CE4FF,#FFA239);color:#202020}.title-section span{background:linear-gradient(90deg,#8CE4FF,#FEEE91,#FFA239);color:#FF5656;box-shadow:0 8px 22px rgba(255,162,57,.22)}.cat-card,.product,.form-card,.policy-card,.filter,.hero-card,.order-box,.carousel-card{border:2px solid #8CE4FF;border-radius:22px;box-shadow:0 12px 26px rgba(140,228,255,.2);background:#fff}.cat-card .icon{background:linear-gradient(135deg,#8CE4FF,#FEEE91)}.product .image{background:linear-gradient(135deg,#fff,#FEEE91)}.product:hover{box-shadow:0 18px 38px rgba(255,86,86,.22)}.seal{background:#FF5656;border-radius:999px}.price-off{color:#FF5656}.mrp{color:#777}.product-payment,.small{color:#555}.notice,.verify-box,.payu-note{background:#FEEE91;border:2px dashed #FFA239;color:#333}.footer{background:linear-gradient(180deg,#fff,#FEEE91);border-top:8px solid #FFA239}.cart-head{background:linear-gradient(90deg,#FF5656,#FFA239);}.carousel-controls button{background:#FF5656}.filter label:hover{color:#FF5656}.main-img,.thumbs img{border:3px solid #8CE4FF;background:#fff}.business-box{border-left-color:#FF5656;background:#fff8d7}.product-name{color:#222}.header-actions a,.cart-btn{border:2px solid #8CE4FF;border-radius:999px}.cart-btn{background:#FF5656;color:#fff}


/* Gateway-ready responsive fixes */
*{box-sizing:border-box} img{max-width:100%;height:auto} .container{width:min(1180px,94vw)}
.policy-card,.form-card{overflow-wrap:anywhere}.checkout-grid,.support-grid,.footer-grid,.hero,.hero-grid{gap:22px}
@media (max-width: 900px){
  .topbar .flex,.header-inner{flex-direction:column;align-items:stretch;gap:10px}.brand{justify-content:center}.searchbar{width:100%}.searchbar input{width:100%}
  .nav ul{display:flex;overflow-x:auto;white-space:nowrap;padding-bottom:8px}.nav a{display:block;padding:10px 12px}
  .hero,.hero-grid,.checkout-grid,.support-grid,.footer-grid,.product-detail{grid-template-columns:1fr!important}.hero{padding:28px 0}.hero h1{font-size:clamp(30px,8vw,48px)}
  .products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-sidebar{width:min(92vw,390px)}
  .form-card input,.form-card select,.form-card textarea,.field input,.field select,.field textarea{width:100%;max-width:100%}
}
@media (max-width: 560px){
  .products-grid{grid-template-columns:1fr}.header-actions{justify-content:center;flex-wrap:wrap}.btn,.action,.cart-btn{width:100%;justify-content:center;text-align:center}
  .cart-item{grid-template-columns:64px 1fr auto}.cart-item img{width:64px;height:64px;object-fit:cover}.product .image img,.carousel-card img{height:220px;object-fit:cover}
  table{display:block;overflow-x:auto}.checkout-grid{display:block}.checkout-grid>*{margin-bottom:16px}
}


/* === ANADH ORGO responsive header/product image fix === */
*{box-sizing:border-box}
img{max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 28px));margin-inline:auto}
.header{position:sticky;top:0;z-index:50}
.header-inner{display:grid;grid-template-columns:minmax(190px,240px) minmax(240px,1fr) auto;gap:16px;align-items:center;padding:14px 0;min-width:0}
.brand{font-size:clamp(18px,2.2vw,28px);font-weight:900;letter-spacing:.2px;min-width:0;display:flex;align-items:center;gap:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none}
.brand img{width:48px;height:48px;object-fit:contain;flex:0 0 auto;border-radius:14px}
.searchbar{width:100%;min-width:0;display:flex;align-items:center;height:48px;padding:0 16px;background:#fff;border-radius:999px;overflow:hidden}
.searchbar input{width:100%;min-width:0;outline:0;border:0;background:transparent;font-size:15px}
.header-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;white-space:nowrap;min-width:0}
.header-actions a,.cart-btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;text-decoration:none;border:0;cursor:pointer}
.product .image,.carousel-card .image{background:#fff;min-height:210px}
.product .image img,.carousel-card img,.cart-item img{display:block;object-fit:contain;background:#fff;padding:6px}
.product .image img{width:100%;height:100%}
.main-img{width:100%;object-fit:contain;background:#fff;padding:10px}
.thumbs img{object-fit:contain;background:#fff;padding:4px}
.checkout-grid{align-items:start;min-width:0}.checkout-grid>*{min-width:0}.form-card,.order-box{overflow:hidden}.order-box .flex{gap:12px;flex-wrap:wrap}.order-box span{overflow-wrap:anywhere}.field input,.field textarea,.field select{width:100%;max-width:100%}
@media(max-width:900px){
  .header-inner{grid-template-columns:1fr;gap:12px;text-align:center;padding:12px 0}
  .brand{justify-content:center;white-space:normal;line-height:1.05}.brand img{width:44px;height:44px}
  .header-actions{justify-content:center;flex-wrap:wrap}.searchbar{order:2}.header-actions{order:3}.brand{order:1}
  .checkout-grid,.shop-layout,.hero-grid,.product-page{grid-template-columns:1fr!important}
}
@media(max-width:560px){
  .container{width:min(100% - 20px,1180px)}
  .topbar .flex{display:block;text-align:center;font-size:12px;line-height:1.5}
  .header-actions a,.cart-btn{flex:1 1 130px}.searchbar{height:44px;padding:0 12px}.searchbar input{font-size:14px}
  .product-grid{grid-template-columns:1fr!important}.product .image{height:230px}.form-card,.order-box{padding:16px}
  .btn,.action{min-height:42px}.add-line{flex-wrap:wrap}.add-line input{flex:0 0 70px}.action{min-height:40px}
}

/* Firebase account form fixes */
.verify-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.verify-actions .btn{width:auto;min-width:150px}
.verify-box input{max-width:100%}
@media(max-width:640px){.verify-actions .btn{width:100%;min-width:0}.verify-actions{gap:8px}}
