html.dynamic-store-loading body{
  visibility:hidden;
}

/* =========================================================
   오늘이닭 주문웹 상단 매장영역 CSS
   - woorikke_order_platform_03 전용
   - 외부 common.css가 일부 누락되어도 상단 store-hero 영역이 정상 표시됩니다.
   ========================================================= */
body.page-order-03{
  --brand:#ff9418;
  --brand-2:#11aee3;
  --ink:#111827;
  --muted:#6b7280;
  --line:#e5e7eb;
  --bg:#f7f8fb;
  --card:#fff;
  --shadow:0 18px 50px rgba(17,24,39,.09);
  --radius:26px;
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;
  letter-spacing:-.3px;
}
body.page-order-03 *{box-sizing:border-box;}
body.page-order-03 a{text-decoration:none;color:inherit;}
body.page-order-03 button,
body.page-order-03 input,
body.page-order-03 select,
body.page-order-03 textarea{font-family:inherit;}
body.page-order-03 .wrap{max-width:1160px;margin:0 auto;padding:0 18px;}
body.page-order-03 .form-line.is-hidden{display:none !important;}

body.page-order-03 .appbar{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:50;
  background:linear-gradient(180deg, rgba(15,23,42,.58), rgba(15,23,42,0));
  border-bottom:0;
  backdrop-filter:none;
}
body.page-order-03 .appbar .wrap{
  max-width:none;
  padding:0 24px;
}
body.page-order-03 .brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  align-self:center;
  height:100%;
}
body.page-order-03 .brand img{
  height:46px;
  width:auto;
  object-fit:contain;
  display:block;
  margin:0;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.22));
}
body.page-order-03 .store-hero{padding:0;}
body.page-order-03 .store-hero.wrap{
  max-width:none;
  padding-left:0;
  padding-right:0;
}
body.page-order-03 .store-card{
  overflow:hidden;
  background:#fff;
  border:0;
  border-radius:0 0 28px 28px;
  box-shadow:0 18px 50px rgba(17,24,39,.08);
}
body.page-order-03 .cover{
  height:clamp(320px, 34vw, 430px);
  min-height:320px;
  background:#fff7ed;
  position:relative;
}
body.page-order-03 .cover-badges{
  position:absolute;
  left:22px;
  bottom:22px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
body.page-order-03 .badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.5);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  font-weight:950;
  box-shadow:0 8px 20px rgba(17,24,39,.08);
}
body.page-order-03 .badge.closed{
  background:#111827;
  border-color:#111827;
  color:#fff;
}
body.page-order-03 .store-info{
  padding:24px 26px 22px;
  display:grid;
  grid-template-columns:1fr 300px;
  gap:18px;
  align-items:start;
  width:min(1160px, calc(100% - 36px));
  margin:0 auto;
}
body.page-order-03 .store-title{
  margin:0 0 6px;
  font-size:34px;
  line-height:1.14;
  letter-spacing:-1.2px;
  font-weight:1000;
}
body.page-order-03 .store-title-row{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:nowrap;
  margin:0 0 6px;
}
body.page-order-03 .store-title-row .store-title{
  margin:0;
}
body.page-order-03 .store-share-actions{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:1 1 auto;
}
body.page-order-03 .recent-order-chip{
  display:none;
  align-items:center;
  gap:7px;
  margin-left:auto;
  min-height:44px;
  padding:0 14px;
  border:1px solid #fed7aa;
  border-radius:12px;
  background:#fff7ed;
  color:#9a3412;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(17,24,39,.06);
}
body.page-order-03 .recent-order-chip.show{
  display:inline-flex;
}
body.page-order-03 .recent-order-chip b{
  font-weight:900;
}
body.page-order-03 .recent-order-chip.status-order,
body.page-order-03 .recent-order-chip.status-orange{
  background:#fff7ed;
  border-color:#fed7aa;
  color:#c2410c;
}
body.page-order-03 .recent-order-chip.status-blue{
  background:#ecfeff;
  border-color:#bae6fd;
  color:#0369a1;
}
body.page-order-03 .recent-order-chip.status-green{
  background:#f0fdf4;
  border-color:#bbf7d0;
  color:#15803d;
}
body.page-order-03 .recent-order-chip.status-dark{
  background:#111827;
  border-color:#111827;
  color:#fff;
}
body.page-order-03 .recent-order-chip.status-red{
  background:#fef2f2;
  border-color:#fecaca;
  color:#b91c1c;
}
body.page-order-03 .share-button{
  width:52px;
  height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  box-shadow:0 8px 18px rgba(17,24,39,.08);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  color:#111827;
  cursor:pointer;
}
body.page-order-03 .share-button:hover{
  transform:translateY(-2px);
  border-color:rgba(255,148,24,.45);
  box-shadow:0 12px 24px rgba(17,24,39,.12);
}
body.page-order-03 .install-button{
  color:#0f172a;
}
body.page-order-03 .install-button:hover{
  border-color:rgba(34,197,94,.5);
  color:#16a34a;
}
body.page-order-03 .share-button svg{
  width:26px;
  height:26px;
  display:block;
  stroke:currentColor;
}
body.page-order-03 .share-button img{
  width:26px;
  height:26px;
  display:block;
  object-fit:contain;
}
body.page-order-03 .store-desc{
  margin:0;
  color:#4b5563;
  line-height:1.7;
  font-size:15px;
  font-weight:650;
}
body.page-order-03 .score{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin:14px 0;
}
body.page-order-03 .score span{
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}
body.page-order-03 .score a{
  color:#0f83ad;
  font-weight:950;
}
body.page-order-03 .notice-box{
  margin-top:14px;
  margin-bottom:0;
  border-left:5px solid var(--brand);
  background:#fff7ed;
  border-top:1px solid #fed7aa;
  border-right:1px solid #fed7aa;
  border-bottom:1px solid #fed7aa;
  color:#7c2d12;
  border-radius:14px;
  padding:13px;
  font-weight:800;
  line-height:1.5;
  font-size:14px;
}
body.page-order-03 .store-notice-modal{
  position:fixed;
  inset:0;
  z-index:80;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(15,23,42,.46);
}
body.page-order-03 .store-notice-modal.show{display:flex;}
body.page-order-03 .store-notice-card{
  width:min(100%,420px);
  border-radius:22px;
  background:#fff;
  box-shadow:0 24px 80px rgba(15,23,42,.28);
  overflow:hidden;
}
body.page-order-03 .store-notice-head{
  padding:20px 22px 14px;
  border-bottom:1px solid var(--line);
}
body.page-order-03 .store-notice-head h2{
  margin:0;
  font-size:22px;
}
body.page-order-03 .store-notice-body{
  padding:18px 22px;
  color:#334155;
  line-height:1.7;
  font-weight:700;
  white-space:pre-wrap;
}
body.page-order-03 .store-notice-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:0 22px 22px;
}
body.page-order-03 .store-notice-actions button{
  min-height:46px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  font-weight:950;
  cursor:pointer;
}
body.page-order-03 .store-notice-actions button:last-child{
  border-color:var(--brand);
  background:var(--brand);
  color:#fff;
}
body.page-order-03 .album-grid button{
  display:block;
  width:100%;
  border:0;
  padding:0;
  border-radius:18px;
  background:#eef2f7;
  cursor:pointer;
  overflow:hidden;
}
body.page-order-03 .album-grid button:focus-visible{
  outline:3px solid rgba(255,148,24,.55);
  outline-offset:3px;
}
body.page-order-03 .photo-view-modal{
  position:fixed;
  inset:0;
  z-index:120;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(15,23,42,.78);
}
body.page-order-03 .photo-view-modal.show{
  display:flex;
}
body.page-order-03 .photo-view-card{
  position:relative;
  width:min(100%,980px);
  max-height:90vh;
  display:grid;
  gap:12px;
}
body.page-order-03 .photo-view-card img{
  width:100%;
  max-height:82vh;
  object-fit:contain;
  border-radius:18px;
  background:#fff;
  box-shadow:0 24px 80px rgba(0,0,0,.35);
}
body.page-order-03 .photo-view-caption{
  color:#fff;
  text-align:center;
  font-weight:800;
  line-height:1.45;
}
body.page-order-03 .photo-view-close{
  position:absolute;
  top:-14px;
  right:-14px;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#fff;
  color:#111827;
  font-size:24px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
}
body.page-order-03 .payment-summary{
  display:grid;
  gap:8px;
  margin:14px 0;
  padding:14px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#f9fafb;
  text-align:left;
}
body.page-order-03 .payment-summary div{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#4b5563;
  font-size:14px;
}
body.page-order-03 .payment-summary b{
  color:#111827;
}
body.page-order-03 .manual-payment-form{
  display:grid;
  gap:10px;
  text-align:left;
}
body.page-order-03 .manual-payment-form label{
  display:grid;
  gap:6px;
  color:#374151;
  font-size:13px;
  font-weight:650;
}
body.page-order-03 .manual-payment-form input,
body.page-order-03 .manual-payment-form select{
  width:100%;
  min-height:44px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:0 12px;
  font:inherit;
}
body.page-order-03 .payment-help{
  margin:12px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.5;
}
body.page-order-03 .payment-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}
body.page-order-03 .payment-actions .ghost{
  background:#fff;
  border:1px solid var(--line);
  color:#111827;
}
body.page-order-03 .member-page-card{
  width:min(720px,100%);
  max-height:min(86vh,760px);
  overflow:auto;
  text-align:left;
}
body.page-order-03 .member-page-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}
body.page-order-03 .member-page-head h2{
  margin:0 0 6px;
  font-size:24px;
}
body.page-order-03 .member-page-head p{
  margin:0;
  color:#64748b;
  font-size:14px;
  line-height:1.5;
}
body.page-order-03 .member-page-close{
  width:42px !important;
  height:42px;
  padding:0 !important;
  border:1px solid var(--line) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#111827;
  flex:0 0 auto;
}
body.page-order-03 .member-page-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
body.page-order-03 .member-page-grid label{
  display:grid;
  gap:6px;
  color:#334155;
  font-size:13px;
  font-weight:650;
}
body.page-order-03 .member-page-grid label.full{
  grid-column:1 / -1;
}
body.page-order-03 .member-page-grid input{
  width:100%;
  min-height:44px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:0 12px;
  font:inherit;
  font-weight:500;
}
body.page-order-03 .member-page-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:14px 0 22px;
}
body.page-order-03 .member-page-actions.full{
  grid-column:1 / -1;
}
body.page-order-03 .member-page-actions .ghost{
  background:#fff;
  border:1px solid var(--line);
  color:#111827;
}
body.page-order-03 .member-recent-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 16px;
  padding:12px 14px;
  border:1px solid #fed7aa;
  border-radius:16px;
  background:#fff7ed;
  color:#7c2d12;
  font-size:14px;
  font-weight:750;
}
body.page-order-03 .member-recent-status b{
  color:#111827;
}
body.page-order-03 .member-order-title{
  margin:0 0 10px;
  font-size:18px;
}
body.page-order-03 .member-order-list{
  display:grid;
  gap:10px;
}
body.page-order-03 .member-order-empty{
  padding:22px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#f9fafb;
  color:#64748b;
  text-align:center;
  font-weight:650;
}
body.page-order-03 .member-order-item{
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  padding:14px;
}
body.page-order-03 .member-order-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:8px;
}
body.page-order-03 .member-order-top b{
  display:block;
  margin-bottom:4px;
}
body.page-order-03 .member-order-top small,
body.page-order-03 .member-order-menu{
  color:#64748b;
  line-height:1.5;
}
body.page-order-03 .member-order-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:64px;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:#fff7ed;
  color:#c2410c;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
