
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}}
.hero-card.hero-photo{padding:0;overflow:hidden;min-height:360px;background:#f1fae5;position:relative}.hero-card.hero-photo img{width:100%;height:100%;min-height:360px;object-fit:cover}.hero-card.hero-photo:after{content:'Fresh Seeds • Home Garden • Organic Essentials';position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.88);color:#1c510d;font-weight:900;padding:12px 16px;border-radius:10px;box-shadow:0 10px 28px rgba(0,0,0,.14)}.auth-meta{display:grid;gap:6px;background:#f8fff7;border:1px solid #dcebd8;border-radius:8px;padding:12px;margin:12px 0}.auth-actions{display:grid;gap:10px}.auth-status{padding:10px 12px;border-radius:8px;margin:12px 0;font-size:13px}.auth-status.info{background:#eef6ff;color:#164b7a}.auth-status.success,.success-msg{background:#ecfdf3;color:#027a48;padding:10px;border-radius:8px}.auth-status.warn,.warn-msg{background:#fff7e6;color:#92400e;padding:10px;border-radius:8px}.auth-status.error{background:#fff1f3;color:#b42318}.checkout-lock{background:#fff7e6;color:#92400e;padding:10px;border-radius:8px;margin-bottom:12px;font-size:13px}

.footer a{color:#dff7d8;text-decoration:none}.footer a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:22px;padding-top:16px;font-size:13px;color:#d9ead5}.legal-page{padding:42px 0}.legal-card{background:#fff;border:1px solid #e5eadf;border-radius:18px;box-shadow:0 12px 30px rgba(25,71,28,.08);padding:28px}.legal-card h1{margin-top:0;color:#184b1b}.legal-card h2{margin-top:24px;color:#226327}.legal-card p,.legal-card li{line-height:1.72;color:#425243}.legal-meta{background:#f4faef;border-left:4px solid #238c31;padding:14px 16px;border-radius:10px;margin:16px 0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.contact-card{background:#f7fbf1;border:1px solid #dbe9d2;border-radius:14px;padding:18px}.policy-table{width:100%;border-collapse:collapse;margin:18px 0}.policy-table td,.policy-table th{border:1px solid #dfe8d9;padding:10px;text-align:left}.policy-table th{background:#f0f8e9}


/* Responsive and image visibility fixes - ANADH NURSERY */
*{box-sizing:border-box} img{max-width:100%;display:block}.justify-between{justify-content:space-between}.container{max-width:1180px}.mega img{width:150px;height:120px;object-fit:cover;border-radius:10px}.hero-card.hero-photo{min-height:420px}.hero-card.hero-photo img{height:420px;min-height:420px}.product .image{height:220px}.product .image img{transition:transform .25s ease}.product:hover .image img{transform:scale(1.04)}.shop-layout{align-items:start}.checkout-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px}.order-box{min-width:0;overflow-wrap:anywhere}.order-box .flex{gap:12px;align-items:flex-start}.order-box hr{border:0;border-top:1px solid #dcebd8;margin:12px 0}.form-card{min-width:0}.field input,.field textarea,.field select{width:100%;max-width:100%}.cart-item{align-items:center}.cart-item button{border:1px solid #d7e6d0;background:#fff;border-radius:6px;padding:8px 10px;cursor:pointer}.nav{overflow-x:auto}.nav::-webkit-scrollbar{height:4px}.nav ul{min-width:max-content}.btn{min-height:44px;text-align:center}.header-actions{flex-wrap:wrap}.topbar .flex{flex-wrap:wrap}
@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.checkout-page-layout,.shop-layout{grid-template-columns:1fr}.order-box{position:static}.hero-grid{grid-template-columns:1fr}.hero-card.hero-photo,.hero-card.hero-photo img{min-height:340px;height:340px}.filter{position:static}}
@media(max-width:760px){.container{width:min(100% - 24px,1180px)}.topbar{font-size:12px}.header-inner{grid-template-columns:1fr;padding:12px 0}.brand{font-size:22px}.searchbar{height:42px}.header-actions a,.cart-btn{flex:1;text-align:center}.nav a{padding:12px 11px;font-size:13px}.hero{padding:28px 0}.hero h1{font-size:29px}.hero p{font-size:15px}.hero .btn{width:100%;margin:5px 0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product .image{height:160px}.product-name{font-size:13px;min-height:52px}.info-product{padding:10px}.add-line{padding:0 10px 10px;display:grid;grid-template-columns:52px 1fr}.price-off{font-size:17px}.category-row{grid-template-columns:repeat(2,1fr);gap:12px}.form-grid{grid-template-columns:1fr}.form-card,.order-box{padding:16px}.footer-grid{grid-template-columns:1fr}.product-page{grid-template-columns:1fr}.main-img{width:100%;height:320px}.gallery{grid-template-columns:1fr}.thumbs{flex-direction:row}.thumbs img{width:74px;height:74px}.checkout-lock{font-size:12px}.cart-item{grid-template-columns:58px 1fr auto}.cart-item img{width:58px;height:58px}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr}.product .image{height:210px}.cat-card{padding:14px 8px}.cart-sidebar{width:100%}.order-box .flex{display:grid}.checkout-page-layout{gap:16px}.hero-card.hero-photo,.hero-card.hero-photo img{min-height:280px;height:280px}.hero-card.hero-photo:after{font-size:12px;left:10px;right:10px;bottom:10px}.footer{font-size:14px}.footer .small{font-size:12px}.legal-card{padding:18px}}
