:root{--bg:#0f172a;--surface:#1e293b;--primary:#38bdf8;--text:#f1f5f9;--muted:#94a3b8;--accent:#f472b6}*{box-sizing:border-box;margin:0;padding:0}body{background:--bg;color:--text;font-family:system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}header,footer,main,section{width:100%;max-width:1200px;margin:0 auto;padding:1rem}img{max-width:100%;height:auto;border-radius:12px;display:block}a{color:--accent;text-decoration:none;transition:opacity .3s ease;word-break:break-word}a:hover{opacity:.8}h1,h2,h3{color:--primary;margin-bottom:1rem;line-height:1.2}p{margin-bottom:1rem;color:--text}nav,ul{list-style:none;display:flex;flex-wrap:wrap;gap:10px}li{background:--surface;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid #334155}main{animation:fadeIn 0.8s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.promo-box{background:linear-gradient(135deg,var(--surface),#0f172a);padding:2rem;border-left:4px solid var(--accent);margin:2rem 0;border-radius:0 12px 12px 0}button,[data-cta]{display:inline-block;background:--primary;color:--bg;padding:.8rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;border:none;transition:transform .2s}button:active{transform:scale(.95)}footer{text-align:center;font-size:.8rem;color:--muted;border-top:1px solid --surface;margin-top:4rem}@media(max-width:768px){body{font-size:15px}header{text-align:center}ul{justify-content:center}}

.delivery-block{padding:20px;margin:22px 0;border-radius:8px;border:3px solid currentColor;border-color:inherit;opacity:0.92;}.delivery-list{list-style:none;padding:0;margin:0;}.products-block{padding:20px;margin:22px 0;border-radius:8px;border:3px solid currentColor;border-color:inherit;opacity:0.9;}.products-list{list-style:none;padding:0;margin:0;}.product-item{padding:12px;margin:13px 0;border-radius:10px;display:flex;flex-wrap:wrap;align-items:center;gap:13px;border:2px solid;border-color:inherit;transition:all 0.3s ease;}.product-item:hover{transform:translateX(3px);opacity:0.9;box-shadow:0 4px 11px rgba(0,0,0,0.1);}.product-name{flex:1 1 auto;font-weight:600;font-size:15px;}.product-price{font-weight:700;font-size:19px;white-space:nowrap;}.product-old-price{text-decoration:line-through;font-size:14px;opacity:0.65;white-space:nowrap;}@media(max-width:768px){.delivery-block{padding:16px;}.products-block{padding:18px;}.product-item{flex-direction:column;align-items:flex-start;}}@media(max-width:480px){.delivery-block{padding:12px;margin:10px 0;}.products-block{padding:12px;margin:6px 0;}.product-item{padding:12px;margin:6px 0;}}
