@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');

.orm-menu{width:100%}
.orm-menu-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,420px);gap:22px;align-items:end;margin-bottom:16px}
.orm-menu-kicker{display:inline-flex;padding:8px 14px;border-radius:999px;background:#fff1e6;border:1px solid #f2dacd;color:#a65420;font-weight:900;margin-bottom:10px}
.orm-menu-toolbar-copy h3{margin:0 0 8px;font-size:clamp(1.6rem,3vw,2.5rem);line-height:1}
.orm-menu-toolbar-copy p{margin:0;color:#6a5e56;line-height:1.6;max-width:58ch}
.orm-title{font-size:32px;font-weight:900;margin:0}
.orm-toolbar-controls{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:12px;align-items:end}
.orm-search-wrap{margin:0}
.orm-sort-wrap{display:grid;gap:6px}
.orm-sort-wrap label{font-size:.82rem;font-weight:800;color:#7a5b49;text-transform:uppercase;letter-spacing:.05em}
.orm-sort-select{width:100%;height:58px;padding:0 16px;border:1px solid #ead8cd;border-radius:18px;font-size:15px;outline:none;background:#fff;color:#241a15;box-shadow:0 12px 24px rgba(40,20,10,.04)}
.orm-sort-select:focus{border-color:#20140f;box-shadow:0 0 0 4px rgba(32,20,15,.08)}
.orm-search-input{width:100%;height:58px;padding:0 18px;border:1px solid #ead8cd;border-radius:20px;font-size:15px;outline:none;background:#fff;box-shadow:0 12px 24px rgba(40,20,10,.04)}
.orm-search-input:focus{border-color:#ff7a59;box-shadow:0 0 0 4px rgba(255,122,89,.12)}
.orm-no-results{display:none;padding:18px 16px;border:1px dashed #ddd;border-radius:16px;text-align:center;font-weight:700;margin-top:12px;background:#fff}

.orm-quick-filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 14px}
.orm-quick-filter{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid #ead7cb;color:#6d4227;font-weight:800;cursor:pointer}
.orm-quick-filter.is-active{background:#18130f;color:#fff;border-color:#18130f}

.orm-category-pills-wrap{position:sticky;top:118px;z-index:20;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px;padding:10px 0 18px;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.95) 75%,rgba(255,255,255,0) 100%)}
.orm-category-pills{display:flex;gap:12px;overflow:auto;padding:4px 2px 8px;scrollbar-width:none}
.orm-category-pills::-webkit-scrollbar{display:none}
.orm-category-pill{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;white-space:nowrap;min-width:132px;min-height:86px;padding:14px 18px;border-radius:24px;background:#fffdf9;border:1px solid #f0d9cb;font-weight:800;color:#563a29;cursor:pointer;text-align:center}
.orm-category-pill.is-active{background:#18130f;border-color:#18130f;color:#fff}
.orm-pill-icon{font-size:1.35rem}
.orm-category-slider-nav{width:44px;height:44px;border-radius:999px;border:1px solid #ecd7ca;background:#fff;font-size:28px;line-height:1;color:#9a613b;cursor:pointer;display:grid;place-items:center;box-shadow:0 10px 18px rgba(40,20,10,.05)}
.orm-category-slider-nav:hover{border-color:#d7b69f;color:#7b4b2c}

.orm-category-section{padding-top:6px}
.orm-category-section+.orm-category-section{margin-top:26px}
.orm-category-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.orm-category-head-copy{display:flex;align-items:flex-start;gap:12px}
.orm-category-head-text{display:grid;gap:6px}
.orm-category-subtitle{margin:0;color:#79685d;font-size:.98rem;line-height:1.45;max-width:60ch}
.orm-category-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff1e6;border:1px solid #f0d8cb;font-size:1.35rem}
.orm-category-top{font-weight:800;color:#9d5b34;background:transparent;border:0;cursor:pointer}

.orm-row{display:grid;grid-template-columns:120px minmax(0,1fr) 280px;gap:18px;align-items:center;padding:18px;border:1px solid #f0e0d6;border-radius:28px;background:linear-gradient(180deg,#fff9f4 0%,#fff 100%);box-shadow:0 14px 28px rgba(40,20,10,.04)}
.orm-category-section .orm-row+.orm-row{margin-top:12px}
.orm-thumb-wrap{align-self:stretch}
.orm-row img{width:100%;height:120px;border-radius:22px;object-fit:cover;display:block}
.orm-info{min-width:0}
.orm-badges,.orm-inline-extras{display:flex;flex-wrap:wrap;gap:8px}
.orm-badges{margin-bottom:10px}
.orm-badge,.orm-inline-extras span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:.82rem;font-weight:800}
.orm-badge-extras,.orm-inline-extras span{background:#fff1e6;border:1px solid #f0d8ca;color:#8b4d28}
.orm-badge-category{background:#f6f3ff;border:1px solid #ddd5ff;color:#5840aa}
.orm-badge-sale{background:#ecfff4;border:1px solid #bde6ce;color:#1f7d49}
.orm-badge-combo{background:#fff7d7;border:1px solid #f0df8f;color:#7b5f00}
.orm-name-preview{cursor:pointer;font-weight:900;font-size:1.24rem;display:block;color:#191512;line-height:1.1;background:transparent;border:0;padding:0;text-align:left}
.orm-desc{font-size:.95rem;opacity:.85;margin-top:8px;line-height:1.6;color:#6e6259}
.orm-desc p{margin:0}
.orm-inline-extras{margin-top:12px}

.orm-actions-col{display:flex;flex-direction:column;gap:12px;align-items:stretch}
.orm-price{font-weight:900;font-size:1.34rem;color:#1f1713}
.orm-row-buttons{display:grid;grid-template-columns:.95fr 1.15fr;gap:10px}
.orm-add,.orm-preview-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border-radius:18px;font-weight:900;cursor:pointer;padding:0 14px;text-align:center}
.orm-add{background:linear-gradient(135deg,#d46d34,#b9521e);color:#fff;border:0;box-shadow:0 14px 26px rgba(190,82,30,.18)}
.orm-add:hover{opacity:.95;transform:translateY(-1px)}
.orm-preview-trigger{background:#fff;border:1px solid #ecd5c6;color:#6c4127}

.orm-hover-card{display:none!important}
.orm-hover-card img{width:100%;height:180px;object-fit:cover;display:block}
.orm-hover-body{padding:12px 14px}
.orm-hover-title{font-size:16px;font-weight:900;margin:0 0 6px}
.orm-hover-short{font-size:13px;opacity:.85;margin:0 0 8px}
.orm-hover-long{font-size:12px;opacity:.75;margin:0 0 10px;max-height:64px;overflow:hidden}
.orm-hover-price{font-weight:900}
.orm-hover-price del{opacity:.6;margin-right:8px}
.orm-hover-price ins{text-decoration:none;font-weight:900}

#orm-modal-backdrop{position:fixed;inset:0;background:rgba(18,14,11,.66);backdrop-filter:blur(6px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px}
#orm-modal{background:#fff;width:100%;max-width:840px;border-radius:16px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.orm-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #eee}
.orm-modal-kicker{display:inline-flex;padding:6px 12px;border-radius:999px;background:#fff1e6;color:#a65420;font-weight:900;margin-bottom:8px}
.orm-modal-header h3{margin:0;font-size:20px;font-weight:900}
.orm-modal-close{background:transparent;border:0;font-size:28px;cursor:pointer;line-height:1}
.orm-modal-body{padding:20px;display:grid;gap:16px;max-height:min(76vh,900px);overflow:auto}
.orm-modal-footer{padding:18px 22px;border-top:1px solid #eee;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff}
.orm-modal-summary{display:grid;gap:4px}
.orm-modal-summary span{font-size:.9rem;color:#7d6e64;font-weight:700}
.orm-modal-summary strong{font-size:1.35rem;color:#18130f}
.orm-confirm-btn{min-width:260px;padding:16px 22px;border-radius:18px;border:0;background:#ff7a59;color:#fff;font-weight:900;cursor:pointer}
.orm-confirm-btn:hover{opacity:.92}

#orm-preview{display:grid;grid-template-columns:280px minmax(0,1fr);gap:0;padding:0;border:1px solid #f0e0d6;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#fff9f4 0%,#fff 100%)}
.orm-preview-media{background:#f8f2ec;display:grid;gap:12px;padding:16px}
#orm-preview-img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block;border-radius:20px}
.orm-preview-thumbs{display:flex;flex-wrap:wrap;gap:10px}
.orm-preview-thumb{width:72px;height:72px;padding:0;border-radius:16px;border:1px solid #ead6c9;background:#fff;overflow:hidden;cursor:pointer}
.orm-preview-thumb.is-active{border-color:#20140f;box-shadow:0 0 0 2px rgba(32,20,15,.08)}
.orm-preview-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.orm-preview-body{padding:20px;display:grid;gap:12px;align-content:start}
.orm-preview-title{font-size:1.65rem;font-weight:900;color:#18130f;line-height:1.05}
.orm-preview-short{font-size:1rem;color:#4f433b}
.orm-preview-long{font-size:.95rem;color:#6f6258;line-height:1.6;max-height:150px;overflow:auto}
.orm-preview-price{font-weight:900;font-size:1.2rem}
.orm-preview-price del{opacity:.55;margin-right:8px}
.orm-preview-price ins{text-decoration:none;font-size:1.35rem}
.orm-preview-actions{padding-top:6px}
.orm-preview-customize{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 20px;border-radius:16px;border:0;background:#18130f;color:#fff;font-weight:900;cursor:pointer}
.orm-prev-extras-title{font-weight:900;margin-bottom:8px;color:#18130f}
.orm-prev-extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.orm-prev-extra{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid #efdfd4;font-size:.92rem}
.orm-prev-extra strong{white-space:nowrap;color:#8b4d28}

.orm-extras-head{padding:0 2px}
.orm-extras-head strong{display:block;font-size:1.05rem;color:#18130f;margin-bottom:4px}
.orm-extras-head span{display:block;color:#6f6258;font-size:.93rem}
#orm-extras{display:flex;flex-direction:column;gap:10px}
.orm-extra-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #eee;border-radius:18px;background:#fffaf7}
.orm-extra-left{min-width:0}
.orm-extra-label{font-weight:900;color:#1b1714}
.orm-extra-price{font-size:.92rem;color:#81543a;margin-top:4px;font-weight:700}
.orm-extra-stepper,.orm-qty-stepper{display:inline-flex;align-items:center;gap:8px;justify-content:center}
.orm-extra-btn,.orm-qty-btn{width:42px;height:42px;border-radius:14px;border:1px solid #e6d6ca;background:#fff;font-size:22px;font-weight:900;cursor:pointer;line-height:1}
.orm-extra-qty,.orm-qty-input{width:72px;height:42px;border-radius:14px;border:1px solid #e6d6ca;text-align:center;font-weight:800;background:#fff}
.orm-modal-qty{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-radius:16px;background:#fff7f1;border:1px solid #f0ded1;margin-top:4px}
.orm-modal-qty label{font-weight:800;color:#493d34}
.orm-modal-qty-stepper .orm-qty-input{width:96px}
.orm-loading,.orm-empty{padding:14px;border-radius:16px;background:#fff7f1;color:#7d6558;font-weight:700}
.orm-mode{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}
.orm-mode-btn{display:grid;gap:6px;align-content:start;padding:16px;border-radius:20px;border:1px solid #ecd4c5;background:#fff;font-weight:800;color:#6d4227;cursor:pointer;text-align:left}
.orm-mode-btn strong{font-size:1rem;color:#18130f}
.orm-mode-btn span{font-size:.9rem;color:#7d6d63;font-weight:600;line-height:1.45}
.orm-mode-btn.active{background:#fff1e6;border-color:#f0d8ca;color:#9a4d1e;box-shadow:0 10px 22px rgba(255,122,89,.08)}
.orm-unit-step{grid-column:1 / -1;font-weight:900;color:#9a4d1e;padding:4px 2px 0}

@media (max-width: 980px){
  .orm-menu-toolbar{grid-template-columns:1fr}
  .orm-row{grid-template-columns:96px minmax(0,1fr);align-items:start}
  .orm-actions-col{grid-column:1 / -1}
  .orm-category-pills-wrap{top:84px}
}
@media (max-width: 768px){
  .orm-category-pills-wrap{top:0;position:relative;padding-top:0;grid-template-columns:1fr}
  .orm-category-slider-nav{display:none}
  .orm-search-wrap{margin-bottom:14px}
  .orm-search-input{height:54px;font-size:16px}
  .orm-row{grid-template-columns:1fr;gap:12px;padding:14px;border-radius:22px;background:#fff;margin-bottom:12px}
  .orm-row img{width:100%;height:220px;border-radius:18px}
  .orm-price{font-size:1.2rem}
  .orm-qty-stepper{width:100%}
  .orm-qty-btn,.orm-extra-btn{width:46px;height:46px;border-radius:14px;font-size:24px}
  .orm-qty-stepper .orm-qty-input,.orm-extra-qty{width:98px;height:46px;font-size:18px}
  .orm-row-buttons{grid-template-columns:1fr}
  .orm-add,.orm-preview-trigger,.orm-preview-customize{width:100%;justify-self:stretch;padding:14px 16px}
  #orm-modal{max-width:none}
  #orm-preview{grid-template-columns:1fr}
  #orm-preview-img{min-height:220px}
  .orm-prev-extras-grid,.orm-mode{grid-template-columns:1fr}
  .orm-modal-footer{flex-direction:column;align-items:stretch}
  .orm-confirm-btn{min-width:0;width:100%}
  .orm-modal-qty{align-items:flex-start;flex-direction:column}
}

.orm-menu{display:grid;gap:18px}
.orm-menu-theme-ready{padding:4px 0}
.orm-category-section{padding:18px;border:1px solid #efe0d6;border-radius:30px;background:linear-gradient(180deg,#fffaf5 0%,#fff 100%)}
.orm-category-section+.orm-category-section{margin-top:0}
.orm-row{position:relative}
.orm-row::after{content:'';position:absolute;inset:0;border-radius:28px;pointer-events:none;box-shadow:0 14px 34px rgba(34,18,10,.04)}
.orm-actions-col{justify-content:center}
.orm-price del{opacity:.5;margin-right:8px}
@media (max-width: 768px){
  .orm-category-section{padding:14px;border-radius:24px}
}

.orm-menu-toolbar-copy h3,.orm-title,.orm-preview-title,.orm-modal-header h3{
  font-family:"Plus Jakarta Sans",Manrope,Inter,system-ui,sans-serif;
  font-weight:700;
  letter-spacing:-.03em;
}
.orm-menu-toolbar-copy h3{font-size:clamp(2.05rem,4vw,3.2rem);line-height:.94}
.orm-title{font-size:clamp(2rem,3vw,2.8rem);line-height:.96}
.orm-row{align-items:stretch}
.orm-actions-col{justify-content:space-between}


.orm-menu,.orm-menu *{font-family:"Plus Jakarta Sans",Manrope,Inter,system-ui,sans-serif}
.orm-menu-toolbar-copy h3,.orm-title,.orm-preview-title,.orm-modal-header h3{font-weight:800;letter-spacing:-.04em}
.orm-category-top,.orm-name-preview,.orm-preview-trigger,.orm-add{text-decoration:none!important}
.orm-add{background:linear-gradient(135deg,#d46d34,#b9521e);color:#fff;box-shadow:0 12px 24px rgba(190,82,30,.18)}
.orm-preview-trigger{background:#fff7f1;border-color:#ecd5c6;color:#6c4127}
.orm-price{font-size:1.28rem}
#orm-modal{border-radius:14px}
.orm-modal-header,.orm-modal-footer{padding:18px 24px}
.orm-modal-body{padding:22px}
.orm-confirm-btn{border-radius:14px;background:#20140f}
.orm-mode{margin-bottom:4px}
.orm-mode-btn{border-radius:18px}
.orm-mode-btn.active{background:#20140f;border-color:#20140f;color:#fff;box-shadow:none}
.orm-mode-btn.active strong,.orm-mode-btn.active span{color:#fff}
.orm-row-buttons{align-items:stretch}
.orm-add,.orm-preview-trigger{min-height:56px}
@media (max-width: 980px){
  .orm-toolbar-controls{grid-template-columns:1fr}
}
@media (max-width: 768px){
  #orm-modal{border-radius:0;max-width:none;min-height:100dvh}
  #orm-modal-backdrop{padding:0;align-items:stretch}
  .orm-modal-header,.orm-modal-body,.orm-modal-footer{padding-inline:18px}
}

@media (max-width: 768px){
  .orm-category-pill{min-width:116px;min-height:78px;padding:12px 14px}
  .orm-category-subtitle{font-size:.92rem}
  .orm-preview-media{padding:14px}
  .orm-preview-thumb{width:64px;height:64px}
}


/* v9 category slider + grouped menu */
.orm-category-pills-wrap{position:sticky;top:86px;z-index:22;display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:10px;padding:6px 0 14px;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.96) 76%,rgba(255,255,255,0) 100%)}
.orm-category-pills{display:flex;gap:14px;overflow:auto;padding:4px 2px 8px;scrollbar-width:none;scroll-behavior:smooth}
.orm-category-pill{min-width:150px;min-height:92px;padding:14px 16px;border-radius:22px;background:#fff;border:1px solid #edd8cb;box-shadow:0 8px 18px rgba(40,20,10,.04)}
.orm-category-pill span:last-child{font-size:.9rem;line-height:1.25;white-space:normal}
.orm-pill-icon{font-size:1.45rem}
.orm-category-slider-nav{width:40px;height:40px;border-radius:999px}
.orm-category-head{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #f0e3da}
.orm-category-head-text{gap:4px}
.orm-category-subtitle{font-size:.92rem;max-width:72ch}
.orm-category-section{padding:18px 18px 10px;border-radius:24px}
.orm-category-section+.orm-category-section{margin-top:18px}
@media (max-width: 980px){
  .orm-category-pills-wrap{top:74px}
}
@media (max-width: 768px){
  .orm-category-pills-wrap{position:relative;top:0;grid-template-columns:1fr;padding-top:0}
  .orm-category-slider-nav{display:none}
  .orm-category-pill{min-width:126px;min-height:84px;padding:12px 14px}
  .orm-category-pill span:last-child{font-size:.84rem}
}


/* v10 compact menu header + category slider */
.orm-menu-toolbar-compact{
  display:grid;
  grid-template-columns:minmax(220px,320px) minmax(0,1fr);
  gap:18px;
  align-items:end;
  margin-bottom:10px;
}
.orm-toolbar-intro h3{margin:8px 0 4px;font-size:1.2rem;line-height:1.1;font-weight:800;color:#2a1b16}
.orm-toolbar-intro p{margin:0;font-size:.92rem;color:#786960}
.orm-toolbar-controls-compact{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;align-items:end}
.orm-toolbar-controls-compact .orm-search-wrap{margin-bottom:0}
.orm-toolbar-controls-compact .orm-search-input{height:52px;font-size:17px;border-radius:14px}
.orm-toolbar-controls-compact .orm-sort-select{height:52px;border-radius:14px}
.orm-category-pills-wrap{position:relative;top:auto;z-index:3;grid-template-columns:36px minmax(0,1fr) 36px;gap:12px;padding:4px 0 12px;background:transparent}
.orm-category-pills{display:flex;gap:14px;overflow:auto;padding:0 2px 6px;scrollbar-width:none;scroll-behavior:smooth}
.orm-category-pills::-webkit-scrollbar{display:none}
.orm-category-pill{min-width:152px;min-height:108px;padding:14px 12px;border-radius:16px;background:#fff;border:1px solid #edd8cb;box-shadow:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}
.orm-category-pill.is-active{border-color:#25160f;background:#25160f;color:#fff}
.orm-category-pill.is-active .orm-pill-icon{filter:none}
.orm-category-pill span:last-child{font-size:.92rem;line-height:1.2;font-weight:800}
.orm-pill-icon{font-size:1.6rem;line-height:1;color:#f36c2d}
.orm-category-slider-nav{width:36px;height:36px;border-radius:999px;border:1px solid #e6d4c8;background:#fff;color:#705341;font-size:26px;display:flex;align-items:center;justify-content:center}
.orm-category-slider-nav:hover{background:#fff6f0}
.orm-category-head{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #f0e3da}
.orm-category-head .orm-title{font-size:clamp(1.55rem,2vw,2.1rem);line-height:1.05;margin:0}
.orm-category-subtitle{font-size:.95rem;max-width:72ch;color:#7a685d}
.orm-category-section{padding:16px 16px 8px;border-radius:22px}
.orm-quick-filters{display:none !important}
@media (max-width: 980px){
  .orm-menu-toolbar-compact{grid-template-columns:1fr;align-items:start}
  .orm-toolbar-controls-compact{grid-template-columns:1fr 1fr}
}
@media (max-width: 768px){
  .orm-toolbar-intro{display:none}
  .orm-toolbar-controls-compact{grid-template-columns:1fr}
  .orm-category-pills-wrap{grid-template-columns:24px minmax(0,1fr) 24px;gap:6px}
  .orm-category-pill{min-width:128px;min-height:90px;padding:10px}
  .orm-category-pill span:last-child{font-size:.82rem}
  .orm-pill-icon{font-size:1.35rem}
}

.orm-toolbar-intro{display:none !important;}
.orm-menu-toolbar-compact{grid-template-columns:1fr !important;align-items:start !important;}


/* v11 menu slider/layout */
.orm-menu-toolbar-slider{padding:0 0 10px!important;background:transparent!important;border:0!important}
.orm-toolbar-controls-full{display:grid!important;grid-template-columns:minmax(0,1fr) 280px!important;gap:16px!important;align-items:end!important}
.orm-toolbar-controls-full .orm-search-wrap,.orm-toolbar-controls-full .orm-sort-wrap{width:100%!important}
.orm-toolbar-controls-full .orm-search-input{height:52px!important;border-radius:14px!important}
.orm-toolbar-controls-full .orm-sort-select{height:52px!important;border-radius:14px!important}
.orm-category-pills-wrap{position:relative!important;top:auto!important;z-index:2!important;grid-template-columns:32px minmax(0,1fr) 32px!important;gap:8px!important;padding:8px 0 16px!important;background:transparent!important}
.orm-category-slider-nav{border:0!important;background:transparent!important;font-size:42px!important;line-height:1!important;color:#b6b3b0!important;padding:0!important;height:auto!important;width:auto!important}
.orm-category-pills{display:flex!important;gap:18px!important;overflow:auto!important;scrollbar-width:none!important;padding:0 4px 8px!important;scroll-behavior:smooth!important}
.orm-category-pill{min-width:150px!important;padding:8px 8px 10px!important;border:0!important;background:transparent!important;border-radius:0!important;display:grid!important;justify-items:center!important;gap:8px!important;color:#28211d!important}
.orm-category-pill.is-active{background:transparent!important;box-shadow:none!important;color:#20140f!important}
.orm-pill-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:999px!important;background:#fff4ec!important;color:#ff5a1f!important;font-size:20px!important;margin:0 auto!important}
.orm-category-pill span:last-child{font-size:.95rem!important;font-weight:700!important;line-height:1.2!important;text-align:center!important;white-space:normal!important}
.orm-menu .orm-category-section{margin-top:18px!important}
.orm-category-head{align-items:end!important}
.orm-category-head .orm-title{font-size:clamp(1.8rem,2.4vw,2.4rem)!important}
.orm-category-subtitle{font-size:1rem!important;line-height:1.5!important}
.orm-category-top{display:none!important}
.orm-preview-media{display:grid!important;grid-template-rows:minmax(260px,1fr) auto!important}
.orm-preview-thumbs{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(68px,68px))!important;gap:10px!important;margin-top:10px!important}
.orm-preview-thumb{display:block!important}
@media (max-width:900px){
  .orm-toolbar-controls-full{grid-template-columns:1fr!important}
}


/* v12.1 palette + no-extras polish */
.orm-menu{
  --orm-surface:var(--om-shop_products-bg,var(--om-home_sections-bg,#fff));
  --orm-surface-text:var(--om-shop_products-text,var(--om-text,#241a15));
  --orm-surface-border:var(--om-shop_products-border,var(--om-border,#ead8cd));
  --orm-button-bg:var(--om-shop_button-bg,var(--om-primary,#d46d34));
  --orm-button-text:var(--om-shop_button-text,#fff);
  --orm-button-border:var(--om-shop_button-border,var(--om-primary,#d46d34));
  --orm-popup-bg:var(--om-shop_popup-bg,var(--om-shop_products-bg,#fff));
  --orm-popup-text:var(--om-shop_popup-text,var(--om-shop_products-text,var(--om-text,#241a15)));
  --orm-popup-border:var(--om-shop_popup_border,var(--om-shop_popup-border,var(--om-border,#ead8cd)));
  --orm-primary-strong:var(--om-primary-strong,var(--om-primary,#d46d34));
}
.orm-search-input,.orm-sort-select,.orm-category-pill,.orm-category-section,.orm-row,.orm-preview-trigger,.orm-category-slider-nav,.orm-qty-btn,.orm-qty-input,.orm-extra-row,.orm-extra-btn,.orm-extra-qty,.orm-mode-btn,.orm-preview-thumb{
  border-color:var(--orm-surface-border)!important;
}
.orm-search-input,.orm-sort-select,.orm-category-pill,.orm-category-section,.orm-row,.orm-preview-trigger,.orm-prev-extra,.orm-extra-row,.orm-mode-btn{
  background:var(--orm-surface)!important;
  color:var(--orm-surface-text)!important;
}
#orm-modal,#orm-preview,.orm-preview-media,.orm-preview-body,.orm-modal-header,.orm-modal-footer,.orm-modal-body{
  background:var(--orm-popup-bg,#fff)!important;
  color:var(--orm-popup-text,var(--orm-surface-text,#241a15))!important;
  opacity:1!important;
}
.orm-menu-kicker,.orm-badge-extras,.orm-inline-extras span,.orm-pill-icon,.orm-modal-kicker{
  background:color-mix(in srgb,var(--orm-button-bg) 12%, #fff)!important;
  color:var(--orm-primary-strong)!important;
  border-color:color-mix(in srgb,var(--orm-button-bg) 24%, var(--orm-surface-border))!important;
}
.orm-add,.orm-confirm-btn,.orm-preview-customize,.orm-mode-btn.active{
  background:var(--orm-button-bg)!important;
  color:var(--orm-button-text)!important;
  border-color:var(--orm-button-border)!important;
}
.orm-mode-btn.active strong,.orm-mode-btn.active span{color:var(--orm-button-text)!important;}
.orm-add:hover,.orm-confirm-btn:hover,.orm-preview-customize:hover{filter:brightness(.98)}
.orm-preview-trigger,.orm-mode-btn{
  background:color-mix(in srgb,var(--orm-surface) 88%, #fff)!important;
  color:var(--orm-surface-text)!important;
}
.orm-name-preview,.orm-title,.orm-category-head .orm-title,.orm-price,.orm-modal-header h3,.orm-preview-title,.orm-extras-head strong,.orm-modal-summary strong{color:var(--orm-surface-text)!important;}
.orm-desc,.orm-category-subtitle,.orm-toolbar-copy p,.orm-toolbar-intro p,.orm-extras-head span,.orm-preview-short,.orm-preview-long,.orm-modal-summary span{color:color-mix(in srgb,var(--orm-surface-text) 78%, transparent)!important;}
.orm-quick-filter.is-active,.orm-category-pill.is-active{background:var(--orm-button-bg)!important;border-color:var(--orm-button-border)!important;color:var(--orm-button-text)!important;}
.orm-category-slider-nav:hover{color:var(--orm-primary-strong)!important;}

/* v12.1.1 modal solid background fix */
#orm-modal{background:var(--orm-popup-bg,#fff)!important;opacity:1!important;isolation:isolate;}
.orm-modal-header,.orm-modal-body,.orm-modal-footer,#orm-preview,.orm-preview-media,.orm-preview-body{background:var(--orm-popup-bg,#fff)!important;opacity:1!important;}
.orm-modal-header h3,.orm-preview-title,.orm-modal-summary strong,.orm-extras-head strong{color:var(--orm-popup-text,var(--orm-surface-text,#241a15))!important;}
.orm-preview-short,.orm-preview-long,.orm-extras-head span,.orm-modal-summary span{color:color-mix(in srgb,var(--orm-popup-text,var(--orm-surface-text,#241a15)) 78%, #fff)!important;}

/* v12.1.3 modal solid + identity safe colors */

:root,
#orm-modal-backdrop,
#orm-modal{
  --orm-modal-panel-bg: #fffaf6;
  --orm-modal-muted-bg: #fff3ea;
  --orm-modal-soft-bg: #fff6ef;
  --orm-modal-title: var(--om-dark, var(--om-text, #241a15));
  --orm-modal-body-text: #5f5147;
  --orm-modal-accent: var(--om-primary, #d46d34);
  --orm-modal-accent-strong: var(--om-primary-strong, var(--om-primary, #b9521e));
  --orm-modal-ring: #ead8cd;
  --orm-modal-kicker-bg: #fff1e6;
}
@supports (background: color-mix(in srgb, white 50%, black 50%)) {
  :root,
  #orm-modal-backdrop,
  #orm-modal{
    --orm-modal-panel-bg: color-mix(in srgb, var(--om-primary, #d46d34) 4%, #fff 96%);
    --orm-modal-muted-bg: color-mix(in srgb, var(--om-primary, #d46d34) 8%, #fff 92%);
    --orm-modal-soft-bg: color-mix(in srgb, var(--om-accent, var(--om-primary, #d46d34)) 10%, #fff 90%);
    --orm-modal-body-text: color-mix(in srgb, var(--om-dark, #241a15) 82%, #ffffff 18%);
    --orm-modal-ring: color-mix(in srgb, var(--om-primary, #d46d34) 24%, var(--orm-surface-border, #ead8cd));
    --orm-modal-kicker-bg: color-mix(in srgb, var(--om-primary, #d46d34) 12%, #fff 88%);
  }
}
#orm-modal{
  background-color: var(--orm-modal-panel-bg, #fffaf6) !important;
  background-image: none !important;
  border: 1px solid var(--orm-modal-ring, #ead8cd) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.28), 0 0 0 1px rgba(255,255,255,.18) inset !important;
  opacity: 1 !important;
}
.orm-modal-header,
.orm-modal-body,
.orm-modal-footer,
#orm-preview,
.orm-preview-media,
.orm-preview-body{
  background-color: var(--orm-modal-panel-bg, #fffaf6) !important;
  background-image: none !important;
  color: var(--orm-modal-title, #241a15) !important;
  opacity: 1 !important;
}
.orm-modal-header,
.orm-modal-footer{
  border-color: var(--orm-modal-ring, #ead8cd) !important;
}
.orm-modal-kicker{
  background-color: var(--orm-modal-kicker-bg, #fff1e6) !important;
  color: var(--orm-modal-accent-strong, #b9521e) !important;
  border: 1px solid color-mix(in srgb, var(--om-primary, #d46d34) 26%, #fff 74%) !important;
}
.orm-modal-header h3,
.orm-preview-title,
.orm-modal-summary strong,
.orm-extras-head strong{
  color: var(--orm-modal-title, #241a15) !important;
}
.orm-preview-short,
.orm-preview-long,
.orm-extras-head span,
.orm-modal-summary span,
.orm-mode-btn span{
  color: var(--orm-modal-body-text) !important;
}
.orm-prev-extra,
.orm-extra-row,
.orm-modal-qty{
  background-color: var(--orm-modal-muted-bg, #fff3ea) !important;
  background-image: none !important;
  border-color: var(--orm-modal-ring, #ead8cd) !important;
}
.orm-extra-name,
.orm-modal-qty label,
.orm-mode-btn strong{
  color: var(--orm-modal-title, #241a15) !important;
}
.orm-extra-price,
.orm-prev-extra-price{
  color: var(--orm-modal-accent-strong, #b9521e) !important;
}
.orm-extra-btn,
.orm-qty-btn,
.orm-extra-qty,
.orm-qty-input,
.orm-preview-thumb,
.orm-mode-btn{
  background-color: #fff !important;
  background-image: none !important;
  border-color: var(--orm-modal-ring, #ead8cd) !important;
  color: var(--orm-modal-title, #241a15) !important;
}
.orm-mode-btn{
  box-shadow: 0 8px 18px rgba(0,0,0,.04) !important;
}
.orm-mode-btn.active{
  background: linear-gradient(135deg, var(--orm-modal-accent), var(--orm-modal-accent-strong)) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--om-primary, #d46d34) 24%, transparent) !important;
}
.orm-mode-btn.active strong,
.orm-mode-btn.active span{
  color: #fff !important;
}
.orm-confirm-btn,
.orm-preview-customize{
  background: linear-gradient(135deg, var(--orm-modal-accent), var(--orm-modal-accent-strong)) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--om-primary, #d46d34) 22%, transparent) !important;
}
.orm-confirm-btn:hover,
.orm-preview-customize:hover{
  filter: brightness(.98);
}