body.page-order-03 .member-order-bottom{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #eef2f7;
  font-weight:750;
}
@media (max-width:620px){
  body.page-order-03 .member-page-grid,
  body.page-order-03 .member-page-actions{
    grid-template-columns:1fr;
  }
}
body.page-order-03 .order-type{
  background:#f9fafb;
  border:1px solid var(--line);
  border-radius:22px;
  padding:14px;
}
body.page-order-03 .switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:12px;
}
body.page-order-03 .switch button{
  border:1px solid var(--line);
  background:#fff;
  border-radius:14px;
  padding:11px 8px;
  font-weight:950;
  cursor:pointer;
}
body.page-order-03 .switch button.active{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}
body.page-order-03 .delivery-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
body.page-order-03 .mini{
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:11px;
}
body.page-order-03 .mini small{
  display:block;
  color:var(--muted);
  font-weight:800;
  margin-bottom:4px;
}
body.page-order-03 .mini b{font-size:14px;}
body.page-order-03 .category-scroll{
  gap:12px;
  padding-top:14px;
  padding-bottom:14px;
}
body.page-order-03 .category-bar{
  position:sticky;
  top:0;
  z-index:60;
  margin-top:0;
  background:rgba(247,248,251,.98);
  border-top:1px solid rgba(226,232,240,.75);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 24px rgba(15,23,42,.08);
  backdrop-filter:blur(12px);
}
body.page-order-03 .cat-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:78px;
  padding:12px 20px;
  font-weight:650;
  line-height:1.2;
  text-align:center;
}
body.page-order-03 .search input{
  font-weight:500;
}
body.page-order-03 .appbar .search{display:none;}
body.page-order-03 .appbar-inner{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  height:74px;
  position:relative;
}
body.page-order-03 .top-member-name{
  margin-left:auto;
  max-width:180px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  background:rgba(15,23,42,.22);
  color:#fff;
  padding:6px 10px;
  font-size:13px;
  font-weight:800;
  line-height:1.1;
  text-shadow:0 1px 8px rgba(15,23,42,.26);
}
body.page-order-03 .top-member-name:empty{
  display:none;
}
body.page-order-03 .top-actions{
  align-items:center;
  display:flex;
  gap:8px;
  margin-left:auto;
  flex:0 0 auto;
}
body.page-order-03 .icon-btn{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  text-align:center;
  min-width:58px;
  min-height:50px;
  padding:6px 7px 7px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:16px;
  background:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.16);
  font-weight:800;
  font-size:10px;
  line-height:1.05;
  backdrop-filter:blur(10px);
}
body.page-order-03 .icon-btn.primary{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.72);
  color:#fff;
  font-weight:650;
}
body.page-order-03 .icon-btn::before{
  content:"";
  width:20px;
  height:20px;
  background:currentColor;
  display:block;
  flex:0 0 auto;
  mask-position:center;
  mask-size:contain;
  mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
  -webkit-mask-repeat:no-repeat;
}
body.page-order-03 #memberActionLink::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M15 14.2c2.8.8 4.8 2.6 4.8 4.8v1H4.2v-1c0-3 3.8-5.4 7.8-5.4 1 0 2 .2 3 .6ZM12 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm7-4V5h2v3h3v2h-3v3h-2v-3h-3V8h3Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M15 14.2c2.8.8 4.8 2.6 4.8 4.8v1H4.2v-1c0-3 3.8-5.4 7.8-5.4 1 0 2 .2 3 .6ZM12 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm7-4V5h2v3h3v2h-3v3h-2v-3h-3V8h3Z'/%3E%3C/svg%3E");
}
body.page-order-03 #memberLoginActionLink::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 4h9v16h-9v-2h7V6h-7V4Zm1.4 4.6L14.8 12l-3.4 3.4L10 14l1-1H3v-2h8l-1-1 1.4-1.4Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 4h9v16h-9v-2h7V6h-7V4Zm1.4 4.6L14.8 12l-3.4 3.4L10 14l1-1H3v-2h8l-1-1 1.4-1.4Z'/%3E%3C/svg%3E");
}
body.page-order-03 #memberLogoutButton::before{
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 4h9v2H7v12h7v2H5V4Zm11.6 4.6L20 12l-3.4 3.4L15.2 14l1-1H10v-2h6.2l-1-1 1.4-1.4Z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 4h9v2H7v12h7v2H5V4Zm11.6 4.6L20 12l-3.4 3.4L15.2 14l1-1H10v-2h6.2l-1-1 1.4-1.4Z'/%3E%3C/svg%3E");
}
body.page-order-03 .member-login-link{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.72);
  color:#fff;
}
body.page-order-03 .member-login-link.hide{
  display:none;
}
body.page-order-03 .member-greeting{
  min-width:86px;
  max-width:128px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  cursor:pointer;
  font-weight:850;
}
body.page-order-03 .member-logout{
  display:none;
  border-color:rgba(255,255,255,.72);
  color:#fff;
  background:rgba(255,255,255,.12);
}
body.page-order-03 .member-logout.show{
  display:inline-flex;
}
body.page-order-03 .mobile-bottom-nav{
  display:none;
}
body.page-order-03 .mobile-bottom-item{
  appearance:none;
  border:0;
  background:transparent;
  color:#111827;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  min-width:0;
  min-height:56px;
  padding:6px 4px 5px;
  font:inherit;
  font-size:10px;
  font-weight:650;
  line-height:1.1;
  text-align:center;
  cursor:pointer;
}
body.page-order-03 .mobile-bottom-item svg{
  width:20px;
  height:20px;
  display:block;
  fill:currentColor;
}
body.page-order-03 .mobile-bottom-icon.icon-btn{
  width:36px;
  height:36px;
  min-width:36px;
  min-height:36px;
  padding:0;
  gap:0;
  border-radius:999px;
  border:1px solid #e5e7eb;
  background:#fff;
  color:#111827;
  box-shadow:0 6px 16px rgba(15,23,42,.10);
  backdrop-filter:none;
}
body.page-order-03 .mobile-bottom-icon.icon-btn::before{
  content:none;
  display:none;
}
body.page-order-03 .mobile-bottom-item.active .mobile-bottom-icon.icon-btn{
  border-color:var(--brand);
  background:var(--brand);
  color:#fff;
  box-shadow:0 8px 18px rgba(249,115,22,.24);
}
body.page-order-03 .mobile-bottom-item.active{
  color:var(--brand);
  font-weight:850;
}
body.page-order-03 .mobile-bottom-item:focus-visible{
  outline:3px solid rgba(255,148,24,.32);
  outline-offset:-3px;
}
body.page-order-03 .menu-category-group{
  display:flex;
  flex-direction:column;
  gap:12px;
}
body.page-order-03 .menu-category-group + .menu-category-group{
  margin-top:22px;
  padding-top:22px;
  border-top:1px solid var(--line);
}
body.page-order-03 .album-empty{
  grid-column:1 / -1;
  min-height:124px;
  border:1px dashed var(--line);
  border-radius:18px;
  display:grid;
  place-items:center;
  color:var(--muted);
  font-weight:700;
  background:#f8fafc;
}
body.page-order-03 .menu-category-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 2px 2px;
}
body.page-order-03 .menu-category-heading h3{
  margin:0;
  font-size:18px;
  font-weight:900;
  color:#111827;
}
body.page-order-03 .menu-category-heading span{
  color:var(--muted);
  font-size:12px;
  font-weight:800;
}
body.page-order-03 .menu-item{
  grid-template-columns:112px minmax(0,1fr);
}
body.page-order-03 .menu-item::after{
  content:none;
  display:none;
}
body.page-order-03 .menu-price-row{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
body.page-order-03 .menu-option-badge{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  border-radius:999px;
  background:#fff7ed;
  color:#f97316;
  border:1px solid #fed7aa;
  padding:3px 8px;
  font-size:12px;
  font-weight:950;
}
body.page-order-03 .cart-option-text{
  display:block;
  margin:3px 0;
  color:#f97316;
  font-weight:800;
}
body.page-order-03 .cart-minimum-status{
  border:1px solid #fed7aa;
  border-radius:14px;
  background:#fff7ed;
  color:#ea580c;
  padding:10px 12px;
  margin:8px 0 14px;
  font-size:13px;
  font-weight:950;
}
body.page-order-03 .cart-minimum-status.reached{
  border-color:#bbf7d0;
  background:#f0fdf4;
  color:#15803d;
}
body.page-order-03 .menu-option-modal{
  z-index:110;
}
body.page-order-03 .menu-option-card{
  position:relative;
  width:min(520px,100%);
  max-height:min(88vh,760px);
  overflow:auto;
  padding:0 0 18px;
  text-align:left;
}
body.page-order-03 .menu-option-card .menu-option-close{
  position:sticky;
  top:12px;
  margin:12px 12px -54px auto;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px !important;
  min-width:42px;
  height:42px !important;
  min-height:42px;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.7);
  border-radius:12px;
  background:var(--brand) !important;
  color:#111827;
  box-shadow:0 8px 22px rgba(15,23,42,.2);
  font-size:28px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}
