:root{--primary: #8B4513;--accent: #c0392b;--bg: #F9F7F4}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background:var(--bg)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.chepu-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #f0ece8;box-shadow:0 1px 6px #0000000f}.chepu-header-inner{max-width:1440px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;gap:1.5rem}.chepu-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0}.chepu-logo span.icon{color:var(--primary);font-size:2rem}.chepu-logo span.name{font-weight:700;font-size:1.35rem;color:#1a1a1a;white-space:nowrap}.chepu-search-wrap{position:relative;flex-grow:1;max-width:680px}.chepu-search-wrap .icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#aaa;pointer-events:none}.chepu-search{width:100%;padding:.75rem 1rem .75rem 2.8rem;background:#f2ede8;border:none;border-radius:999px;font-size:.875rem;color:#333;outline:none;transition:background .2s,box-shadow .2s}.chepu-search:focus{background:#fff;box-shadow:0 0 0 2px var(--primary)}.chepu-cart-btn{position:relative;display:flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.5rem 1.1rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:.875rem;box-shadow:0 4px 12px #8b451359;flex-shrink:0;transition:opacity .2s}.chepu-cart-btn:hover{opacity:.88}.chepu-cart-badge{position:absolute;top:-6px;right:-6px;background:var(--accent);color:#fff;font-size:.6rem;font-weight:900;width:1.2rem;height:1.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.chepu-search-mobile{display:none;padding:0 1rem .75rem}.chepu-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.cat-pill{padding:.45rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid #d9d0c8;background:#fff;color:#555;transition:border-color .15s,color .15s,background .15s;white-space:nowrap}.cat-pill:hover{border-color:var(--primary);color:var(--primary)}.cat-pill.active{background:var(--primary);color:#fff;border-color:transparent}.chepu-main{max-width:1440px;margin:0 auto;padding:1.5rem 1.5rem 5rem;display:flex;flex-direction:column;gap:1.25rem}.chepu-heading-row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.5rem;border-bottom:1px solid #e8e2da;padding-bottom:1rem}.chepu-heading-row h1{font-size:1.75rem;font-weight:700;color:#1a1a1a}.chepu-heading-row p{font-size:.875rem;color:#888;margin-top:.2rem}#results-count{font-size:.8rem;color:#aaa;font-weight:500}.chepu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.chepu-card{background:#fff;border-radius:1.5rem;padding:.9rem;border:1px solid #f0ece8;box-shadow:0 1px 4px #0000000a;display:flex;flex-direction:column;transition:box-shadow .2s,transform .15s}.chepu-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.chepu-card-img{aspect-ratio:1/1;background:#f5f1ed;border-radius:1rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.chepu-card-img img{width:100%;height:100%;object-fit:cover}.chepu-card-img .emoji{font-size:2.5rem;transition:transform .2s}.chepu-card:hover .chepu-card-img .emoji{transform:scale(1.1)}.badge-promo{position:absolute;top:.5rem;right:.5rem;background:#fef2f2;color:#c0392b;font-size:.6rem;font-weight:700;padding:.2rem .5rem;border-radius:999px}.badge-tacc{position:absolute;top:.5rem;left:.5rem;background:#eff6ff;color:#2563eb;font-size:.6rem;font-weight:700;padding:.2rem .5rem;border-radius:999px}.chepu-card-cat{font-size:.65rem;font-weight:700;color:#aaa;text-transform:uppercase;letter-spacing:.05em}.chepu-card-name{font-size:.9rem;font-weight:700;color:#1a1a1a;line-height:1.25;margin:.2rem 0}.chepu-card-unit{font-size:.75rem;color:#bbb;margin-bottom:.5rem}.chepu-card-desc{font-size:.7rem;color:#999;margin:.2rem 0 .4rem;line-height:1.3}.chepu-card-price{font-size:1.1rem;font-weight:700;color:var(--primary);display:flex;align-items:baseline;gap:.4rem;margin-bottom:.6rem}.chepu-card-price s{font-size:.75rem;color:#bbb;font-weight:400}.chepu-ctrl{display:flex;align-items:center;justify-content:space-between;background:#f5f1ed;border-radius:.85rem;padding:.25rem;margin-top:auto}.chepu-ctrl-btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:.6rem;cursor:pointer;transition:transform .1s,opacity .15s}.chepu-ctrl-btn:active{transform:scale(.88)}.chepu-ctrl-btn.minus{background:#fff;color:#555;box-shadow:0 1px 3px #00000014}.chepu-ctrl-btn.minus:disabled{color:#ccc;cursor:default}.chepu-ctrl-btn.plus{background:var(--primary);color:#fff;box-shadow:0 2px 6px #8b45134d}.chepu-ctrl-qty{font-weight:700;font-size:.95rem;color:#333;min-width:1.5rem;text-align:center}.chepu-state{text-align:center;padding:4rem 1rem}.chepu-state .material-symbols-outlined{font-size:3rem;display:block;margin-bottom:.75rem}.chepu-state h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.3rem}.chepu-state p{font-size:.875rem;color:#999}.chepu-retry{margin-top:1rem;padding:.5rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:999px;font-weight:600;font-size:.875rem;cursor:pointer}.spin{display:inline-block;width:2.5rem;height:2.5rem;border-radius:50%;border:3px solid #e8e2da;border-top-color:var(--primary);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chepu-nav-bottom{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #f0ece8;box-shadow:0 -2px 10px #0000000f;z-index:50}.chepu-nav-bottom nav{display:flex;justify-content:space-around;padding:.5rem 0}.chepu-nav-bottom a{display:flex;flex-direction:column;align-items:center;gap:.15rem;text-decoration:none;color:#aaa;font-size:.6rem;font-weight:500;position:relative}.chepu-nav-bottom a.active{color:var(--primary)}.chepu-nav-bottom .nav-badge{position:absolute;top:-4px;right:-2px;background:var(--accent);color:#fff;font-size:.55rem;font-weight:900;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (min-width: 480px){.chepu-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (min-width: 640px){.chepu-grid{grid-template-columns:repeat(3,1fr)}.chepu-card{border-radius:2rem;padding:1rem}.chepu-card-img .emoji{font-size:3rem}}@media (min-width: 1024px){.chepu-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media (min-width: 1280px){.chepu-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width: 767px){.chepu-search-wrap{display:none}.chepu-search-mobile{display:block}.chepu-cart-btn .cart-label{display:none}.chepu-nav-bottom{display:block}.chepu-main{padding-bottom:5rem}.chepu-heading-row h1{font-size:1.35rem}}
