:root{--navy:#071b2f;--navy-2:#102b45;--gold:#ffbd45;--yellow:#ffd814;--orange:#f3a847;--pink:#ff146b;--paper:#fff;--page:#e9edf1;--ink:#111820;--muted:#65717e;--max:1500px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:Arial,"Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased}button,input{font:inherit}.site-header{color:#fff;background:var(--navy)}.main-bar{min-height:64px;display:flex;align-items:center;gap:16px;padding:8px 20px;max-width:var(--max);margin:auto}.brand{position:relative;border:0;background:none;color:#fff;font-size:27px;font-weight:900;letter-spacing:-1.6px;padding:4px 8px 9px;cursor:pointer}.brand-river{color:#fff}.brand-cart{color:var(--gold)}.brand i{position:absolute;left:17px;right:9px;bottom:3px;height:7px;border-bottom:3px solid var(--gold);border-radius:50%;transform:rotate(-3deg)}.delivery,.language,.account,.orders,.cart{border:1px solid transparent;background:none;color:#fff;min-height:46px;padding:5px 7px;display:flex;align-items:center;cursor:pointer}.delivery:hover,.language:hover,.account:hover,.orders:hover,.cart:hover,.brand:hover{border-color:#fff;border-radius:3px}.delivery{gap:7px}.delivery .pin{font-size:24px}.delivery span:last-child,.account,.orders{flex-direction:column;align-items:flex-start}.delivery small,.account small,.orders small{font-size:12px;color:#d5dbe0}.delivery strong,.account strong,.orders strong{font-size:14px;white-space:nowrap}.search-box{height:44px;display:flex;flex:1;min-width:260px;border-radius:6px;overflow:hidden;outline:3px solid transparent}.search-box:focus-within{outline-color:var(--orange)}.search-category{width:64px;border:0;border-right:1px solid #ddd;background:#f3f3f3;color:#4c5661;cursor:pointer}.search-box input{min-width:0;flex:1;border:0;padding:0 14px;outline:0;font-size:16px}.search-submit{width:53px;border:0;background:var(--gold);font-size:29px;cursor:pointer}.language{gap:5px;font-weight:700}.cart{position:relative;align-items:flex-end}.cart-icon{font-size:30px}.cart b{position:absolute;left:30px;top:0;color:var(--gold)}.cart strong{font-size:14px}.sub-bar{height:40px;display:flex;align-items:center;gap:24px;padding:0 max(20px,calc((100vw - var(--max))/2 + 20px));background:var(--navy-2);overflow:hidden;white-space:nowrap}.sub-bar a,.sub-bar button{border:0;background:none;color:#fff;text-decoration:none;font-weight:700;font-size:14px;cursor:pointer;padding:9px 0}.hamburger{font-size:20px;margin-right:5px}
.hero{height:min(330px,20.5vw);min-height:210px;position:relative;overflow:hidden;background:#8c16da;cursor:pointer}.hero img{position:absolute;height:100%;width:calc(100% + 64px);left:-32px;top:0;object-fit:cover}.hero-dots{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);display:flex;gap:7px}.hero-dots span{width:28px;height:5px;border-radius:8px;background:rgba(255,255,255,.5)}.hero-dots .active{background:#fff}.deals-shell{max-width:var(--max);margin:0 auto;padding:24px 20px 38px;background:#fff}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.section-title>div{display:flex;align-items:center;gap:8px}.section-title h1{font-size:28px;margin:0;text-transform:uppercase}.bolt{display:grid;place-items:center;background:var(--pink);color:#fff;width:34px;height:34px;clip-path:polygon(30% 0,100% 0,68% 43%,100% 43%,28% 100%,42% 54%,0 54%);font-size:0}.section-title button{border:0;background:none;color:#1673a7;font-weight:700;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{position:relative;border:1px solid #d9dde1;border-radius:4px;background:#fff;padding:0 14px 14px;box-shadow:0 1px 2px rgba(0,0,0,.08);cursor:pointer;overflow:hidden;transition:transform .18s,box-shadow .18s}.product-card:hover,.product-card:focus{outline:0;transform:translateY(-3px);box-shadow:0 8px 24px rgba(23,35,47,.15)}.sale-ribbon{position:absolute;z-index:2;left:0;top:0;background:var(--pink);color:#fff;font-size:16px;font-weight:900;padding:9px 14px 8px 25px;clip-path:polygon(0 0,100% 0,94% 100%,0 100%)}.product-image{height:290px;margin:0 -14px 10px;background-image:url("assets/products-grid.png");background-size:300% 200%;background-repeat:no-repeat}.sprite-1{background-position:0 0}.sprite-2{background-position:50% 0}.sprite-3{background-position:100% 0}.sprite-4{background-position:0 100%}.sprite-5{background-position:50% 100%}.sprite-6{background-position:100% 100%}.product-card h2{font-size:18px;margin:7px 0 8px}.price{display:flex;align-items:center;gap:15px;margin-bottom:12px}.price strong{font-size:28px;color:#df1c13}.price del{color:#65717e}.product-card>button{width:100%;height:42px;border:0;border-radius:8px;background:var(--yellow);font-size:17px;font-weight:700;cursor:pointer}.category-strip{max-width:var(--max);margin:25px auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:0 20px}.category-card{background:#fff;padding:26px 22px;border-radius:4px;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.06)}.category-card span{font-size:34px}.category-card h2{font-size:20px;margin:10px 0 5px}.category-card p{color:var(--muted);margin:0;font-size:14px}.back-top{width:100%;height:48px;border:0;background:#304861;color:#fff;cursor:pointer}footer{background:var(--navy-2);color:#fff}.footer-links{max-width:1000px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:60px;padding:34px 20px}.footer-links h3{font-size:16px}.footer-links a{display:block;color:#d5dde5;text-decoration:none;font-size:13px;margin:11px 0}.footer-note{text-align:center;border-top:1px solid #385069;color:#c5ced7;margin:0;padding:18px;font-size:12px}
.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:rgba(4,12,21,.74);backdrop-filter:blur(4px)}.modal-backdrop[hidden]{display:none}.auth-modal{position:relative;width:min(430px,100%);max-height:calc(100vh - 30px);overflow:auto;border-radius:10px;background:#fff;color:#171d23;padding:27px 34px 24px;box-shadow:0 25px 80px rgba(0,0,0,.35);animation:pop .2s ease}.modal-close{position:absolute;right:12px;top:9px;border:0;background:none;font-size:30px;color:#76818c;cursor:pointer}.modal-brand{text-align:center;font-size:27px;font-weight:900;letter-spacing:-1px;margin:3px 0 21px}.modal-brand .brand-river{color:var(--navy)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #ddd;margin-bottom:20px}.tab{height:42px;border:0;border-bottom:3px solid transparent;background:none;color:#737c85;font-weight:700;cursor:pointer}.tab.active{border-color:var(--orange);color:var(--ink)}.auth-form h2,.success-panel h2{font-size:26px;margin:0 0 18px}.auth-form label{display:block;font-size:13px;font-weight:700;margin:12px 0}.auth-form input{display:block;width:100%;height:45px;margin-top:6px;padding:0 11px;border:1px solid #aeb7bf;border-radius:4px;outline:0}.auth-form input:focus{border-color:#e39321;box-shadow:0 0 0 3px rgba(243,168,71,.22)}.submit-button,.success-panel button{width:100%;height:44px;border:1px solid #b58500;border-radius:8px;background:var(--yellow);font-weight:700;cursor:pointer;margin-top:8px}.form-message{min-height:19px;color:#c52626;text-align:center;font-size:13px;margin:12px 0 0}.demo-note{background:#f5f7f8;color:#52606c;text-align:center;border-radius:5px;padding:10px;margin:16px 0 0;font-size:12px;line-height:1.45}.success-panel{text-align:center;padding:12px 0}.success-panel>span{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 14px;border-radius:50%;background:#e8f7ec;color:#16833b;font-size:38px}.success-panel h2{margin-bottom:8px}.success-panel p{color:#65717e;font-size:14px;line-height:1.5}.body-locked{overflow:hidden}@keyframes pop{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
.product-image{background-image:url("assets/products-grid.png?v=2")}
@media(max-width:980px){.delivery,.language,.orders{display:none}.main-bar{gap:9px}.account strong{font-size:12px}.product-image{height:230px}.category-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.main-bar{flex-wrap:wrap;padding:8px 12px}.brand{font-size:23px}.account,.cart strong{display:none}.cart{display:flex;margin-left:auto}.search-box{order:5;flex-basis:100%;height:40px}.sub-bar{padding:0 13px;gap:19px}.sub-bar a:nth-last-child(-n+3){display:none}.hero{height:170px;min-height:170px}.hero img{width:auto;min-width:100%;left:50%;transform:translateX(-50%);object-position:center}.deals-shell{padding:18px 12px 28px}.section-title h1{font-size:21px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card{padding:0 9px 10px}.sale-ribbon{font-size:11px;padding:7px 10px 6px 18px}.product-image{height:180px;margin:0 -9px 8px}.product-card h2{font-size:14px;min-height:38px}.price{gap:8px}.price strong{font-size:21px}.price del{font-size:12px}.product-card>button{font-size:13px;height:37px}.category-strip{padding:0 12px;gap:12px}.category-card{padding:18px 14px}.footer-links{grid-template-columns:1fr 1fr;gap:25px}.auth-modal{padding:25px 21px 20px}}
@media(max-width:420px){.hero{height:145px;min-height:145px}.hero-dots{display:none}.product-image{height:145px}.category-strip{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr}.modal-brand{font-size:24px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.product-card,.auth-modal{transition:none;animation:none}}
.hero{height:auto;min-height:0;line-height:0}.hero img{position:static;display:block;width:100%;min-width:0;height:auto;left:auto;top:auto;transform:none;object-fit:contain}.hero-dots{display:none}.hero:before,.hero:after{content:"";position:absolute;z-index:2;top:0;bottom:0;width:2.7%;pointer-events:none}.hero:before{left:0;background:linear-gradient(90deg,#6818e4 10%,#8b18e9 100%)}.hero:after{right:0;background:linear-gradient(90deg,#7415e7 0%,#7212df 100%)}
