/*
Theme Name: Chatsaral Premium
Theme URI: https://chatsaral.com/
Author: Chatsaral
Description: Original lightweight WooCommerce storefront theme for chatsaral.com with a yellow, black and white premium brand style.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: chatsaral-premium
*/
:root{--yellow:#ffd400;--yellow2:#ffbf00;--black:#0b0b0b;--dark:#151515;--white:#fff;--muted:#707070;--line:#ececec;--bg:#fafafa;--radius:18px;--shadow:0 12px 35px rgba(0,0,0,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111;background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,92%);margin:auto}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}
.topbar{background:var(--black);color:#fff;font-size:13px}.topbar .container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar a:hover{color:var(--yellow)}
.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 16px rgba(0,0,0,.06)}.header-main{display:flex;align-items:center;gap:24px;min-height:82px}.brand{display:flex;align-items:center;gap:11px;min-width:190px}.brand-mark{width:43px;height:43px;border-radius:12px;background:var(--yellow);display:grid;place-items:center;font-weight:900;color:#111}.brand-name{font-size:25px;font-weight:900;letter-spacing:-.7px}.brand-tag{display:block;color:#777;font-size:11px;margin-top:-4px}.main-nav{margin-left:auto}.main-nav ul{display:flex;list-style:none;gap:25px;padding:0;margin:0}.main-nav a{font-weight:700;font-size:14px}.main-nav a:hover{color:#b28600}.header-actions{display:flex;align-items:center;gap:10px}.icon-btn{width:42px;height:42px;border:1px solid #e8e8e8;border-radius:12px;background:#fff;display:grid;place-items:center;font-weight:800}.cart-count{background:var(--yellow);border-radius:50%;font-size:10px;padding:2px 6px;position:relative;top:-14px;left:25px;margin-bottom:-20px}
.mobile-toggle{display:none;border:0;background:#111;color:#fff;border-radius:12px;padding:10px 13px;font-size:20px}
.search-strip{background:linear-gradient(135deg,var(--yellow),#ffe85c);padding:18px 0}.search-box{display:flex;background:#fff;border-radius:16px;overflow:hidden;max-width:820px;margin:auto;box-shadow:0 8px 24px rgba(0,0,0,.08)}.search-box input{flex:1;border:0;padding:15px 18px;font-size:16px;outline:none}.search-box button{width:64px;border:0;background:#111;color:#fff;font-size:20px}
.hero{padding:36px 0 26px;background:linear-gradient(180deg,#fff 0%,#fafafa 100%)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch}.hero-copy{background:#111;color:#fff;border-radius:28px;padding:54px;position:relative;overflow:hidden}.hero-copy:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:var(--yellow);right:-110px;bottom:-120px;opacity:.95}.eyebrow{display:inline-block;background:var(--yellow);color:#111;border-radius:30px;padding:6px 12px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-2.5px;margin:18px 0 16px;max-width:650px}.hero p{font-size:17px;color:#ddd;max-width:580px}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:12px;font-weight:800;border:1px solid transparent}.btn-yellow{background:var(--yellow);color:#111}.btn-light{background:#fff;color:#111}.btn-outline{border-color:#fff;color:#fff}.hero-visual{border-radius:28px;min-height:430px;background:radial-gradient(circle at 70% 30%,#ffe85c 0 12%,transparent 13%),linear-gradient(145deg,#f8f8f8,#e9e9e9);position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;padding:25px}.hero-visual:before{content:"CHAT SARAL";position:absolute;top:40px;left:28px;font-size:13px;font-weight:900;letter-spacing:3px;opacity:.4}.hero-card{background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow);width:min(360px,82%);position:relative;z-index:2}.hero-card .mock-img{height:220px;border-radius:15px;background:linear-gradient(135deg,#111 20%,#ffd400 21% 55%,#f5f5f5 56%);display:grid;place-items:center;font-size:36px;font-weight:900}.hero-card h3{margin:13px 0 2px}.hero-card p{margin:0;color:#777;font-size:13px}
.section{padding:54px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head h2{font-size:31px;letter-spacing:-1px;margin:0}.section-head p{margin:4px 0 0;color:#777}.text-link{font-weight:800;border-bottom:2px solid var(--yellow)}
.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{min-height:170px;border-radius:20px;padding:23px;background:#f6f6f6;position:relative;overflow:hidden;transition:.25s}.category-card:nth-child(even){background:#111;color:#fff}.category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.category-icon{width:52px;height:52px;border-radius:15px;background:var(--yellow);display:grid;place-items:center;font-size:25px}.category-card h3{margin:18px 0 4px}.category-card p{margin:0;opacity:.65;font-size:13px}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1/1;background:#f3f3f3;display:grid;place-items:center;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.product-image .placeholder{font-size:36px;color:#aaa}.badge{position:absolute;left:12px;top:12px;background:var(--yellow);color:#111;border-radius:20px;padding:5px 9px;font-size:11px;font-weight:900}.product-info{padding:15px}.product-info h3{font-size:15px;margin:0 0 6px}.price{font-weight:900}.price del{color:#aaa;font-weight:500;margin-right:6px}.product-actions{display:flex;gap:8px;margin-top:12px}.product-actions a{flex:1;text-align:center;padding:9px;border-radius:10px;background:#111;color:#fff;font-size:12px;font-weight:800}.product-actions a:last-child{background:var(--yellow);color:#111}
.offer{background:#111;color:#fff;border-radius:26px;padding:35px;display:grid;grid-template-columns:1fr auto;gap:25px;align-items:center}.offer h2{font-size:36px;line-height:1.1;margin:8px 0}.offer p{color:#ccc}.countdown{display:flex;gap:8px;flex-wrap:wrap}.timebox{min-width:72px;text-align:center;background:#222;border:1px solid #333;border-radius:13px;padding:11px}.timebox b{display:block;font-size:22px;color:var(--yellow)}.timebox small{color:#aaa}
.features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.feature strong{display:block;margin-bottom:4px}.feature span{font-size:13px;color:#777}
.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review{padding:24px;border-radius:18px;background:#f7f7f7}.stars{color:#e0ad00;letter-spacing:2px}.review p{color:#555}.review strong{font-size:14px}
.newsletter{background:var(--yellow);border-radius:25px;padding:35px;display:flex;justify-content:space-between;align-items:center;gap:25px}.newsletter h2{margin:0;font-size:28px}.newsletter form{display:flex;max-width:500px;width:100%;background:#fff;border-radius:12px;overflow:hidden}.newsletter input{border:0;outline:0;padding:13px;flex:1}.newsletter button{border:0;background:#111;color:#fff;padding:0 18px;font-weight:800}
.site-footer{background:#090909;color:#fff;margin-top:55px}.footer-main{padding:50px 0 35px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:35px}.footer-title{font-size:17px;margin:0 0 15px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin:8px 0;color:#aaa;font-size:14px}.footer-col a:hover{color:var(--yellow)}.footer-brand p{color:#aaa;max-width:360px}.footer-bottom{border-top:1px solid #222;padding:16px 0;color:#888;font-size:13px;display:flex;justify-content:space-between;gap:15px}.whatsapp{position:fixed;right:18px;bottom:18px;z-index:60;background:#25d366;color:#fff;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-size:24px;box-shadow:0 8px 25px rgba(0,0,0,.2)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:18px;list-style:none}.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important}.woocommerce .button,.woocommerce a.button{background:#111!important;color:#fff!important;border-radius:10px!important}.woocommerce .button:hover{background:#333!important}.woocommerce span.onsale{background:var(--yellow);color:#111}.woocommerce-page .site-content{padding:45px 0}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{border:1px solid #ddd;border-radius:10px;padding:11px}.woocommerce table.shop_table{border-radius:14px;overflow:hidden}
@media(max-width:900px){.main-nav{display:none}.mobile-toggle{display:block}.header-main{min-height:70px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:38px}.categories,.products-grid,.woocommerce ul.products{grid-template-columns:repeat(2,1fr)!important}.features{grid-template-columns:repeat(2,1fr)}.testimonials{grid-template-columns:1fr}.offer{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr}.newsletter{display:block}.newsletter form{margin-top:18px}.mobile-open .main-nav{display:block;position:absolute;left:4%;right:4%;top:68px;background:#fff;border-radius:15px;padding:15px;box-shadow:var(--shadow)}.mobile-open .main-nav ul{display:block}.mobile-open .main-nav li{padding:10px 4px}}
@media(max-width:560px){.topbar .container{justify-content:center}.topbar .top-extra{display:none}.brand-name{font-size:21px}.header-actions .icon-btn:first-child{display:none}.hero-copy{padding:30px}.hero h1{font-size:40px}.hero-visual{min-height:350px}.categories,.products-grid,.woocommerce ul.products{grid-template-columns:1fr!important}.features{grid-template-columns:1fr}.section{padding:38px 0}.footer-main{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}.newsletter{padding:25px}.offer{padding:25px}}

/* Solar storefront additions */
.solar-hero{padding-top:34px}.solar-visual{background:linear-gradient(145deg,#fff4a6,#e8e8e8 60%,#d9d9d9)}.hero-trust{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px;font-size:12px;color:#ddd}.hero-trust span{border:1px solid #333;border-radius:30px;padding:7px 10px}.solar-panel-art{width:min(430px,92%);height:350px;background:linear-gradient(145deg,#151515,#272727);border-radius:24px;padding:26px;box-shadow:0 18px 45px rgba(0,0,0,.22);transform:rotate(-4deg);position:relative;overflow:hidden}.solar-panel-art:after{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.12);border-radius:18px}.sun{position:absolute;right:28px;top:18px;font-size:42px;color:var(--yellow);z-index:2}.panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;width:78%;height:72%;margin-top:30px;transform:skewY(-5deg);position:relative;z-index:2}.panel-grid i{display:block;border:1px solid #5d6470;background:linear-gradient(135deg,#152333,#243a51)}.panel-caption{position:absolute;left:28px;bottom:23px;color:#fff;z-index:3}.panel-caption strong{display:block;font-size:20px}.panel-caption span{display:block;color:#c7c7c7;font-size:12px}.benefit-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;background:#111;color:#fff;border-radius:18px;padding:8px}.benefit-strip>div{padding:15px;border-radius:13px}.benefit-strip>div:hover{background:#1d1d1d}.benefit-strip b{display:block;color:var(--yellow);font-size:14px}.benefit-strip span{font-size:12px;color:#bbb}.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.brand-tile{border:1px solid var(--line);border-radius:18px;background:#fff;padding:22px;position:relative;overflow:hidden;transition:.25s}.brand-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#ddd}.brand-tile:after{content:"SOLAR";position:absolute;right:-8px;bottom:-14px;font-size:54px;font-weight:900;color:#f1f1f1;z-index:0}.brand-tile>*{position:relative;z-index:1}.brand-tile span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--yellow);font-size:11px;font-weight:900}.brand-tile strong{display:block;font-size:21px;margin-top:14px}.brand-tile small{color:#777}.empty-products{padding:45px;text-align:center;background:#fff;border:1px dashed #ddd;border-radius:18px;display:flex;flex-direction:column;gap:8px}.empty-products span{color:#777}.cleaning-box{background:#111;color:#fff;border-radius:28px;padding:42px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:30px;overflow:hidden;position:relative}.cleaning-box:after{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:var(--yellow);right:-160px;top:-150px}.cleaning-copy{position:relative;z-index:2}.cleaning-copy h2{font-size:38px;line-height:1.1;margin:14px 0}.cleaning-copy p{color:#ccc;max-width:620px}.cleaning-art{min-height:220px;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:2}.clean-tool{width:70px;height:70px;border-radius:18px;background:#fff;color:#111;display:grid;place-items:center;font-size:34px;box-shadow:0 10px 25px rgba(0,0,0,.2)}.clean-tool-line{width:38px;height:4px;background:var(--yellow);border-radius:9px}.brands-section{background:#fafafa}.solar-offer{background:linear-gradient(110deg,#111,#202020)}
@media(max-width:900px){.benefit-strip{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(2,1fr)}.cleaning-box{grid-template-columns:1fr}.cleaning-art{min-height:150px}}
@media(max-width:560px){.benefit-strip,.brand-grid{grid-template-columns:1fr}.solar-panel-art{height:290px}.cleaning-box{padding:28px}.cleaning-copy h2{font-size:30px}.cleaning-art{gap:6px}.clean-tool{width:58px;height:58px;font-size:27px}.clean-tool-line{width:18px}}
