
/*
Theme Name: FULLWARI Store
Theme URI: https://potline.in/
Author: FULLWARI
Description: Clean one-page WooCommerce storefront for FULLWARI gardening products. WooCommerce-ready, centered, responsive and built for real cart/checkout/order flow.
Version: 1.2.4
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: fullwari
*/
:root{--green:#075b3d;--green2:#0f7a50;--ink:#12372b;--cream:#fbfaf5;--line:#dfe7e1;--muted:#60736b;--gold:#d59618;--white:#fff;--shadow:0 12px 30px rgba(11,55,38,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}.fw-wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.fw-top{background:#06472f;color:#fff;font-size:14px}.fw-top .fw-wrap{display:flex;justify-content:center;padding:8px 0}
.fw-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:99}.fw-header-row{min-height:86px;display:flex;align-items:center;gap:28px}
.fw-logo{display:flex;align-items:center;gap:12px;font-weight:900;font-size:30px;color:var(--green);white-space:nowrap}.fw-logo-mark{width:48px;height:48px;border-radius:15px;background:var(--green);display:grid;place-items:center;color:#dff2dc;font-size:28px}.fw-tag{display:block;font-size:12px;font-weight:700;color:#688075;margin-top:-5px}
.fw-nav{display:flex;gap:24px;margin-left:auto;align-items:center;font-weight:800}.fw-nav a:hover{color:var(--green2)}
.fw-cart{background:var(--green);color:#fff!important;padding:11px 18px;border-radius:999px}.fw-menu{display:none}
.fw-hero{padding:64px 0 42px;background:linear-gradient(120deg,#eef7ee,#fbfaf5 60%)}.fw-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.fw-kicker{color:var(--green2);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.fw-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:12px 0 18px}.fw-hero p{font-size:20px;color:var(--muted);max-width:620px}.fw-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.fw-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:12px;font-weight:900;border:1px solid var(--green);cursor:pointer}.fw-btn-primary{background:var(--green);color:#fff}.fw-btn-light{background:#fff;color:var(--green)}
.fw-hero-img{min-height:420px;border-radius:28px;background-size:cover;background-position:center;box-shadow:var(--shadow)}
.fw-section{padding:62px 0}.fw-section h2{font-size:38px;margin:0 0 8px}.fw-category-block{margin-top:42px}.fw-category-block h3{font-size:28px;margin:0 0 16px;color:var(--green)}.fw-category-block h3 span{font-size:14px;font-weight:700;color:var(--muted);margin-left:8px}.fw-contacts{line-height:1.9}.fw-lead{color:var(--muted);font-size:18px;margin:0 0 28px}
.fw-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.fw-cat{height:170px;border-radius:20px;background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:var(--shadow)}.fw-cat:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.65))}.fw-cat span{position:absolute;z-index:2;bottom:16px;left:18px;color:#fff;font-weight:900;font-size:20px}
.fw-products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fw-product{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.fw-product-img{aspect-ratio:1/1;display:block;overflow:hidden;background:#edf4ef}.fw-product-img img{width:100%;height:100%;object-fit:cover;display:block}.fw-product-body{padding:18px;display:flex;flex-direction:column;flex:1}.fw-product h3{font-size:18px;line-height:1.25;margin:0 0 7px}.fw-price{font-size:21px;font-weight:900;color:var(--green2);margin:4px 0 15px}.fw-price del{font-size:14px;color:#87958f;margin-left:6px;font-weight:600}.fw-product-actions{display:flex;gap:8px;margin-top:auto}.fw-product-actions .fw-btn{flex:1;padding:10px 9px;font-size:14px}
.fw-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fw-step{background:#fff;border:1px solid var(--line);padding:24px;border-radius:20px}.fw-step b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e4f3e8;color:var(--green);font-size:18px}.fw-step h3{margin:14px 0 5px}
.fw-payment{background:#073f2c;color:#fff;border-radius:26px;padding:34px}.fw-payment p{color:#dcebe5}.fw-footer{background:#063e2c;color:#fff;margin-top:30px}.fw-footer .fw-wrap{padding:38px 0;display:flex;justify-content:space-between;gap:30px}.fw-footer small{color:#c8d8d1}
.woocommerce .site-main,.woocommerce-page .site-main{width:min(1180px,calc(100% - 32px));margin:40px auto}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:18px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:#fff;border:1px solid var(--line);padding:0 0 18px!important;border-radius:20px;overflow:hidden}.woocommerce ul.products li.product img{width:100%;aspect-ratio:1;object-fit:cover;margin:0 0 14px!important}.woocommerce ul.products li.product .button{background:var(--green);color:#fff;border-radius:10px;margin:8px 18px 0!important;text-align:center}.woocommerce .button,.woocommerce button.button,.woocommerce input.button{background:var(--green);color:#fff;border-radius:10px}.woocommerce-cart table.cart img{width:80px}.woocommerce form .form-row input,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid #cfdad4;border-radius:9px;padding:11px}.woocommerce-info,.woocommerce-message{border-top-color:var(--green)}
@media(max-width:900px){.fw-header-row{min-height:70px}.fw-nav{display:none}.fw-menu{display:block;margin-left:auto;font-size:24px}.fw-hero-grid{grid-template-columns:1fr}.fw-hero-img{min-height:300px}.fw-cats,.fw-products,.fw-steps{grid-template-columns:repeat(2,1fr)}.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:600px){.fw-wrap{width:min(100% - 22px,1180px)}.fw-logo{font-size:23px}.fw-logo-mark{width:40px;height:40px}.fw-hero{padding:42px 0}.fw-cats,.fw-products,.fw-steps{grid-template-columns:1fr}.fw-footer .fw-wrap{flex-direction:column}.fw-hero h1{font-size:44px}.fw-hero p{font-size:17px}.woocommerce ul.products{grid-template-columns:1fr!important}}

.fullwari-product-image{display:block;width:100%;height:300px;object-fit:cover;border-radius:18px 18px 0 0;background:#f1f5f2}
.fullwari-product-card img{display:block;max-width:100%;height:auto}

/* FULLWARI: product images/titles are intentionally non-clickable. */
.fw-product-img{cursor:default;pointer-events:none}.fw-product h3{cursor:default}.fw-product h3 a{color:inherit;text-decoration:none;pointer-events:none}
