
:root{
  --wh-bg:#f5f5f7; --wh-card:#ffffff; --wh-soft:#fbfbfd; --wh-border:rgba(0,0,0,.08);
  --wh-blue:#0071e3; --wh-blue2:#2997ff; --wh-text:#1d1d1f; --wh-muted:#6e6e73;
  --header-h:76px; --radius:28px; --shadow:0 18px 55px rgba(0,0,0,.08);
}
*{box-sizing:border-box} html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;padding-top:var(--header-h);background:linear-gradient(180deg,#fbfbfd 0%,#f5f5f7 48%,#eef1f5 100%);color:var(--wh-text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Inter,Arial,sans-serif;overflow-x:hidden}a{text-decoration:none;color:inherit}.container{max-width:1220px;margin:0 auto;padding:0 22px}
.topbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(251,251,253,.86)!important;border-bottom:1px solid rgba(0,0,0,.06);backdrop-filter:saturate(180%) blur(22px);box-shadow:0 1px 0 rgba(0,0,0,.02);transform:translateY(0);transition:transform .28s ease,background .25s ease}.topbar.hidden{transform:translateY(-120%)}.topbar.scrolled{background:rgba(251,251,253,.74)!important}.bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;flex-wrap:wrap}.logo{font-weight:850;font-size:27px;letter-spacing:-.045em;color:#111!important;text-shadow:none!important;display:inline-flex;transition:transform .22s ease,color .22s ease}.logo:hover{color:#12cfd0!important;transform:scale(1.06)}.nav{display:flex;gap:18px;flex-wrap:wrap;overflow-x:auto;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav-link{font-size:11px;letter-spacing:.02em;font-weight:800;text-transform:uppercase;color:#424245!important;text-shadow:none!important}.nav-link:hover,.nav-link.active{color:var(--wh-blue)!important}.pill{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--wh-border);border-radius:999px;padding:8px 13px;font-size:13px;background:#fff;color:#1d1d1f;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.search-box{position:relative;min-width:190px;flex:1 1 260px;max-width:340px}.search-box input,.catalog-toolbar input,.catalog-toolbar select,input,select,textarea{background:rgba(255,255,255,.94);border:1px solid rgba(0,0,0,.09);border-radius:999px;padding:12px 15px;color:#1d1d1f;width:100%;font:inherit;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,.03)}.search-box input:focus,.catalog-toolbar input:focus,input:focus,select:focus,textarea:focus{border-color:rgba(0,113,227,.45);box-shadow:0 0 0 4px rgba(0,113,227,.10)}.search-results{position:absolute;top:48px;left:0;background:#fff;border:1px solid var(--wh-border);border-radius:18px;min-width:260px;z-index:99;box-shadow:var(--shadow);overflow:hidden}.search-results a{display:block;padding:11px 14px;border-bottom:1px solid #f0f0f2}.search-results a:last-child{border-bottom:0}
.hero{position:relative;min-height:auto;padding:68px 0 46px;background:linear-gradient(180deg,#fbfbfd 0%,#f5f5f7 100%)!important;overflow:hidden}.hero::before{display:none!important}.hero-overlay{display:none!important}.hero-card{display:grid;grid-template-columns:1.02fr .98fr;gap:30px;align-items:center;min-height:520px;border-radius:46px;padding:58px;background:linear-gradient(135deg,#fff 0%,#f5f7fa 55%,#eaf5ff 100%);box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.055);overflow:hidden;position:relative}.hero-card:after{content:"";position:absolute;right:-120px;top:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(0,113,227,.18),rgba(0,113,227,0) 70%)}.hero-body{position:relative;z-index:2;text-align:left;max-width:760px;width:100%;padding:0!important}.kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--wh-blue);margin:0 0 12px;font-size:12px;font-weight:850}.hero-title{font-size:clamp(42px,6.5vw,82px);margin:0 0 16px;line-height:.98;letter-spacing:-.07em;color:#1d1d1f!important;text-shadow:none!important;max-width:780px}.lead{color:var(--wh-muted);margin:0 0 24px;line-height:1.55;font-size:clamp(15px,2.1vw,20px);max-width:720px;text-shadow:none!important}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{position:relative;z-index:2;background:rgba(255,255,255,.68);border:1px solid rgba(0,0,0,.06);border-radius:36px;padding:22px;box-shadow:0 18px 50px rgba(0,0,0,.08)}.hero-visual img{width:100%;height:360px;object-fit:contain;display:block;filter:drop-shadow(0 22px 28px rgba(0,0,0,.18))}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.mini-stats span{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:12px;text-align:center;color:#424245;font-weight:750;font-size:13px}.btn{border:0;border-radius:999px;padding:11px 18px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .22s ease;min-height:42px}.btn.primary{background:var(--wh-blue);color:#fff}.btn.ghost{background:#fff;border:1px solid rgba(0,0,0,.08);color:#1d1d1f}.btn.primary:hover{background:#0077ed}.btn.ghost:hover{background:#f5f5f7}.btn:hover{transform:translateY(-1px)}.btn.active,.btn.ghost.active{background:#1d1d1f;color:#fff;border-color:#1d1d1f}
.section{padding:54px 0;background:transparent}.card{background:rgba(255,255,255,.88)!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:var(--radius);padding:18px;box-shadow:0 8px 28px rgba(0,0,0,.045);backdrop-filter:blur(16px);overflow:hidden;color:#1d1d1f!important;transition:transform .22s ease,box-shadow .22s ease}.card:hover{box-shadow:0 18px 50px rgba(0,0,0,.09);transform:translateY(-2px)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cats{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.cats-wide{grid-template-columns:repeat(4,1fr)}.thumb{background:linear-gradient(180deg,#fff,#f0f2f5);border-radius:22px;min-height:150px;display:flex;align-items:center;justify-content:center;color:#6e6e73;overflow:hidden;border:1px solid rgba(0,0,0,.04)}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.price{font-size:24px;font-weight:900;color:#1d1d1f;letter-spacing:-.03em}.help,.card p{color:var(--wh-muted);line-height:1.5}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:20px;box-shadow:0 8px 26px rgba(0,0,0,.045)}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}.kpi{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:22px;text-align:center}.kpi .num{font-size:clamp(30px,6vw,52px);font-weight:900;color:#1d1d1f;letter-spacing:-.06em}.kpi .cap{color:var(--wh-muted)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.in{opacity:1;transform:none}footer{border-top:1px solid rgba(0,0,0,.06);background:#fbfbfd;padding:30px 0 38px;margin-top:48px}.foot{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.pays span{display:inline-flex;margin:4px;padding:7px 11px;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:999px;color:#424245}.catalog-toolbar{display:grid;grid-template-columns:1fr 230px;gap:12px;margin-bottom:20px}.badge{display:inline-flex;margin-top:12px;color:#0066cc;background:#eaf4ff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800}.product-card h3{min-height:52px;letter-spacing:-.025em}.product-card .help{min-height:48px}.seo-block{background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(245,245,247,0))}.slide{border-radius:24px}.clean-banner{display:grid!important;grid-template-columns:1fr 1fr;gap:18px;align-items:center;min-height:360px;padding:34px;background:linear-gradient(135deg,#fff,#eef7ff)!important}.clean-banner h2{font-size:clamp(32px,5vw,62px);line-height:1;margin:0 0 12px}.clean-banner p{font-size:18px;max-width:520px}.clean-banner img{width:100%;height:300px;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(0,0,0,.14))}.p-gallery,.p-buy{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:var(--radius);padding:20px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.product{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:start}.p-main{background:#f5f5f7;border-radius:24px;overflow:hidden}.p-main img{width:100%;display:block}.p-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.p-thumbs img{width:86px;height:72px;object-fit:cover;border-radius:14px;border:1px solid rgba(0,0,0,.08);cursor:pointer}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.tab{border:1px solid rgba(0,0,0,.08);background:#fff;border-radius:999px;padding:9px 14px;font-weight:700}.tab.active{background:#1d1d1f;color:#fff}.tabpanes>div{display:none}.tabpanes>div.active{display:block}.rating{color:#ff9500;font-weight:800}.sku{color:var(--wh-muted)}h1,h2,h3{letter-spacing:-.04em}h1{font-size:clamp(34px,5vw,64px);line-height:1.02}h2{font-size:clamp(26px,3.6vw,44px);line-height:1.08}
@media(max-width:992px){.features{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:repeat(3,1fr)}.cats{grid-template-columns:repeat(2,1fr)}.kpis{grid-template-columns:1fr}.product{grid-template-columns:1fr}.hero-card{grid-template-columns:1fr;padding:38px}.hero-visual img{height:300px}}
@media(max-width:680px){.nav-link{font-size:9px}.grid{grid-template-columns:repeat(2,1fr)}.section{padding:36px 0}.logo{font-size:25px}.bar{padding:10px 0}.card{border-radius:22px}.thumb{min-height:135px}.hero{padding:34px 0 28px}.hero-card{border-radius:30px;padding:28px;text-align:center}.hero-body{text-align:center}.hero-actions{justify-content:center}.lead{margin-left:auto;margin-right:auto}.mini-stats{grid-template-columns:1fr}.clean-banner{grid-template-columns:1fr;text-align:center}.clean-banner img{height:220px}}
@media(max-width:900px){.catalog-toolbar{grid-template-columns:1fr}.cats-wide{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.cats-wide{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.card{padding:14px}.product-card h3,.product-card .help{min-height:auto}.search-box{order:5;max-width:100%;flex-basis:100%}}

.brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.brand-grid span{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:22px;padding:20px;text-align:center;font-weight:900;font-size:20px;letter-spacing:-.04em;box-shadow:0 8px 24px rgba(0,0,0,.045)}
.product-card .thumb img{object-fit:contain;background:linear-gradient(180deg,#fff,#f4f7fb)}
@media(max-width:900px){.brand-grid{grid-template-columns:repeat(2,1fr)}}

/* FINAL SolarHall Apple clean fixes */
body, .section, main { background: transparent !important; }
.season-hero { background:linear-gradient(180deg,#fbfbfd 0%,#f5f5f7 100%)!important; }
.brand-grid.logos{grid-template-columns:repeat(5,1fr);gap:18px}.brand-grid.logos a{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:26px;min-height:128px;padding:16px;box-shadow:0 10px 30px rgba(0,0,0,.045);transition:.22s}.brand-grid.logos a:hover{transform:translateY(-2px);box-shadow:0 18px 50px rgba(0,0,0,.08)}.brand-grid.logos img{width:100%;max-width:210px;height:auto;object-fit:contain}.popular-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.popcat{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:26px;padding:12px;box-shadow:0 10px 28px rgba(0,0,0,.045);display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center;font-weight:900;min-height:190px}.popcat img{width:100%;height:120px;object-fit:contain;border-radius:18px;background:#f5f7fb}.popcat span{color:#1d1d1f}.cats .thumb img,.product-card .thumb img{object-fit:contain!important;background:linear-gradient(180deg,#fff,#f5f7fb)!important}.hero,.hero-card,.card,.clean-banner{color:#1d1d1f!important;text-shadow:none!important}.price span{color:#1d1d1f!important}
@media(max-width:1020px){.popular-grid{grid-template-columns:repeat(3,1fr)}.brand-grid.logos{grid-template-columns:repeat(3,1fr)}}@media(max-width:620px){.popular-grid,.brand-grid.logos{grid-template-columns:repeat(2,1fr)}.popcat{min-height:160px}.popcat img{height:95px}}

/* SolarHall final v10 */
.call-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(0,113,227,.18);border-radius:999px;padding:8px 13px;font-size:13px;background:#eaf4ff;color:#0066cc;font-weight:850;box-shadow:0 2px 10px rgba(0,113,227,.06);white-space:nowrap}.call-pill:hover{background:#0071e3;color:#fff;transform:translateY(-1px)}
.floating-call{position:fixed;right:22px;bottom:22px;z-index:120;display:inline-flex;align-items:center;gap:8px;background:#0071e3;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 14px 40px rgba(0,113,227,.28)}.floating-call:hover{transform:translateY(-2px);background:#12cfd0;color:#001018}
.filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.topbar,.hero,.section,footer{background-color:transparent!important}.thumb img{object-fit:contain!important}.product-card .thumb{height:230px}.cats .thumb{height:210px}.brand-grid.logos img{max-height:92px}.hero-visual img{object-fit:contain!important}.feature a{color:inherit}
@media(max-width:760px){.call-pill span{display:none}.floating-call span{display:inline}.product-card .thumb{height:210px}.cats .thumb{height:190px}}


/* Mobile catalog stability fix */
#products-list.reveal, #season-cards.reveal{opacity:1!important;transform:none!important;}
#products-list{min-height:240px;}
@media(max-width:560px){.filter-row{gap:10px}.filter-row .btn{font-size:15px;padding:12px 16px}.catalog-toolbar input,.catalog-toolbar select{font-size:16px}}

/* SolarHall SEO articles v12 */
.blog-hero .hero-visual img{object-fit:cover!important;border-radius:28px;}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{text-decoration:none}.blog-card .thumb{height:220px}.blog-card h3{font-size:22px;min-height:58px}.read-more{font-weight:900;color:#0071e3}.article-hero{padding:56px 0 32px;background:linear-gradient(180deg,#fbfbfd,#f5f5f7)}.article-hero-grid{display:grid;grid-template-columns:1fr .85fr;gap:32px;align-items:center}.article-cover{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:34px;padding:16px;box-shadow:0 18px 50px rgba(0,0,0,.08)}.article-cover img{width:100%;height:360px;object-fit:contain;border-radius:24px;background:#f5f7fb}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.article-content{padding:28px;font-size:18px;line-height:1.75}.article-content h2{margin-top:30px}.breadcrumbs{font-size:14px;color:#6e6e73;margin-bottom:20px}.article-image-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0}.article-image-row img{width:100%;height:230px;object-fit:cover;border-radius:24px;background:#f5f7fb}.article-list{background:#f5f7fb;border-radius:24px;padding:20px 20px 20px 40px}.cta-panel{background:linear-gradient(135deg,#eaf4ff,#fff);border:1px solid rgba(0,113,227,.14);border-radius:28px;padding:24px;margin:28px 0}.faq{border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:14px 16px;margin:10px 0;background:#fff}.faq summary{cursor:pointer;font-weight:900}.article-side .sticky{position:sticky;top:96px}.side-link{display:block;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.06);font-weight:850;color:#1d1d1f}.article-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-mini{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:26px;padding:12px;box-shadow:0 10px 28px rgba(0,0,0,.045);display:flex;align-items:center;gap:14px;font-weight:900;color:#1d1d1f}.article-mini img{width:110px;height:82px;object-fit:contain;background:#f5f7fb;border-radius:18px}.home-articles{background:linear-gradient(180deg,rgba(245,245,247,.5),rgba(255,255,255,0))}
@media(max-width:980px){.blog-grid{grid-template-columns:repeat(2,1fr)}.article-hero-grid,.article-layout{grid-template-columns:1fr}.article-side .sticky{position:static}.article-cover img{height:300px}}
@media(max-width:620px){.blog-grid,.article-mini-grid,.article-image-row{grid-template-columns:1fr}.article-content{font-size:16px;padding:18px}.article-hero{padding:34px 0 20px}.article-cover img{height:230px}.article-mini{align-items:flex-start}.article-mini img{width:96px;height:72px}.nav-link{font-size:8.5px}}

/* SolarHall 2.0 */
.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.trust-card{background:#fff;border:1px solid var(--wh-border);border-radius:28px;padding:24px;box-shadow:var(--shadow);font-size:32px}.trust-card h3{font-size:22px;margin:12px 0 8px}.trust-card p{color:var(--wh-muted);font-size:15px;line-height:1.55}.works-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.work-card{position:relative;overflow:hidden;border-radius:30px;background:#fff;box-shadow:var(--shadow);min-height:220px}.work-card img{width:100%;height:230px;object-fit:cover;display:block;transition:transform .35s ease}.work-card:hover img{transform:scale(1.06)}.work-card span{position:absolute;left:14px;right:14px;bottom:14px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.86);backdrop-filter:blur(16px);font-weight:800;color:#1d1d1f}.brand-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.brand-card{background:#fff;border:1px solid var(--wh-border);border-radius:28px;padding:18px;text-align:center;box-shadow:var(--shadow);transition:transform .25s ease}.brand-card:hover{transform:translateY(-4px)}.brand-card img{width:100%;height:120px;object-fit:contain;border-radius:20px}.brand-card strong{display:block;margin-top:10px;font-size:18px}.article-cta{margin:28px 0;padding:26px;border-radius:28px;background:linear-gradient(135deg,#eafaff,#fff);border:1px solid var(--wh-border)}.brand-hero .hero-visual img{object-fit:contain;background:#fff}.floating-call{position:fixed;right:18px;bottom:18px;z-index:99;background:#12cfd0;color:#001014!important;border-radius:999px;padding:13px 18px;font-weight:900;box-shadow:0 14px 40px rgba(18,207,208,.35)}
@media(max-width:900px){.trust-grid,.works-grid,.brand-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.work-card img{height:190px}}
@media(max-width:560px){.trust-grid,.works-grid,.brand-card-grid{grid-template-columns:1fr}.floating-call{left:18px;right:18px;text-align:center;justify-content:center;display:flex}.brand-card img{height:100px}}


/* SolarHall custom homepage layout update */
.hero-visual img{
  border-radius:28px;
  background:#f5f7fb;
  object-fit:cover;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);
}
.trust-section{
  padding-top:34px;
}
@media(max-width:680px){
  .trust-grid{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  .trust-card{
    border-radius:18px!important;
    padding:12px!important;
    font-size:22px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.055)!important;
    min-height:auto!important;
  }
  .trust-card h3{
    font-size:14px!important;
    margin:6px 0 4px!important;
    letter-spacing:-.02em;
  }
  .trust-card p{
    font-size:11.5px!important;
    line-height:1.35!important;
    margin:0!important;
  }
  .hero-visual{
    border-radius:24px!important;
    padding:10px!important;
  }
  .hero-visual img{
    height:230px!important;
    border-radius:20px!important;
    object-fit:cover!important;
    filter:none!important;
  }
}



/* SolarHall FIX: popular category cards with real images */
.popular-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(150px,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
.popcat{
  background:#fff!important;
  border:1px solid rgba(0,0,0,.07)!important;
  border-radius:26px!important;
  padding:0!important;
  overflow:hidden!important;
  min-height:0!important;
  box-shadow:0 16px 42px rgba(0,0,0,.09)!important;
  display:flex!important;
  flex-direction:column!important;
  transition:transform .22s ease, box-shadow .22s ease!important;
}
.popcat:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 24px 60px rgba(0,0,0,.14)!important;
}
.popcat img{
  width:100%!important;
  height:220px!important;
  object-fit:cover!important;
  border-radius:0!important;
  background:#f5f7fb!important;
  display:block!important;
}
.popcat span{
  display:block!important;
  padding:18px 8px 20px!important;
  font-size:20px!important;
  line-height:1.15!important;
  color:#111827!important;
  background:#fff!important;
}
@media(max-width:1020px){
  .popular-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}
  .popcat img{height:190px!important}
}
@media(max-width:620px){
  .popular-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
  .popcat{border-radius:20px!important}
  .popcat img{height:135px!important}
  .popcat span{font-size:15px!important;padding:12px 6px 14px!important}
}



/* SolarHall FIX v4: category images full block */
.popular-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(150px,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
.popcat{
  position:relative!important;
  background:#fff!important;
  border:0!important;
  border-radius:28px!important;
  padding:0!important;
  overflow:hidden!important;
  min-height:300px!important;
  height:300px!important;
  box-shadow:0 18px 48px rgba(0,0,0,.12)!important;
  display:block!important;
  transition:transform .22s ease, box-shadow .22s ease!important;
}
.popcat:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.18)!important;
}
.popcat img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  background:#eef3f7!important;
  display:block!important;
}
.popcat::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:52%!important;
  background:linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,.22), rgba(0,0,0,0))!important;
  pointer-events:none!important;
}
.popcat span{
  position:absolute!important;
  left:14px!important;
  right:14px!important;
  bottom:16px!important;
  z-index:2!important;
  display:block!important;
  padding:0!important;
  font-size:20px!important;
  line-height:1.12!important;
  color:#fff!important;
  background:transparent!important;
  text-shadow:0 2px 14px rgba(0,0,0,.55)!important;
}
@media(max-width:1020px){
  .popular-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}
  .popcat{height:260px!important;min-height:260px!important}
}
@media(max-width:620px){
  .popular-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
  .popcat{height:190px!important;min-height:190px!important;border-radius:22px!important}
  .popcat span{font-size:15px!important;left:10px!important;right:10px!important;bottom:12px!important}
}



/* SolarHall v5: BIG full-image popular category cards */
.popular-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(165px,1fr))!important;
  gap:26px!important;
  align-items:stretch!important;
}
.popcat{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:280px!important;
  min-height:280px!important;
  padding:0!important;
  border:0!important;
  border-radius:30px!important;
  overflow:hidden!important;
  background:#000!important;
  box-shadow:0 18px 48px rgba(15,23,42,.14)!important;
  isolation:isolate!important;
  transition:transform .22s ease, box-shadow .22s ease!important;
}
.popcat:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 28px 70px rgba(15,23,42,.22)!important;
}
.popcat img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  border-radius:0!important;
  background:#eef6fb!important;
  transform:scale(1.03)!important;
}
.popcat::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(to top, rgba(0,0,0,.64) 0%, rgba(0,0,0,.34) 36%, rgba(0,0,0,.05) 72%),
    linear-gradient(to right, rgba(0,112,180,.15), rgba(0,0,0,0))!important;
  pointer-events:none!important;
}
.popcat span{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  z-index:2!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:21px!important;
  font-weight:900!important;
  line-height:1.12!important;
  text-align:left!important;
  text-shadow:0 3px 16px rgba(0,0,0,.75)!important;
}
@media(max-width:1180px){
  .popular-grid{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}
  .popcat{height:270px!important;min-height:270px!important}
}
@media(max-width:680px){
  .popular-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
  .popcat{height:200px!important;min-height:200px!important;border-radius:22px!important}
  .popcat span{left:12px!important;right:12px!important;bottom:12px!important;font-size:16px!important;text-align:left!important}
}
@media(max-width:390px){
  .popcat{height:178px!important;min-height:178px!important}
  .popcat span{font-size:15px!important}
}




/* === SolarHall FINAL: popular category images full-card === */
section .popular-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(150px,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
}
section .popular-grid .popcat{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:280px!important;
  min-height:280px!important;
  padding:0!important;
  border:0!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:#000!important;
  box-shadow:0 18px 52px rgba(15,23,42,.16)!important;
}
section .popular-grid .popcat img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  border-radius:0!important;
  background:transparent!important;
  transform:scale(1.04)!important;
}
section .popular-grid .popcat::after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(to top, rgba(0,0,0,.68) 0%, rgba(0,0,0,.35) 38%, rgba(0,0,0,0) 78%)!important;
}
section .popular-grid .popcat span{
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  bottom:18px!important;
  z-index:2!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:900!important;
  line-height:1.1!important;
  text-align:left!important;
  text-shadow:0 3px 18px rgba(0,0,0,.8)!important;
}
@media(max-width:1180px){
  section .popular-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important}
  section .popular-grid .popcat{height:260px!important;min-height:260px!important}
}
@media(max-width:680px){
  section .popular-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}
  section .popular-grid .popcat{height:220px!important;min-height:220px!important;border-radius:24px!important}
  section .popular-grid .popcat span{font-size:18px!important;left:14px!important;right:14px!important;bottom:14px!important}
}
@media(max-width:390px){
  section .popular-grid .popcat{height:200px!important;min-height:200px!important}
  section .popular-grid .popcat span{font-size:16px!important}
}



