:root{--bg1:#0a2f56;--bg2:#1f78d1;--bg3:#7bd0ff;--text:#f8fbff;--muted:rgba(255,255,255,.78);--card:rgba(255,255,255,.14);--stroke:rgba(255,255,255,.22);--shadow:0 20px 40px rgba(0,0,0,.18);--radius:26px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;color:var(--text);min-height:100vh;transition:background .6s ease}body.weather-bg.clear{background:linear-gradient(145deg,var(--bg1),var(--bg2) 55%,var(--bg3))}body.weather-bg.clouds{background:linear-gradient(145deg,#4d5d75,#8397b4 55%,#c8d5e6)}body.weather-bg.rain{background:linear-gradient(145deg,#10273d,#20567a 55%,#3f8ab5);background-size:200% 200%;animation:rainShift 6s linear infinite}body.weather-bg.storm{background:linear-gradient(145deg,#09121d,#1d2b3a 55%,#31495e);animation:stormFlash 4s infinite}body.weather-bg.snow{background:linear-gradient(145deg,#6b7d90,#95a9bf 55%,#dde8f4)}@keyframes rainShift{0%{background-position:0 0}to{background-position:0 100%}}@keyframes stormFlash{0%,to{filter:brightness(1)}50%{filter:brightness(1.15)}}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.glass{background:var(--card);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--stroke);box-shadow:var(--shadow);border-radius:var(--radius)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block;border-radius:18px}.topbar{padding:10px 0;background:#ffffff14;font-size:14px}.topbar__inner,.header__inner,.footer__inner{display:flex;justify-content:space-between;align-items:center;gap:16px}.site-header{padding:18px 0;position:sticky;top:0;z-index:30;background:#0a2f5659;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px}.brand__badge{width:44px;height:44px;border-radius:14px;background:#ffffff2e;display:grid;place-items:center;font-size:22px}.brand small,.eyebrow,.product-card__vendor{color:var(--muted)}.nav{display:flex;gap:18px;flex-wrap:wrap}.hero{padding:24px 0}.hero__grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.hero__main{padding:32px}.hero__main h1{font-size:clamp(2rem,4vw,4rem);line-height:1.02;margin:0 0 14px}.hero__text{max-width:60ch;color:var(--muted)}.hero__temp-row{display:flex;align-items:flex-end;gap:24px;margin:26px 0}.hero__temp{font-size:clamp(4rem,9vw,6rem);font-weight:800;line-height:.9}.hero__meta p{margin:6px 0;color:var(--muted)}.hero__search{display:flex;gap:10px;flex-wrap:wrap}.hero__search input,.hero__search button{border:none;border-radius:16px;padding:14px 16px;font-size:16px}.hero__search input{flex:1;min-width:220px}.hero__search button{background:#fff;color:#0b3f73;font-weight:700;cursor:pointer}.hero__side{display:grid;grid-template-columns:1fr 1fr;gap:18px}.stat-card{padding:22px;min-height:140px;display:flex;flex-direction:column;justify-content:space-between}.stat-card__label{color:var(--muted);margin:0}.stat-card__value{font-size:1.6rem;font-weight:800;margin:0}.hourly-panel{padding:24px;margin-top:18px}.hourly-strip{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.hour-chip{padding:18px;border-radius:18px;background:#ffffff14;text-align:center}.hour-chip p,.hour-chip span{margin:0 0 8px;color:var(--muted)}.section-space{padding:42px 0}.section-head h2{margin:6px 0 0;font-size:2rem}.section-head.compact h2{font-size:1.5rem}.weather-reco{padding:24px;display:flex;justify-content:space-between;gap:24px;align-items:center}.reco-kicker{color:var(--muted);margin:0 0 8px}.reco-tags{display:flex;gap:10px;flex-wrap:wrap}.reco-tags span{padding:10px 14px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18)}.collection-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:20px}.collection-card,.product-card{overflow:hidden}.collection-card__content,.product-card__content{padding:18px}.product-card__price{font-size:1.1rem;font-weight:800}.site-footer{padding:30px 0 40px;margin-top:40px;background:#0000001f}@media(max-width:990px){.hero__grid,.collection-grid,.product-grid{grid-template-columns:1fr 1fr}.hourly-strip{grid-template-columns:repeat(4,1fr)}}@media(max-width:680px){.topbar__inner,.header__inner,.footer__inner,.nav,.hero__temp-row,.weather-reco{flex-direction:column;align-items:flex-start}.hero__grid,.hero__side,.collection-grid,.product-grid,.hourly-strip{grid-template-columns:1fr}.hero__main,.hourly-panel{padding:24px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
