.stwm-wrap{max-width:1200px;margin:24px auto;padding:0 16px;}
.stwm-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:20px;align-items:start}
.stwm-menu .stwm-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.stwm-search{width:100%;max-width:360px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px}
.stwm-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.stwm-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:10px;display:grid;gap:8px}
.stwm-img{width:100%;aspect-ratio:1/1;background:#fafafa;border-radius:10px;overflow:hidden}
.stwm-img img{width:100%;height:100%;object-fit:cover}
.stwm-title{font-size:16px;margin:2px 0 0}
.stwm-price{font-weight:700}
.stwm-desc{font-size:13px;color:#444;min-height:32px}
.stwm-cta{display:flex;gap:8px;align-items:center;justify-content:space-between}
.stwm-add{background:#008000;color:#fff;border:0;padding:10px 14px;border-radius:10px;cursor:pointer}
.stwm-qty-card{display:flex;align-items:center;gap:8px;margin-left:auto}
.stwm-qty-card button{width:28px;height:28px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}
.stwm-qty-card .stwm-qv{min-width:18px;text-align:center;display:inline-block}

.stwm-cart{position:sticky;top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);padding:12px}
.stwm-cart h2{margin:0 0 8px}
.stwm-row{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:6px 0;border-bottom:1px dashed #eee}
.stwm-row-qty{display:flex;align-items:center;gap:8px;justify-content:center}
.stwm-row-qty button{width:28px;height:28px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}
.stwm-row-sum{font-weight:700}
.stwm-delivery{display:flex;gap:10px;align-items:center;margin:10px 0}
.stwm-sum{display:grid;gap:6px;margin:10px 0}
.stwm-sum div{display:flex;justify-content:space-between}
.stwm-note, .stwm-form input{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;margin-top:8px}
.stwm-actions{display:grid;gap:8px;margin-top:10px}
.stwm-btn{display:block;text-align:center;background:#111;color:#fff;border:0;padding:10px;border-radius:8px;cursor:pointer}
.stwm-btn.wa{background:#25D366;text-decoration:none}
.stwm-btn.card{background:#008000}
.stwm-btn.cash{background:#333}

@media(max-width:1024px){
  .stwm-grid{grid-template-columns:1fr}
  .stwm-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stwm-cart{position:static}
}
@media(max-width:640px){
  .stwm-cards{grid-template-columns:1fr}
}

.stwm-catwrap{display:flex;flex-wrap:wrap;gap:8px;margin-right:auto}
.stwm-chip{border:1px solid #e5e7eb;background:#fff;padding:6px 10px;border-radius:999px;cursor:pointer}
.stwm-chip.is-active{background:#008000;color:#fff;border-color:#008000}

.stwm-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.85);z-index:9999;display:flex;align-items:center;justify-content:center}
.stwm-l-inner{position:relative;max-width:92vw;max-height:92vh}
.stwm-l-img{max-width:92vw;max-height:92vh;display:block;margin:auto;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.4)}
.stwm-l-prev,.stwm-l-next,.stwm-l-close{position:absolute;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.4);backdrop-filter:saturate(120%) blur(2px);color:#fff;font-size:28px;line-height:1;border-radius:12px;padding:8px 12px;cursor:pointer}
.stwm-l-prev:hover,.stwm-l-next:hover,.stwm-l-close:hover{background:rgba(255,255,255,.25)}
.stwm-l-prev{left:-56px;top:50%;transform:translateY(-50%)}
.stwm-l-next{right:-56px;top:50%;transform:translateY(-50%)}
.stwm-l-close{right:-56px;top:-56px;font-size:32px}
@media(max-width:768px){
  .stwm-l-prev{left:8px}
  .stwm-l-next{right:8px}
  .stwm-l-close{right:8px;top:8px}
}

.stwm-catwrap{display:flex;align-items:center;gap:8px;margin-right:auto}
.stwm-cat-select{padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}
.stwm-thumbs{display:flex;gap:6px;overflow-x:auto;margin-top:6px;padding-bottom:2px}
.stwm-thumb{width:48px;height:48px;object-fit:cover;border-radius:8px;border:2px solid transparent;cursor:pointer;flex:0 0 auto}
.stwm-thumb.is-active{border-color:#008000}
.stwm-mainimg{width:100%;height:100%;object-fit:cover}

.stwm-wrap .stwm-btn.wa{ text-decoration:none!important }

.stwm-wrap .stwm-row-qty, .stwm-wrap .stwm-card .stwm-qty{ display:flex; align-items:center; justify-content:center; gap:10px }
.stwm-wrap .stwm-row-qty b, .stwm-wrap .stwm-card .stwm-qty b{ display:inline-flex; align-items:center; justify-content:center; min-width:18px; line-height:1 }


/* Strong centering for +/- controls */
.stwm-wrap .stwm-qty-card,
.stwm-wrap .stwm-row-qty{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
}
.stwm-wrap .stwm-qty-card button,
.stwm-wrap .stwm-row-qty button{
  min-width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center;
}
.stwm-wrap .stwm-qty-card .stwm-qv,
.stwm-wrap .stwm-row-qty b{ min-width:20px; text-align:center; display:inline-block; }