/* SolarHall image stretch + chemistry photo fix */
.product-card .thumb,
.cats .thumb,
.blog-card .thumb,
.article-mini img,
.brand-card img,
.work-card,
.popcat{
  background:#eef7fb!important;
  overflow:hidden!important;
}
.product-card .thumb img,
.cats .thumb img,
.blog-card .thumb img,
.article-mini img,
.brand-card img,
.work-card img,
.clean-banner img,
.article-cover img,
.article-image-row img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  background:#eef7fb!important;
}
.product-card .thumb{height:250px!important;min-height:250px!important;padding:0!important;border-radius:24px!important;}
.product-card .thumb img{border-radius:24px!important;}
.p-main{height:520px!important;background:#eef7fb!important;display:flex!important;align-items:stretch!important;justify-content:stretch!important;}
.p-main img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.p-thumbs button{padding:0!important;border:0!important;background:transparent!important;border-radius:14px!important;overflow:hidden!important;}
.p-thumbs img{width:92px!important;height:78px!important;object-fit:cover!important;}
section .popular-grid .popcat img,
.popular-grid .popcat img{object-fit:cover!important;width:100%!important;height:100%!important;}
@media(max-width:760px){.product-card .thumb{height:210px!important;min-height:210px!important}.p-main{height:360px!important}.p-thumbs img{width:74px!important;height:62px!important}}


/* SolarHall MOBILE ADAPT v1: adaptive header buttons and universal responsive layout */
:root{--header-h:92px;--safe-x:clamp(12px,4vw,24px)}
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,video,iframe,svg{max-width:100%;height:auto}
.container{width:100%;max-width:1220px;padding-left:var(--safe-x)!important;padding-right:var(--safe-x)!important}
.topbar{width:100%;overflow:visible}.bar{width:100%;display:flex;align-items:center;gap:10px 12px}.logo{white-space:nowrap}.nav{display:flex!important;gap:8px!important;align-items:center;flex:1 1 auto;justify-content:center;min-width:0;overflow-x:auto;overflow-y:hidden;padding:3px 2px 5px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.nav::-webkit-scrollbar{display:none}.nav-link{display:inline-flex!important;align-items:center;justify-content:center;min-height:36px;padding:9px 12px!important;border:1px solid rgba(0,113,227,.16)!important;border-radius:999px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 6px 18px rgba(0,0,0,.045)!important;color:#1d1d1f!important;font-size:10.5px!important;line-height:1!important;font-weight:900!important;letter-spacing:.02em!important;white-space:nowrap;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.nav-link:hover,.nav-link.active{background:linear-gradient(135deg,#0071e3,#12cfd0)!important;border-color:transparent!important;color:#fff!important;transform:translateY(-1px)}.search-box{min-width:180px}.call-pill,.pill{flex:0 0 auto;white-space:nowrap}.floating-call{max-width:calc(100vw - 32px)}
.product-card,.card,.feature,.kpi,.trust-card,.blog-card{min-width:0}.product-card h3,.card h3{overflow-wrap:anywhere}.catalog-toolbar input,.catalog-toolbar select,input,select,textarea{font-size:16px!important}.grid,.cats,.features,.kpis,.trust-grid,.works-grid,.brand-card-grid,.blog-grid,.article-mini-grid,.article-image-row,.popular-grid{width:100%;min-width:0}.thumb{aspect-ratio:4/3;min-height:0!important}.thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.p-main img{width:100%;height:auto;object-fit:contain}.hero-card,.clean-banner,.product,.article-layout,.article-hero-grid{min-width:0}.hero-title,h1{overflow-wrap:anywhere}
@media(max-width:1180px){.bar{justify-content:flex-start}.nav{order:3;flex:1 0 100%;justify-content:flex-start}.search-box{margin-left:auto;flex:1 1 260px;max-width:none}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.popular-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:820px){:root{--header-h:150px}.topbar{position:fixed}.bar{padding:10px 0!important}.logo{font-size:24px!important}.nav{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px!important;width:100%;padding:2px 0 4px;overflow:visible}.nav-link{width:100%;min-height:34px;padding:8px 6px!important;font-size:9.5px!important;text-align:center;white-space:normal;border-radius:14px!important}.search-box{order:4;flex:1 1 100%;width:100%;max-width:100%;min-width:0}.search-results{left:0;right:0;min-width:0;width:100%}.call-pill{order:1;margin-left:auto}.pill{order:2}.hero{padding-top:26px}.hero-card{grid-template-columns:1fr!important;min-height:0!important;padding:24px!important;border-radius:28px!important}.hero-visual img{height:min(52vw,280px)!important;object-fit:cover!important}.grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.features,.cats,.cats-wide,.trust-grid,.works-grid,.brand-card-grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.catalog-toolbar{grid-template-columns:1fr!important}.filter-row{display:flex!important;overflow-x:auto;gap:8px;padding-bottom:8px;-webkit-overflow-scrolling:touch}.filter-row .btn{flex:0 0 auto}.product{grid-template-columns:1fr!important}.p-gallery,.p-buy{padding:14px!important}.article-layout,.article-hero-grid{grid-template-columns:1fr!important}.article-side .sticky{position:static!important}.foot{display:grid!important;grid-template-columns:1fr!important;text-align:center;justify-items:center}.section{padding:32px 0!important}}
@media(max-width:520px){:root{--header-h:184px}.container{padding-left:12px!important;padding-right:12px!important}.logo{font-size:22px!important}.call-pill span{display:none}.pill{padding:8px 11px!important}.nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px!important}.nav-link{font-size:10px!important;min-height:36px;border-radius:13px!important}.grid,.features,.cats,.cats-wide,.trust-grid,.works-grid,.brand-card-grid,.blog-grid,.article-mini-grid,.article-image-row{grid-template-columns:1fr!important}.popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-card{padding:12px!important}.thumb{aspect-ratio:1.15/1}.product-card h3{min-height:auto!important;font-size:18px}.product-card .help{min-height:auto!important;font-size:14px}.price{font-size:22px}.hero-card{text-align:center!important;padding:20px!important}.hero-actions{justify-content:center}.hero-title{font-size:36px!important}.lead{font-size:15px!important}.clean-banner{grid-template-columns:1fr!important;text-align:center!important}.clean-banner img{height:210px!important}.p-thumbs img{width:70px!important;height:58px!important}.blog-card img,.article-cover img{height:auto!important}.floating-call{left:12px!important;right:12px!important;bottom:12px!important}}
@media(max-width:360px){:root{--header-h:196px}.nav-link{font-size:9px!important;padding-left:4px!important;padding-right:4px!important}.hero-title{font-size:32px!important}.popular-grid{grid-template-columns:1fr!important}.call-pill{display:none!important}}


.logo{color:#0d6efd!important;}
.call-pill,.btn.ghost{background:#0d6efd!important;color:#fff!important;border-color:#0d6efd!important;}
.menu-toggle{display:none;background:none;border:none;font-size:32px;color:#0d6efd;cursor:pointer;margin-right:10px}
@media(max-width:768px){
.nav{position:fixed;left:-320px;top:0;width:280px;height:100vh;background:#fff;z-index:9999;display:flex;flex-direction:column;padding:90px 20px 20px;transition:.3s;box-shadow:0 0 30px rgba(0,0,0,.15)}
.nav.open{left:0}
.menu-toggle{display:block}
.nav-link{width:100%;padding:14px 10px;border-bottom:1px solid #eee}
.search-box{display:none}
}

/* SolarHall mobile side menu fix v2 */
@media(max-width:820px){
  :root{--header-h:82px!important}
  .topbar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:9000!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(14px)!important;overflow:visible!important}
  body{padding-top:82px!important}
  .bar{flex-wrap:nowrap!important;min-height:74px!important;gap:10px!important;padding-top:8px!important;padding-bottom:8px!important}
  .menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;order:0!important;width:42px!important;height:42px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:#0d6efd!important;font-size:34px!important;line-height:1!important;z-index:10010!important}
  .logo{order:1!important;color:#0d6efd!important;font-size:28px!important;font-weight:900!important;margin-right:auto!important}
  .call-pill{order:2!important;margin-left:auto!important;background:#0d6efd!important;color:#fff!important;border-color:#0d6efd!important}
  .pill{order:3!important}
  .search-box{display:none!important}
  .nav{
    display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:0!important;
    position:fixed!important;top:0!important;left:0!important;width:min(82vw,300px)!important;height:100dvh!important;
    padding:64px 22px 24px!important;background:rgba(255,255,255,.98)!important;z-index:10000!important;
    transform:translateX(-105%)!important;transition:transform .28s ease!important;box-shadow:22px 0 50px rgba(0,0,0,.14)!important;
    overflow-y:auto!important;overflow-x:hidden!important;border-radius:0 24px 24px 0!important;touch-action:pan-y!important;
  }
  .nav.open{left:0!important;transform:translateX(0)!important}
  .nav::before{content:'×';position:absolute;top:16px;left:22px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:300;color:#1d1d1f;line-height:1}
  .nav-link{
    display:grid!important;grid-template-columns:34px 1fr!important;align-items:center!important;justify-content:start!important;width:100%!important;min-height:68px!important;
    padding:0!important;margin:0!important;border:0!important;border-bottom:1px solid rgba(13,110,253,.12)!important;border-radius:0!important;background:transparent!important;
    box-shadow:none!important;color:#17191c!important;font-size:14px!important;line-height:1.15!important;font-weight:900!important;text-align:left!important;letter-spacing:.02em!important;white-space:normal!important;
  }
  .nav-link:hover,.nav-link.active{background:transparent!important;color:#0d6efd!important;transform:none!important;border-color:rgba(13,110,253,.12)!important}
  .nav-link::before{font-size:25px;color:#0d6efd;font-weight:400;line-height:1;filter:saturate(1.1)}
  .nav-link[href$="index.html"]::before{content:'⌂'}
  .nav-link[href$="catalog.html"]::before{content:'▦'}
  .nav-link[href$="blog.html"]::before{content:'▤'}
  .nav-link[href$="season.html"]::before{content:'◇'}
  .nav-link[href$="project.html"]::before{content:'◺'}
  .nav-link[href$="waterprep.html"]::before{content:'♢'}
  .nav-link[href$="checkout.html"]::before{content:'▭'}
  .nav-link[href$="contacts.html"]::before{content:'✉'}
  .mobile-menu-overlay{position:fixed!important;inset:0!important;background:rgba(0,0,0,.24)!important;z-index:9990!important;opacity:0!important;pointer-events:none!important;transition:opacity .25s ease!important;backdrop-filter:blur(1px)!important}
  .mobile-menu-overlay.open{opacity:1!important;pointer-events:auto!important}
  .floating-call{background:#0d6efd!important;color:#fff!important;border-color:#0d6efd!important}
}
@media(max-width:420px){.nav{width:min(84vw,286px)!important}.logo{font-size:26px!important}.call-pill span{display:none!important}}

/* SolarHall mobile polish v3: menu, category block, catalog and pool banner */
:root{--wh-blue:#0071e3;--wh-cyan:#12cfd0;--wh-soft:#f5fbff;--wh-ink:#111827}
.logo{color:var(--wh-blue)!important}
.btn.primary,.call-pill,.floating-call{background:linear-gradient(135deg,var(--wh-blue),#0a84ff)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 12px 28px rgba(0,113,227,.24)!important}
.btn.ghost[href^="tel"],.hero-actions .btn.ghost{border-color:rgba(0,113,227,.18)!important;background:#fff!important;color:#111827!important}

.pool-sale-banner{padding-top:8px!important;padding-bottom:24px!important}
.pool-banner-card{position:relative;overflow:hidden;border-radius:34px;min-height:360px;display:flex;align-items:center;padding:42px;background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.84) 42%,rgba(255,255,255,.16) 100%),url('img/banner_pool_clean.jpg') center/cover no-repeat;border:1px solid rgba(0,113,227,.12);box-shadow:0 24px 70px rgba(17,24,39,.10)}
.pool-banner-content{max-width:560px;position:relative;z-index:2}.banner-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--wh-blue);margin-bottom:12px}.pool-banner-card h2{font-size:clamp(30px,4.5vw,54px);line-height:.98;margin:0 0 14px;letter-spacing:-.055em;color:#111827}.pool-banner-card p{font-size:18px;line-height:1.55;color:#5f6368;margin:0 0 22px}.banner-actions{display:flex;gap:12px;flex-wrap:wrap}

.category-showcase{padding-top:24px!important}.pretty-cats{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important}.pretty-cats .popcat{min-height:190px!important;border-radius:28px!important;overflow:hidden!important;position:relative!important;box-shadow:0 18px 46px rgba(0,0,0,.12)!important;background:#eef7ff!important;transform:translateZ(0)}.pretty-cats .popcat img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease!important}.pretty-cats .popcat:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,31,70,.68));z-index:1}.pretty-cats .popcat span{position:absolute!important;left:14px!important;right:14px!important;bottom:14px!important;z-index:2!important;color:#fff!important;font-weight:950!important;font-size:18px!important;line-height:1.05!important;text-shadow:0 2px 12px rgba(0,0,0,.45);background:transparent!important;padding:0!important}.pretty-cats .popcat:hover img{transform:scale(1.08)}
.cats-wide .card{overflow:hidden;border-radius:28px!important;border:1px solid rgba(0,113,227,.10)!important;box-shadow:0 16px 42px rgba(0,0,0,.07)!important}.cats-wide .card .thumb{border-radius:22px!important;overflow:hidden!important;background:#f4fbff}.cats-wide .card h3{font-size:20px!important;letter-spacing:-.03em}.cats-wide .card p{color:#667085!important}

.catalog-page{padding-top:calc(var(--header-h) + 18px)!important}.catalog-head{padding:26px;border-radius:30px;background:linear-gradient(135deg,#fff,#eef8ff);border:1px solid rgba(0,113,227,.10);box-shadow:0 16px 44px rgba(0,0,0,.06);margin-bottom:18px}.catalog-head h1{margin:0 0 8px;font-size:clamp(36px,6vw,60px);letter-spacing:-.06em}.catalog-head p{margin:0;color:#667085;font-size:17px}.catalog-toolbar{position:sticky;top:calc(var(--header-h) + 8px);z-index:20;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);padding:10px;border-radius:22px;border:1px solid rgba(0,113,227,.10);box-shadow:0 10px 28px rgba(0,0,0,.06)}.filter-row{gap:10px!important}.filter-row .btn{border-radius:999px!important;min-height:42px!important;font-weight:900!important}.filter-row .btn.active{background:linear-gradient(135deg,var(--wh-blue),var(--wh-cyan))!important;color:#fff!important;border-color:transparent!important}.product-card{border-radius:28px!important}.product-card .thumb{border-radius:22px!important;overflow:hidden!important;background:#f7fbff!important}.product-card .thumb img{width:100%!important;height:100%!important;object-fit:cover!important}

@media(max-width:820px){
  .topbar{overflow:visible!important}.bar{flex-wrap:nowrap!important;gap:8px!important}.menu-toggle{display:inline-flex!important}.logo{margin-right:auto!important;color:var(--wh-blue)!important}.search-box{display:none!important}.call-pill{margin-left:auto!important}.call-pill span{display:none!important}.pill span{display:inline!important}.nav{display:flex!important;position:fixed!important;top:0!important;left:0!important;width:min(78vw,310px)!important;height:100dvh!important;padding:74px 18px 24px!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(22px)!important;z-index:10001!important;box-shadow:22px 0 60px rgba(15,23,42,.14)!important;transform:translateX(-105%)!important;transition:transform .28s ease!important;flex-direction:column!important;gap:0!important;overflow-y:auto!important;border-radius:0 28px 28px 0!important}.nav.open{left:0!important;transform:translateX(0)!important}.nav::before{content:'×';position:absolute;top:18px;right:20px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f9ff;color:#111827;font-size:32px;line-height:1}.nav-link{display:grid!important;grid-template-columns:34px 1fr!important;gap:12px!important;align-items:center!important;width:100%!important;min-height:58px!important;padding:0!important;border:0!important;border-bottom:1px solid rgba(0,113,227,.10)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#111827!important;text-align:left!important;font-size:14px!important;letter-spacing:.02em!important;white-space:normal!important}.nav-link.active,.nav-link:hover{color:var(--wh-blue)!important;background:transparent!important}.nav-link::before{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#f2f8ff;color:var(--wh-blue);font-size:20px}.mobile-menu-overlay{position:fixed!important;inset:0!important;background:rgba(15,23,42,.26)!important;z-index:10000!important;opacity:0!important;pointer-events:none!important;transition:opacity .24s ease!important}.mobile-menu-overlay.open{opacity:1!important;pointer-events:auto!important}
  .pool-banner-card{min-height:430px;padding:26px 22px;align-items:flex-start;background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.84) 48%,rgba(255,255,255,.12) 100%),url('img/banner_pool_clean.jpg') center bottom/cover no-repeat;border-radius:30px}.pool-banner-card h2{font-size:34px}.pool-banner-card p{font-size:15.5px}.banner-actions .btn{width:100%;justify-content:center}.pretty-cats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.pretty-cats .popcat{min-height:158px!important;border-radius:24px!important}.features,.cats,.cats-wide,.trust-grid,.works-grid,.brand-card-grid,.blog-grid{grid-template-columns:1fr!important}.cats-wide .card{display:grid!important;grid-template-columns:112px 1fr!important;gap:12px!important;align-items:center!important;padding:12px!important}.cats-wide .card .thumb{width:112px!important;height:92px!important;min-height:92px!important;aspect-ratio:auto!important}.cats-wide .card h3{font-size:17px!important;margin:0!important}.cats-wide .card p{font-size:13px!important;margin:4px 0 0!important}.catalog-toolbar{position:static!important;display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:12px}.filter-row{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;padding:4px 0 10px!important;-webkit-overflow-scrolling:touch}.filter-row .btn{flex:0 0 auto!important;font-size:13px!important;padding:10px 14px!important}.catalog-page .grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card{padding:10px!important;border-radius:22px!important}.product-card .thumb{aspect-ratio:1/1!important;min-height:0!important}.product-card h3{font-size:15px!important;line-height:1.15!important}.product-card .help{font-size:12px!important}.price{font-size:18px!important}.product-card .btn{width:100%;justify-content:center;font-size:12px!important;padding:10px!important}
}
@media(max-width:420px){.pool-banner-card{min-height:390px}.pretty-cats .popcat{min-height:142px!important}.pretty-cats .popcat span{font-size:15px!important}.catalog-page .grid{grid-template-columns:1fr!important}.cats-wide .card{grid-template-columns:96px 1fr!important}.cats-wide .card .thumb{width:96px!important;height:82px!important}.hero-title{font-size:34px!important}}

/* SolarHall REAL banner update v4: Spanish villa hero + chalet example block */
.hero-premium{
  padding:0!important;
  min-height:640px!important;
  background:url('img/spain_villa_banner.jpg') center center/cover no-repeat!important;
  position:relative!important;
  overflow:hidden!important;
}
.hero-premium::after{
  content:'';position:absolute;inset:0;z-index:0;
  background:linear-gradient(90deg,rgba(5,16,31,.72) 0%,rgba(5,16,31,.48) 38%,rgba(5,16,31,.08) 72%,rgba(5,16,31,.02) 100%);
  pointer-events:none;
}
.hero-premium .container{position:relative;z-index:1;min-height:640px;display:flex;align-items:center}
.hero-premium .hero-card{
  display:block!important;min-height:0!important;width:min(760px,100%)!important;
  padding:64px 0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;
}
.hero-premium .hero-card:after{display:none!important}
.hero-premium .hero-body{text-align:left!important;max-width:720px!important}
.hero-premium .kicker{color:#36a3ff!important;text-shadow:0 3px 18px rgba(0,0,0,.38)!important;font-size:14px!important;letter-spacing:.16em!important}
.hero-premium .hero-title{color:#fff!important;text-shadow:0 4px 22px rgba(0,0,0,.45)!important;max-width:760px!important;font-size:clamp(44px,5.4vw,78px)!important;line-height:.98!important}
.hero-premium .lead{color:rgba(255,255,255,.92)!important;text-shadow:0 3px 18px rgba(0,0,0,.42)!important;font-size:clamp(17px,2vw,22px)!important;max-width:660px!important}
.hero-premium .btn.ghost{background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.55)!important;backdrop-filter:blur(12px)!important}
.hero-premium + .work-banner-section{padding-top:46px!important}
.chalet-banner{
  min-height:470px!important;
  background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 34%,rgba(255,255,255,.18) 58%,rgba(255,255,255,0) 100%),url('img/chalet_pool_banner.jpg') center center/cover no-repeat!important;
  border-radius:36px!important;
  box-shadow:0 24px 70px rgba(17,24,39,.14)!important;
}
.chalet-banner .pool-banner-content{max-width:520px!important}.chalet-banner h2{font-size:clamp(34px,4.2vw,58px)!important}.chalet-banner .btn.ghost{background:#fff!important;color:#111827!important;border:1px solid rgba(0,113,227,.16)!important}
@media(max-width:820px){
  .hero-premium{min-height:560px!important;background-position:58% center!important}
  .hero-premium::after{background:linear-gradient(180deg,rgba(5,16,31,.72) 0%,rgba(5,16,31,.42) 48%,rgba(5,16,31,.08) 100%)}
  .hero-premium .container{min-height:560px;align-items:flex-start;padding-top:48px!important}
  .hero-premium .hero-card{padding:34px 0!important;text-align:left!important}
  .hero-premium .hero-body{text-align:left!important}.hero-premium .hero-actions{justify-content:flex-start!important}.hero-premium .lead{margin-left:0!important;margin-right:0!important}
  .chalet-banner{min-height:520px!important;align-items:flex-start!important;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.86) 42%,rgba(255,255,255,.12) 74%,rgba(255,255,255,0) 100%),url('img/chalet_pool_banner.jpg') center bottom/cover no-repeat!important}
}
@media(max-width:520px){
  .hero-premium{min-height:520px!important;background-position:62% center!important}.hero-premium .container{min-height:520px;padding-left:18px!important;padding-right:18px!important}.hero-premium .hero-title{font-size:38px!important}.hero-premium .lead{font-size:16px!important}.hero-premium .btn{width:100%;justify-content:center}.hero-premium .hero-actions{gap:10px!important}
  .chalet-banner{min-height:500px!important;padding:24px 18px!important;background-position:58% bottom!important}.chalet-banner h2{font-size:34px!important}.chalet-banner p{font-size:15px!important}.chalet-banner .banner-actions .btn{width:100%!important}
}


/* SolarHall logo + light premium hero FIX v3 */
.logo.logo-image{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  height:56px!important;
  min-width:0!important;
  line-height:1!important;
  text-decoration:none!important;
  color:transparent!important;
  font-size:0!important;
  overflow:visible!important;
}
.logo-img{
  display:block!important;
  width:auto!important;
  height:52px!important;
  max-width:240px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 8px 18px rgba(0,113,227,.18))!important;
}
footer .logo.logo-image{height:46px!important;justify-content:center!important}
footer .logo-img{height:44px!important;max-width:220px!important}

/* Main banner as a light rounded block, not dark fullscreen */
.hero.hero-premium{
  background:linear-gradient(180deg,#fbfdff 0%,#f3f8ff 100%)!important;
  padding:28px 0 34px!important;
  min-height:0!important;
  overflow:visible!important;
}
.hero.hero-premium::after{display:none!important}
.hero-premium .container{
  min-height:0!important;
  display:block!important;
  padding-left:24px!important;
  padding-right:24px!important;
}
.hero-premium .hero-card{
  width:100%!important;
  min-height:620px!important;
  display:flex!important;
  align-items:center!important;
  border-radius:42px!important;
  overflow:hidden!important;
  padding:58px!important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.78) 34%,rgba(255,255,255,.38) 58%,rgba(255,255,255,.08) 100%),
    url('img/spain_villa_banner.jpg?v=light3') center center/cover no-repeat!important;
  box-shadow:0 24px 70px rgba(17,24,39,.14)!important;
  border:1px solid rgba(0,113,227,.10)!important;
  position:relative!important;
}
.hero-premium .hero-card::before{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,0))!important;
  pointer-events:none!important;
  z-index:0!important;
}
.hero-premium .hero-body{position:relative!important;z-index:2!important;max-width:760px!important;text-align:left!important}
.hero-premium .kicker{
  color:#0071e3!important;
  text-shadow:none!important;
  font-size:14px!important;
  letter-spacing:.16em!important;
}
.hero-premium .hero-title{
  color:#111827!important;
  text-shadow:none!important;
  max-width:760px!important;
  font-size:clamp(42px,5.2vw,76px)!important;
  line-height:.98!important;
}
.hero-premium .lead{
  color:#4b5563!important;
  text-shadow:none!important;
  font-size:clamp(17px,2vw,22px)!important;
  max-width:700px!important;
}
.hero-premium .btn.ghost,
.hero-premium .hero-actions .btn.ghost{
  background:rgba(255,255,255,.86)!important;
  color:#111827!important;
  border:1px solid rgba(0,113,227,.22)!important;
  backdrop-filter:blur(14px)!important;
}
.hero-premium .btn.primary{background:linear-gradient(135deg,#0071e3,#0a84ff)!important;color:#fff!important}

@media(max-width:820px){
  .logo.logo-image{height:50px!important}
  .logo-img{height:46px!important;max-width:190px!important}
  .hero.hero-premium{padding:18px 0 28px!important}
  .hero-premium .container{padding-left:14px!important;padding-right:14px!important;padding-top:0!important}
  .hero-premium .hero-card{
    min-height:560px!important;
    padding:34px 24px!important;
    border-radius:30px!important;
    align-items:flex-start!important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.84) 38%,rgba(255,255,255,.24) 72%,rgba(255,255,255,.04) 100%),
      url('img/spain_villa_banner.jpg?v=light3') 60% center/cover no-repeat!important;
  }
  .hero-premium .hero-title{font-size:38px!important;color:#111827!important}
  .hero-premium .lead{font-size:16px!important;color:#4b5563!important}
  .hero-premium .hero-actions{justify-content:flex-start!important}
}
@media(max-width:520px){
  .logo-img{height:40px!important;max-width:172px!important}
  .menu-toggle{font-size:30px!important;width:38px!important;height:38px!important}
  .hero-premium .hero-card{
    min-height:520px!important;
    padding:26px 18px!important;
    border-radius:26px!important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 42%,rgba(255,255,255,.25) 76%,rgba(255,255,255,.04) 100%),
      url('img/spain_villa_banner.jpg?v=light3') 63% center/cover no-repeat!important;
  }
  .hero-premium .btn{width:100%!important;justify-content:center!important}
}


/* SolarHall category images premium update */
.category-showcase .popular-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
.category-showcase .popcat{height:210px!important;min-height:210px!important;border-radius:22px!important;box-shadow:0 14px 34px rgba(15,23,42,.13)!important;}
.category-showcase .popcat img{object-fit:cover!important;object-position:center!important;filter:saturate(1.04) contrast(1.02)!important;transition:transform .35s ease!important;}
.category-showcase .popcat:hover img{transform:scale(1.08)!important;}
.category-showcase .popcat span{font-size:18px!important;bottom:16px!important;left:16px!important;right:16px!important;}
@media(max-width:900px){.category-showcase .popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.category-showcase .popcat{height:190px!important;min-height:190px!important;border-radius:20px!important}}
@media(max-width:430px){.category-showcase .popcat{height:165px!important;min-height:165px!important}.category-showcase .popcat span{font-size:15px!important;bottom:12px!important;left:12px!important;right:12px!important}}

/* === REAL FIX: high quality popular categories === */
.category-showcase .container{max-width:1440px!important;}
.category-showcase .popular-grid.pretty-cats{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
}
.category-showcase .popular-grid.pretty-cats .popcat{
  position:relative!important;
  overflow:hidden!important;
  height:260px!important;
  min-height:260px!important;
  padding:0!important;
  border:0!important;
  border-radius:28px!important;
  background:#eaf7ff!important;
  box-shadow:0 18px 48px rgba(15,23,42,.14)!important;
  display:block!important;
  transform:translateZ(0)!important;
}
.category-showcase .popular-grid.pretty-cats .popcat img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center!important;
  image-rendering:auto!important;
  filter:saturate(1.08) contrast(1.04) brightness(1.02)!important;
  transform:scale(1.001)!important;
  transition:transform .38s ease, filter .38s ease!important;
}
.category-showcase .popular-grid.pretty-cats .popcat:hover img{
  transform:scale(1.06)!important;
  filter:saturate(1.14) contrast(1.06) brightness(1.03)!important;
}
.category-showcase .popular-grid.pretty-cats .popcat::after{
  content:''!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 35%,rgba(0,22,55,.74) 100%)!important;
  pointer-events:none!important;
}
.category-showcase .popular-grid.pretty-cats .popcat span{
  position:absolute!important;
  z-index:2!important;
  left:20px!important;
  right:20px!important;
  bottom:18px!important;
  color:#fff!important;
  font-size:20px!important;
  line-height:1.08!important;
  font-weight:950!important;
  text-align:left!important;
  text-shadow:0 4px 18px rgba(0,0,0,.45)!important;
  background:transparent!important;
  padding:0!important;
}
@media(max-width:980px){
  .category-showcase .popular-grid.pretty-cats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;}
  .category-showcase .popular-grid.pretty-cats .popcat{height:230px!important;min-height:230px!important;border-radius:24px!important;}
}
@media(max-width:520px){
  .category-showcase .popular-grid.pretty-cats{gap:12px!important;}
  .category-showcase .popular-grid.pretty-cats .popcat{height:172px!important;min-height:172px!important;border-radius:22px!important;}
  .category-showcase .popular-grid.pretty-cats .popcat span{left:14px!important;right:14px!important;bottom:14px!important;font-size:16px!important;}
}

/* SolarHall fix: remove dark/light overlays from popular category images */
.category-showcase .popular-grid.pretty-cats .popcat::before,
.category-showcase .popular-grid.pretty-cats .popcat::after,
.pretty-cats .popcat::before,
.pretty-cats .popcat::after,
section .popular-grid .popcat::after{
  content:none!important;
  display:none!important;
  background:none!important;
  opacity:0!important;
}
.category-showcase .popular-grid.pretty-cats .popcat img,
.category-showcase .popcat img,
.pretty-cats .popcat img{
  filter:none!important;
  opacity:1!important;
  object-fit:cover!important;
  object-position:center!important;
}
.category-showcase .popular-grid.pretty-cats .popcat span,
.pretty-cats .popcat span{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:calc(100% - 28px)!important;
  right:auto!important;
  color:#111827!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(255,255,255,.75)!important;
  border-radius:999px!important;
  padding:9px 14px!important;
  text-shadow:none!important;
  box-shadow:0 8px 22px rgba(0,0,0,.12)!important;
  backdrop-filter:blur(8px)!important;
}


/* === SolarHall REAL category images update v4 === */
.category-showcase .popcat::before,
.category-showcase .popcat::after{display:none!important;content:none!important;background:none!important;}
.category-showcase .popcat,
.cats-wide .card{overflow:hidden!important;}
.category-showcase .popcat img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:none!important;}
.cats-wide .card .thumb{background:#eef7ff!important;overflow:hidden!important;border-radius:20px!important;}
.cats-wide .card .thumb img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;background:#eef7ff!important;filter:none!important;}
@media(max-width:520px){.cats-wide .card .thumb{height:96px!important;min-height:96px!important;}}


/* SolarHall iOS Safari menu fix v6: no blur, overlay below menu */
.mobile-menu-overlay{display:none;}
@media (max-width:820px){
  html.menu-open,body.menu-open{overflow:hidden!important;}
  .topbar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:30000!important;overflow:visible!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;}
  .menu-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;padding:0!important;border:0!important;background:transparent!important;color:#0d6efd!important;font-size:34px!important;line-height:1!important;position:relative!important;z-index:30010!important;pointer-events:auto!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;cursor:pointer!important;}
  .mobile-menu-overlay{display:block!important;position:fixed!important;inset:0!important;background:rgba(15,23,42,.18)!important;z-index:29990!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease,visibility .18s ease!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important;}
  .mobile-menu-overlay.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;}
  .nav{display:flex!important;position:fixed!important;top:0!important;left:0!important;width:min(84vw,310px)!important;max-width:310px!important;height:100vh!important;height:100dvh!important;padding:74px 18px 26px!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;background:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important;border-radius:0 26px 26px 0!important;box-shadow:22px 0 60px rgba(15,23,42,.18)!important;z-index:30005!important;transform:translateX(-112%)!important;-webkit-transform:translateX(-112%)!important;transition:transform .22s ease!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;pointer-events:none!important;}
  .nav.open{transform:translateX(0)!important;-webkit-transform:translateX(0)!important;pointer-events:auto!important;}
  .nav.open,.nav.open *{pointer-events:auto!important;}
  .nav::before{content:'×'!important;position:absolute!important;top:16px!important;right:18px!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;background:#f2f8ff!important;color:#111827!important;font-size:34px!important;font-weight:300!important;line-height:1!important;z-index:30006!important;pointer-events:none!important;}
  .nav-link{display:grid!important;grid-template-columns:34px 1fr!important;gap:12px!important;align-items:center!important;width:100%!important;min-height:58px!important;padding:0!important;margin:0!important;border:0!important;border-bottom:1px solid rgba(0,113,227,.10)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;color:#111827!important;font-size:14px!important;font-weight:900!important;line-height:1.15!important;text-align:left!important;white-space:normal!important;text-decoration:none!important;-webkit-tap-highlight-color:rgba(0,113,227,.10)!important;touch-action:manipulation!important;position:relative!important;z-index:30007!important;}
  main,section,.hero,.hero-card,.container,.floating-call{position:relative!important;z-index:1!important;}
}


/* SolarHall iOS Safari menu fix v7: no blur overlay, no click blocking after navigation */
.mobile-menu-overlay,
.mobile-menu-overlay.open,
.menu-overlay,
.overlay{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
  filter:none!important;
  background:transparent!important;
}
html:not(.menu-open) .nav,
body:not(.menu-open) .nav{
  pointer-events:none!important;
}
@media (max-width:820px){
  html.menu-open,body.menu-open{overflow:hidden!important;filter:none!important;-webkit-filter:none!important;}
  body.menu-open main,body.menu-open section,body.menu-open .hero,body.menu-open .container{
    filter:none!important;
    -webkit-filter:none!important;
  }
  .topbar{z-index:50000!important;overflow:visible!important;}
  .menu-toggle{z-index:50020!important;pointer-events:auto!important;touch-action:manipulation!important;}
  .nav{z-index:50010!important;pointer-events:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;filter:none!important;background:#fff!important;}
  .nav.open{pointer-events:auto!important;transform:translateX(0)!important;-webkit-transform:translateX(0)!important;}
  .nav.open *{pointer-events:auto!important;}
  .nav-link{position:relative!important;z-index:50011!important;pointer-events:auto!important;}
}


/* SolarHall FINAL NAV FIX: desktop/tablet menu links must stay clickable; mobile drawer only blocks clicks while closed */
.nav,.nav-link{pointer-events:auto!important;}
.mobile-menu-overlay,.menu-overlay,.overlay{display:none!important;pointer-events:none!important;opacity:0!important;visibility:hidden!important;}
@media (max-width:820px){
  html:not(.menu-open) .nav, body:not(.menu-open) .nav{pointer-events:none!important;}
  html.menu-open .nav, body.menu-open .nav, .nav.open, .nav.open *{pointer-events:auto!important;}
}
@media (min-width:821px){
  .nav{display:flex!important;position:static!important;transform:none!important;width:auto!important;height:auto!important;padding:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important;pointer-events:auto!important;}
  .nav::before{display:none!important;content:none!important;}
  .nav-link{pointer-events:auto!important;}
  .menu-toggle{display:none!important;}
  html.menu-open,body.menu-open{overflow:auto!important;}
}

/* SolarHall cart/checkout pro v1 */
.checkout-hero{background:linear-gradient(135deg,#fff,#eef7ff);border:1px solid rgba(0,0,0,.06);border-radius:34px;padding:30px;margin-bottom:24px;box-shadow:0 12px 36px rgba(0,0,0,.06)}
.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}.cart-panel,.checkout-panel,.order-summary{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:28px;padding:20px;box-shadow:0 10px 34px rgba(0,0,0,.055)}
.cart-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.cart-title-row h2,.order-summary h2,.checkout-panel h2{margin-top:0}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:86px minmax(0,1fr) auto auto 34px;gap:14px;align-items:center;border:1px solid rgba(0,0,0,.06);border-radius:22px;padding:12px;background:#fbfbfd}.cart-item img{width:86px;height:72px;object-fit:contain;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.04)}.cart-item h3{font-size:17px;margin:0 0 4px}.cart-item p{margin:0;color:#6e6e73}.qty-control{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:5px}.qty-control button,.remove-item{border:0;background:#f5f5f7;border-radius:999px;width:30px;height:30px;font-weight:900;cursor:pointer}.remove-item{background:#fff;color:#d70015;border:1px solid rgba(215,0,21,.16)}.summary-line,.summary-total,.checkout-mini{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(0,0,0,.06);padding:12px 0}.summary-total{border-bottom:0;align-items:end}.summary-total strong{font-size:28px;color:#1d1d1f}.wide{width:100%;justify-content:center;margin-top:10px}.disabled{opacity:.45;pointer-events:none}.empty-cart{text-align:center;padding:34px}.small-note{font-size:13px}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid label{display:grid;gap:7px;font-weight:800;color:#1d1d1f}.form-grid input,.form-grid textarea,.catalog-toolbar input,.catalog-toolbar select,.search-box input{border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:12px 14px;font:inherit;background:#fff;outline:none}.form-grid textarea{resize:vertical}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--wh-blue);box-shadow:0 0 0 4px rgba(0,113,227,.12)}.option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:12px 0 20px}.payment-grid{grid-template-columns:repeat(4,1fr)}.option-card{position:relative;display:grid;gap:5px;align-content:start;border:1px solid rgba(0,0,0,.08);border-radius:22px;padding:15px;background:#fbfbfd;cursor:pointer;min-height:126px;transition:.2s}.option-card:hover,.option-card.is-selected{background:#eef7ff;border-color:rgba(0,113,227,.32);box-shadow:0 10px 24px rgba(0,113,227,.1)}.option-card input{position:absolute;opacity:0}.option-card span{font-size:27px}.option-card b{font-size:16px}.option-card small{color:#6e6e73}.delivery-fields{background:#fbfbfd;border:1px dashed rgba(0,113,227,.26);border-radius:22px;padding:16px;margin-bottom:22px}.self-pickup p{margin:0 0 8px}.checkout-items{display:grid;gap:2px;margin-bottom:8px;max-height:270px;overflow:auto}.checkout-mini{font-size:14px}.checkout-mini span{padding-right:8px}.order-status{margin-top:14px;border-radius:18px;padding:12px;background:#f5f5f7;color:#424245;display:none}.order-status:not(:empty){display:block}.order-status.success{background:#eaf8ef;color:#146c2e}.order-status.error{background:#fff1f1;color:#9f1d1d}.order-status a{font-weight:900;text-decoration:underline}.checkout-summary{position:sticky;top:calc(var(--header-h,90px) + 14px)}
@media(max-width:960px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.payment-grid,.option-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.checkout-hero{border-radius:24px;padding:20px}.cart-panel,.checkout-panel,.order-summary{border-radius:22px;padding:14px}.cart-item{grid-template-columns:68px 1fr;position:relative}.cart-item img{width:68px;height:62px}.cart-item .qty-control{grid-column:1/2}.cart-item strong{grid-column:2/3}.remove-item{position:absolute;right:10px;top:10px}.form-grid.two,.payment-grid,.option-grid{grid-template-columns:1fr}.option-card{min-height:auto}.summary-total strong{font-size:24px}}

/* SolarHall store full v1 */
.product-card-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.icon-btn{border:1px solid rgba(0,113,227,.18);background:#fff;border-radius:999px;min-width:42px;height:42px;cursor:pointer;font-weight:900;color:#0d6efd}.icon-btn.active,.btn.ghost.active{background:#eef7ff;border-color:#0d6efd;color:#0d6efd}#wh-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#111827;color:#fff;border-radius:999px;padding:12px 18px;font-weight:800;z-index:99999;opacity:0;pointer-events:none;transition:.2s}#wh-toast.show{opacity:1;transform:translate(-50%,0)}
.product-page{display:grid;grid-template-columns:minmax(280px,46%) 1fr;gap:22px;align-items:start}.product-gallery img{width:100%;max-height:520px;object-fit:contain;border-radius:24px;background:#fff}.product-info h1{font-size:clamp(30px,5vw,54px);line-height:1}.price.big{font-size:34px;font-weight:950;color:#0d6efd}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.trust-row span{background:#f2f8ff;border-radius:999px;padding:9px 12px;font-weight:800}.spec-table{width:100%;border-collapse:separate;border-spacing:0 8px}.spec-table td{background:#fbfbfd;padding:12px;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}.spec-table td:first-child{border-radius:14px 0 0 14px;font-weight:900}.spec-table td:last-child{border-radius:0 14px 14px 0}.compare-table{overflow:auto;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:14px}.compare-table table{min-width:760px;width:100%;border-collapse:collapse}.compare-table th,.compare-table td{border-bottom:1px solid rgba(0,0,0,.06);padding:14px;vertical-align:top}.compare-table img{width:110px;height:90px;object-fit:contain}.admin-head,.order-top,.order-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.orders-board,.admin-products{display:grid;gap:14px}.admin-order details{margin-top:12px}.admin-order summary{cursor:pointer;font-weight:900}.status-form{display:flex;gap:8px;align-items:center}.status-form select,.admin-product-form select{border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:11px;background:#fff}.status-pill{background:#eef7ff;color:#0d6efd;border-radius:999px;padding:8px 11px;font-weight:900}.order-meta span,.order-meta b{background:#fbfbfd;border-radius:999px;padding:8px 11px}.np-help{margin-top:10px}.pays span{white-space:nowrap}
@media(max-width:760px){.product-page{grid-template-columns:1fr}.status-form,.admin-head{align-items:stretch}.status-form{width:100%}.status-form select{flex:1}.product-actions .btn{flex:1;justify-content:center}.trust-row span{width:100%}}


/* SolarHall floating contacts and social icons */
.wh-social-panel{position:fixed;right:18px;bottom:82px;z-index:99990;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:10px;font-family:inherit}
.wh-social-main,.wh-social-item{width:50px;height:50px;border-radius:999px;border:0;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(4,24,48,.22);text-decoration:none;font-weight:800;cursor:pointer;transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease}
.wh-social-main{background:#0877ff;color:#fff;font-size:23px}
.wh-social-list{display:flex;flex-direction:column;align-items:flex-end;gap:9px;opacity:1;pointer-events:auto}
.wh-social-item:hover,.wh-social-main:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 16px 36px rgba(4,24,48,.28)}
.wh-social-item span{font-size:20px;line-height:1}.wh-social-item b{font-size:12px;margin-left:2px}.wh-phone{background:#0ea5e9;color:#fff}.wh-viber{background:#7360f2;color:#fff}.wh-telegram{background:#2aabee;color:#fff}.wh-whatsapp{background:#25d366;color:#fff}.wh-instagram{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7);color:#fff}.wh-tiktok{background:#111;color:#fff}.wh-x{background:#000;color:#fff}.wh-disabled{opacity:.62;filter:grayscale(.15)}
@media (max-width:760px){.wh-social-panel{right:12px;bottom:74px}.wh-social-main,.wh-social-item{width:46px;height:46px}.wh-social-list{gap:7px}}


/* SolarHall builder and AI consultant v1 */
.builder-hero{background:linear-gradient(135deg,#eff8ff,#fff)}.builder-hero-card,.builder-promo,.ai-panel{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:center;background:#fff;border:1px solid rgba(0,113,227,.10);border-radius:34px;padding:28px;box-shadow:0 18px 50px rgba(4,24,48,.08)}.builder-hero h1{font-size:clamp(38px,6vw,72px);line-height:.95;margin:0 0 16px}.builder-visual{display:grid;place-items:center;gap:8px;padding:24px;border-radius:30px;background:linear-gradient(135deg,#e6f6ff,#f8fcff)}.pool-preview{width:min(100%,320px);aspect-ratio:1.65;border-radius:38px;background:linear-gradient(135deg,#27c0ff,#0477e8);box-shadow:inset 0 12px 30px rgba(255,255,255,.45),0 20px 44px rgba(0,113,227,.18);position:relative;overflow:hidden}.pool-preview span{position:absolute;inset:18%;border-radius:999px;border:2px solid rgba(255,255,255,.65)}.builder-visual b{font-size:34px;color:#0d6efd}.builder-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:22px;align-items:start}.builder-panel,.builder-result,.ai-chat{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:28px;padding:22px;box-shadow:0 12px 36px rgba(0,0,0,.055)}.builder-panel select,.builder-panel input,.ai-input-row input{border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:12px 14px;font:inherit;background:#fff;outline:none}.builder-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.builder-options label{display:flex;gap:10px;align-items:center;border:1px solid rgba(0,113,227,.12);border-radius:16px;padding:12px;background:#fbfdff;font-weight:800;cursor:pointer}.builder-result{position:sticky;top:calc(var(--header-h,90px) + 14px)}.builder-metrics{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:16px}.builder-metrics div,.recommend-item{display:flex;justify-content:space-between;gap:12px;align-items:center;background:#fbfbfd;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:12px}.builder-metrics span,.recommend-item span{color:#6e6e73}.builder-metrics b{font-size:25px;color:#0d6efd}.recommend-list{display:grid;gap:8px}.recommend-list h3{margin:0 0 4px}.recommend-item.total{background:#eef7ff;border-color:rgba(0,113,227,.18)}.builder-actions{margin-top:16px}.home-builder-cta{padding-top:18px}.builder-promo{grid-template-columns:1fr auto}.builder-promo h2{margin-top:0}.builder-promo-actions{display:flex;gap:10px;flex-wrap:wrap}.ai-section{background:#f7fbff}.ai-panel{grid-template-columns:.85fr 1.15fr}.ai-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.ai-chips button{border:1px solid rgba(0,113,227,.18);background:#fff;color:#0d6efd;border-radius:999px;padding:10px 12px;font-weight:900;cursor:pointer}.ai-messages{height:360px;overflow:auto;display:flex;flex-direction:column;gap:10px;padding:4px}.ai-msg{max-width:88%;border-radius:18px;padding:12px 14px;line-height:1.45}.ai-msg.bot{align-self:flex-start;background:#eef7ff;color:#17324d}.ai-msg.user{align-self:flex-end;background:#0d6efd;color:#fff}.ai-input-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:12px}.ai-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.wh-ai-float{position:fixed;left:18px;bottom:22px;z-index:99980}.wh-ai-float a{display:flex;align-items:center;gap:8px;border-radius:999px;background:#0d6efd;color:#fff;text-decoration:none;font-weight:900;padding:13px 16px;box-shadow:0 14px 34px rgba(0,113,227,.25)}
@media(max-width:960px){.builder-hero-card,.ai-panel,.builder-layout,.builder-promo{grid-template-columns:1fr}.builder-result{position:static}.builder-promo-actions .btn{width:100%;justify-content:center}}
@media(max-width:620px){.builder-hero-card,.builder-promo,.ai-panel,.builder-panel,.builder-result,.ai-chat{border-radius:22px;padding:16px}.builder-options{grid-template-columns:1fr}.ai-input-row{grid-template-columns:1fr}.ai-input-row .btn{width:100%;justify-content:center}.ai-messages{height:300px}.wh-ai-float{left:12px;bottom:12px}.wh-ai-float a span{display:none}}
/* SolarHall responsive polish v2 — all devices */
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-width:0;overflow-x:hidden}img,svg,video{max-width:100%;height:auto}button,a,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}.section,section{overflow:hidden}.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.topbar{min-height:72px}.topbar .container,.topbar-inner,.header-inner{min-width:0}.brand,.logo{min-width:0}.nav{min-width:0}.nav-link{white-space:normal}.hero,.checkout-hero,.builder-hero{padding-inline:0}.hero-card,.checkout-hero,.builder-hero-card{max-width:100%;overflow:hidden}.hero h1,.builder-hero h1,.section-title,h1,h2{overflow-wrap:anywhere}.products,.product-grid,.catalog-grid,.popular-grid,.cards-grid,.cats-wide,.admin-products,.orders-board{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));}.card,.product-card,.popcat,.builder-panel,.builder-result,.ai-chat,.checkout-panel,.cart-panel,.order-summary{min-width:0}.card img,.product-card img{max-width:100%;object-fit:contain}.form-grid,.form-grid.two{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))}.payment-grid,.option-grid{grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr))}.cart-layout,.checkout-layout,.builder-layout,.product-page{grid-template-columns:minmax(0,1fr) minmax(280px,390px)}.builder-result,.checkout-summary{max-width:100%}.compare-table{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.compare-table table{width:100%;min-width:680px}.wh-social-panel{max-height:calc(100dvh - 110px);overflow:visible}.wh-social-item,.wh-social-main{flex:0 0 auto}.wh-ai-float{max-width:calc(100vw - 24px)}.wh-ai-float a{max-width:100%;white-space:nowrap}.ai-panel,.builder-hero-card,.builder-promo{max-width:100%;overflow:hidden}.ai-messages{overscroll-behavior:contain}.ai-msg{overflow-wrap:anywhere}.ai-input-row{min-width:0}.ai-input-row input{min-width:0;width:100%}
@media (min-width:1280px){.container{width:min(1240px,calc(100% - 56px))}.hero h1,.builder-hero h1{font-size:clamp(48px,5vw,76px)}}
@media (max-width:1100px){.container{width:min(100% - 28px,1040px)}.cart-layout,.checkout-layout,.builder-layout,.product-page,.builder-hero-card,.builder-promo,.ai-panel{grid-template-columns:1fr}.builder-result,.checkout-summary{position:static!important}.product-gallery img{max-height:420px}.section,section{padding-top:42px;padding-bottom:42px}}
@media (max-width:820px){body{padding-top:72px}.topbar{position:fixed!important;top:0;left:0;right:0;background:#fff}.topbar .container,.topbar-inner,.header-inner{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:72px}.menu-toggle{flex:0 0 44px}.brand,.logo{font-size:22px;line-height:1.05}.nav{max-width:min(86vw,330px)!important}.hero-card,.checkout-hero,.builder-hero-card,.builder-promo,.ai-panel{border-radius:26px;padding:20px}.category-showcase .popular-grid.pretty-cats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-card-actions,.product-actions,.builder-promo-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-card-actions .btn,.product-actions .btn,.builder-promo-actions .btn{width:100%}.wh-social-panel{right:10px;bottom:80px;gap:8px}.wh-social-main,.wh-social-item{width:44px;height:44px}.wh-ai-float{left:10px;bottom:14px}.wh-ai-float a{padding:12px 14px;font-size:14px}.ai-messages{height:min(340px,52vh)}}
@media (max-width:620px){.container{width:calc(100% - 20px)}.section,section{padding-top:30px;padding-bottom:30px}.hero-card,.checkout-hero,.builder-hero-card,.builder-promo,.ai-panel,.builder-panel,.builder-result,.ai-chat,.cart-panel,.checkout-panel,.order-summary{border-radius:20px!important;padding:14px!important}.hero h1,.builder-hero h1{font-size:34px!important;line-height:1.02!important}.section-title,h1{font-size:30px!important;line-height:1.08}.subtitle,.lead,p{font-size:15px}.category-showcase .popular-grid.pretty-cats{grid-template-columns:1fr!important}.category-showcase .popular-grid.pretty-cats .popcat{height:170px!important}.products,.product-grid,.catalog-grid,.popular-grid,.cards-grid,.cats-wide{grid-template-columns:1fr!important;gap:12px!important}.card,.product-card{border-radius:18px!important}.cart-item{grid-template-columns:64px minmax(0,1fr)!important;gap:10px}.cart-item img{width:64px!important;height:64px!important}.qty-control{justify-content:flex-start}.payment-grid,.option-grid,.form-grid,.form-grid.two,.builder-options{grid-template-columns:1fr!important}.option-card{min-height:auto!important}.builder-metrics b{font-size:22px}.recommend-item,.builder-metrics div{align-items:flex-start;flex-direction:column}.ai-input-row{grid-template-columns:1fr!important}.ai-input-row .btn{width:100%}.ai-msg{max-width:94%;font-size:14px}.wh-social-panel{right:8px;bottom:76px}.wh-social-list{gap:6px}.wh-social-main,.wh-social-item{width:42px;height:42px;box-shadow:0 8px 20px rgba(4,24,48,.18)}.wh-ai-float{left:8px;bottom:10px}.wh-ai-float a{width:46px;height:46px;padding:0;justify-content:center}.wh-ai-float a span,.wh-ai-float a b{display:none!important}.compare-table table{min-width:560px}.admin-head,.order-top,.order-meta,.status-form{display:grid!important;grid-template-columns:1fr!important}.status-form select,.status-form .btn{width:100%}}
@media (max-width:390px){.container{width:calc(100% - 16px)}.brand,.logo{font-size:20px}.hero h1,.builder-hero h1{font-size:30px!important}.section-title,h1{font-size:26px!important}.btn{width:100%}.product-card-actions,.product-actions,.builder-promo-actions{grid-template-columns:1fr}.wh-social-main,.wh-social-item{width:40px;height:40px}.wh-social-panel{bottom:70px}.ai-messages{height:280px}.pool-preview{border-radius:26px}}
@media (hover:none){.wh-social-item:hover,.wh-social-main:hover{transform:none}.popcat:hover img{transform:none!important}}

/* === SolarHall UX clean-up v2: constructor + no floating icons === */
.wh-social-panel,.wh-ai-float{display:none!important;visibility:hidden!important;pointer-events:none!important}
.page-builder .floating-call{display:none!important}
.page-builder main{background:linear-gradient(180deg,#f7fbff 0%,#fff 42%)}
.builder-workspace{overflow:visible!important;padding-top:42px!important}
.builder-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}
.builder-title-row h2{margin:0 0 8px;font-size:clamp(32px,4vw,54px);letter-spacing:-.04em;line-height:1}
.builder-title-row .lead{max-width:760px;margin:0;color:#5f6368}
.builder-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,380px)!important;gap:24px!important;align-items:start!important;overflow:visible!important}
.builder-panel,.builder-result{min-width:0!important;border-radius:30px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(0,113,227,.12)!important;box-shadow:0 20px 54px rgba(10,34,58,.08)!important}
.builder-panel{display:grid;gap:18px!important;padding:24px!important;overflow:hidden!important}
.builder-step{display:grid;gap:16px;padding:0!important}
.builder-step h3{display:flex;align-items:center;gap:10px;margin:0;font-size:24px;line-height:1.1;color:#111827;letter-spacing:-.02em}
.builder-step h3 span{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#0071e3,#12cfd0);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;box-shadow:0 10px 24px rgba(0,113,227,.24)}
.builder-panel .form-grid,.builder-panel .form-grid.two{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
.builder-panel .form-grid label{display:grid!important;gap:7px!important;min-width:0!important;font-weight:850!important;color:#202124!important}
.builder-panel select,.builder-panel input[type="number"]{width:100%!important;min-height:48px!important;border:1px solid rgba(0,113,227,.14)!important;border-radius:16px!important;background:#fff!important;color:#1d1d1f!important;padding:12px 14px!important;box-shadow:none!important}
.builder-options{display:grid!important;grid-template-columns:repeat(2,minmax(260px,1fr))!important;gap:12px!important;min-width:0!important}
.builder-options label{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;align-items:start!important;gap:12px!important;min-height:88px!important;width:100%!important;margin:0!important;padding:16px!important;border-radius:20px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;border:1px solid rgba(0,113,227,.14)!important;box-shadow:0 10px 26px rgba(5,33,63,.045)!important;cursor:pointer!important;overflow:hidden!important;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.builder-options label:hover{transform:translateY(-1px);border-color:rgba(0,113,227,.32)!important;box-shadow:0 14px 32px rgba(0,113,227,.09)!important}
.builder-options input[type="checkbox"]{appearance:none!important;-webkit-appearance:none!important;width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;margin:1px 0 0!important;padding:0!important;border-radius:999px!important;border:2px solid rgba(0,113,227,.25)!important;background:#fff!important;display:block!important;position:relative!important;box-shadow:none!important;flex:0 0 auto!important}
.builder-options input[type="checkbox"]:checked{background:#0d6efd!important;border-color:#0d6efd!important}
.builder-options input[type="checkbox"]:checked::after{content:'✓';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:900;line-height:1}
.builder-options label:has(input:checked){background:#eef7ff!important;border-color:rgba(0,113,227,.35)!important}
.builder-options label span{display:grid!important;gap:5px!important;min-width:0!important;overflow:hidden!important}
.builder-options label b{display:block!important;font-size:17px!important;line-height:1.18!important;color:#111827!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}
.builder-options label small{display:block!important;color:#6b7280!important;font-weight:600!important;line-height:1.35!important;font-size:13px!important;white-space:normal!important;overflow-wrap:break-word!important}
.builder-result{position:sticky!important;top:calc(var(--header-h,90px) + 18px)!important;padding:20px!important;overflow:hidden!important}
.builder-summary-visual{display:grid;place-items:center;text-align:center;gap:7px;margin-bottom:14px;padding:16px;border-radius:24px;background:linear-gradient(135deg,#eaf7ff,#f8fcff);border:1px solid rgba(0,113,227,.10)}
.builder-summary-visual .pool-preview{width:100%;max-width:260px;border-radius:30px}
.builder-summary-visual b{font-size:30px;color:#0d6efd}.builder-summary-visual small{color:#6b7280;font-weight:800}
.builder-result h2{margin:8px 0 14px;font-size:26px!important;letter-spacing:-.03em}
.builder-metrics{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-bottom:14px!important}
.builder-metrics div{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border-radius:16px!important;padding:12px 14px!important;background:#f7fbff!important;border:1px solid rgba(0,113,227,.10)!important}
.builder-metrics span,.recommend-item span{min-width:0!important;color:#5f6368!important;overflow-wrap:break-word!important}.builder-metrics b{font-size:22px!important;color:#0d6efd!important;white-space:nowrap!important}
.recommend-list{display:grid!important;gap:8px!important;min-width:0!important}.recommend-list h3{font-size:18px;margin:0 0 2px}.recommend-item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border-radius:15px!important;padding:11px 12px!important}.recommend-item b{white-space:nowrap!important}.recommend-item.total{font-weight:900!important;background:#eaf5ff!important}
.builder-actions .btn{width:100%!important;margin-top:8px!important;min-height:48px!important;border-radius:16px!important}.small-note{color:#6b7280!important;line-height:1.45!important}
.ai-section{overflow:visible!important}.ai-panel{border-radius:30px!important}.ai-input-row input{min-height:48px!important}
@media(max-width:1180px){.builder-layout{grid-template-columns:minmax(0,1fr) minmax(300px,350px)!important}.builder-options{grid-template-columns:1fr!important}}
@media(max-width:900px){.builder-title-row{display:grid;align-items:start}.builder-layout{grid-template-columns:1fr!important}.builder-result{position:static!important;order:2}.builder-panel{order:1}.builder-options{grid-template-columns:1fr!important}.builder-panel .form-grid,.builder-panel .form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.page-builder main{padding-top:0!important}.builder-workspace{padding-top:24px!important}.builder-title-row .btn{width:100%!important}.builder-panel,.builder-result{border-radius:22px!important;padding:14px!important}.builder-step h3{font-size:21px!important}.builder-panel .form-grid,.builder-panel .form-grid.two{grid-template-columns:1fr!important}.builder-options label{min-height:0!important;border-radius:18px!important;padding:14px!important;grid-template-columns:30px minmax(0,1fr)!important}.builder-options label b{font-size:16px!important}.builder-options label small{font-size:12.5px!important}.builder-metrics div,.recommend-item{flex-direction:row!important;align-items:center!important}.builder-summary-visual .pool-preview{max-width:220px}.ai-panel{grid-template-columns:1fr!important}.ai-chips button{width:100%;text-align:left}.ai-messages{height:min(330px,52vh)!important}}
@media(max-width:420px){.builder-title-row h2{font-size:30px!important}.builder-options input[type="checkbox"]{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important}.recommend-item{font-size:13px!important}.builder-metrics b{font-size:20px!important}}

/* final hard clean */
.wh-social-panel,.wh-ai-float,.floating-call,.floating-social,.social-float,[class*="wh-social"]{display:none!important;visibility:hidden!important;pointer-events:none!important;}

.catalog-group-title{grid-column:1/-1;margin:18px 0 2px;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,rgba(14,165,233,.12),rgba(255,255,255,.85));border:1px solid rgba(14,165,233,.16)}
.catalog-group-title h2{margin:0;font-size:22px;color:#0f172a}
.product-description p{margin:0 0 12px;line-height:1.65}.product-benefits{margin:0 0 18px;padding-left:22px}.product-benefits li{margin:7px 0;line-height:1.55}

/* SolarHall improved catalog */
.catalog-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}.catalog-sidebar{position:sticky;top:calc(var(--header-h,80px) + 16px);background:#fff;border:1px solid rgba(0,113,227,.12);border-radius:24px;padding:16px;box-shadow:0 12px 30px rgba(2,20,45,.06)}.catalog-sidebar h3{margin:0 0 12px}.category-list{display:flex;flex-direction:column;gap:8px;max-height:70vh;overflow:auto;padding-right:4px}.category-filter{display:flex;justify-content:space-between;gap:10px;align-items:center;width:100%;border:1px solid rgba(0,113,227,.14);background:#f7fbff;border-radius:14px;padding:10px 12px;text-align:left;cursor:pointer;font-weight:700;color:#11324d}.category-filter small{color:#6b7c8f;font-weight:800}.category-filter.active,.category-filter:hover{background:#0071e3;color:white;border-color:#0071e3}.category-filter.active small,.category-filter:hover small{color:white}.catalog-content{min-width:0}.catalog-summary{margin:-4px 0 14px}.catalog-group-title{grid-column:1/-1;margin:18px 0 4px;padding:10px 4px;border-bottom:1px solid rgba(0,113,227,.14)}.catalog-group-title h2{margin:0;font-size:24px}.catalog-toolbar input[type=search]{min-width:260px;flex:1}.catalog-toolbar{display:flex;gap:12px;align-items:center;margin-bottom:14px}.catalog-toolbar select{min-width:190px}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:relative;top:auto}.category-list{max-height:260px}.catalog-toolbar{flex-direction:column;align-items:stretch}.catalog-toolbar input[type=search],.catalog-toolbar select{width:100%;min-width:0}}
.catalog-more-wrap{display:flex;justify-content:center;padding:24px 0 8px}.catalog-more-wrap .btn{min-width:220px}.category-filter small{margin-left:auto;opacity:.65}.category-filter{display:flex;align-items:center;gap:8px;text-align:left}.catalog-group-title{grid-column:1/-1}

/* Edge swipe back */
.wh-edge-back-indicator{position:fixed;left:-34px;top:50%;z-index:2147483646;width:48px;height:48px;border-radius:999px;background:rgba(17,99,214,.94);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.22);opacity:0;pointer-events:none;transform:translate3d(0,-50%,0) scale(.88);transition:opacity .16s ease,transform .16s ease,background .16s ease}.wh-edge-back-indicator span{font:500 38px/1 system-ui,sans-serif;margin-top:-4px}.wh-edge-back-indicator.is-active{transition:none}.wh-edge-back-indicator.is-ready{background:rgba(14,137,77,.96)}html.wh-going-back body{opacity:.72;transform:translateX(10px);transition:opacity .18s ease,transform .18s ease}@media (prefers-reduced-motion:reduce){.wh-edge-back-indicator,html.wh-going-back body{transition:none!important}}

/* SolarHall persistent customer orders */
.saved-orders-wrap{margin-top:24px}.saved-orders-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:12px}.saved-orders-head h2{margin:0}.saved-order{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:14px 0;border-top:1px solid rgba(15,45,70,.1)}.saved-order:first-of-type{border-top:0}.saved-order p{margin:4px 0 0;color:var(--muted,#667085);font-size:14px}.saved-order.latest{background:rgba(0,132,255,.05);margin:0 -12px;padding:14px 12px;border-radius:14px}.persistent-order{position:relative}.btn.small{padding:8px 12px;font-size:13px}@media(max-width:680px){.saved-orders-head{align-items:flex-start}.saved-order{grid-template-columns:1fr auto}.saved-order .btn{grid-column:1/-1;width:100%}}

.telegram-connect-box{margin-top:16px;padding:16px;border-radius:16px;background:#eef8ff;border:1px solid #b9def7}.telegram-connect-box p{margin:7px 0 12px}.telegram-connect-box .btn{display:inline-flex;text-decoration:none}
/* SolarHall rich supplier content */
.product-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}.product-thumb{border:1px solid #dce5ef;background:#fff;border-radius:10px;padding:4px;cursor:pointer;aspect-ratio:1}.product-thumb.active{border-color:#1267d6;box-shadow:0 0 0 2px rgba(18,103,214,.12)}.product-thumb img{width:100%;height:100%;object-fit:contain}.supplier-rich-content{line-height:1.65;overflow:hidden}.supplier-rich-content img{display:block;max-width:100%;height:auto;margin:18px auto;border-radius:14px}.supplier-rich-content table{width:100%;border-collapse:collapse;margin:16px 0}.supplier-rich-content td,.supplier-rich-content th{border:1px solid #dce5ef;padding:10px;text-align:left}.supplier-rich-content h2,.supplier-rich-content h3,.supplier-rich-content h4{margin-top:24px}.product-docs{display:grid;gap:10px}.product-docs a{display:block;padding:12px 14px;border:1px solid #dce5ef;border-radius:12px;text-decoration:none;font-weight:700}.product-docs a:hover{border-color:#1267d6}@media(max-width:700px){.product-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.supplier-rich-content table{display:block;overflow-x:auto}}

/* SolarHall 3.16: fast live catalog search on desktop and mobile */
.catalog-live-search{position:relative;z-index:35}
.catalog-live-search-top{max-width:760px;margin:22px auto 24px}
.catalog-live-search input{width:100%;min-height:52px;border:1px solid #dbe4f0;border-radius:16px;padding:0 18px;font-size:16px;background:#fff;color:#142033;box-shadow:0 8px 28px rgba(25,70,130,.07);outline:none}
.catalog-live-search input:focus{border-color:#1673df;box-shadow:0 0 0 4px rgba(22,115,223,.12),0 10px 32px rgba(25,70,130,.09)}
.catalog-toolbar-v2 .catalog-live-search{flex:1;min-width:220px}
.catalog-live-results{position:absolute;left:0;right:0;top:calc(100% + 7px);max-height:min(430px,62vh);overflow:auto;background:#fff;border:1px solid #dce6f2;border-radius:16px;box-shadow:0 18px 48px rgba(20,43,78,.18);padding:8px;z-index:999}
.catalog-live-results[hidden]{display:none!important}
.catalog-live-result{display:grid;grid-template-columns:52px minmax(0,1fr);gap:11px;align-items:center;padding:9px;border-radius:12px;text-decoration:none;color:#152033}
.catalog-live-result:hover,.catalog-live-result.is-active{background:#f0f6ff}
.catalog-live-result img{width:52px;height:52px;object-fit:contain;border-radius:10px;background:#f7f9fc}
.catalog-live-result strong{display:block;font-size:14px;line-height:1.25}
.catalog-live-result small{display:block;margin-top:4px;color:#718096;font-size:12px}
.catalog-live-all,.catalog-live-empty{display:block;padding:11px 12px;border-radius:10px;font-size:14px}
.catalog-live-all{font-weight:700;color:#0968d8;text-decoration:none;background:#f4f8ff;margin-top:4px}
.catalog-live-empty{color:#687386}
@media(max-width:780px){
  .catalog-live-search-top{margin:18px 0 20px}
  .catalog-live-search input{min-height:50px;font-size:16px;border-radius:14px}
  .catalog-toolbar-v2{align-items:stretch}
  .catalog-toolbar-v2 .catalog-live-search{width:100%;flex-basis:100%}
  .catalog-live-results{position:fixed;left:12px;right:12px;top:calc(var(--header-h,72px) + 8px);max-height:62vh;border-radius:16px;z-index:10050}
}

/* SolarHall 3.17: compact live-search suggestions; never render full product cards while typing */
.catalog-live-results{contain:layout paint;overscroll-behavior:contain}
.catalog-live-result{min-height:66px;overflow:hidden}
.catalog-live-result img{display:block;flex:none;width:52px!important;height:52px!important;max-width:52px!important;max-height:52px!important;object-fit:contain!important}
.catalog-live-result span{min-width:0}
.catalog-live-result strong{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(max-width:780px){
 .catalog-live-results{top:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 10px);max-height:min(58vh,480px);padding:6px}
 .catalog-live-result{grid-template-columns:48px minmax(0,1fr);gap:10px;padding:8px;min-height:62px}
 .catalog-live-result img{width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important}
 .catalog-live-result strong{font-size:13.5px}
 .catalog-live-result small{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}

/* SolarHall 3.18: strict one-row autocomplete layout */
.catalog-live-search{isolation:isolate}
.catalog-live-results{
  display:block!important;
  box-sizing:border-box!important;
  width:auto!important;
  padding:6px!important;
  background:#fff!important;
  overflow-x:hidden!important;
}
.catalog-live-results[hidden]{display:none!important}
.catalog-live-results > .catalog-live-result{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  width:100%!important;
  min-width:0!important;
  height:64px!important;
  min-height:64px!important;
  margin:0!important;
  padding:6px 8px!important;
  gap:10px!important;
  box-sizing:border-box!important;
  border:0!important;
  border-bottom:1px solid #edf1f6!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#152033!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
.catalog-live-results > .catalog-live-result:last-of-type{border-bottom:0!important}
.catalog-live-results > .catalog-live-result:hover,
.catalog-live-results > .catalog-live-result:focus{background:#f3f7fd!important}
.catalog-live-results > .catalog-live-result > .catalog-live-thumb{
  display:flex!important;
  flex:0 0 50px!important;
  width:50px!important;
  height:50px!important;
  min-width:50px!important;
  max-width:50px!important;
  min-height:50px!important;
  max-height:50px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0!important;
  border-radius:9px!important;
  background:#f7f9fc!important;
  overflow:hidden!important;
}
.catalog-live-results > .catalog-live-result > .catalog-live-thumb > img{
  display:block!important;
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  max-width:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  margin:0!important;
  padding:0!important;
  object-fit:contain!important;
  border-radius:7px!important;
}
.catalog-live-results > .catalog-live-result > .catalog-live-copy{
  display:flex!important;
  flex:1 1 auto!important;
  min-width:0!important;
  height:50px!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:3px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
.catalog-live-results > .catalog-live-result > .catalog-live-copy > strong{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#152033!important;
  font-size:14px!important;
  font-weight:750!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.catalog-live-results > .catalog-live-result > .catalog-live-copy > small{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  color:#69768a!important;
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.15!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.catalog-live-results > .catalog-live-all{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:5px 0 0!important;
  padding:10px 12px!important;
  text-align:center!important;
  border-radius:10px!important;
}
@media(max-width:780px){
  .catalog-live-results{
    position:absolute!important;
    left:0!important;
    right:0!important;
    top:calc(100% + 7px)!important;
    bottom:auto!important;
    max-height:min(430px,52vh)!important;
    border-radius:14px!important;
    z-index:10050!important;
  }
  .catalog-live-results > .catalog-live-result{
    height:60px!important;
    min-height:60px!important;
    padding:5px 7px!important;
    gap:9px!important;
  }
  .catalog-live-results > .catalog-live-result > .catalog-live-thumb{
    flex-basis:46px!important;
    width:46px!important;height:46px!important;min-width:46px!important;max-width:46px!important;min-height:46px!important;max-height:46px!important;
  }
  .catalog-live-results > .catalog-live-result > .catalog-live-thumb > img{
    width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;min-height:42px!important;max-height:42px!important;
  }
  .catalog-live-results > .catalog-live-result > .catalog-live-copy{height:46px!important}
  .catalog-live-results > .catalog-live-result > .catalog-live-copy > strong{font-size:13.5px!important}
  .catalog-live-results > .catalog-live-result > .catalog-live-copy > small{font-size:11.5px!important}
}

/* SolarHall 4.0 — compact branded catalog category strip */
.waterhall-sections-featured{display:flex!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:8px 2px 14px!important;margin-top:18px!important;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.waterhall-sections-featured .waterhall-section{flex:0 0 auto!important;min-width:180px!important;width:auto!important;min-height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:13px 18px!important;border:1px solid rgba(13,110,253,.26)!important;border-radius:16px!important;background:linear-gradient(135deg,#eaf4ff,#f8fbff)!important;color:#075aa8!important;box-shadow:0 8px 20px rgba(13,110,253,.08)!important;text-align:center!important;scroll-snap-align:start;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}
.waterhall-sections-featured .waterhall-section b{font-size:15px!important;line-height:1.15!important;color:inherit!important;white-space:nowrap!important}
.waterhall-sections-featured .waterhall-section small{display:none!important}
.waterhall-sections-featured .waterhall-section:hover,.waterhall-sections-featured .waterhall-section.active{transform:translateY(-1px);background:linear-gradient(135deg,#0d6efd,#0798e8)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 12px 26px rgba(13,110,253,.23)!important}
@media(max-width:620px){.waterhall-sections-featured{gap:8px!important;margin-left:-2px!important;margin-right:-2px!important}.waterhall-sections-featured .waterhall-section{min-width:142px!important;min-height:52px!important;padding:11px 15px!important;border-radius:14px!important}.waterhall-sections-featured .waterhall-section b{font-size:14px!important}}

.catalog-category,.category-btn,.catalog-btn{background:#fff!important;color:#0b6fd3!important;border:1px solid #0b6fd3!important;box-shadow:0 2px 6px rgba(0,0,0,.08)}.catalog-category.active,.category-btn.active,.catalog-btn.active,.catalog-category:hover,.category-btn:hover,.catalog-btn:hover{background:#eaf4ff!important}

/* SolarHall 4.1.2 — silver catalog section buttons */
.waterhall-sections-featured .waterhall-section{
  background:linear-gradient(145deg,#ffffff 0%,#eef1f5 38%,#c8ced6 72%,#f7f8fa 100%)!important;
  color:#26313d!important;
  border:1px solid #b9c1ca!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(103,113,125,.16),0 7px 18px rgba(42,53,66,.13)!important;
  text-shadow:0 1px 0 rgba(255,255,255,.9)!important;
}
.waterhall-sections-featured .waterhall-section:hover,
.waterhall-sections-featured .waterhall-section.active{
  background:linear-gradient(145deg,#fdfefe 0%,#dfe4e9 42%,#aeb7c1 76%,#eef1f4 100%)!important;
  color:#142231!important;
  border-color:#9da7b2!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(73,84,96,.22),0 10px 22px rgba(42,53,66,.18)!important;
}
.waterhall-sections-featured .waterhall-section b{color:inherit!important;}

/* SolarHall 4.1.3 — silver catalog buttons with black labels */
.waterhall-sections-featured .waterhall-section,
.waterhall-sections-featured .waterhall-section:hover,
.waterhall-sections-featured .waterhall-section.active,
.waterhall-sections-featured .waterhall-section b,
.waterhall-sections-featured .waterhall-section:hover b,
.waterhall-sections-featured .waterhall-section.active b,
.catalog-category,.category-btn,.catalog-btn,
.catalog-category:hover,.category-btn:hover,.catalog-btn:hover,
.catalog-category.active,.category-btn.active,.catalog-btn.active,
.filter-row .btn,
.filter-row .btn:hover,
.filter-row .btn.active,
.category-filter,
.category-filter:hover,
.category-filter.active,
.category-filter small,
.category-filter:hover small,
.category-filter.active small{
  color:#000!important;
  -webkit-text-fill-color:#000!important;
  text-shadow:0 1px 0 rgba(255,255,255,.92)!important;
}
.category-filter,.category-filter:hover,.category-filter.active,
.filter-row .btn,.filter-row .btn:hover,.filter-row .btn.active{
  background:linear-gradient(145deg,#fff 0%,#eef1f5 38%,#c8ced6 72%,#f7f8fa 100%)!important;
  border-color:#b9c1ca!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 -1px 0 rgba(103,113,125,.16),0 7px 18px rgba(42,53,66,.13)!important;
}
