:root{--blue:#075dcc;--navy:#061a3a;--soft:#f4f8fd;--line:#dbe7f5;--text:#14243d;--muted:#66758a;--green:#0b9b5a;--shadow:0 14px 40px rgba(16,54,101,.10)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 28px));margin:auto}.top{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.nav{height:70px;display:flex;align-items:center;gap:14px}.logo{height:44px;object-fit:contain}.plus-brand{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #cfe3fb;border-radius:12px;background:#f4f9ff;color:#075dcc;font-weight:950;font-size:12px}.plus-brand img{width:28px;height:28px;display:block}.navlinks{margin-left:auto;display:flex;align-items:center;gap:8px}.navlinks a,.lang{padding:10px 13px;border-radius:11px;font-weight:800;font-size:14px}.navlinks a:hover{background:var(--soft);color:var(--blue)}.cart{background:var(--navy);color:#fff!important}.lang{border:1px solid var(--line);background:#fff;cursor:pointer}.hero{background:linear-gradient(145deg,#f6fbff 0%,#edf5ff 55%,#fff 100%);padding:64px 0 54px;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#e8f2ff;color:var(--blue);padding:7px 11px;border-radius:999px;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:clamp(38px,5vw,67px);line-height:.98;margin:15px 0 16px;color:var(--navy)}.hero h1 span{color:var(--blue)}.hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:700px}.hero-card{background:var(--navy);color:#fff;border-radius:28px;padding:27px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:after{content:"+";position:absolute;right:-12px;bottom:-45px;font-size:190px;font-weight:900;color:rgba(255,255,255,.05)}.hero-card h3{font-size:27px;margin:0 0 10px}.hero-card p{color:#dbe9ff;font-size:15px;margin:0 0 20px}.hero-badges{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hero-badges span{background:rgba(255,255,255,.09);padding:11px;border-radius:12px;font-weight:800;font-size:13px}.section{padding:54px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{font-size:34px;margin:0;color:var(--navy)}.section-head p{margin:7px 0 0;color:var(--muted)}.search-row{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.search-row input,.search-row select{height:44px;padding:0 14px;border:1px solid var(--line);border-radius:12px;background:#fff;font:inherit}.search-row input{flex:1;min-width:220px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(15,51,92,.06);transition:.2s}.product:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-img{aspect-ratio:1/1;background:#f3f7fc;display:grid;place-items:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.placeholder{font-size:58px;color:#a7b9d1}.product-body{padding:15px}.cat{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--blue)}.product h3{font-size:17px;margin:6px 0 8px;line-height:1.35}.price{font-weight:950;font-size:22px;color:var(--navy)}.old{font-size:13px;text-decoration:line-through;color:#8b97a8;margin-left:7px}.stock{font-size:12px;margin-top:7px;color:var(--green);font-weight:800}.stock.out{color:#c33}.actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:13px}.btn{border:0;border-radius:11px;padding:11px 13px;font-weight:900;cursor:pointer;text-align:center}.primary{background:var(--blue);color:#fff}.soft{background:#edf5ff;color:var(--blue)}.empty{padding:44px;text-align:center;border:1px dashed #cbd9ea;border-radius:20px;color:var(--muted)}.detail{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding:48px 0}.detail-img{border-radius:25px;overflow:hidden;background:#f3f7fc;aspect-ratio:1/1}.detail-img img{width:100%;height:100%;object-fit:cover}.detail h1{font-size:40px;line-height:1.1;margin:9px 0 14px}.desc{color:var(--muted);line-height:1.75;white-space:pre-line}.qty{width:74px;height:45px;border:1px solid var(--line);border-radius:10px;padding:0 10px}.buy-row{display:flex;gap:10px;align-items:center;margin-top:22px}.footer{margin-top:40px;background:var(--navy);color:#dceaff;padding:28px 0}.footer-row{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.admin-note{background:#fff8e8;border:1px solid #f4d58d;color:#6b4d00;padding:12px;border-radius:12px}.cart-items{display:grid;gap:12px}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:15px;padding:10px}.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:10px;background:#f2f5f8}.cart-summary{margin-top:20px;padding:20px;border-radius:18px;background:var(--soft)}@media(max-width:900px){.hero-grid,.detail{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.navlinks a:not(.cart){display:none}}@media(max-width:520px){.plus-brand span{display:none}.plus-brand{padding:5px 7px}.plus-brand img{width:26px;height:26px}.hero{padding:38px 0}.hero h1{font-size:42px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-body{padding:11px}.product h3{font-size:14px}.price{font-size:18px}.actions{grid-template-columns:1fr}.product .soft{display:none}.section{padding:40px 0}.section-head h2{font-size:28px}.wrap{width:min(100% - 20px,1180px)}.nav{height:62px}.logo{height:38px}.lang{padding:8px}.cart{padding:9px!important;font-size:12px!important}}/* Auto Product Manager detail sections */
.product-img img,.detail-img img{object-fit:contain;background:#fff}
.product-info-section{margin-top:20px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--soft)}
.product-info-section h2{margin:0 0 10px;font-size:19px;color:var(--navy)}
.info-lines{white-space:pre-line;line-height:1.75;color:var(--text);font-size:14px}
.info-lines:not(.specs){padding-left:4px}