body.page-order-03 .menu-option-photo{
  height:220px;
  background:#fff7ed;
  display:grid;
  place-items:center;
  color:#9ca3af;
  font-weight:900;
  overflow:hidden;
}
body.page-order-03 .menu-option-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
body.page-order-03 .menu-option-info{
  padding:18px 20px 10px;
}
body.page-order-03 .menu-option-kicker{
  color:var(--brand);
  font-size:12px;
  font-weight:1000;
}
body.page-order-03 .menu-option-info h2{
  margin:6px 0 8px;
  font-size:25px;
  line-height:1.2;
}
body.page-order-03 .menu-option-info p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.5;
}
body.page-order-03 .menu-option-base,
body.page-order-03 .menu-option-total{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:12px 0;
  border-top:1px solid var(--line);
  font-weight:900;
}
body.page-order-03 .menu-option-choices{
  padding:0 20px;
  display:grid;
  gap:14px;
}
body.page-order-03 .menu-option-choice-group{
  display:grid;
  gap:9px;
}
body.page-order-03 .menu-option-choice-title{
  font-size:16px;
  font-weight:1000;
  color:#111827;
}
body.page-order-03 .menu-option-empty{
  border:1px dashed var(--line);
  border-radius:16px;
  background:#f8fafc;
  color:#64748b;
  padding:16px;
  font-weight:900;
  text-align:center;
}
body.page-order-03 .menu-option-choice{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:13px 14px;
  font-weight:900;
  cursor:pointer;
}
body.page-order-03 .menu-option-choice input{
  width:22px;
  height:22px;
  accent-color:var(--brand);
}
body.page-order-03 .menu-option-choice b{
  color:#f97316;
}
body.page-order-03 .menu-option-bottom{
  margin:14px 20px 0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
body.page-order-03 .menu-option-minimum{
  width:100%;
  border:1px solid #fed7aa;
  border-radius:14px;
  background:#fff7ed;
  color:#ea580c;
  padding:11px 13px;
  font-size:14px;
  font-weight:950;
}
body.page-order-03 .menu-option-minimum.reached{
  border-color:#bbf7d0;
  background:#f0fdf4;
  color:#15803d;
}
body.page-order-03 .menu-option-total{
  width:100%;
  margin:0;
  font-size:18px;
}
body.page-order-03 .menu-option-total b{
  color:#f97316;
  font-size:22px;
}
body.page-order-03 .menu-option-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:min(280px,100%);
  margin:0;
  border:0;
  border-radius:16px;
  background:var(--brand);
  color:#111827;
  min-height:54px;
  font-size:17px;
  font-weight:1000;
  cursor:pointer;
}

