:root {
  --yellow: #f6c515;
  --yellow-soft: #fff5bd;
  --gold: #e99609;
  --orange: #d96510;
  --green: #155c2f;
  --green-dark: #0d3d22;
  --cream: #fffaf0;
  --ink: #1e251f;
  --muted: #677168;
  --line: #eadfbd;
  --white: #ffffff;
  --red: #a83824;
  --shadow: 0 20px 60px rgba(81, 57, 4, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 92px; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: #fffdf8;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.announcement { background: var(--green-dark); color: #fff; font-size: 14px; }
.announcement-inner { min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; }
.announcement-dot { opacity: .5; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,253,248,.92); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(234,223,189,.7); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { width: 164px; flex: 0 0 auto; overflow: hidden; border-radius: 12px; box-shadow: 0 7px 24px rgba(113,82,0,.12); }
.brand img { width: 100%; height: 58px; object-fit: cover; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-weight: 700; color: #465147; }
.desktop-nav a:hover { color: var(--orange); }
.cart-button { border: 0; border-radius: 999px; background: var(--yellow); color: #332300; font-weight: 800; padding: 12px 14px 12px 18px; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 8px 20px rgba(202,150,0,.2); }
.cart-count { width: 30px; height: 30px; border-radius: 50%; background: var(--green-dark); color: #fff; display: inline-grid; place-items: center; font-size: 13px; }

.hero { position: relative; overflow: hidden; padding: 76px 0 60px; background:
  radial-gradient(circle at 85% 15%, rgba(246,197,21,.35), transparent 27%),
  radial-gradient(circle at 0 100%, rgba(21,92,47,.12), transparent 35%),
  linear-gradient(135deg,#fffdf8 0%,#fff9dc 100%); }
.hero::after { content:""; position:absolute; right:-140px; top:-180px; width:500px; height:500px; border: 90px solid rgba(246,197,21,.18); border-radius:50%; pointer-events:none; }
.hero-grid { display:grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items:center; position:relative; z-index:1; }
.eyebrow { display:inline-block; color:var(--green); font-size:12px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.hero h1, .section-heading h2, .promo-card h2, .contact-card h2 { font-family:"Playfair Display", Georgia, serif; }
.hero h1 { font-size: clamp(44px, 6vw, 76px); line-height:.98; letter-spacing:-.035em; margin:14px 0 22px; max-width:760px; }
.hero h1 span { color: var(--orange); }
.hero-copy > p { max-width: 650px; font-size: 18px; line-height:1.75; color:var(--muted); margin:0; }
.hero-actions { display:flex; gap:12px; margin-top:30px; flex-wrap:wrap; }
.btn { min-height:48px; border-radius:14px; border:1px solid transparent; padding:0 20px; display:inline-flex; align-items:center; justify-content:center; font-weight:800; transition:.2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--green-dark); color:#fff; box-shadow:0 10px 24px rgba(13,61,34,.2); }
.btn-primary:hover { background:#092f1a; }
.btn-secondary { background:#fff; border-color:var(--line); color:var(--green-dark); }
.btn-light { background:#fff; color:var(--green-dark); }
.btn.full { width:100%; }
.btn:disabled { opacity:.45; cursor:not-allowed; transform:none; box-shadow:none; }
.hero-meta { margin-top:38px; padding-top:26px; border-top:1px solid var(--line); display:flex; gap:34px; flex-wrap:wrap; }
.hero-meta div { display:flex; flex-direction:column; gap:4px; }
.hero-meta strong { color:var(--green-dark); font-size:15px; }
.hero-meta span { color:var(--muted); font-size:12px; }
.hero-card { position:relative; }
.hero-logo-frame { background:var(--yellow); padding:16px; border-radius:34px; box-shadow: var(--shadow); transform:rotate(1.5deg); }
.hero-logo-frame img { width:100%; border-radius:22px; }
.hero-card-note { position:absolute; left:-38px; bottom:-28px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:14px 18px; display:flex; align-items:center; gap:12px; }
.hero-card-note .note-icon { font-size:28px; }
.hero-card-note div { display:flex; flex-direction:column; gap:2px; }
.hero-card-note small { color:var(--muted); }

.promo-section { padding: 34px 0 0; }
.promo-card { background:linear-gradient(105deg,var(--green-dark),#1a713a); color:#fff; border-radius:28px; padding:32px 38px; display:flex; align-items:center; justify-content:space-between; gap:30px; overflow:hidden; position:relative; box-shadow:0 18px 45px rgba(13,61,34,.18); }
.promo-card::after { content:"10+1"; position:absolute; right:165px; top:-35px; font-family:"Playfair Display",serif; font-size:120px; font-weight:800; color:rgba(255,255,255,.06); transform:rotate(-5deg); }
.promo-badge { display:inline-block; background:var(--yellow); color:#392700; font-weight:900; font-size:11px; letter-spacing:.1em; padding:7px 10px; border-radius:999px; }
.promo-card h2 { margin:10px 0 6px; font-size:34px; }
.promo-card h2 span { color:var(--yellow); }
.promo-card p { margin:0; color:rgba(255,255,255,.76); }

.menu-section { padding: 86px 0 70px; }
.section-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; }
.section-heading h2 { font-size:44px; margin:10px 0 8px; }
.section-heading p { margin:0; color:var(--muted); max-width:700px; line-height:1.7; }
.search-wrap { min-width:310px; height:52px; border:1px solid var(--line); background:#fff; border-radius:16px; display:flex; align-items:center; gap:10px; padding:0 15px; box-shadow:0 8px 25px rgba(88,68,17,.06); }
.search-wrap svg { width:20px; color:var(--muted); }
.search-wrap input { width:100%; border:0; outline:0; background:transparent; color:var(--ink); }
.category-scroller { display:flex; gap:10px; overflow:auto; padding:28px 2px 14px; scrollbar-width:none; -webkit-overflow-scrolling:touch; overscroll-behavior-x:contain; }
.category-scroller::-webkit-scrollbar { display:none; }
.category-chip { white-space:nowrap; border:1px solid var(--line); background:#fff; color:#4b574e; border-radius:999px; padding:10px 15px; font-weight:800; font-size:13px; }
.category-chip.active { background:var(--yellow); border-color:var(--yellow); color:#3a2800; box-shadow:0 8px 16px rgba(229,173,0,.16); }
.menu-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:34px; align-items:start; margin-top:12px; }
.result-info { display:flex; justify-content:space-between; align-items:center; color:var(--muted); font-size:13px; margin-bottom:16px; }
.text-button { border:0; background:transparent; color:var(--green); font-weight:800; padding:6px 0; }
.text-button.danger { color:var(--red); }
.menu-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:16px; }

.menu-block { margin-bottom:46px; }
.menu-block:last-child { margin-bottom:6px; }
.menu-block-head { position:relative; overflow:hidden; display:flex; align-items:center; gap:14px; padding:16px 20px; margin-bottom:18px; background:linear-gradient(120deg,#fffdf4,#fff7dd); border:1px solid #f0e3b8; border-radius:20px; box-shadow:0 10px 26px rgba(84,61,5,.05); }
.menu-block-head::after { content:""; position:absolute; right:-45px; top:-65px; width:150px; height:150px; border-radius:50%; background:rgba(246,197,21,.16); }
.menu-block-icon { width:52px; height:52px; border-radius:16px; display:grid; place-items:center; font-size:27px; flex:0 0 auto; box-shadow:inset 0 0 0 1px rgba(60,40,0,.06); }
.menu-block-title { min-width:0; position:relative; z-index:1; }
.menu-block-title h3 { margin:0; font-size:21px; letter-spacing:-.01em; }
.menu-block-title p { margin:3px 0 0; font-size:12px; color:var(--muted); font-weight:600; }
.menu-block-count { margin-left:auto; position:relative; z-index:1; background:#fff; border:1px solid #ecd9a0; color:#8a6a10; font-size:11px; font-weight:900; padding:7px 13px; border-radius:999px; white-space:nowrap; }

.acc-0 .menu-block-icon { background:var(--yellow-soft); }
.acc-1 .menu-block-icon { background:#e3f1e4; }
.acc-2 .menu-block-icon { background:#ffe9d3; }
.acc-3 .menu-block-icon { background:#f6ead8; }
.acc-0 .menu-block-head { border-top:3px solid var(--yellow); }
.acc-1 .menu-block-head { border-top:3px solid var(--green); }
.acc-2 .menu-block-head { border-top:3px solid var(--orange); }
.acc-3 .menu-block-head { border-top:3px solid #b8860b; }

.menu-card { position:relative; overflow:hidden; background:#fff; border:1px solid #eee4c7; border-radius:18px; padding:16px 16px 14px; display:flex; flex-direction:column; gap:12px; transition:.22s ease; box-shadow:0 8px 22px rgba(84,61,5,.05); }
.menu-card::before { content:""; position:absolute; inset:0 0 auto 0; height:3px; background:linear-gradient(90deg,var(--yellow),rgba(246,197,21,0)); opacity:0; transition:.22s ease; }
.menu-card:hover { transform:translateY(-4px); border-color:#e2ca74; box-shadow:0 20px 42px rgba(84,61,5,.13); }
.menu-card:hover::before { opacity:1; }
.menu-card.is-nonhalal { background:linear-gradient(180deg,#ffffff,#fff7f4); border-color:#f3d9cf; }
.menu-card-top { display:flex; flex-direction:column; align-items:flex-start; gap:6px; }
.menu-card h3 { font-size:15px; line-height:1.45; margin:0; }
.card-emoji { margin-right:7px; font-size:14px; opacity:.95; }
.menu-card mark { background:#ffe98a; color:inherit; border-radius:3px; padding:0 1px; }
.menu-tag { display:inline-flex; align-items:center; gap:4px; margin-top:7px; font-size:9.5px; font-weight:900; letter-spacing:.07em; text-transform:uppercase; color:var(--red); background:#fff0ed; border:1px solid #f5d5cd; padding:4px 8px; border-radius:999px; }
.menu-card-bottom { margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:12px; border-top:1px dashed #efe6c8; padding-top:11px; }
.price { display:inline-flex; align-items:baseline; gap:3px; font-weight:900; color:var(--orange); font-size:19px; letter-spacing:-.02em; }
.price small { font-size:11px; font-weight:800; color:#c07b1a; }
.add-btn { width:42px; height:42px; border-radius:50%; border:0; background:var(--green-dark); color:#fff; font-size:23px; line-height:1; display:grid; place-items:center; transition:transform .15s ease, background .15s ease; box-shadow:0 8px 18px rgba(13,61,34,.24); }
.add-btn:hover { background:#092f1a; transform:scale(1.1); }
.add-btn:active { transform:scale(.88); }
.empty-state { text-align:center; padding:70px 20px; color:var(--muted); }
.empty-state .empty-icon { font-size:48px; }
.empty-state h3 { color:var(--ink); margin-bottom:6px; }

.order-summary { position:sticky; top:98px; background:#fffaf0; border:1px solid var(--line); border-radius:24px; padding:20px; box-shadow:0 14px 35px rgba(86,62,7,.07); }
.order-summary-head { display:flex; justify-content:space-between; align-items:flex-start; gap:10px; padding-bottom:14px; border-bottom:1px solid var(--line); }
.order-summary h3 { margin:5px 0 0; font-size:19px; }
.mini-count { font-size:11px; font-weight:900; background:var(--yellow); color:#443000; padding:6px 8px; border-radius:999px; }
.aside-cart-items { max-height:340px; overflow:auto; padding:10px 0; }
.aside-item { display:grid; grid-template-columns:1fr auto; gap:8px; padding:10px 0; border-bottom:1px dashed #e7d9b1; }
.aside-item strong { font-size:13px; line-height:1.35; }
.aside-item span { font-size:12px; color:var(--muted); }
.aside-item-price { text-align:right; color:var(--orange)!important; font-weight:800; }
.order-summary-footer { border-top:1px solid var(--line); padding-top:14px; }
.order-summary-footer small { display:block; text-align:center; margin-top:9px; color:var(--muted); font-size:10px; }
.total-row { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; }
.total-row strong { font-size:22px; color:var(--orange); }
.cart-empty.compact { padding:34px 5px; }
.cart-empty.compact span { font-size:28px; }
.cart-empty.compact p { font-size:12px; margin:7px 0 0; }

.notes-section { padding:10px 0 70px; }
.notes-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px; }
.info-card { border:1px solid var(--line); background:#fff; border-radius:22px; padding:22px; display:flex; gap:16px; }
.info-icon { font-size:30px; }
.info-card h3 { margin:0 0 5px; font-size:16px; }
.info-card p { margin:0; color:var(--muted); line-height:1.6; font-size:13px; }
.warning-card { background:#fff8f6; border-color:#f0d0c8; }

.contact-section { padding:0 0 80px; }
.contact-card { border-radius:30px; padding:38px 42px; background:linear-gradient(120deg,#fff4ad,#fff9df); border:1px solid #f0d66d; display:flex; align-items:center; justify-content:space-between; gap:30px; box-shadow:var(--shadow); }
.contact-card h2 { font-size:40px; margin:8px 0 6px; }
.contact-card p { margin:0; color:var(--muted); }
.contact-links { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.contact-links a, .contact-links span { background:#fff; border:1px solid #eedb91; padding:9px 12px; border-radius:999px; font-size:12px; font-weight:800; }

footer { background:var(--green-dark); color:#fff; }
.footer-inner { min-height:130px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
.footer-brand { display:flex; align-items:center; gap:14px; }
.footer-brand img { width:120px; height:55px; object-fit:cover; border-radius:10px; }
.footer-brand span, footer p { color:rgba(255,255,255,.7); font-size:12px; }

.cart-drawer-backdrop { position:fixed; inset:0; z-index:80; background:rgba(11,23,15,.48); backdrop-filter:blur(3px); }
.cart-drawer { position:fixed; z-index:90; right:0; top:0; bottom:0; width:min(430px,100%); background:#fffdf8; box-shadow:-30px 0 60px rgba(0,0,0,.14); transform:translateX(105%); transition:transform .28s ease; display:flex; flex-direction:column; }
.cart-drawer.open { transform:translateX(0); }
.drawer-head { padding:22px 24px; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; }
.drawer-head h2 { margin:3px 0 0; font-family:"Playfair Display",serif; }
.icon-button { width:42px; height:42px; border-radius:12px; border:1px solid var(--line); background:#fff; font-size:28px; line-height:1; }
.drawer-body { overflow:auto; padding:10px 24px; }
.cart-item { display:grid; grid-template-columns:1fr auto; gap:10px; padding:15px 0; border-bottom:1px dashed var(--line); }
.cart-item h4 { margin:0 0 5px; font-size:14px; }
.cart-item .item-price { color:var(--orange); font-weight:800; font-size:13px; }
.qty-control { display:flex; align-items:center; gap:9px; }
.qty-control button { width:29px; height:29px; border-radius:9px; border:1px solid var(--line); background:#fff; font-weight:900; }
.qty-control span { min-width:18px; text-align:center; font-weight:800; }
.cart-empty { text-align:center; padding:55px 24px; color:var(--muted); }
.cart-empty > span { font-size:52px; }
.cart-empty h3 { color:var(--ink); margin:10px 0 5px; }
.drawer-footer { margin-top:auto; border-top:1px solid var(--line); padding:20px 24px 24px; background:#fffaf0; }
.note-field { display:block; font-size:12px; font-weight:800; color:#4c554d; margin-bottom:14px; }
.note-field textarea { width:100%; resize:vertical; min-height:72px; border:1px solid var(--line); border-radius:12px; padding:10px; margin-top:7px; outline:0; background:#fff; }
.note-field textarea:focus { border-color:#d4b13e; box-shadow:0 0 0 3px rgba(246,197,21,.16); }
.mobile-cart-bar { display:none; position:fixed; left:14px; right:14px; bottom:calc(14px + env(safe-area-inset-bottom, 0px)); z-index:60; background:#fff; border:1px solid var(--line); border-radius:18px; padding:10px 10px 10px 16px; box-shadow:0 18px 50px rgba(24,37,27,.2); align-items:center; justify-content:space-between; gap:12px; }
.mobile-cart-bar > div { display:flex; flex-direction:column; }
.mobile-cart-bar span { color:var(--orange); font-weight:900; }

@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .nav-wrap { justify-content:space-between; }
  .hero-grid { grid-template-columns:1fr; gap:46px; }
  .hero-card { max-width:620px; }
  .hero-card-note { left:20px; }
  .menu-layout { grid-template-columns:1fr; }
  .desktop-order { display:none; }
  .mobile-cart-bar[hidden] { display:none; }
  .mobile-cart-bar { display:flex; }
  .category-scroller { position:sticky; top:74px; z-index:25; margin:0 -20px; padding:20px 20px 12px; background:rgba(255,253,248,.94); -webkit-backdrop-filter:blur(10px); backdrop-filter:blur(10px); border-bottom:1px solid rgba(234,223,189,.65); }
}

@media (max-width: 720px) {
  .container { width:min(100% - 26px,1180px); }
  .announcement-inner { font-size:11px; flex-direction:column; gap:2px; padding:5px 0; }
  .announcement-dot { display:none; }
  .site-header { top:0; }
  .nav-wrap { min-height:64px; }
  .brand { width:126px; }
  .brand img { height:46px; }
  .cart-button > .cart-label { display:none; }
  .cart-button { padding:7px 8px 7px 12px; gap:7px; }
  .cart-icon { font-size:17px; line-height:1; }
  .category-scroller { top:63px; margin:0 -13px; padding:16px 13px 10px; }
  .hero { padding:48px 0 54px; }
  .hero h1 { font-size:46px; }
  .hero-copy > p { font-size:16px; }
  .hero-actions .btn { flex:1 1 180px; }
  .hero-meta { gap:20px; }
  .hero-card-note { position:relative; left:auto; bottom:auto; margin:-10px 14px 0; }
  .promo-card { padding:26px; flex-direction:column; align-items:flex-start; }
  .promo-card h2 { font-size:28px; }
  .promo-card::after { right:-30px; top:15px; }
  .section-heading { align-items:stretch; flex-direction:column; }
  .section-heading h2 { font-size:38px; }
  .search-wrap { min-width:0; width:100%; }
  .menu-section { padding-top:62px; }
  .menu-card { padding:14px 14px 12px; }
  .menu-card:active { transform:scale(.98); }
  .price { font-size:18px; }
  .add-btn { width:40px; height:40px; font-size:21px; }
  .qty-control button { width:34px; height:34px; border-radius:10px; }
  .drawer-head { padding:18px 18px 16px; }
  .drawer-body { padding:8px 18px; }
  .drawer-footer { padding:16px 18px calc(18px + env(safe-area-inset-bottom, 0px)); }
  .text-button { padding:10px 0; }
  .contact-card { padding:28px; flex-direction:column; align-items:flex-start; }
  .contact-card h2 { font-size:34px; }
  .footer-inner { flex-direction:column; align-items:flex-start; justify-content:center; padding:28px 0 calc(95px + env(safe-area-inset-bottom, 0px)); }
}

@media (max-width: 420px) {
  .hero h1 { font-size:39px; }
  .hero-logo-frame { border-radius:24px; padding:10px; }
  .hero-logo-frame img { border-radius:16px; }
  .category-chip { padding:9px 13px; }
}

.chip-icon { margin-right:6px; }

.toast { position:fixed; left:50%; bottom:calc(104px + env(safe-area-inset-bottom, 0px)); z-index:200; transform:translate(-50%,16px); background:var(--green-dark); color:#fff; font-weight:700; font-size:14px; padding:12px 20px; border-radius:999px; box-shadow:0 16px 40px rgba(13,61,34,.35); opacity:0; pointer-events:none; transition:.28s ease; max-width:min(90vw,440px); text-align:center; }
.toast.show { opacity:1; transform:translate(-50%,0); }
@media (min-width:981px) {
  .toast { bottom:34px; }
}

@media (max-width:720px) {
  .menu-block { margin-bottom:34px; }
  .menu-block-head { padding:14px 16px; gap:12px; }
  .menu-block-icon { width:46px; height:46px; font-size:24px; border-radius:14px; }
  .menu-block-title h3 { font-size:18px; }
  .menu-block-count { font-size:10px; padding:6px 10px; }
}

@media (max-width:380px) {
  .menu-block-head { flex-wrap:wrap; }
  .menu-block-count { order:3; margin-left:58px; margin-top:-4px; }
  .hero h1 { font-size:34px; }
  .cart-count { width:27px; height:27px; font-size:12px; }
}

.empty-state .btn { margin-top:18px; }

.open-status { display:inline-flex; align-items:center; gap:7px; font-weight:800; font-size:12px; padding:5px 12px; border-radius:999px; background:rgba(255,255,255,.09); }
.open-status::before { content:""; width:7px; height:7px; border-radius:50%; background:currentColor; animation:opa-pulse 1.6s ease-in-out infinite; }
.open-status.is-open { color:#8df0b0; }
.open-status.is-closed { color:#ffb3a3; }
@keyframes opa-pulse { 0%,100%{opacity:1} 50%{opacity:.3} }

.result-info { flex-wrap:wrap; gap:10px; }
.result-tools { display:flex; align-items:center; gap:14px; }
.pork-filter { display:inline-flex; align-items:center; gap:8px; font-size:13px; font-weight:800; color:#4b574e; cursor:pointer; -webkit-user-select:none; user-select:none; }
.pork-filter input { position:absolute; opacity:0; width:1px; height:1px; }
.switch-track { width:38px; height:22px; border-radius:999px; background:#e6dcbd; position:relative; transition:.2s ease; flex:0 0 auto; }
.switch-track::after { content:""; position:absolute; top:3px; left:3px; width:16px; height:16px; border-radius:50%; background:#fff; box-shadow:0 2px 6px rgba(60,40,0,.25); transition:.2s ease; }
.pork-filter input:checked + .switch-track { background:var(--green); }
.pork-filter input:checked + .switch-track::after { transform:translateX(16px); }
.pork-filter input:focus-visible + .switch-track { box-shadow:0 0 0 3px rgba(21,92,47,.22); }

.promo-progress { margin-bottom:12px; background:#fff; border:1px dashed #e2c96f; border-radius:14px; padding:10px 12px; }
.promo-progress-head { display:flex; justify-content:space-between; align-items:center; font-size:11px; margin-bottom:8px; }
.promo-progress-head span { font-weight:900; letter-spacing:.06em; text-transform:uppercase; color:#9a7a10; }
.promo-progress-head strong { font-weight:800; color:var(--orange); font-size:12px; }
.promo-bar { height:8px; border-radius:999px; background:#f3ead0; overflow:hidden; }
.promo-bar i { display:block; height:100%; width:0; border-radius:999px; background:linear-gradient(90deg,var(--yellow),var(--orange)); transition:width .35s ease; }

@media (max-width:720px) {
  .open-status { margin-bottom:4px; }
}

.aside-item-side { display:flex; flex-direction:column; align-items:flex-end; gap:2px; }
.aside-item-main strong { display:block; }
.aside-controls { display:inline-flex; align-items:center; gap:7px; margin-top:6px; }
.qty-control.compact button { width:26px; height:26px; border-radius:8px; font-size:14px; }
.qty-control.compact span { min-width:16px; font-size:13px; }
.remove-btn { width:28px; height:28px; border-radius:9px; border:1px solid #f0d0c8; background:#fff6f4; color:#b3402e; font-size:13px; line-height:1; display:grid; place-items:center; transition:.15s ease; }
.remove-btn:hover { background:#fdeae5; border-color:#e6b3a6; }
.remove-btn:active { transform:scale(.88); }
.drawer-actions { display:flex; align-items:center; gap:8px; }
@media (max-width:720px) {
  .remove-btn { width:32px; height:32px; }
  .qty-control.compact button { width:30px; height:30px; }
}
