:root{--navy:#10283D;--orange:#F56600;--red:#E5392B;--bg:#F4F6F7;--ink:#172431}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink)}header{position:sticky;top:0;z-index:5;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px max(4vw,18px);box-shadow:0 2px 12px #0001}.brand{display:flex;gap:12px;align-items:center}.brand img{width:64px;height:54px;object-fit:contain}.brand h1{margin:0;color:var(--navy);font-size:1.25rem}.brand span{font-size:.85rem;color:#68737d}button{border:0;border-radius:12px;padding:11px 15px;font-weight:700;cursor:pointer}#cartBtn,.primary{background:var(--orange);color:#fff}main{max-width:1100px;margin:auto;padding:24px 18px 80px}#hero{background:linear-gradient(120deg,var(--navy),#1B4665);color:#fff;padding:28px;border-radius:20px}#hero h2{font-size:2rem;margin:0 0 6px}#categories{display:flex;gap:10px;overflow:auto;padding:20px 0}.cat{background:#fff;color:var(--navy);white-space:nowrap}.cat.active{background:var(--navy);color:#fff}#products{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:16px}.product{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 5px 20px #10283d18;display:flex;flex-direction:column}.product img{width:100%;height:170px;object-fit:cover;background:#eee}.product .noimg{height:170px;background:linear-gradient(135deg,#e9edf0,#f7f8f9)}.pbody{padding:15px;display:flex;flex-direction:column;gap:9px;flex:1}.pbody h3{margin:0;color:var(--navy)}.desc{color:#66727e;font-size:.92rem;min-height:2.2em}.price{font-weight:800;font-size:1.2rem}.pbody button{margin-top:auto;background:var(--navy);color:white}.modal{position:fixed;inset:0;background:#0008;z-index:20;display:flex;align-items:flex-end;justify-content:center}.hidden{display:none}.sheet{background:#fff;width:min(720px,100%);max-height:92vh;overflow:auto;border-radius:22px 22px 0 0;padding:22px;position:relative}.close{position:absolute;right:15px;top:12px;background:#eef1f3;font-size:1.4rem}.addon{padding:12px 0;border-top:1px solid #e7e7e7}.addon h4{margin:0 0 8px}.option{display:flex;justify-content:space-between;padding:7px 0}.qty{display:flex;gap:10px;align-items:center}.qty input{width:70px;padding:10px}.totalbar{display:flex;justify-content:space-between;align-items:center;margin-top:18px;background:#f5f7f8;padding:14px;border-radius:14px}.cartline{padding:12px 0;border-bottom:1px solid #eee}.checkout input,.checkout textarea{width:100%;padding:12px;border:1px solid #ccd3d8;border-radius:10px;margin:5px 0 10px}.success{text-align:center;padding:35px 10px}.success h2{color:var(--navy)}@media(min-width:700px){.modal{align-items:center}.sheet{border-radius:22px}.brand img{width:82px}}

.availability{margin:12px 0;padding:12px 16px;background:#fff4d6;border-radius:10px}.checkout select{width:100%;padding:12px;margin:6px 0 12px;border:1px solid #ccd3da;border-radius:8px}.spinner{margin:18px auto;width:36px;height:36px;border:4px solid #ddd;border-top-color:#1b365d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.product.unavailable{opacity:.72}.product.unavailable img,.product.unavailable .noimg{filter:grayscale(.55)}.unavailable-label{margin-top:auto;background:#eceff1;color:#59636c;padding:11px 12px;border-radius:12px;text-align:center;font-weight:800}
/* WordPress/embed mode v2.0.2 */
body.horeqo-embedded{background:#fff}body.horeqo-embedded main{max-width:100%;padding-left:16px;padding-right:16px}body.horeqo-embedded header{box-shadow:none;border-bottom:1px solid #e4e8eb}body.horeqo-compact #hero{display:none}body.horeqo-compact main{padding-top:8px}body.horeqo-compact #categories{padding-top:12px}body.horeqo-embedded .sheet{scrollbar-gutter:stable}