@media (max-width:980px){
  body.page-order-03 .wrap{padding-left:14px;padding-right:14px;}
  body.page-order-03 .appbar .wrap{padding-left:14px;padding-right:14px;}
  body.page-order-03 .store-hero.wrap{padding-left:0;padding-right:0;max-width:none;}
  body.page-order-03 .store-info{grid-template-columns:1fr;}
  body.page-order-03 .layout{grid-template-columns:1fr;padding-top:16px;}
  body.page-order-03 .cart-panel{position:static;}
  body.page-order-03 .mobile-checkout{display:block;}
  body.page-order-03{padding-bottom:156px;}
  body.page-order-03 .mobile-checkout{bottom:67px;}
  body.page-order-03 .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:75;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:center;
    min-height:64px;
    padding:5px max(8px, env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    border-top:1px solid rgba(226,232,240,.94);
    background:rgba(255,255,255,.96);
    box-shadow:0 -10px 30px rgba(15,23,42,.10);
    backdrop-filter:blur(14px);
  }
}
@media (max-width:620px){
  body.page-order-03 .wrap{padding-left:12px;padding-right:12px;}
  body.page-order-03 .appbar .wrap{padding-left:12px;padding-right:12px;}
  body.page-order-03 .store-hero.wrap{padding-left:0;padding-right:0;max-width:none;}
  body.page-order-03 .appbar-inner{height:60px;min-height:60px;padding:8px 0;gap:8px;flex-wrap:nowrap;align-items:center;}
  body.page-order-03 .brand{min-width:auto;max-width:112px;height:100%;align-items:center;}
  body.page-order-03 .brand img{height:34px;max-width:112px;margin:0;display:block;}
  body.page-order-03 .search{order:3;flex:1 0 100%;width:100%;max-width:none;}
  body.page-order-03 .search input{width:100%;height:42px;font-size:14px;}
  body.page-order-03 .top-member-name{max-width:112px;padding:5px 8px;font-size:11px;}
  body.page-order-03 .top-actions{display:flex;margin-left:auto;gap:5px;align-items:center;}
  body.page-order-03 .icon-btn{min-width:46px;min-height:42px;padding:5px 5px 6px;border-radius:14px;font-size:9px;}
  body.page-order-03 .member-greeting{min-width:78px;max-width:96px;font-size:8.5px;}
  body.page-order-03 .icon-btn::before{width:18px;height:18px;}
  body.page-order-03 .store-hero{padding-top:0;}
  body.page-order-03 .cover{height:260px;min-height:260px;}
  body.page-order-03 .cover-badges{left:12px;right:12px;bottom:12px;gap:6px;}
  body.page-order-03 .badge{padding:7px 10px;font-size:12px;}
  body.page-order-03 .store-card{border-radius:0 0 22px 22px;}
  body.page-order-03 .store-info{padding:16px;gap:14px;}
  body.page-order-03 .store-title{font-size:26px;line-height:1.18;letter-spacing:0;}
  body.page-order-03 .store-title-row{gap:10px;}
  body.page-order-03 .store-share-actions{gap:6px;}
  body.page-order-03 .share-button{width:36px;height:36px;}
  body.page-order-03 .share-button svg{width:20px;height:20px;}
  body.page-order-03 .share-button img{width:20px;height:20px;}
  body.page-order-03 .notice-box{margin-top:12px;padding:12px;font-size:13px;line-height:1.55;}
  body.page-order-03 .order-type{padding:12px;border-radius:18px;}
  body.page-order-03 .switch button{min-height:44px;padding:10px 8px;}
  body.page-order-03 .delivery-meta{grid-template-columns:1fr 1fr;}
  body.page-order-03 .category-bar{top:0;margin-top:0;}
  body.page-order-03 .category-scroll{gap:8px;padding-top:10px;padding-bottom:10px;}
  body.page-order-03 .cat-btn{min-width:auto;padding:10px 14px;font-size:13px;}
  body.page-order-03 .layout{padding-top:14px;padding-bottom:24px;}
  body.page-order-03 .content{gap:14px;}
  body.page-order-03 .section-card{padding:16px;border-radius:20px;}
  body.page-order-03 .section-title{align-items:flex-start;gap:6px;flex-direction:column;margin-bottom:12px;}
  body.page-order-03 .section-title h2{font-size:21px;}
  body.page-order-03 .section-title p{font-size:13px;}
  body.page-order-03 .menu-category-group{gap:10px;}
  body.page-order-03 .menu-category-group + .menu-category-group{margin-top:18px;padding-top:18px;}
  body.page-order-03 .menu-category-heading h3{font-size:17px;}
  body.page-order-03 .menu-item{grid-template-columns:86px minmax(0,1fr);gap:12px;padding:12px;border-radius:18px;align-items:start;}
  body.page-order-03 .menu-img{width:86px;height:86px;border-radius:16px;}
  body.page-order-03 .menu-copy h3{font-size:17px;line-height:1.25;}
  body.page-order-03 .menu-copy p{font-size:13px;line-height:1.45;}
  body.page-order-03 .price{font-size:16px;}
  body.page-order-03 .menu-copy{
    min-width:0;
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:8px 10px;
  }
  body.page-order-03 .menu-copy h3,
  body.page-order-03 .menu-copy p{
    grid-column:1 / -1;
  }
  body.page-order-03 .price{
    grid-column:1;
    margin:0;
  }
  body.page-order-03 .cart-panel{border-radius:20px;}
  body.page-order-03 .cart-body{padding:16px;}
  body.page-order-03 .form-line input,
  body.page-order-03 .form-line textarea{font-size:16px;}
  body.page-order-03 .album-grid{grid-template-columns:1fr 1fr;gap:8px;}
  body.page-order-03 .footer-inner{gap:20px;padding:28px 18px;grid-template-columns:1fr;}
  body.page-order-03 .footer-apply-box{width:100%;}
  body.page-order-03 .footer-apply-btn{width:100%;justify-content:center;}
  body.page-order-03 .mobile-checkout{padding:10px 12px 8px;}
  body.page-order-03 .mobile-checkout button{min-height:52px;border-radius:16px;font-size:15px;}
}
@media (max-width:380px){
  body.page-order-03 .store-title{font-size:24px;}
  body.page-order-03 .share-button{width:34px;height:34px;}
  body.page-order-03 .menu-item{grid-template-columns:78px minmax(0,1fr);}
  body.page-order-03 .menu-img{width:78px;height:78px;}
  body.page-order-03 .cat-btn{padding-left:12px;padding-right:12px;}
}
@media (hover:none) and (pointer:coarse){
  body.page-order-03 .wrap{padding-left:12px;padding-right:12px;}
  body.page-order-03 .appbar .wrap{padding-left:12px;padding-right:12px;}
  body.page-order-03 .store-hero.wrap{padding-left:0;padding-right:0;max-width:none;}
  body.page-order-03 .appbar-inner{height:60px;min-height:60px;padding:8px 0;gap:8px;flex-wrap:nowrap;align-items:center;}
  body.page-order-03 .brand{min-width:auto;max-width:112px;height:100%;align-items:center;}
  body.page-order-03 .brand img{height:34px;max-width:112px;margin:0;display:block;}
  body.page-order-03 .search{order:3;flex:1 0 100%;width:100%;max-width:none;}
  body.page-order-03 .search input{width:100%;height:42px;font-size:14px;}
  body.page-order-03 .top-member-name{max-width:112px;padding:5px 8px;font-size:11px;}
  body.page-order-03 .top-actions{display:flex;margin-left:auto;gap:5px;align-items:center;}
  body.page-order-03 .icon-btn{min-width:46px;min-height:42px;padding:5px 5px 6px;border-radius:14px;font-size:9px;}
  body.page-order-03 .member-greeting{min-width:78px;max-width:96px;font-size:8.5px;}
  body.page-order-03 .icon-btn::before{width:18px;height:18px;}
  body.page-order-03 .store-hero{padding-top:0;}
  body.page-order-03 .cover{height:260px;min-height:260px;}
  body.page-order-03 .store-info,
  body.page-order-03 .layout{grid-template-columns:1fr;}
  body.page-order-03 .store-info{padding:16px;gap:14px;}
  body.page-order-03 .store-title{font-size:26px;line-height:1.18;letter-spacing:0;}
  body.page-order-03 .share-button{width:36px;height:36px;}
  body.page-order-03 .share-button svg,
  body.page-order-03 .share-button img{width:20px;height:20px;}
  body.page-order-03 .category-bar{top:0;margin-top:0;}
  body.page-order-03 .category-scroll{gap:8px;padding-top:10px;padding-bottom:10px;}
  body.page-order-03 .cat-btn{min-width:auto;padding:10px 14px;font-size:13px;}
  body.page-order-03 .content{gap:14px;}
  body.page-order-03 .section-card{padding:16px;border-radius:20px;}
  body.page-order-03 .section-title{align-items:flex-start;gap:6px;flex-direction:column;margin-bottom:12px;}
  body.page-order-03 .menu-item{grid-template-columns:86px minmax(0,1fr);gap:12px;padding:12px;border-radius:18px;align-items:start;}
  body.page-order-03 .menu-img{width:86px;height:86px;border-radius:16px;}
  body.page-order-03 .menu-copy h3{font-size:17px;line-height:1.25;}
  body.page-order-03 .menu-copy p{font-size:13px;line-height:1.45;}
  body.page-order-03 .menu-copy{
    min-width:0;
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:8px 10px;
  }
  body.page-order-03 .menu-copy h3,
  body.page-order-03 .menu-copy p{
    grid-column:1 / -1;
  }
  body.page-order-03 .price{
    grid-column:1;
    margin:0;
  }
  body.page-order-03 .cart-panel{position:static;border-radius:20px;}
  body.page-order-03 .mobile-checkout{display:block;padding:10px 12px 8px;bottom:67px;}
  body.page-order-03 .mobile-checkout button{min-height:52px;border-radius:16px;font-size:15px;}
  body.page-order-03{padding-bottom:156px;}
  body.page-order-03 .mobile-bottom-nav{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:75;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:center;
    min-height:64px;
    padding:5px max(8px, env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    border-top:1px solid rgba(226,232,240,.94);
    background:rgba(255,255,255,.96);
    box-shadow:0 -10px 30px rgba(15,23,42,.10);
    backdrop-filter:blur(14px);
  }
}
