@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");:root{--bg:#fafafa;--surface:#fff;--text:#1c1c1c;--muted:#9a9a9a;--line:#ececec;--accent:#e96f2b;--accent-strong:#d85f1f;--radius:20px;--shadow:0 10px 30px rgba(0,0,0,.06)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body,button,input,select,textarea{font-family:Montserrat,Arial,Helvetica,sans-serif;font-size:14px}button{cursor:pointer}a{color:inherit;text-decoration:none}.frm-page{min-height:100vh}.frm-topbar{height:68px;border-bottom:1px solid #f2f2f2;position:-webkit-sticky;position:sticky;top:0;z-index:50}.frm-topbar-inner{max-width:1440px;gap:18px;padding:0 32px}.frm-logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:800;line-height:.9;font-size:11px;letter-spacing:1px}.frm-pill{min-height:40px;display:inline-flex;align-items:center;gap:10px;padding:0 18px;border-radius:22px;background:#f3f3f3;border:0;font-weight:600}.frm-address{min-width:260px;color:#555;justify-content:flex-start}.frm-spacer{flex:1 1}.frm-phone{color:var(--accent);font-weight:800}.frm-login{font-weight:700;background:transparent;border:0}.frm-shell{max-width:1440px;min-width:1000px;margin:0 auto;padding:32px}.frm-hero{height:300px;border-radius:22px;overflow:hidden;background:#fff;display:grid;grid-template-columns:1fr 460px;align-items:stretch;box-shadow:var(--shadow);margin-bottom:26px}.frm-hero-left{display:flex;align-items:center;justify-content:center;padding:32px;background:#fff}.frm-hero-title{font-size:46px;letter-spacing:22px;line-height:1.55;text-align:center;font-weight:500;white-space:pre-line}.frm-hero-title .accent{color:var(--accent)}.frm-hero-image{width:100%;height:100%;object-fit:cover}.frm-category-nav{position:-webkit-sticky;position:sticky;top:68px;z-index:40;display:flex;align-items:center;gap:22px;overflow-x:auto;background:#fff;border-radius:18px;padding:12px 20px;margin-bottom:26px;box-shadow:0 4px 20px rgba(0,0,0,.03);scrollbar-width:none}.frm-category-nav::-webkit-scrollbar{display:none}.frm-category-link{white-space:nowrap;padding:10px 17px;border-radius:999px;font-size:15px;font-weight:600;transition:background .2s}.frm-category-link.active,.frm-category-link:hover{background:#f0f0f0}.frm-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:44px;gap:44px;align-items:start}.frm-section{padding:0 0 58px;scroll-margin-top:150px}.frm-section-title{margin:0 0 24px;font-size:24px;font-weight:800}.frm-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,210px));grid-gap:24px;gap:24px}.frm-card{width:210px;min-height:330px;border-radius:18px;background:#fff;border:0;padding:0;overflow:hidden;text-align:left;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.frm-card:hover{transform:translateY(-2px);box-shadow:0 14px 35px rgba(0,0,0,.1)}.frm-card-img{width:210px;height:210px;object-fit:cover;display:block;background:#eee}.frm-card-body{padding:14px 14px 16px;min-height:120px;display:flex;flex-direction:column}.frm-card-title{font-weight:800;font-size:15px;line-height:1.22;min-height:40px}.frm-card-weight{color:#999;font-size:13px;margin-top:7px}.frm-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.frm-price{font-weight:900;font-size:15px}.frm-add{width:34px;height:34px;border-radius:50%;border:0;background:var(--accent);color:#fff;display:grid;place-items:center}.frm-cart{position:-webkit-sticky;position:sticky;top:150px;background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.frm-cart-title{font-size:22px;font-weight:900}.frm-cart-empty{min-height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:#a8a8a8;font-weight:800}.frm-bag{width:82px;height:82px;opacity:.25}.frm-cart-list{padding:14px;display:flex;flex-direction:column;gap:12px;max-height:380px;overflow:auto}.frm-cart-row{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;padding-bottom:12px;border-bottom:1px solid #f3f3f3}.frm-cart-row-name{font-weight:800;font-size:14px;line-height:1.25}.frm-cart-row-meta{color:#999;font-size:12px;margin-top:4px}.frm-cart-row-price{font-weight:900;white-space:nowrap}.frm-cart-actions{display:flex;align-items:center;gap:8px;margin-top:8px}.frm-qty-btn{width:24px;height:24px;border-radius:50%;border:0;background:#f1f1f1;display:grid;place-items:center}.frm-cart-foot{border-top:1px solid var(--line);padding:16px}.frm-cart-total{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:900;margin-bottom:14px}.frm-primary{width:100%;height:46px;border-radius:10px;background:var(--accent);color:#fff;border:0;font-weight:900}.frm-primary:hover{background:var(--accent-strong)}.frm-modal-backdrop{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;padding:24px}.frm-modal{width:1040px;height:650px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);display:grid;grid-template-columns:2fr 1.1fr;background:#fff;border-radius:16px;overflow:hidden;animation:frmPop .18s ease}@keyframes frmPop{0%{opacity:.6;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.frm-modal-cover{background:#eee;position:relative;overflow:hidden}.frm-modal-blur{position:absolute;inset:0;background-size:cover;background-position:50%;filter:blur(30px);opacity:.22;transform:scale(1.2)}.frm-modal-cover img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}.frm-modal-main{display:flex;flex-direction:column}.frm-modal-body{padding:24px 22px;overflow:auto;flex:1 1}.frm-modal-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.frm-modal-title{flex:1 1;margin:0;font-size:22px;line-height:1.15;font-weight:900}.frm-close{width:34px;height:34px;border-radius:50%;border:0;background:transparent;display:grid;place-items:center}.frm-close:hover{background:#f3f3f3}.frm-basic{display:flex;gap:8px;color:#888;font-size:13px;margin-bottom:20px}.frm-nutrients{display:grid;grid-template-columns:repeat(4,1fr)}.frm-nutrient{padding:11px 8px}.frm-nutrient-value{font-weight:900;font-size:14px}.frm-nutrient-label{color:#888;font-size:10px;margin-top:2px}.frm-desc{font-size:14px;line-height:1.35;margin-bottom:22px}.frm-variants{margin-bottom:18px}.frm-subtitle{font-weight:900;margin-bottom:8px}.frm-variant-list{display:flex;flex-wrap:wrap;gap:8px}.frm-variant{border:1px solid #e5e5e5;background:#fff;border-radius:12px;padding:10px 14px;font-weight:800}.frm-variant.active{border-color:var(--accent);background:#fff4ed;color:var(--accent)}.frm-comment-title{font-weight:900;margin-bottom:10px}.frm-comment{width:100%;min-height:76px;resize:none;border:0;border-radius:10px;padding:14px;outline:none;background:#f4f4f4}.frm-modal-foot{padding:18px 22px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px}.frm-total-title{color:#333;font-weight:600;margin-bottom:6px}.frm-total-value{font-weight:900;font-size:18px}.frm-foot-controls{display:flex;align-items:center;gap:18px}.frm-quantity{display:flex;align-items:center;gap:14px;font-weight:900}.frm-modal-submit{width:170px}.frm-mobile-cart{display:none;position:fixed;bottom:14px;left:14px;right:14px;z-index:80;height:54px;border-radius:14px;background:var(--accent);color:#fff;border:0;font-weight:900;box-shadow:0 12px 30px rgba(233,111,43,.35)}.frm-admin,.frm-checkout{max-width:1100px;margin:0 auto;padding:32px}.frm-form{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:22px;display:grid;grid-gap:14px;gap:14px}.frm-input,.frm-select,.frm-textarea{width:100%;border-radius:10px;padding:13px 14px;outline:none}.frm-textarea{min-height:90px;resize:vertical}.frm-admin-layout{display:grid;grid-template-columns:220px 1fr;min-height:100vh}.frm-admin-sidebar{background:#1c1c1c;color:#fff;padding:24px}.frm-admin-sidebar a{display:block;padding:12px 0;color:#fff;opacity:.85;font-weight:700}.frm-admin-main{padding:28px}.frm-table{width:100%;background:#fff;border-collapse:collapse;box-shadow:var(--shadow);border-radius:14px;overflow:hidden}.frm-table td,.frm-table th{padding:14px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}.frm-admin-grid{display:grid;grid-template-columns:1fr 360px;grid-gap:24px;gap:24px;align-items:start}@media (max-width:900px){.frm-topbar-inner{padding:0 16px;gap:10px}.frm-address,.frm-login,.frm-time{display:none}.frm-shell{min-width:0;padding:16px 14px 90px}.frm-hero{height:190px;grid-template-columns:1fr}.frm-hero-title{font-size:26px;letter-spacing:11px}.frm-hero-image{display:none}.frm-category-nav{top:68px;border-radius:12px;margin-left:-14px;margin-right:-14px}.frm-content-grid{display:block}.frm-cart{display:none}.frm-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.frm-card{width:100%;min-height:0}.frm-card-img{width:100%;height:170px}.frm-mobile-cart{display:block}.frm-modal{grid-template-columns:1fr;height:auto;max-height:94vh}.frm-modal-cover{height:290px}.frm-modal-foot{flex-direction:column;align-items:stretch}.frm-foot-controls{justify-content:space-between}.frm-admin-grid,.frm-admin-layout{display:block}}.frm-admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.frm-admin-head h1{margin:0 0 6px;font-size:34px}.frm-muted{color:#777;margin:0;line-height:1.45}.frm-admin-button,.frm-danger,.frm-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:10px;border:0;font-weight:900;text-decoration:none}.frm-admin-button{background:var(--accent);color:#fff}.frm-secondary{background:#f1f1f1;color:#1c1c1c}.frm-danger{background:#ffeded;color:#c81e1e}.frm-admin-toolbar{background:#fff;box-shadow:var(--shadow);border-radius:16px;padding:16px;display:grid;grid-template-columns:1fr 260px 160px;grid-gap:12px;gap:12px;margin-bottom:18px}.frm-admin-cards{display:grid;grid-gap:16px;gap:16px}.frm-category-admin-card,.frm-order-card,.frm-product-admin-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:16px}.frm-product-admin-card{display:grid;grid-template-columns:130px 1fr;grid-gap:16px;gap:16px}.frm-product-admin-card.is-stop{opacity:.72}.frm-product-thumb{width:130px;height:130px;border-radius:14px;background:#f2f2f2;overflow:hidden;display:grid;place-items:center;color:#999;font-weight:800}.frm-product-thumb img{width:100%;height:100%;object-fit:cover}.frm-product-admin-title-row{display:flex;justify-content:space-between;gap:18px}.frm-product-admin-title-row h3{margin:0 0 4px;font-size:20px}.frm-product-admin-title-row p{margin:0;color:#777}.frm-product-price{font-size:20px;font-weight:950;white-space:nowrap}.frm-product-badges{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.frm-product-badges span{background:#f4f4f4;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.frm-variant-preview{display:flex;flex-wrap:wrap;gap:8px;color:#555;font-size:13px;margin-bottom:12px}.frm-variant-preview span{background:#fff4ed;color:var(--accent);border-radius:999px;padding:6px 10px;font-weight:800}.frm-product-admin-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.frm-inline-form{display:inline-flex}.frm-editor{display:grid;grid-gap:18px;gap:18px;max-width:980px}.frm-editor-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:22px;display:grid;grid-gap:14px;gap:14px}.frm-editor-card h2{margin:0}.frm-editor-card label{display:grid;grid-gap:7px;gap:7px;font-weight:800;color:#333}.frm-two-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.frm-four-cols{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.frm-checks{display:flex;flex-direction:column;justify-content:center;gap:10px;font-weight:800}.frm-checkbox-line{display:flex;align-items:center;gap:8px;font-weight:800}.frm-variants-raw{min-height:150px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.frm-editor-actions{display:flex;gap:12px;align-items:center}.frm-editor-actions .frm-primary{width:240px}.frm-edit-preview{width:220px;height:160px;object-fit:cover;border-radius:14px;background:#eee}.frm-edit-preview.small{width:90px;height:90px}.frm-edit-preview.banner{width:420px;max-width:100%;height:160px}.frm-no-preview{width:220px;height:130px;border-radius:14px;background:#f2f2f2;display:grid;place-items:center;color:#999;font-weight:800}.frm-delete-zone{margin-top:22px;max-width:980px;padding:18px;border-radius:16px;background:#fff5f5}.back-link{font-weight:800;margin-bottom:10px}.frm-category-edit-form{display:grid;grid-gap:12px;gap:12px}.frm-orders-list{display:grid;grid-gap:18px;gap:18px}.frm-order-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #eee;padding-bottom:14px;margin-bottom:14px}.frm-order-top h2{margin:0 0 4px}.frm-order-top p{margin:0;color:#777}.frm-order-top strong{font-size:24px}.frm-order-grid{display:grid;grid-template-columns:1.1fr 1.6fr 260px;grid-gap:24px;gap:24px}.frm-order-grid h3{margin:0 0 10px}.frm-order-grid p{margin:0 0 7px}.frm-order-item{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;padding:8px 0;border-bottom:1px solid #f3f3f3}.frm-order-item small{grid-column:1/-1;color:#777}.frm-order-card.status-new{border-left:5px solid #ffb84d}.frm-order-card.status-completed{border-left:5px solid #36b36b}.frm-order-card.status-cancelled{border-left:5px solid #e34f4f}.frm-logo-img{width:42px;height:42px;border-radius:12px}@media (max-width:900px){.frm-admin-toolbar,.frm-four-cols,.frm-order-grid,.frm-product-admin-card,.frm-two-cols{grid-template-columns:1fr}.frm-admin-head{display:block}.frm-product-thumb{width:100%;height:220px}.frm-editor-actions{display:grid}.frm-editor-actions .frm-primary{width:100%}}.frm-admin-v3{min-height:100vh;background:#f6f6f6}.frm-admin-v3 .frm-admin-sidebar{width:236px;padding:22px 16px;background:#1f1f1f;color:#fff;position:fixed;inset:0 auto 0 0;overflow-y:auto}.frm-admin-v3 .frm-admin-main{margin-left:236px;padding:28px;min-height:100vh}.frm-admin-shell{max-width:1480px;margin:0 auto}.frm-admin-brand{display:flex;gap:12px;align-items:center;padding:8px 4px 24px;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:16px}.frm-admin-brand-mark{width:42px;height:42px;border-radius:14px;background:var(--accent);display:grid;place-items:center;font-weight:950}.frm-admin-brand h2{margin:0;font-size:18px}.frm-admin-brand p{margin:2px 0 0;color:hsla(0,0%,100%,.55);font-size:12px}.frm-admin-nav{display:grid;grid-gap:6px;gap:6px}.frm-admin-nav a,.frm-admin-v3 .frm-admin-sidebar>a{color:#fff;text-decoration:none;font-weight:850;padding:12px;border-radius:12px;display:flex;align-items:center}.frm-admin-nav a:hover,.frm-admin-v3 .frm-admin-sidebar>a:hover{background:hsla(0,0%,100%,.1)}.v3-head{padding:4px 0 18px;align-items:center}.v3-head h1{font-size:32px;letter-spacing:-.03em}.frm-admin-button.compact,.frm-danger.compact,.frm-secondary.compact{min-height:36px;padding:0 12px;border-radius:10px;font-size:13px}.frm-primary.big,.frm-secondary.big{width:100%;min-height:46px}.v3-toolbar{grid-template-columns:minmax(240px,1fr) 150px auto;align-items:center;box-shadow:none;border:1px solid #ececec}.orders-toolbar{grid-template-columns:minmax(280px,1fr) 220px 150px auto}.frm-input,.frm-select,.frm-textarea{border:1px solid #e8e8e8;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.frm-input:focus,.frm-select:focus,.frm-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(237,111,45,.12);outline:none}.frm-admin-cards{grid-template-columns:repeat(auto-fill,minmax(520px,1fr))}.frm-category-admin-card,.frm-editor-card,.frm-order-card,.frm-product-admin-card,.frm-table-card{border:1px solid #ededed;box-shadow:0 14px 36px rgba(0,0,0,.045)}.frm-product-admin-card{align-items:stretch}.frm-product-admin-actions .frm-danger,.frm-product-admin-actions .frm-secondary{min-height:36px}.v3-editor{max-width:none;grid-template-columns:minmax(0,1fr) 360px;align-items:flex-start}.frm-editor-main,.frm-editor-side{display:grid;grid-gap:18px;gap:18px}.sticky-card{position:-webkit-sticky;position:sticky;top:18px}.frm-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:2px}.frm-card-title h2,.frm-card-title h3{margin:0;letter-spacing:-.02em}.frm-card-title span{color:#888;font-weight:700;font-size:12px}.frm-three-cols{display:grid;grid-template-columns:1fr 1fr 140px;grid-gap:14px;gap:14px}.v3-checks{background:#fafafa;border-radius:14px;padding:14px}.frm-edit-preview.full,.frm-no-preview.full{width:100%;height:240px}.v3-delete-zone{max-width:none;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #ffd7d7}.v3-delete-zone h3{margin:0 0 4px}.frm-variant-editor{display:grid;grid-gap:14px;gap:14px}.frm-variant-editor-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.frm-variant-editor-head h3{margin:0 0 4px;font-size:22px}.frm-variant-editor-head p{margin:0;color:#777}.frm-variant-table{display:grid;grid-gap:8px;gap:8px}.frm-variant-row{display:grid;grid-template-columns:1.15fr 1fr .8fr 120px 110px;grid-gap:10px;gap:10px;align-items:center;background:#fafafa;border:1px solid #eee;border-radius:14px;padding:10px}.frm-variant-header{background:transparent;border:0;color:#777;font-weight:900;padding:0 10px}.frm-switch-line{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;font-weight:850!important}.frm-empty-variants{border:1px dashed #ddd;border-radius:16px;min-height:96px;display:grid;place-items:center;text-align:center;color:#777}.frm-empty-variants b{color:#333;display:block;margin-bottom:4px}.frm-table-card{background:#fff;border-radius:18px;overflow:hidden}.frm-table{display:grid}.frm-table-row{display:grid;grid-template-columns:1.4fr .6fr .8fr 1fr 110px;grid-gap:16px;gap:16px;align-items:center;padding:16px 18px;border-bottom:1px solid #f0f0f0}.frm-table-head{background:#fafafa;color:#777;font-weight:950;font-size:13px}.frm-table-row span{min-width:0}.frm-table-row small{display:block;color:#777;margin-top:4px}.frm-empty-state{background:#fff;border-radius:18px;padding:34px;text-align:center;color:#777;font-weight:800}.frm-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:18px}.frm-stat-card{background:#fff;border:1px solid #ededed;border-radius:18px;padding:18px;box-shadow:0 14px 36px rgba(0,0,0,.045)}.frm-stat-card span{display:block;color:#777;font-weight:800;font-size:13px;margin-bottom:8px}.frm-stat-card b{font-size:22px;letter-spacing:-.03em}.frm-link{color:var(--accent);font-weight:900;text-decoration:none;display:inline-flex;margin:4px 0 8px}.frm-order-actions-panel{display:grid;grid-gap:12px;gap:12px;align-content:start}.frm-order-detail-total{font-size:28px}.frm-order-detail-grid{display:grid;grid-template-columns:minmax(0,1.2fr) 360px;grid-gap:18px;gap:18px;margin-bottom:18px;align-items:start}.frm-detail-list{display:grid;grid-gap:10px;gap:10px;margin-bottom:16px}.frm-detail-list p{display:grid;grid-template-columns:120px 1fr;grid-gap:12px;gap:12px;margin:0;border-bottom:1px solid #f1f1f1;padding-bottom:10px}.frm-detail-list span{color:#777;font-weight:800}.frm-order-items-table{display:grid}.frm-order-items-row{display:grid;grid-template-columns:minmax(0,1fr) 100px 120px 120px;grid-gap:16px;gap:16px;padding:14px 0;border-bottom:1px solid #f0f0f0;align-items:center}.frm-order-items-row small{display:block;color:#777;margin-top:4px}.customer-order-grid{grid-template-columns:1fr 1.4fr 180px}.compact-list .frm-order-card{padding:18px}.frm-status-buttons{display:grid;grid-gap:12px;gap:12px}@media (max-width:1100px){.frm-admin-v3 .frm-admin-sidebar{position:static;width:auto}.frm-admin-v3 .frm-admin-main{margin-left:0;padding:18px}.frm-admin-nav{grid-template-columns:repeat(3,1fr)}.frm-order-detail-grid,.v3-editor{grid-template-columns:1fr}.sticky-card{position:static}.frm-admin-cards{grid-template-columns:1fr}.frm-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.frm-admin-nav{grid-template-columns:1fr 1fr}.frm-order-items-row,.frm-stats-grid,.frm-table-row,.frm-three-cols,.frm-variant-row,.orders-toolbar,.v3-toolbar{grid-template-columns:1fr}.frm-variant-header{display:none}.frm-admin-v3 .frm-admin-main{padding:12px}}.frm-category-layout-v3{display:grid;grid-template-columns:minmax(0,1fr) 340px;grid-gap:18px;gap:18px;align-items:start}.frm-category-list-v3{display:grid}.frm-category-row-v3{padding:14px;border-bottom:1px solid #f0f0f0}.frm-category-form-v3{display:grid;grid-template-columns:minmax(170px,1.3fr) minmax(160px,1fr) 90px 120px 90px 110px;grid-gap:10px;gap:10px;align-items:end}.frm-category-form-v3 label{font-weight:850;color:#555;display:grid;grid-gap:6px;gap:6px}.frm-category-count{display:grid;justify-items:center;color:#777}.frm-category-count b{color:#222;font-size:18px}.frm-category-actions-v3{margin-top:10px;display:flex;gap:8px;justify-content:flex-end}.frm-new-category-card{position:-webkit-sticky;position:sticky;top:18px}@media (max-width:1100px){.frm-category-layout-v3{grid-template-columns:1fr}.frm-new-category-card{position:static}}@media (max-width:900px){.frm-category-form-v3{grid-template-columns:1fr}.frm-category-actions-v3{justify-content:flex-start}}.frm-admin-v4 *{box-sizing:border-box}.frm-admin-v4{min-height:100vh;background:#f5f5f5;color:#1f1f1f}.frm-admin-sidebar-v4{position:fixed;left:0;top:0;bottom:0;width:250px;background:#202020;color:#fff;padding:22px 18px;overflow-y:auto;z-index:10}.frm-admin-brand-v4{display:flex;align-items:center;gap:12px;padding:8px 0 22px;border-bottom:1px solid hsla(0,0%,100%,.12);margin-bottom:18px}.frm-admin-brand-mark-v4{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#ed6f2d;color:#fff;font-weight:950}.frm-admin-brand-v4 h2{margin:0;font-size:18px;line-height:1.1}.frm-admin-brand-v4 p{margin:3px 0 0;color:hsla(0,0%,100%,.55);font-size:12px}.frm-admin-nav-v4{display:grid;grid-gap:7px;gap:7px}.frm-admin-nav-v4 a{display:flex;align-items:center;min-height:42px;padding:0 14px;border-radius:12px;color:#fff;text-decoration:none;font-weight:850;opacity:.9}.frm-admin-nav-v4 a:hover{background:hsla(0,0%,100%,.1);opacity:1}.frm-admin-main-v4{margin-left:250px;min-height:100vh;padding:28px 34px 60px}.frm-admin-shell-v4{width:100%;max-width:1600px;margin:0 auto}.admin-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.admin-page-head h1{margin:0 0 5px;font-size:34px;line-height:1.05;letter-spacing:-.035em}.admin-muted,.admin-page-head p{margin:0;color:#7b7b7b;font-weight:600}.admin-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 230px 180px auto auto;grid-gap:12px;gap:12px;align-items:center;background:#fff;border:1px solid #ededed;border-radius:18px;padding:14px;margin-bottom:18px;box-shadow:0 12px 28px rgba(0,0,0,.035)}.orders-toolbar-v4{grid-template-columns:minmax(340px,1fr) 220px auto auto}.customers-toolbar-v4{grid-template-columns:minmax(340px,1fr) auto auto}.admin-input,.frm-admin-v4 .frm-input,.frm-admin-v4 .frm-select,.frm-admin-v4 .frm-textarea{width:100%;min-height:42px;border:1px solid #e5e5e5;background:#fff;border-radius:12px;padding:0 13px;font:inherit;outline:none}.frm-admin-v4 .frm-textarea,textarea.admin-input{padding:12px 13px;min-height:110px;resize:vertical}.admin-input:focus,.frm-admin-v4 .frm-input:focus,.frm-admin-v4 .frm-select:focus,.frm-admin-v4 .frm-textarea:focus{border-color:#ed6f2d;box-shadow:0 0 0 3px rgba(237,111,45,.12)}.admin-btn,.frm-admin-v4 .frm-admin-button,.frm-admin-v4 .frm-danger,.frm-admin-v4 .frm-primary,.frm-admin-v4 .frm-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 15px;border-radius:12px;border:0;cursor:pointer;text-decoration:none;font-weight:900;white-space:nowrap;font:inherit}.admin-btn-primary,.frm-admin-v4 .frm-admin-button,.frm-admin-v4 .frm-primary{background:#ed6f2d;color:#fff}.admin-btn-light,.frm-admin-v4 .frm-secondary{background:#f0f0f0;color:#1f1f1f}.admin-btn-danger,.frm-admin-v4 .frm-danger{background:#fff1f1;color:#df2a2a}.admin-btn.full,.frm-admin-v4 .big{width:100%}.admin-table-card{width:100%;background:#fff;border:1px solid #ededed;border-radius:20px;overflow:hidden;box-shadow:0 14px 38px rgba(0,0,0,.045)}.admin-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.admin-table th{background:#fafafa;color:#777;font-size:12px;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:14px 16px;border-bottom:1px solid #ededed}.admin-table td{vertical-align:top;padding:16px;border-bottom:1px solid #f0f0f0}.admin-table tr:last-child td{border-bottom:0}.admin-table b{font-weight:950}.admin-table small{display:block;margin-top:5px;color:#777;line-height:1.35}.products-table th:first-child{width:31%}.products-table th:nth-child(2){width:12%}.products-table th:nth-child(3){width:9%}.products-table th:nth-child(4){width:22%}.products-table th:nth-child(5){width:11%}.products-table th:nth-child(6){width:15%}.orders-table th:first-child{width:13%}.orders-table th:nth-child(2){width:15%}.orders-table th:nth-child(3){width:20%}.orders-table th:nth-child(4){width:22%}.orders-table th:nth-child(5){width:8%}.orders-table th:nth-child(6){width:14%}.orders-table th:nth-child(7){width:8%}.customers-table th:first-child{width:24%}.customers-table th:nth-child(2){width:9%}.customers-table th:nth-child(3),.customers-table th:nth-child(4){width:13%}.customers-table th:nth-child(5){width:28%}.customers-table th:nth-child(6){width:13%}.admin-product-cell{display:grid;grid-template-columns:78px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;min-width:0}.admin-thumb{width:78px;height:78px;border-radius:14px;overflow:hidden;background:#f0f0f0;display:grid;place-items:center;color:#aaa;font-weight:900}.admin-thumb img{width:100%;height:100%;object-fit:cover}.admin-chip-list{display:flex;flex-wrap:wrap;gap:7px}.admin-badge,.admin-chip-list span{display:inline-flex;align-items:center;min-height:26px;border-radius:999px;padding:0 9px;font-size:12px;font-weight:900;background:#f2f2f2}.admin-badge.ok{background:#eaf8ef;color:#268f4a}.admin-badge.off{background:#f2f2f2;color:#777}.admin-badge.danger{background:#fff1f1;color:#df2a2a}.admin-actions,.admin-status-form,.admin-status-list{display:grid;grid-gap:8px;gap:8px;align-items:start}.admin-actions{grid-template-columns:1fr}.admin-link{display:inline-block;color:#ed6f2d;font-weight:900;text-decoration:none;margin-top:6px}.admin-order-items{display:grid;grid-gap:6px;gap:6px}.admin-order-items span{display:block;line-height:1.35}.admin-empty{padding:34px;text-align:center;color:#777;font-weight:900}.row-muted{opacity:.72}.admin-two-cols{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:20px;gap:20px;align-items:start}.admin-panel,.frm-admin-v4 .frm-editor-card,.frm-admin-v4 .frm-order-card,.frm-admin-v4 .frm-stat-card{background:#fff;border:1px solid #ededed;border-radius:20px;padding:18px;box-shadow:0 14px 38px rgba(0,0,0,.045)}.admin-panel{display:grid;grid-gap:13px;gap:13px}.admin-panel h2{margin:0}.sticky-panel{position:-webkit-sticky;position:sticky;top:20px}.category-edit-cell{padding:14px 16px!important}.category-edit-form{display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(180px,1fr) 120px 100px 130px 120px;grid-gap:10px;gap:10px;align-items:center}.category-actions-row{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.admin-count{display:grid;justify-items:center;color:#777;font-size:12px;font-weight:850}.admin-count b{color:#1f1f1f;font-size:18px}.admin-checkbox{display:inline-flex;align-items:center;gap:8px;font-weight:850}.frm-admin-v4 .v3-editor{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:20px;gap:20px;max-width:none;align-items:start}.frm-admin-v4 .frm-editor-main,.frm-admin-v4 .frm-editor-side{display:grid;grid-gap:18px;gap:18px}.frm-admin-v4 .sticky-card{position:-webkit-sticky;position:sticky;top:20px}.frm-admin-v4 .frm-two-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.frm-admin-v4 .frm-three-cols{display:grid;grid-template-columns:1fr 1fr 140px;grid-gap:14px;gap:14px}.frm-admin-v4 .frm-four-cols{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.frm-admin-v4 label{display:grid;grid-gap:7px;gap:7px;font-weight:850;color:#555}.frm-admin-v4 .frm-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.frm-admin-v4 .frm-card-title h2,.frm-admin-v4 .frm-card-title h3{margin:0}.frm-admin-v4 .frm-card-title span{color:#888;font-weight:800;font-size:12px}.frm-admin-v4 .frm-variant-row{display:grid;grid-template-columns:1.1fr 1fr .8fr 110px 110px;grid-gap:10px;gap:10px;align-items:center;background:#fafafa;border:1px solid #eee;border-radius:14px;padding:10px}.frm-admin-v4 .frm-variant-header{background:transparent;border:0;color:#777;font-weight:900;padding:0 10px}.frm-admin-v4 .frm-variant-editor,.frm-admin-v4 .frm-variant-table{display:grid;grid-gap:10px;gap:10px}.frm-admin-v4 .frm-edit-preview,.frm-admin-v4 .frm-no-preview{width:100%;max-width:100%;height:250px;border-radius:18px;object-fit:cover;background:#f1f1f1;display:grid;place-items:center;color:#999;font-weight:900}.frm-admin-v4 .frm-order-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:20px;gap:20px;align-items:start}.frm-admin-v4 .frm-detail-list{display:grid;grid-gap:10px;gap:10px}.frm-admin-v4 .frm-detail-list p{display:grid;grid-template-columns:150px 1fr;grid-gap:12px;gap:12px;margin:0;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.frm-admin-v4 .frm-detail-list span{color:#777;font-weight:850}.frm-admin-v4 .frm-order-items-row{display:grid;grid-template-columns:minmax(0,1fr) 100px 130px 130px;grid-gap:14px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #eee}.frm-admin-v4 .frm-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:18px}.frm-admin-v4 .frm-orders-list{display:grid;grid-gap:16px;gap:16px}.frm-admin-v4 .frm-order-grid{display:grid;grid-template-columns:1fr 1.4fr 180px;grid-gap:16px;gap:16px}@media (max-width:1200px){.frm-admin-sidebar-v4{position:static;width:auto}.frm-admin-main-v4{margin-left:0;padding:18px}.frm-admin-nav-v4{grid-template-columns:repeat(3,1fr)}.admin-toolbar,.admin-two-cols,.customers-toolbar-v4,.frm-admin-v4 .frm-order-detail-grid,.frm-admin-v4 .v3-editor,.orders-toolbar-v4{grid-template-columns:1fr}.frm-admin-v4 .sticky-card,.sticky-panel{position:static}.admin-table-card{overflow-x:auto}.admin-table{min-width:980px}}@media (max-width:760px){.frm-admin-main-v4{padding:12px}.frm-admin-nav-v4{grid-template-columns:1fr 1fr}.admin-page-head{display:grid}.category-edit-form,.frm-admin-v4 .frm-four-cols,.frm-admin-v4 .frm-order-grid,.frm-admin-v4 .frm-stats-grid,.frm-admin-v4 .frm-three-cols,.frm-admin-v4 .frm-two-cols,.frm-admin-v4 .frm-variant-row{grid-template-columns:1fr}}.frm-checkout-umami{background:#f7f7f7;padding:28px 24px 80px;font-family:Inter,Arial,Helvetica,sans-serif}.frm-checkout-logo{width:32px;height:32px;margin:0 auto 28px;border-radius:7px;background:#eb6f2d;display:grid;place-items:center;line-height:.92;font-weight:900;letter-spacing:.6px}.frm-checkout-wrap{width:min(960px,calc(100vw - 48px));grid-template-columns:minmax(0,590px) 376px;grid-gap:24px;gap:24px;align-items:start}.frm-checkout-main-card,.frm-checkout-side-card{border-radius:16px;box-shadow:0 9px 24px rgba(0,0,0,.05)}.frm-checkout-main-card{display:block}.frm-checkout-side-card{padding:14px 14px 18px}.frm-checkout-venue{padding:15px 14px 14px;border-bottom:1px solid #eee}.frm-checkout-venue h1{margin:0 0 2px;line-height:1.12;font-weight:900;letter-spacing:-.2px}.frm-checkout-venue p{margin:0;color:#777}.frm-checkout-section{padding:18px 14px;border-bottom:1px solid #eee}.frm-checkout-section:last-child{border-bottom:0}.frm-checkout-section h2,.frm-checkout-side-section h2{margin:0 0 12px;font-weight:900}.frm-checkout-time-row{border:0;background:transparent;display:flex;align-items:center;gap:24px;color:#1c1c1c;text-align:left}.frm-checkout-time-row small{color:#909090;line-height:1.2}.frm-checkout-time-row b{font-size:14px;font-weight:900}.frm-checkout-edit{color:#9ea3a8;font-size:17px}.frm-checkout-payment-row,.frm-checkout-select-row{display:flex;align-items:center;width:100%;height:42px;border:1px solid #ececec;background:#fff;border-radius:8px;padding:0 12px;gap:10px}.frm-checkout-payment-row select,.frm-checkout-select-row select{flex:1 1;border:0;outline:0;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#565656;font-weight:600;font-size:13px;min-width:0}.frm-checkout-payment-icon,.frm-checkout-row-icon{color:#555}.frm-checkout-chevron{color:#8f8f8f;font-size:18px;margin-top:-4px}.frm-checkout-input,.frm-checkout-textarea{width:100%;border:1px solid #ececec;background:#fff;color:#1c1c1c;outline:0;border-radius:8px;font-weight:600;font-size:13px;transition:border-color .15s,box-shadow .15s}.frm-checkout-input{height:42px;padding:0 14px}.frm-checkout-input::placeholder,.frm-checkout-textarea::placeholder{color:#b0b0b0;font-weight:600}.frm-checkout-input:focus,.frm-checkout-payment-row:focus-within,.frm-checkout-select-row:focus-within,.frm-checkout-textarea:focus{border-color:#dedede;box-shadow:0 0 0 4px rgba(235,111,45,.08)}.frm-checkout-address-input{margin-top:10px}.frm-checkout-address-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:12px}.frm-checkout-link-button{margin-top:12px;color:#eb6f2d;font-weight:900;font-size:13px}.frm-checkout-user-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.frm-checkout-phone{margin-top:12px}.frm-checkout-more{min-height:34px;border-radius:999px;background:#f3f3f3;padding:0 16px;font-size:13px;font-weight:900}.frm-checkout-order-section{padding-bottom:16px}.frm-checkout-item{grid-template-columns:46px 1fr auto 24px;align-items:center;border-top:1px solid #f2f2f2;padding:12px 0}.frm-checkout-item:first-of-type{border-top:0}.frm-checkout-item select{width:46px;height:40px;font-weight:800;outline:0}.frm-checkout-item-title{min-width:0;line-height:1.2}.frm-checkout-item-title b{font-size:14px;font-weight:900}.frm-checkout-item-title span{font-weight:600;margin-top:3px}.frm-checkout-item-price{font-size:14px}.frm-checkout-remove{color:#bbb;font-size:20px;line-height:1}.frm-checkout-empty{color:#999;margin:6px 0 0}.frm-checkout-toggle-section{min-height:58px}.frm-checkout-switch{border-radius:999px;display:flex;align-items:center;justify-content:flex-start;transition:background .2s}.frm-checkout-switch span{transition:transform .2s}.frm-checkout-switch.is-on{background:#eb6f2d}.frm-checkout-textarea{height:82px;padding:14px;line-height:1.4}.frm-checkout-mobile-submit,.frm-checkout-submit{width:100%;background:#eb6f2d;font-weight:900;font-size:14px}.frm-checkout-mobile-submit:disabled,.frm-checkout-submit:disabled{background:#f6d7c3}.frm-checkout-mobile-submit{margin-top:16px}.frm-checkout-side-section{padding:18px 0 16px;border-bottom:1px solid #eee}.frm-checkout-side-action{width:calc(100% + 28px);margin-left:-14px;border-bottom:1px solid #eee;gap:13px;color:#333}.frm-checkout-side-action b{font-size:14px;font-weight:900}.frm-checkout-side-action small{margin-top:2px}.frm-checkout-action-icon{background:#eb6f2d;display:grid;place-items:center;font-weight:900}.frm-checkout-action-icon.heart{background:#ffae2d;font-size:11px}.frm-checkout-totals{padding-top:16px}.frm-checkout-totals div{gap:16px;margin-bottom:12px;font-size:14px}.frm-checkout-totals span{color:#555;font-weight:700}.frm-checkout-totals b{font-weight:900}.frm-checkout-payable{padding-top:14px;border-top:1px solid #eee;margin-top:6px;font-size:16px!important}.frm-checkout-payable span{color:#1c1c1c;font-weight:900}.frm-checkout-error{margin-top:14px;padding:12px;border-radius:10px;background:#fff0f0;color:#b00020;font-weight:800;font-size:13px}@media (max-width:980px){.frm-checkout-umami{padding:18px 12px 40px}.frm-checkout-wrap{width:100%;grid-template-columns:1fr;gap:14px}.frm-checkout-side-card{position:static;order:-1}.frm-checkout-address-grid{grid-template-columns:1fr 1fr}.frm-checkout-user-grid{grid-template-columns:1fr;gap:12px}.frm-checkout-submit{display:none}.frm-checkout-mobile-submit{display:block}}@media (max-width:520px){.frm-checkout-item{grid-template-columns:44px 1fr auto}.frm-checkout-remove{display:none}.frm-checkout-address-grid{grid-template-columns:1fr}}.frm-checkout-umami,.frm-checkout-umami *{font-family:Montserrat,Arial,sans-serif;box-sizing:border-box}.frm-checkout-umami{min-height:100vh;background:#f8f8f8;color:#1c1c1c;padding:54px 24px 80px}.frm-checkout-logo{display:flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0 auto 48px;border-radius:8px;background:#ff7a2a;color:#fff;text-align:center;text-decoration:none;font-size:9px;line-height:9px;font-weight:800;letter-spacing:.8px}.frm-checkout-wrap{width:100%;max-width:940px;margin:0 auto;display:grid;grid-template-columns:minmax(0,560px) 360px;grid-gap:28px;gap:28px;align-items:flex-start}.frm-checkout-main-card,.frm-checkout-side-card{background:#fff;border-radius:18px;box-shadow:0 12px 32px rgba(0,0,0,.045);overflow:hidden}.frm-checkout-side-card{position:-webkit-sticky;position:sticky;top:24px}.frm-checkout-section,.frm-checkout-side-action-block,.frm-checkout-side-section,.frm-checkout-totals,.frm-checkout-venue{padding:18px 16px;border-bottom:1px solid #f0f0f0}.frm-checkout-venue h1{margin:0;font-size:21px;line-height:1.08;font-weight:800;letter-spacing:-.02em}.frm-checkout-venue p{margin:4px 0 0;color:#666;font-size:13px;font-weight:500}.frm-checkout-section h2,.frm-checkout-side-section h2{margin:0 0 14px;font-size:16px;line-height:1.2;font-weight:800}.frm-checkout-payment-row,.frm-checkout-select-row,.frm-checkout-time-row{width:100%;min-height:42px;display:flex;align-items:center;gap:12px;padding:0 14px;border:1px solid #eee;border-radius:8px;background:#fff;color:#1c1c1c;cursor:pointer;text-align:left;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease,border-radius .3s ease}.frm-checkout-payment-row:hover,.frm-checkout-select-row:hover,.frm-checkout-time-row:hover{border-color:#e5e5e5;box-shadow:0 5px 14px rgba(0,0,0,.025)}.frm-checkout-time-row{border:none;padding:0;min-height:36px}.frm-checkout-time-row small{display:block;color:#9a9a9a;font-size:13px;font-weight:500}.frm-checkout-payment-row span,.frm-checkout-select-row span,.frm-checkout-time-row b{font-size:13px;font-weight:700}.frm-checkout-payment-icon,.frm-checkout-row-icon{width:18px;min-width:18px;display:inline-flex;align-items:center;justify-content:center;color:#666}.frm-checkout-chevron{font-size:16px;color:#777;transform:translateY(-1px) rotate(0deg)}.frm-checkout-chevron.is-open{transform:translateY(1px) rotate(180deg)}.frm-checkout-dropdown{position:relative;z-index:4}.frm-checkout-dropdown.is-open .frm-checkout-payment-row,.frm-checkout-dropdown.is-open .frm-checkout-select-row{border-radius:8px 8px 0 0;border-bottom-color:#fff}.frm-checkout-dropdown-menu{position:absolute;z-index:10;left:0;top:100%;width:100%;max-height:0;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(-16px);padding:0 8px;border:1px solid #eee;border-top:none;border-radius:0 0 8px 8px;background:#fff;box-shadow:0 8px 16px rgba(0,0,0,.04);transition:opacity .25s ease,max-height .45s ease,transform .45s ease,visibility .45s ease,padding .45s ease}.frm-checkout-dropdown.is-open .frm-checkout-dropdown-menu{max-height:220px;opacity:1;visibility:visible;transform:translateY(0);padding:8px}.frm-checkout-dropdown-menu button{width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#1c1c1c;text-align:left;cursor:pointer;font-size:13px;font-weight:600;transition:background .3s ease}.frm-checkout-dropdown-menu button.is-selected,.frm-checkout-dropdown-menu button:hover{background:#f4f4f4}.frm-checkout-collapse{max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:max-height .45s ease,opacity .3s ease,transform .45s ease}.frm-checkout-collapse.is-open{max-height:380px;opacity:1;transform:translateY(0)}.frm-checkout-collapse.small.is-open{max-height:110px}.frm-checkout-collapse-inner{padding-top:12px}.frm-checkout-input,.frm-checkout-promo-row input,.frm-checkout-textarea{width:100%;height:42px;padding:0 14px;border:1px solid #eee;border-radius:8px;background:#fff;color:#1c1c1c;outline:none;font-size:13px;font-weight:500;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.frm-checkout-input::placeholder,.frm-checkout-promo-row input::placeholder,.frm-checkout-textarea::placeholder{color:#aaa;opacity:1}.frm-checkout-input:focus,.frm-checkout-promo-row input:focus,.frm-checkout-textarea:focus{border-color:#ff9c4a;box-shadow:0 0 0 3px rgba(255,156,0,.08)}.frm-checkout-input.is-error{border-color:#e80c00;box-shadow:0 0 0 3px rgba(232,12,0,.06)}.frm-checkout-address-input,.frm-checkout-phone{margin-top:10px}.frm-checkout-address-grid,.frm-checkout-user-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:10px}.frm-checkout-user-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.frm-checkout-link-button{display:inline-flex;margin-top:10px;padding:0;border:0;background:transparent;color:#f26822;cursor:pointer;font-size:12px;font-weight:800}.frm-checkout-pickup-card{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:10px;background:#fafafa;border:1px solid #eee}.frm-checkout-pickup-card b{font-size:13px}.frm-checkout-pickup-card span{font-size:13px;color:#555;font-weight:600}.frm-checkout-pickup-card small{font-size:12px;color:#999;font-weight:500}.frm-checkout-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.frm-checkout-section-head h2{margin:0}.frm-checkout-more{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:100px;background:#f4f4f4;color:#1c1c1c;text-decoration:none;white-space:nowrap;font-size:12px;font-weight:800;transition:background .3s ease,transform .3s ease}.frm-checkout-more:hover{background:#eee}.frm-checkout-more:active{transform:scale(.97)}.frm-checkout-item{display:grid;grid-template-columns:46px minmax(0,1fr) auto 18px;align-items:start;grid-gap:10px;gap:10px;min-height:58px;padding:8px 0 12px}.frm-checkout-item:not(:last-child){border-bottom:1px solid #f3f3f3}.frm-checkout-item select{width:44px;height:36px;border:1px solid #eee;border-radius:8px;background:#fff;font-weight:700;padding:0 6px}.frm-checkout-item-title b{display:block;color:#1c1c1c;font-size:13px;line-height:1.25;font-weight:800}.frm-checkout-item-title span{display:block;margin-top:2px;color:#999;font-size:12px;font-weight:500}.frm-checkout-item-price{color:#1c1c1c;white-space:nowrap;font-size:13px;font-weight:800}.frm-checkout-remove{border:0;background:transparent;color:#aaa;cursor:pointer;font-size:16px}.frm-checkout-toggle-section{display:flex;align-items:center;justify-content:space-between}.frm-checkout-toggle-section h2{margin:0}.frm-checkout-switch{width:34px;height:18px;padding:2px;border:0;border-radius:20px;background:#9aa0a6;cursor:pointer;transition:background .3s ease}.frm-checkout-switch span{display:block;width:14px;height:14px;border-radius:50%;background:#fff;transform:translateX(0);transition:transform .3s ease}.frm-checkout-switch.is-on{background:#ff9c00}.frm-checkout-switch.is-on span{transform:translateX(16px)}.frm-checkout-textarea{height:78px;padding-top:14px;resize:vertical}.frm-checkout-textarea.small{height:68px}.frm-checkout-mobile-submit,.frm-checkout-submit{width:calc(100% - 24px);height:42px;margin:14px 12px 8px;border:0;border-radius:8px;background:#f06d2a;color:#fff;cursor:pointer;font-size:13px;font-weight:800;transition:opacity .3s ease,transform .3s ease,background .3s ease}.frm-checkout-mobile-submit:hover,.frm-checkout-submit:hover{background:#e85f1b}.frm-checkout-mobile-submit:disabled,.frm-checkout-submit:disabled{opacity:.32;cursor:not-allowed}.frm-checkout-mobile-submit{display:none}.frm-checkout-side-action-block{padding:0}.frm-checkout-side-action{width:100%;min-height:58px;display:flex;align-items:center;gap:12px;padding:0 14px;border:0;background:#fff;color:#1c1c1c;cursor:pointer;text-align:left;transition:background .3s ease}.frm-checkout-side-action:hover{background:#fafafa}.frm-checkout-side-action b{display:block;font-size:13px;font-weight:800}.frm-checkout-side-action small{display:block;color:#999;font-size:11px;font-weight:600}.frm-checkout-action-icon{width:20px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;background:#f26822;color:#fff;font-weight:800;font-size:12px}.frm-checkout-action-icon.heart{border-radius:50%;background:#ff9c00}.frm-checkout-action-panel{max-height:0;opacity:0;overflow:hidden;padding:0 14px;transform:translateY(-8px);transition:max-height .45s ease,opacity .3s ease,transform .45s ease,padding .45s ease}.frm-checkout-side-action-block.is-open .frm-checkout-action-panel{max-height:110px;opacity:1;padding:0 14px 14px;transform:translateY(0)}.frm-checkout-promo-row{display:grid;grid-template-columns:1fr 64px;grid-gap:8px;gap:8px}.frm-checkout-promo-row button{height:42px;border:0;border-radius:8px;background:#f06d2a;color:#fff;font-weight:800;cursor:pointer}.frm-checkout-promo-row button:disabled{opacity:.45;cursor:not-allowed}.frm-checkout-points-note,.frm-checkout-promo-error,.frm-checkout-promo-ok{display:block;margin-top:7px;font-size:11px;font-weight:700}.frm-checkout-promo-ok{color:#18a058}.frm-checkout-promo-error{color:#e80c00}.frm-checkout-points-note{color:#777}.frm-checkout-totals{border-bottom:0;padding-top:14px}.frm-checkout-totals div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;font-size:13px;font-weight:700}.frm-checkout-totals div.discount b{color:#18a058}.frm-checkout-totals span{color:#333}.frm-checkout-totals b{color:#1c1c1c;white-space:nowrap;font-weight:800}.frm-checkout-payable{padding-top:12px;border-top:1px solid #f0f0f0;font-size:15px!important}.frm-checkout-error{margin:0 14px 16px;padding:10px 12px;border-radius:8px;background:#fff1f0;color:#e80c00;font-size:12px;font-weight:700}.frm-checkout-empty{margin:0;color:#888;font-size:13px;font-weight:600}@media (max-width:980px){.frm-checkout-umami{padding:28px 12px 40px}.frm-checkout-logo{margin-bottom:22px}.frm-checkout-wrap{max-width:560px;grid-template-columns:1fr;gap:14px}.frm-checkout-side-card{position:static;order:-1}.frm-checkout-submit{display:none}.frm-checkout-mobile-submit{display:block}}@media (max-width:620px){.frm-checkout-address-grid,.frm-checkout-user-grid{grid-template-columns:1fr 1fr}}.frm-payment-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.frm-payment-settings-card{display:flex;flex-direction:column;gap:10px;padding:16px;border:1px solid #eee;border-radius:14px;background:#fafafa}.frm-editor-card.wide{grid-column:1/-1}.frm-checkline{display:flex!important;align-items:center;gap:10px;font-weight:600}.frm-checkline input{width:18px;height:18px}.frm-table-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.frm-status,.frm-table-actions form{display:inline-flex}.frm-status{align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;background:#f1f1f1;color:#555}.frm-status.ok{background:#e9f9ed;color:#128034}.frm-status.muted{background:#f2f2f2;color:#777}.frm-danger{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:#ffe9e9;color:#c71f1f;font-weight:700;text-decoration:none;cursor:pointer;padding:10px 14px}.frm-danger.small,.frm-secondary.small{padding:7px 10px;font-size:12px;border-radius:9px}.frm-checkout-terms-section{padding-top:18px;padding-bottom:18px}.frm-checkout-terms-row{display:flex;align-items:flex-start;gap:12px;font-size:14px;font-weight:600;color:#333}.frm-checkout-terms-row input{width:18px;height:18px;margin-top:1px;accent-color:#111}.frm-checkout-terms-row a{color:#111;text-decoration:underline}.frm-checkout-free-note{display:block;margin-top:-8px;margin-bottom:8px;color:#999;font-weight:600;font-size:12px}.frm-checkout-dropdown-menu.payment button{align-items:flex-start;flex-direction:column;gap:3px}.frm-checkout-dropdown-menu.payment button small{font-size:12px;color:#888;font-weight:500}@media (max-width:960px){.frm-payment-settings-grid{grid-template-columns:1fr}.frm-table-actions{align-items:flex-start}}.frm-time-modal-backdrop{position:fixed;z-index:10000;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.72);animation:frmFadeIn .22s ease both}.frm-time-modal-card{width:min(1020px,calc(100vw - 48px));min-height:520px;max-height:calc(100vh - 48px);display:flex;flex-direction:column;padding:38px 38px 36px;border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.24);animation:frmModalIn .28s ease both}.frm-time-modal-head{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:32px}.frm-time-modal-head h2{margin:0;color:#262626;font-size:28px;line-height:1.1;font-weight:800;letter-spacing:-.02em}.frm-time-modal-head button{position:absolute;right:0;top:50%;width:34px;height:34px;transform:translateY(-50%);border:0;border-radius:50%;background:transparent;color:#1c1c1c;font-size:30px;line-height:1;cursor:pointer;transition:background .25s ease,transform .25s ease}.frm-time-modal-head button:hover{background:#f4f4f4}.frm-time-modal-head button:active{transform:translateY(-50%) scale(.94)}.frm-time-mode-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:26px}.frm-time-mode-grid button{min-height:66px;border:1px solid #eee;border-radius:10px;background:#fff;color:#1c1c1c;cursor:pointer;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.frm-time-mode-grid button b,.frm-time-mode-grid button span{display:block}.frm-time-mode-grid button b{font-size:15px;font-weight:800}.frm-time-mode-grid button span{margin-top:4px;color:#999;font-size:12px;font-weight:600}.frm-time-mode-grid button.is-active{border-color:#eb6f2d;background:#fff3ec;box-shadow:0 0 0 3px rgba(235,111,45,.08)}.frm-time-modal-preorder{max-height:0;opacity:0;overflow:hidden;transform:translateY(-10px);transition:max-height .45s ease,opacity .3s ease,transform .45s ease}.frm-time-modal-preorder.is-open{max-height:330px;opacity:1;transform:translateY(0)}.frm-time-day-card{display:flex;flex-direction:column;align-items:center;justify-content:center;height:96px;border:1px solid #eb6f2d;border-radius:3px;background:#fff4ed;color:#1c1c1c}.frm-time-day-card b{font-size:14px;font-weight:800}.frm-time-day-card span{margin-top:4px;color:#777;font-size:12px;font-weight:500}.frm-time-slots{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}.frm-time-slots button{min-width:118px;height:48px;padding:0 20px;border:1px solid #e2e2e2;border-radius:4px;background:#fff;color:#1c1c1c;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .25s ease,background .25s ease,transform .25s ease}.frm-time-slots button:hover{border-color:#eb6f2d}.frm-time-slots button:active{transform:scale(.97)}.frm-time-slots button.is-active{border-color:#eb6f2d;background:#fff7f2}.frm-time-slots p{margin:0;color:#999;font-size:14px;font-weight:600}.frm-time-apply{margin-top:auto;width:100%;height:58px;border:0;border-radius:999px;background:#eb6f2d;color:#fff;font-size:16px;font-weight:800;cursor:pointer;transition:background .25s ease,transform .25s ease}.frm-time-apply:hover{background:#df6424}.frm-time-apply:active{transform:scale(.99)}@keyframes frmFadeIn{0%{opacity:0}to{opacity:1}}@keyframes frmModalIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:720px){.frm-time-modal-card{width:100%;min-height:min(640px,calc(100vh - 32px));padding:24px 18px 22px;border-radius:18px}.frm-time-modal-head h2{font-size:22px}.frm-time-mode-grid{grid-template-columns:1fr}.frm-time-slots{gap:10px;margin-top:22px}.frm-time-slots button{min-width:calc(50% - 5px)}}.admin-page-head-row-v1{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.admin-order-row-new-v1{background:#effaf2!important}.admin-order-row-new-v1 td:first-child{border-left:5px solid #20b15a}.admin-order-row-new-v1 b:first-child:after{content:" новый";display:inline-block;margin-left:8px;padding:3px 7px;border-radius:999px;background:#20b15a;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase}.orders-table td small{display:block;color:#777;margin-top:4px;font-size:12px}.frm-order-detail-total-box-v1{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.frm-order-detail-total-box-v1 span{color:#777;font-size:13px;font-weight:700}.admin-order-editor-v1{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;grid-gap:24px;gap:24px}.admin-order-editor-grid-v1{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.admin-editor-card-v1{background:#fff;border:1px solid #ededed;border-radius:18px;padding:20px;box-shadow:0 8px 28px rgba(0,0,0,.04)}.admin-editor-card-v1 h2{margin:0 0 16px;font-size:20px}.admin-editor-card-wide-v1{grid-column:1/-1}.admin-editor-card-head-v1{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.admin-form-grid-v1{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.admin-form-grid-v1.two{grid-template-columns:1fr 1fr}.admin-form-grid-v1 label,.admin-wide-label-v1{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:800;color:#333}.admin-wide-label-v1{margin-top:14px}.admin-textarea-v1{min-height:86px;resize:vertical}.admin-customer-search-wrap-v1{position:relative}.admin-customer-suggest-v1{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;background:#fff;border:1px solid #ececec;border-radius:14px;box-shadow:0 14px 36px rgba(0,0,0,.14);overflow:hidden}.admin-customer-suggest-v1 button{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:12px 14px;background:#fff;border:0;border-bottom:1px solid #f1f1f1;cursor:pointer;text-align:left}.admin-customer-suggest-v1 button:hover{background:#fff6ef}.admin-customer-suggest-v1 small,.admin-customer-suggest-v1 span{color:#777}.admin-order-items-editor-v1{border:1px solid #eee;border-radius:16px;overflow:hidden}.admin-order-item-row-v1,.admin-order-items-head-v1{display:grid;grid-template-columns:1.5fr 1.15fr 90px 1.2fr 110px 110px;grid-gap:10px;gap:10px;align-items:center;padding:12px;border-bottom:1px solid #eee}.admin-order-items-head-v1{background:#fafafa;color:#777;font-size:12px;font-weight:900;text-transform:uppercase}.admin-order-item-row-v1:last-child{border-bottom:0}.admin-order-summary-v1{position:-webkit-sticky;position:sticky;top:20px;background:#fff;border:1px solid #ededed;border-radius:18px;padding:20px;box-shadow:0 12px 34px rgba(0,0,0,.07);display:flex;flex-direction:column;gap:14px}.admin-order-summary-v1 label,.admin-order-summary-v1>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-order-summary-v1 div span,.admin-order-summary-v1 label span{font-size:13px;color:#777;font-weight:800}.admin-order-summary-v1 input{max-width:120px;text-align:right}.admin-order-summary-total-v1{border-top:1px solid #eee;padding-top:14px}.admin-order-summary-total-v1 b{font-size:22px}.admin-order-save-v1{width:100%;height:46px}.admin-btn-danger-lite{background:#fff0f0!important;color:#d90000!important}.back-link{display:inline-block;color:#555;text-decoration:none;margin-bottom:8px;font-weight:700}.back-link:hover{color:#ea6b25}@media (max-width:1100px){.admin-order-editor-v1{grid-template-columns:1fr}.admin-order-summary-v1{position:static}.admin-order-editor-grid-v1,.admin-order-item-row-v1,.admin-order-items-head-v1{grid-template-columns:1fr}.admin-order-items-head-v1{display:none}}.settings-tabs-v1>input[type=radio]{position:absolute;opacity:0;pointer-events:none}.settings-tabs-nav-v1{display:flex;gap:8px;flex-wrap:wrap;background:#fff;border:1px solid #eee;border-radius:18px;padding:8px;margin-bottom:18px;box-shadow:0 8px 28px rgba(0,0,0,.04)}.settings-tabs-nav-v1 label{height:42px;padding:0 18px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-weight:800;cursor:pointer;color:#555;transition:all .2s ease}.settings-tabs-nav-v1 label:hover{background:#f5f5f5;color:#222}.settings-tabs-panels-v1{width:100%}.settings-panel-v1{display:none}.settings-tabs-v1 #settings-tab-delivery:checked~.settings-tabs-nav-v1 label[for=settings-tab-delivery],.settings-tabs-v1 #settings-tab-main:checked~.settings-tabs-nav-v1 label[for=settings-tab-main],.settings-tabs-v1 #settings-tab-media:checked~.settings-tabs-nav-v1 label[for=settings-tab-media],.settings-tabs-v1 #settings-tab-payment:checked~.settings-tabs-nav-v1 label[for=settings-tab-payment],.settings-tabs-v1 #settings-tab-terms:checked~.settings-tabs-nav-v1 label[for=settings-tab-terms],.settings-tabs-v1 #settings-tab-time:checked~.settings-tabs-nav-v1 label[for=settings-tab-time]{background:#ec6b2a;color:#fff;box-shadow:0 8px 18px rgba(236,107,42,.22)}.settings-tabs-v1 #settings-tab-delivery:checked~.settings-tabs-panels-v1 .settings-panel-delivery-v1,.settings-tabs-v1 #settings-tab-main:checked~.settings-tabs-panels-v1 .settings-panel-main-v1,.settings-tabs-v1 #settings-tab-media:checked~.settings-tabs-panels-v1 .settings-panel-media-v1,.settings-tabs-v1 #settings-tab-payment:checked~.settings-tabs-panels-v1 .settings-panel-payment-v1,.settings-tabs-v1 #settings-tab-terms:checked~.settings-tabs-panels-v1 .settings-panel-terms-v1,.settings-tabs-v1 #settings-tab-time:checked~.settings-tabs-panels-v1 .settings-panel-time-v1{display:block}.settings-form-grid-v1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.settings-form-grid-v1 label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:800;color:#333}.settings-media-grid-v1{display:grid!important;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.settings-savebar-v1{position:-webkit-sticky;position:sticky;bottom:16px;display:flex;justify-content:flex-end;margin-top:18px;padding:14px;background:hsla(0,0%,100%,.9);border:1px solid #eee;border-radius:18px;box-shadow:0 12px 34px rgba(0,0,0,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.settings-savebar-v1 .frm-primary{min-width:220px}@media (max-width:900px){.settings-form-grid-v1,.settings-media-grid-v1{grid-template-columns:1fr}.settings-tabs-nav-v1 label{flex:1 1 auto}}.settings-tabs-panels-v1 .settings-panel-v1{display:none!important}.settings-tabs-v1 #settings-tab-delivery:checked~.settings-tabs-panels-v1 .settings-panel-delivery-v1,.settings-tabs-v1 #settings-tab-main:checked~.settings-tabs-panels-v1 .settings-panel-main-v1,.settings-tabs-v1 #settings-tab-payment:checked~.settings-tabs-panels-v1 .settings-panel-payment-v1,.settings-tabs-v1 #settings-tab-terms:checked~.settings-tabs-panels-v1 .settings-panel-terms-v1,.settings-tabs-v1 #settings-tab-time:checked~.settings-tabs-panels-v1 .settings-panel-time-v1{display:block!important}.settings-tabs-v1 #settings-tab-media:checked~.settings-tabs-panels-v1 .settings-panel-media-v1{display:grid!important}.admin-order-row-colored{position:relative;transition:background .2s ease,border-color .2s ease}.admin-order-row-colored td:first-child{border-left:5px solid transparent}.admin-order-row-status-new{background:#f1fff5}.admin-order-row-status-new td:first-child{border-left-color:#21a653}.admin-order-row-status-accepted{background:#f4f8ff}.admin-order-row-status-accepted td:first-child{border-left-color:#2d7ff9}.admin-order-row-status-cooking{background:#fff8ed}.admin-order-row-status-cooking td:first-child{border-left-color:#ff9c00}.admin-order-row-status-delivering{background:#f3f2ff}.admin-order-row-status-delivering td:first-child{border-left-color:#6c5ce7}.admin-order-row-status-completed{background:#f7f7f7}.admin-order-row-status-completed td:first-child{border-left-color:#8a8f98}.admin-order-row-status-cancelled{background:#fff1f1}.admin-order-row-status-cancelled td:first-child{border-left-color:#e03131}.admin-order-status-badge{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800}.admin-order-status-badge.status-new{background:#d9fbe4;color:#0c7a35}.admin-order-status-badge.status-accepted{background:#e2edff;color:#1559bd}.admin-order-status-badge.status-cooking{background:#fff0d6;color:#b86100}.admin-order-status-badge.status-delivering{background:#e8e5ff;color:#4732c4}.admin-order-status-badge.status-completed{background:#eee;color:#555}.admin-order-status-badge.status-cancelled{background:#ffe0e0;color:#bd1717}.frm-time-calendar{margin-top:18px}.frm-time-calendar-title{margin:14px 0 10px;font-size:14px;font-weight:800;color:#222}.frm-time-date-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));grid-gap:10px;gap:10px}.frm-time-date-grid button{height:74px;border:1px solid #e5e5e5;border-radius:10px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.frm-time-date-grid button:hover{border-color:#ec6b2a;background:#fff7f1}.frm-time-date-grid button.is-active{border-color:#ec6b2a;background:#fff3e9;color:#1c1c1c}.frm-time-date-grid button b{font-size:14px}.frm-time-date-grid button span{font-size:12px;color:#777}.frm-time-slots{margin-top:8px}.frm-hero-slider{position:relative}.frm-hero-slider .frm-hero-left{position:relative;z-index:2;flex-direction:column;gap:18px}.frm-hero-slider .frm-hero-title{letter-spacing:10px;font-weight:700;text-transform:uppercase}.frm-hero-slider .frm-hero-title span{display:block;margin-top:12px;letter-spacing:0;font-size:17px;line-height:1.35;font-weight:700;text-transform:none;color:#777}.frm-hero-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:999px;background:var(--accent);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 8px 18px rgba(235,111,45,.22);transition:transform .2s ease,background .2s ease}.frm-hero-cta:hover{background:#df6424}.frm-hero-cta:active{transform:scale(.97)}.frm-hero-arrow{position:absolute;top:50%;z-index:5;width:38px;height:38px;transform:translateY(-50%);border:0;border-radius:999px;background:hsla(0,0%,100%,.92);color:#1c1c1c;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.14);transition:transform .2s ease,background .2s ease}.frm-hero-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.04)}.frm-hero-arrow.left{left:14px}.frm-hero-arrow.right{right:14px}.frm-hero-dots{position:absolute;left:50%;bottom:14px;z-index:6;display:flex;gap:8px;transform:translateX(-50%)}.frm-hero-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(28,28,28,.22);cursor:pointer;transition:width .2s ease,background .2s ease}.frm-hero-dots button.active{width:24px;background:var(--accent)}.frm-footer{margin-top:64px;background:#fff;border-top:1px solid #eee}.frm-footer-inner{max-width:1264px;min-width:1024px;margin:0 auto;padding:34px 32px;display:grid;grid-template-columns:1.2fr 2fr;grid-gap:48px;gap:48px}.frm-footer-brand b{display:block;font-size:22px;font-weight:900}.frm-footer-brand p{margin:10px 0 0;color:#777;line-height:1.5;max-width:420px}.frm-footer-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.frm-footer-cols span{display:block;margin-bottom:10px;font-size:12px;text-transform:uppercase;color:#999;font-weight:900;letter-spacing:.04em}.frm-footer-cols a,.frm-footer-cols p{display:block;margin:6px 0 0;color:#1c1c1c;text-decoration:none;font-weight:700}.frm-footer-cols a:hover{color:var(--accent)}.frm-footer-bottom{max-width:1264px;min-width:1024px;margin:0 auto;padding:16px 32px 28px;color:#999;font-weight:700;font-size:13px;border-top:1px solid #f2f2f2}@media (max-width:1080px){.frm-footer-bottom,.frm-footer-inner{min-width:0}.frm-footer-cols,.frm-footer-inner{grid-template-columns:1fr}.frm-hero-slider .frm-hero-title{letter-spacing:5px}.frm-hero-arrow,.frm-hero-dots{display:none}}.admin-banners-grid-v1{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:24px;gap:24px;align-items:start}.admin-banners-list-v1{display:grid;grid-gap:18px;gap:18px}.admin-banner-card-v1{display:grid;grid-template-columns:340px minmax(0,1fr);grid-gap:18px;gap:18px;padding:18px;background:#fff;border:1px solid #ededed;border-radius:18px;box-shadow:0 8px 28px rgba(0,0,0,.04)}.admin-banner-preview-v1{height:210px;border-radius:14px;overflow:hidden;background:#f4f4f4}.admin-banner-preview-v1 img{width:100%;height:100%;object-fit:cover;display:block}.admin-banner-fields-v1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.admin-banner-create-v1 label,.admin-banner-fields-v1 label{display:flex;flex-direction:column;gap:7px;color:#333;font-size:13px;font-weight:800}.admin-banner-row-v1{display:grid;grid-template-columns:1fr 160px;grid-gap:12px;gap:12px;align-items:end}.admin-banner-actions-v1{grid-column:1/-1;display:flex;gap:10px;justify-content:flex-end}.admin-banner-create-v1{position:-webkit-sticky;position:sticky;top:24px;display:flex;flex-direction:column;gap:12px}.admin-banner-create-v1 h2{margin:0 0 4px}.admin-inline-link-v1{display:inline-flex;margin-top:16px;color:var(--accent);font-weight:900;text-decoration:none}.admin-inline-link-v1:hover{text-decoration:underline}@media (max-width:1100px){.admin-banner-card-v1,.admin-banner-fields-v1,.admin-banners-grid-v1{grid-template-columns:1fr}.admin-banner-create-v1{position:static}.admin-banner-preview-v1{height:180px}}.settings-tabs-v1 #settings-tab-banners:checked~.settings-tabs-nav-v1 label[for=settings-tab-banners],.settings-tabs-v1 #settings-tab-footer:checked~.settings-tabs-nav-v1 label[for=settings-tab-footer]{background:#ec6b2a;color:#fff;box-shadow:0 8px 18px rgba(236,107,42,.22)}.settings-tabs-v1 #settings-tab-banners:checked~.settings-tabs-panels-v1 .settings-panel-banners-v1,.settings-tabs-v1 #settings-tab-footer:checked~.settings-tabs-panels-v1 .settings-panel-footer-v1{display:block!important}.settings-panel-footer-v1 .admin-wide-label-v1{grid-column:1/-1}.global-loading{position:fixed;inset:0;z-index:2147483000;pointer-events:none;opacity:0;transition:opacity .18s ease}.global-loading.is-visible{opacity:1}.global-loading-bar{position:fixed;top:0;left:0;height:3px;width:45%;background:linear-gradient(90deg,#f26a2e,#ffb24a,#f26a2e);border-radius:0 999px 999px 0;animation:global-loading-bar 1.1s ease-in-out infinite;box-shadow:0 0 16px rgba(242,106,46,.28)}.global-loading-pill{position:fixed;right:24px;bottom:24px;display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 16px;box-sizing:border-box;border:1px solid hsla(0,0%,100%,.72);border-radius:999px;color:#1c1c1c;background:hsla(0,0%,100%,.94);box-shadow:0 12px 38px rgba(0,0,0,.14);font-weight:700;font-size:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(8px);transition:transform .18s ease}.global-loading.is-visible .global-loading-pill{transform:translateY(0)}.btn-spinner,.global-loading-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(242,106,46,.22);border-top-color:#f26a2e;animation:global-spinner .72s linear infinite;box-sizing:border-box;flex:0 0 auto}.btn-spinner{width:14px;height:14px;margin-right:8px;border-color:currentColor hsla(0,0%,100%,.38) hsla(0,0%,100%,.38)}button.is-loading,button[aria-busy=true]{opacity:.82;cursor:wait!important}form.is-submitting{position:relative}form.is-submitting:after{content:"";position:absolute;inset:0;z-index:20;border-radius:inherit;background:hsla(0,0%,100%,.36);pointer-events:none;animation:form-saving-fade .3s ease}.admin-card form.is-submitting:after,.admin-panel form.is-submitting:after,.checkout-card form.is-submitting:after{background:hsla(0,0%,100%,.5)}@keyframes global-spinner{to{transform:rotate(1turn)}}@keyframes global-loading-bar{0%{transform:translateX(-105%)}50%{transform:translateX(95vw)}to{transform:translateX(105vw)}}@keyframes form-saving-fade{0%{opacity:0}to{opacity:1}}@media (max-width:720px){.global-loading-pill{left:16px;right:16px;bottom:16px;justify-content:center}}.global-loading:before{content:"";position:fixed;inset:0;background:rgba(28,28,28,.1);opacity:0;transition:opacity .18s ease}.global-loading.is-visible:before{opacity:1}.global-loading-bar,.global-loading-pill{z-index:2}@media (max-width:900px){.frm-modal-backdrop{align-items:flex-end;padding:8px}.frm-modal{width:100%;max-width:100%;height:calc(100dvh - 16px);max-height:calc(100dvh - 16px);border-radius:18px 18px 0 0;display:flex;flex-direction:column;overflow:hidden}.frm-modal-cover{flex:0 0 220px;height:220px}.frm-modal-main{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.frm-modal-body{flex:1 1 auto;min-height:0;overflow:auto;padding:18px 16px}.frm-modal-foot{flex:0 0 auto;position:-webkit-sticky;position:sticky;bottom:0;z-index:5;display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -8px 24px rgba(0,0,0,.08)}.frm-foot-controls{width:100%;display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:center}.frm-quantity{justify-content:flex-start}.frm-modal-submit{width:100%;min-width:0}}@media (max-width:420px){.frm-modal-cover{flex-basis:180px;height:180px}.frm-nutrients{grid-template-columns:repeat(2,1fr)}}.frm-header-dropdown{position:relative;display:inline-flex}.frm-header-dropdown-menu{position:absolute;left:0;top:calc(100% + 8px);min-width:180px;padding:8px;border-radius:14px;background:#fff;border:1px solid #eee;box-shadow:0 14px 35px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:100}.frm-header-dropdown.is-open .frm-header-dropdown-menu{opacity:1;visibility:visible}.frm-header-dropdown-menu button{width:100%;height:38px;border:0;border-radius:10px;background:transparent;font-weight:800;text-align:left;padding:0 12px;cursor:pointer}.frm-header-dropdown-menu button:hover{background:#f5f5f5}.frm-header-address-field{height:40px;min-width:260px;max-width:360px;display:inline-flex;align-items:center;gap:10px;padding:0 14px;border-radius:22px;background:#f3f3f3;color:#333;box-sizing:border-box}.frm-header-address-field input,.frm-header-address-field select{width:100%;border:0;background:transparent;outline:none;font-weight:700;font-size:14px;color:#1c1c1c}.frm-header-address-field input::placeholder{color:#777}.frm-store-closed-banner{margin:18px 0 0;padding:16px 20px;border-radius:18px;background:#fff4ec;border:1px solid #ffd6bc;color:#c74a12;font-weight:900;box-shadow:0 8px 24px rgba(236,107,42,.08)}.frm-card-img-wrap{position:relative;width:100%;height:210px;overflow:hidden}.frm-card-img-wrap .frm-card-img{width:100%;height:100%}.frm-card.is-unavailable{cursor:default}.frm-card.is-unavailable:hover{transform:none}.frm-card-unavailable{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px;background:rgba(0,0,0,.64);color:#fff;font-weight:900}.frm-card-unavailable b{font-size:18px;margin-bottom:8px}.frm-card-unavailable span{max-width:190px;font-size:13px;line-height:1.25}.frm-checkout-pickup-select-label{font-size:12px;font-weight:800;color:#777;margin-bottom:6px;display:block}@media (max-width:980px){.frm-header-address-field{display:none}.frm-topbar-inner{overflow-x:auto}}#__next,.frm-admin-v3,.frm-checkout-umami,.frm-page,body,html{font-family:Montserrat,Arial,Helvetica,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*,:after,:before{font-family:inherit}button,input,option,select,textarea{font-family:Montserrat,Arial,Helvetica,sans-serif!important}.frm-admin-suggest,.frm-checkout-collapse,.frm-checkout-dropdown-menu,.frm-customer-suggestions,.frm-dropdown-menu,.frm-header-dropdown-menu,.frm-menu-popover,.frm-popover,.frm-select-menu,.frm-time-date-grid,.frm-time-modal-preorder,.frm-time-slots{will-change:opacity,transform,max-height}.frm-header-dropdown-menu{display:flex;flex-direction:column;max-height:0;overflow:hidden;transform:translateY(-18px);transition:opacity .2s ease,max-height .2s ease,transform .2s ease,visibility .2s ease,padding .2s ease}.frm-header-dropdown.is-open .frm-header-dropdown-menu{max-height:260px;transform:translateY(0);transition:opacity .3s ease,max-height .6s ease,transform .6s ease,visibility .6s ease,padding .6s ease}.frm-checkout-chevron,.frm-checkout-payment-row,.frm-checkout-select-row,.frm-header-address-field select,.frm-header-dropdown .frm-pill svg:last-child{transition:transform .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease,border-radius .3s ease}.frm-checkout-dropdown-menu{transition:opacity .2s ease,max-height .2s ease,transform .2s ease,visibility .2s ease,padding .2s ease}.frm-checkout-dropdown.is-open .frm-checkout-dropdown-menu{transition:opacity .3s ease,max-height .6s ease,transform .6s ease,visibility .6s ease,padding .6s ease}.frm-checkout-collapse{transition:max-height .6s ease,opacity .3s ease,transform .6s ease,margin .6s ease,padding .6s ease}.admin-tab-panel,.frm-admin-tab-panel,.settings-tabs-panels-v1 .settings-panel-v1,.tab-panel{animation:frmPanelAppear .26s ease both}.frm-cart,.frm-category-admin-card,.frm-category-nav,.frm-checkout-main-card,.frm-checkout-side-card,.frm-editor-card,.frm-footer,.frm-hero,.frm-order-card,.frm-product-admin-card,.frm-products>.frm-card,.frm-table-card{animation:frmSoftAppear .24s ease both}.admin-input,.frm-checkout-input,.frm-checkout-textarea,.frm-header-address-field,.frm-input,.frm-pill,.frm-select,select.frm-input,select.frm-select{transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease,transform .2s ease,opacity .2s ease}.admin-input:focus,.frm-checkout-input:focus,.frm-checkout-textarea:focus,.frm-header-address-field:focus-within,.frm-input:focus,.frm-pill:focus-visible,.frm-select:focus,select.frm-input:focus,select.frm-select:focus{box-shadow:0 0 0 4px rgba(236,107,42,.1)}.frm-modal-backdrop,.frm-time-modal-backdrop{animation:frmFadeIn .22s ease both}.frm-modal,.frm-time-modal-card{animation:frmModalIn .28s cubic-bezier(.2,.8,.2,1) both}.global-loading:before{background:rgba(28,28,28,.16)!important;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.global-loading-pill{font-family:Montserrat,Arial,Helvetica,sans-serif!important}@keyframes frmSoftAppear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes frmPanelAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.frm-pickup-dropdown{position:relative;overflow:visible;cursor:default}.frm-pickup-picker{min-width:0;height:100%;color:#1c1c1c;font-size:14px;font-weight:800;line-height:1;cursor:pointer;outline:none}.frm-pickup-menu{position:absolute;left:0;top:calc(100% + 8px);width:min(360px,calc(100vw - 32px));max-height:0;overflow:hidden;padding:0 8px;border:1px solid transparent;border-radius:16px;background:#fff;box-shadow:0 16px 40px rgba(0,0,0,.13);opacity:0;visibility:hidden;transform:translateY(-18px);z-index:150;transition:opacity .2s ease,max-height .2s ease,transform .2s ease,visibility .2s ease,padding .2s ease,border-color .2s ease}.frm-pickup-dropdown.is-open .frm-pickup-menu{max-height:360px;padding:8px;border-color:#eee;opacity:1;visibility:visible;transform:translateY(0);transition:opacity .3s ease,max-height .6s ease,transform .6s ease,visibility .6s ease,padding .6s ease,border-color .3s ease}.frm-pickup-menu button{width:100%;min-height:48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px;padding:8px 10px;border:0;border-radius:12px;background:transparent;color:#1c1c1c;text-align:left;cursor:pointer;transition:background .25s ease,transform .18s ease}.frm-pickup-menu button:not(:first-child){margin-top:4px}.frm-pickup-menu button.is-selected,.frm-pickup-menu button:hover{background:#f5f5f5}.frm-pickup-menu button:active{transform:scale(.985)}.frm-pickup-menu b{font-size:13px;font-weight:900}.frm-pickup-menu small{font-size:11px;font-weight:600;color:#777;line-height:1.25}@media (max-width:980px){.frm-pickup-menu{display:none}}.admin-orders-day-list{display:flex;flex-direction:column;gap:28px}.admin-orders-day-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0 12px}.admin-orders-day-head h2{margin:0;font-size:22px;font-weight:900;color:#1f1f1f}.admin-orders-day-head span{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:999px;background:#fff;color:#777;font-size:13px;font-weight:800;border:1px solid #eee}.admin-orders-day .admin-table-card{overflow:hidden}.admin-orders-day:not(:first-child){padding-top:4px;border-top:1px solid rgba(0,0,0,.06)}.frm-modifier-group{margin-top:18px;padding:14px;border:1px solid #eee;border-radius:14px;background:#fff}.frm-modifier-group small{display:block;margin-top:4px;color:#999;font-weight:600}.frm-modifier-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.frm-modifier-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:#f7f7f7}.frm-modifier-row div:first-child{display:flex;flex-direction:column;gap:2px}.frm-modifier-row span{color:#777;font-size:13px;font-weight:700}.frm-modifier-controls{display:flex;align-items:center;gap:8px}.frm-modifier-controls button{width:28px;height:28px;border:0;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.frm-cross-sell-list{padding-bottom:6px}.frm-cross-sell-card{min-width:210px;display:flex;align-items:center;gap:10px;border:1px solid #eee;border-radius:14px;padding:10px;background:#fff}.frm-cross-sell-card img{width:48px;height:48px;object-fit:cover;border-radius:10px;background:#f4f4f4}.frm-cross-sell-card div{flex:1 1;min-width:0;display:flex;flex-direction:column}.frm-cross-sell-card b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.frm-cross-sell-card span{color:#777;font-size:12px;font-weight:700}.frm-cross-sell-card button{width:34px;height:34px;border:0;border-radius:50%;color:#fff;background:#ef6c24;display:flex;align-items:center;justify-content:center;cursor:pointer}.modifier-editor-v1{display:flex;flex-direction:column;gap:14px}.modifier-group-admin-v1{border:1px solid #e9e9e9;border-radius:16px;padding:14px;background:#fafafa}.modifier-group-head-v1{display:grid;grid-template-columns:1fr 100px 100px auto;grid-gap:12px;gap:12px;align-items:end}.modifier-rows-v1{display:flex;flex-direction:column;gap:8px;margin:12px 0}.modifier-row-admin-v1{display:grid;grid-template-columns:1fr 120px 120px auto;grid-gap:10px;gap:10px;align-items:center}.pickup-availability-v1{display:flex;flex-wrap:wrap;gap:12px}.danger-soft{color:#d71920!important;background:#fff0f0!important}@media (max-width:720px){.frm-checkout-item{grid-template-columns:56px minmax(0,1fr) auto 36px!important;gap:8px!important;align-items:center!important}.frm-checkout-remove{display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:50%!important;color:#111!important;background:#f2f2f2!important;opacity:1!important;visibility:visible!important;position:static!important;font-size:20px!important;line-height:1!important}.frm-checkout-item-title{min-width:0!important}.frm-modal{height:100dvh!important;max-height:100dvh!important;border-radius:0!important}.frm-modal-main{min-height:0!important}.frm-modal-body{padding-bottom:120px!important}.frm-modal-foot{position:-webkit-sticky!important;position:sticky!important;bottom:0!important;left:0!important;right:0!important;background:#fff!important;z-index:20!important;box-shadow:0 -10px 24px rgba(0,0,0,.08)!important}.modifier-group-head-v1,.modifier-row-admin-v1{grid-template-columns:1fr}}.admin-crosssell-picker-v2{display:grid;grid-gap:12px;gap:12px}.admin-crosssell-selected-v2{display:flex;flex-wrap:wrap;gap:8px;min-height:42px;align-items:center;padding:8px;border:1px dashed #e3e3e3;border-radius:14px;background:#fafafa}.admin-crosssell-empty-v2{color:#888;font-weight:700;font-size:13px;padding-left:4px}.admin-crosssell-chip-v2{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 8px 0 12px;border-radius:999px;background:#fff1e8;color:#bd4b12;font-weight:900;font-size:13px}.admin-crosssell-chip-v2 button{width:22px;height:22px;border:0;border-radius:50%;background:#ffd9c5;color:#a53c08;font-weight:950;cursor:pointer;line-height:1}.admin-crosssell-search-v2{position:relative;z-index:5}.admin-crosssell-suggest-v2{position:absolute;left:0;right:0;top:calc(100% + 6px);max-height:290px;overflow:auto;background:#fff;border:1px solid #e8e8e8;border-radius:14px;box-shadow:0 18px 44px rgba(0,0,0,.12);padding:8px;animation:frmDropdownIn .18s ease}.admin-crosssell-suggest-v2 button{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;min-height:54px;padding:6px 8px;border:0;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.admin-crosssell-suggest-v2 button:hover{background:#f7f7f7}.admin-crosssell-noimg-v2,.admin-crosssell-suggest-v2 img{width:42px;height:42px;border-radius:10px;object-fit:cover;background:#f0f0f0}.admin-crosssell-suggest-v2 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:900}.admin-crosssell-suggest-v2 small{color:#999;font-weight:800}.admin-crosssell-no-results-v2{padding:14px;color:#777;font-weight:700}.frm-cross-sells{margin-top:18px;padding-bottom:4px}.frm-cross-sell-list{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 10px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.frm-cross-sell-card{flex:0 0 230px;min-width:230px;max-width:230px;scroll-snap-align:start}@media (max-width:760px){.frm-modal-backdrop{align-items:stretch!important;justify-content:stretch!important;padding:0!important}.frm-modal{width:100vw!important;height:100dvh!important;max-width:100vw!important;max-height:100dvh!important;border-radius:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.frm-modal-cover{flex:0 0 176px!important;height:176px!important;min-height:176px!important}.frm-modal-main{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important}.frm-modal-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding:18px 16px 150px!important}.frm-modal-foot{flex:0 0 auto!important;position:-webkit-sticky!important;position:sticky!important;bottom:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:14px 16px calc(14px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #eee!important;box-shadow:0 -14px 34px rgba(0,0,0,.1)!important;z-index:50!important}.frm-foot-controls{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-gap:10px!important;gap:10px!important;width:100%!important}.frm-modal-submit{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important}.frm-quantity{height:48px!important}.frm-cross-sell-card{flex-basis:190px;min-width:190px;max-width:190px;align-items:flex-start}.frm-cross-sell-card img{width:44px;height:44px}.frm-cross-sell-card b{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.telegram-admin-grid-v1{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:18px;gap:18px;align-items:start}.telegram-admin-card-v1{display:grid;grid-gap:14px;gap:14px}.telegram-template-v1{min-height:360px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:13px!important;line-height:1.45!important}.telegram-vars-v1{display:flex;flex-wrap:wrap;gap:8px}.telegram-vars-v1 code{padding:7px 9px;border-radius:9px;background:#f4f4f4;color:#333;font-weight:900}.telegram-test-form-v1{margin-top:8px}.telegram-admin-actions-v1{display:flex;justify-content:flex-end}@media (max-width:1050px){.telegram-admin-grid-v1{grid-template-columns:1fr}}@keyframes frmDropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.frm-modal{height:min(760px,calc(100vh - 40px))!important;max-height:calc(100vh - 40px)!important}.frm-modal-main{min-height:0!important;max-height:100%!important;overflow:hidden!important}.frm-modal-body{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:18px!important}.frm-modal-foot{flex:0 0 auto!important;position:relative!important;z-index:40!important;box-shadow:0 -10px 24px rgba(0,0,0,.06)!important}.frm-cross-sells{overflow:hidden!important}.frm-cross-sell-list,.frm-cross-sells{width:100%!important;max-width:100%!important}.frm-cross-sell-list{min-width:0!important;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;padding:2px 4px 14px 2px!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important}.frm-cross-sell-list::-webkit-scrollbar{height:8px}.frm-cross-sell-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:999px}.frm-cross-sell-list::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:999px}.frm-cross-sell-card{flex:0 0 200px!important;min-width:200px!important;max-width:200px!important;box-sizing:border-box!important}.frm-cross-sell-card b{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}@media (min-width:761px){.frm-modal-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:46px!important;visibility:visible!important;opacity:1!important}.frm-foot-controls{flex-shrink:0!important}}.admin-crosssell-picker-v2,.admin-crosssell-search-v2,.frm-editor-card,.frm-editor-grid,.frm-editor-main{overflow:visible!important}.frm-editor-card:has(.admin-crosssell-picker-v2){position:relative!important;z-index:120!important}.frm-editor-card:has(.pickup-availability-v1){position:relative!important;z-index:1!important}.admin-crosssell-picker-v2{position:relative!important;z-index:130!important}.admin-crosssell-search-v2{position:relative!important;z-index:140!important}.admin-crosssell-suggest-v2{z-index:9999!important;max-height:360px!important;overflow-y:auto!important;transform:translateY(0)!important}.modifier-editor-tags-v2{gap:16px}.modifier-group-tags-v2{position:relative;overflow:visible}.modifier-group-head-tags-v2{margin-bottom:14px}.modifier-tags-box-v2{display:flex;flex-wrap:wrap;gap:10px;min-height:54px;padding:12px;border:1px dashed #ddd;border-radius:14px;background:#fff}.modifier-empty-v2{display:inline-flex;align-items:center;color:#999;font-size:13px;font-weight:700}.modifier-tag-v2{display:inline-flex;align-items:stretch;overflow:hidden;border-radius:999px;background:#fff0e7;color:#cf5b19;border:1px solid rgba(239,108,37,.15);box-shadow:0 4px 12px rgba(0,0,0,.04)}.modifier-tag-v2.inactive{background:#f1f1f1;color:#777;border-color:#e5e5e5}.modifier-tag-main-v2{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 10px 0 14px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}.modifier-tag-main-v2 strong{font-size:14px;font-weight:800}.modifier-tag-main-v2 small{font-size:12px;font-weight:800;opacity:.75}.modifier-tag-remove-v2{width:34px;min-width:34px;border:0;border-left:1px solid rgba(0,0,0,.06);background:hsla(0,0%,100%,.45);color:inherit;font-size:18px;font-weight:900;cursor:pointer;transition:background .2s ease,transform .2s ease}.modifier-tag-remove-v2:hover{background:hsla(0,0%,100%,.9);transform:scale(1.04)}.modifier-add-row-v2{display:grid;grid-template-columns:minmax(220px,1fr) 140px 120px auto;grid-gap:10px;gap:10px;align-items:center;margin-top:12px}@media (max-width:760px){.modifier-add-row-v2{grid-template-columns:1fr}.modifier-tag-v2{width:100%;border-radius:14px}.modifier-tag-main-v2{flex:1 1;justify-content:space-between}}.admin-order-modifiers-cell-v1{display:flex;flex-direction:column;gap:8px;min-width:260px}.admin-order-modifier-tags-v1{display:flex;flex-wrap:wrap;gap:8px}.admin-order-modifier-tag-v1{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:999px;background:#fff0e7;color:#1f1f1f;font-size:13px;font-weight:700}.admin-order-modifier-tag-v1 small{color:#777;font-weight:700}.admin-order-modifier-tag-v1 input{width:42px;height:28px;border:1px solid #f0d0c0;border-radius:999px;text-align:center;background:#fff}.admin-order-modifier-tag-v1 button{width:24px;height:24px;border:0;border-radius:999px;background:#fff;color:#e85f23;font-size:16px;line-height:1;cursor:pointer}.admin-status-pill-v4{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border-radius:999px;background:#f2f2f2;font-weight:800;font-size:12px}.audit-page-head{align-items:center}.audit-counter{display:inline-flex;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid #ededed;font-weight:900;color:#555;white-space:nowrap}.audit-counter,.audit-toolbar{align-items:center;background:#fff}.audit-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 190px 190px 110px 110px;grid-gap:10px;gap:10px;margin:0 0 22px;padding:14px;border:1px solid #ececec;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.035)}.audit-search{min-width:0}.admin-btn-muted{background:#f2f2f2;color:#222;text-decoration:none}.audit-empty{padding:28px;border-radius:18px;background:#fff;border:1px solid #eee;color:#777;font-weight:800}.audit-timeline{display:grid;grid-gap:24px;gap:24px}.audit-day-title{display:inline-flex;align-items:center;min-height:34px;margin:0 0 10px;padding:0 12px;border-radius:999px;background:#1f1f1f;color:#fff;font-weight:900;text-transform:capitalize}.audit-table-card{overflow:hidden;background:#fff;border:1px solid #e9e9e9;border-radius:20px;box-shadow:0 14px 38px rgba(0,0,0,.045)}.audit-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.audit-table th{padding:14px 16px;background:#fafafa;border-bottom:1px solid #ececec;color:#777;text-align:left;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.audit-table td{padding:16px;border-bottom:1px solid #f0f0f0;vertical-align:top}.audit-table tr:last-child td{border-bottom:0}.audit-col-time{width:115px}.audit-col-actor{width:170px}.audit-col-action{width:145px}.audit-col-entity{width:190px}.audit-actor b,.audit-entity b,.audit-time b{display:block;color:#1f1f1f;font-weight:950}.audit-actor small,.audit-entity small,.audit-time small{display:block;margin-top:4px;color:#888;font-weight:700;line-height:1.35;word-break:break-word}.audit-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:950;white-space:nowrap}.audit-badge-create{background:#ecfdf3;color:#168243}.audit-badge-update{background:#fff5e8;color:#b95709}.audit-badge-delete{background:#fff0f0;color:#c91d1d}.audit-badge-status{background:#edf5ff;color:#1760aa}.audit-badge-role{background:#f4edff;color:#6b2bbd}.audit-message-main{font-weight:850;color:#222;line-height:1.35}.audit-changes{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.audit-change{display:grid;grid-template-columns:minmax(130px,.7fr) minmax(120px,1fr) 24px minmax(120px,1fr);align-items:center;grid-gap:8px;gap:8px;padding:9px 10px;border-radius:12px;background:#fafafa;border:1px solid #f0f0f0}.audit-change-field{font-size:12px;color:#666;font-weight:950}.audit-change-from,.audit-change-to{display:block;min-width:0;padding:6px 8px;border-radius:9px;font-size:13px;font-weight:800;word-break:break-word}.audit-change-from{background:#fff0f0;color:#9c2f2f}.audit-change-to{background:#eefaf2;color:#176935}.audit-change-arrow{text-align:center;color:#999;font-weight:950}.audit-summary-list{margin:10px 0 0;padding-left:18px;color:#555;font-weight:700}.audit-summary-list li:not(:first-child){margin-top:4px}@media (max-width:1100px){.audit-toolbar{grid-template-columns:1fr}.audit-table{table-layout:auto;min-width:920px}.audit-table-card{overflow-x:auto}.audit-page-head{display:grid}.audit-counter{justify-self:start}.audit-change{grid-template-columns:1fr}.audit-change-arrow{display:none}}.audit-details-link,.audit-entity-link{display:inline-flex;align-items:center;margin-top:8px;color:var(--accent,#ef6b2a);font-weight:950;font-size:12px;text-decoration:none}.audit-details-link{margin-top:12px;padding:8px 10px;border-radius:10px;background:#fff5ec}.audit-details-link:hover,.audit-entity-link:hover{text-decoration:underline}.audit-detail-head{align-items:center}.admin-back-link{display:inline-flex;margin-bottom:8px;color:#555;font-weight:850;text-decoration:none}.admin-back-link:hover{color:var(--accent,#ef6b2a)}.audit-order-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.audit-order-summary>div{min-width:0;padding:18px;border:1px solid #ececec;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.035)}.audit-order-summary small,.audit-order-summary span{display:block;color:#777;font-weight:800;line-height:1.4}.audit-order-summary b{display:block;margin:6px 0 4px;color:#1e1e1e;font-size:18px;font-weight:950;line-height:1.2;word-break:break-word}.audit-order-items-card{margin-bottom:22px;padding:18px;border-radius:18px;background:#fff;border:1px solid #ececec;box-shadow:0 12px 32px rgba(0,0,0,.035)}.audit-order-items-card h2{margin:0 0 12px;font-size:20px}.audit-order-items-card ul{display:grid;grid-gap:8px;gap:8px;margin:0;padding-left:20px;font-weight:850}.audit-detail-timeline{position:relative;display:grid;grid-gap:18px;gap:18px;margin-top:8px}.audit-step-card{display:grid;grid-template-columns:46px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start}.audit-step-marker{position:relative;display:flex;justify-content:center}.audit-step-marker:after{content:"";position:absolute;top:42px;bottom:-24px;width:2px;background:#e7e7e7}.audit-step-card:last-child .audit-step-marker:after{display:none}.audit-step-marker span{position:relative;z-index:1;display:grid;place-items:center;width:38px;height:38px;border-radius:999px;background:#1f1f1f;color:#fff;font-weight:950}.audit-step-body{min-width:0;padding:18px;border-radius:20px;background:#fff;border:1px solid #eaeaea;box-shadow:0 14px 38px rgba(0,0,0,.045)}.audit-step-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.audit-step-time{font-weight:950;color:#1f1f1f}.audit-step-actor{margin-top:4px;color:#777;font-weight:800}.audit-step-body h3{margin:0 0 14px;font-size:18px;line-height:1.35}.audit-detail-diff{overflow:hidden;border:1px solid #ededed;border-radius:16px;background:#fff}.audit-detail-diff-head,.audit-detail-diff-row{display:grid;grid-template-columns:190px minmax(0,1fr) minmax(0,1fr);grid-gap:0;gap:0}.audit-detail-diff-head{background:#fafafa;color:#777;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.audit-detail-diff-head span,.audit-detail-diff-row>*{min-width:0;padding:12px 14px;border-right:1px solid #ededed;border-bottom:1px solid #ededed;word-break:break-word;white-space:pre-wrap}.audit-detail-diff-head span:last-child,.audit-detail-diff-row>:last-child{border-right:0}.audit-detail-diff-row:last-child>*{border-bottom:0}.audit-detail-diff-row b{color:#333;background:#fcfcfc;font-weight:950}.audit-old-value{background:#fff6f6;color:#8f2d2d;font-weight:800}.audit-new-value{background:#f1fbf4;color:#196a37;font-weight:800}.audit-detail-summary{margin-top:0;padding:14px 18px 14px 32px;border-radius:14px;background:#fafafa;border:1px solid #ededed}.audit-no-details{padding:14px;border-radius:14px;background:#fff7ee;color:#9a4b08;font-weight:850}@media (max-width:1100px){.audit-order-summary{grid-template-columns:1fr 1fr}.audit-detail-diff{overflow-x:auto}.audit-detail-diff-head,.audit-detail-diff-row{min-width:760px}}@media (max-width:760px){.audit-order-summary,.audit-step-card{grid-template-columns:1fr}.audit-step-marker{display:none}.audit-step-top{display:grid}}.frm-time-modal-card{height:min(760px,calc(100vh - 48px));min-height:0!important;overflow:hidden}.frm-time-apply,.frm-time-modal-head,.frm-time-mode-grid{flex-shrink:0}.frm-time-modal-preorder.is-open{flex:1 1 auto;min-height:0;max-height:none!important;overflow-y:auto!important;overflow-x:hidden;padding-right:6px;padding-bottom:24px;scrollbar-width:thin}.frm-time-modal-preorder.is-open::-webkit-scrollbar{width:8px}.frm-time-modal-preorder.is-open::-webkit-scrollbar-thumb{background:rgba(0,0,0,.18);border-radius:999px}.frm-time-slots{padding-bottom:10px}.frm-time-apply{margin-top:18px!important;position:relative;z-index:2}@media (max-width:720px){.frm-time-modal-card{height:min(680px,calc(100vh - 32px))}.frm-time-modal-preorder.is-open{padding-right:2px;padding-bottom:18px}}.audit-message-compact .audit-message-main{margin-bottom:6px}.audit-compact-note{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;background:#f5f5f5;color:#777;font-size:12px;font-weight:800}.audit-row-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:9px}.audit-entry-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.75fr);grid-gap:18px;gap:18px;margin-bottom:18px}.audit-entry-card{background:#fff;border:1px solid #eee;border-radius:18px;box-shadow:0 14px 36px rgba(0,0,0,.045);padding:20px}.audit-entry-card h2{margin:0 0 14px;font-size:20px}.audit-entry-grid{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:10px 16px;gap:10px 16px}.audit-entry-grid span{font-size:12px;font-weight:900;color:#777;text-transform:uppercase}.audit-entry-grid b{font-size:14px;line-height:1.35}.audit-entry-message-card p{margin:0 0 16px;font-weight:800;line-height:1.45}.audit-json-value{margin:0;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.35}.audit-entry-diff{margin-top:0}.audit-entry-diff .audit-detail-diff-row{align-items:stretch}@media (max-width:900px){.audit-entry-grid,.audit-entry-layout{grid-template-columns:1fr}.audit-table{min-width:900px}.audit-table-card{overflow-x:auto}.audit-toolbar{grid-template-columns:1fr!important}.audit-page-head{display:block}.audit-counter{margin-top:12px}.frm-topbar{z-index:7000;overflow:visible}.frm-topbar-inner{overflow:visible!important}.frm-header-dropdown,.frm-pickup-dropdown{position:relative;z-index:7050}.frm-header-dropdown-menu,.frm-pickup-menu{display:block!important;z-index:9999!important}.frm-pickup-menu{position:absolute!important;left:0;right:auto;top:calc(100% + 8px);max-width:calc(100vw - 32px)}}.frm-category-nav-sentinel{height:0;margin:0;padding:0;pointer-events:none}.frm-category-nav{top:0!important;z-index:90!important;transition:width .28s ease,margin .28s ease,padding .28s ease,border-radius .28s ease,min-height .28s ease,box-shadow .28s ease,background-color .28s ease}.frm-category-nav.is-docked{width:100vw;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;margin-top:0!important;margin-bottom:26px;min-height:68px;border-radius:0!important;padding:0 max(32px,calc((100vw - 1680px) / 2 + 32px));background:hsla(0,0%,100%,.98);border-bottom:1px solid #eee;box-shadow:0 8px 24px rgba(0,0,0,.055);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.frm-category-nav.is-docked .frm-category-link{min-height:40px;display:inline-flex;align-items:center}@media (max-width:900px){.frm-category-nav{top:0!important}.frm-category-nav.is-docked{min-height:62px;padding-left:16px;padding-right:16px;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}}.frm-topbar{height:84px!important;min-width:1024px;background:#fff;border-bottom:0!important;box-shadow:none!important;z-index:101;overflow:visible}.frm-topbar-inner{width:100%;max-width:100%!important;height:100%;margin:0 auto;padding:0 32px!important;display:flex;align-items:center;gap:0!important;box-sizing:border-box;overflow:visible!important}@media screen and (min-width:1265px) and (max-width:1440px){.frm-topbar-inner{max-width:1264px!important}}@media screen and (min-width:1441px) and (max-width:1680px){.frm-topbar-inner{max-width:1440px!important}}@media screen and (min-width:1681px) and (max-width:1920px){.frm-topbar-inner{max-width:1680px!important}}@media screen and (min-width:1921px){.frm-topbar-inner{max-width:1920px!important}}.frm-head-center,.frm-head-left,.frm-head-right{display:flex;align-items:center;box-sizing:border-box}.frm-head-left{flex:0 0 auto}.frm-head-center{flex:1 1 auto;min-width:0;margin:0 16px}@media screen and (min-width:1681px){.frm-head-center{margin:0 32px}}.frm-head-right{flex:0 0 auto;justify-content:flex-end}@media screen and (min-width:1681px){.frm-head-right{width:380px}}.frm-logo-img{display:block;max-width:200px!important;width:auto;height:52px!important;object-fit:contain}.frm-preferences{display:flex;width:100%;height:40px;max-width:680px;box-sizing:border-box;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.frm-preferences-visible{opacity:1;visibility:visible}@media screen and (max-width:1264px){.frm-preferences{max-width:580px}}@media screen and (min-width:1681px){.frm-preferences{max-width:780px}}.frm-preferences-divider{flex:0 0 1px;width:1px;background:#a9a9a9;opacity:.5}.frm-pref-segment{height:40px!important;min-height:40px!important;border-radius:0!important;background:hsla(0,0%,100%,.7)!important;border:1px solid hsla(0,0%,94%,0)!important;box-shadow:none!important;color:#1c1c1c}.frm-pref-delivery{flex:0 0 180px;width:180px}.frm-pref-location{flex:1 1 auto;min-width:0!important;max-width:none!important}.frm-pref-time{flex:0 0 172px;width:172px}.frm-header-address-field.frm-pref-location,.frm-pref-delivery .frm-pill,.frm-pref-time.frm-pill{height:40px!important;min-height:40px!important;padding:0 16px!important;display:flex;align-items:center;gap:14px;box-sizing:border-box;font-size:14px;font-weight:600;background:hsla(0,0%,100%,.7)!important;border:0!important;border-radius:0!important;color:#1c1c1c}.frm-pref-delivery .frm-pill{width:100%;justify-content:flex-start;border-radius:20px 0 0 20px!important}.frm-pref-time.frm-pill{width:100%;justify-content:flex-start;border-radius:0 20px 20px 0!important}.frm-header-address-field.frm-pref-location{border-radius:0!important}.frm-header-address-field.frm-pref-location:hover,.frm-pref-delivery .frm-pill:hover,.frm-pref-time.frm-pill:hover{background:#fcfcfc!important}.frm-header-address-field.frm-pref-location:focus-within,.frm-header-dropdown.is-open .frm-pill,.frm-pickup-dropdown.is-open{background:#fff!important;box-shadow:none!important}.frm-header-dropdown.is-open .frm-pill{border-radius:20px 0 0 0!important}.frm-login svg,.frm-phone svg,.frm-pref-segment svg{flex:0 0 auto}.frm-pref-segment svg{width:18px;height:18px;stroke-width:2}.frm-header-address-field input,.frm-header-address-field select,.frm-pickup-picker{height:100%;min-width:0;font-size:14px!important;font-weight:600!important;color:#1c1c1c!important}.frm-header-address-field input::placeholder{color:#1c1c1c!important;font-weight:500!important;opacity:1}.frm-pickup-picker{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0;border:0;background:transparent;overflow:hidden}.frm-pickup-picker span:first-child{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.frm-checkout-chevron{margin-left:auto;transition:transform .3s ease}.frm-checkout-chevron.is-open,.frm-header-dropdown.is-open .frm-checkout-chevron,.frm-pickup-dropdown.is-open .frm-checkout-chevron{transform:rotate(180deg)}.frm-time-copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.05}.frm-time-copy small{display:block;margin-bottom:2px;color:#777;font-size:11px;font-weight:600}.frm-time-copy b{display:block;max-width:110px;color:#1c1c1c;font-size:13px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.frm-header-dropdown,.frm-pickup-dropdown{position:relative;overflow:visible!important;z-index:120}.frm-header-dropdown-menu,.frm-pickup-menu{top:100%!important;left:0!important;width:100%!important;min-width:100%!important;border-radius:0 0 20px 20px!important;border:1px solid #ececec!important;border-top:0!important;box-shadow:0 5px 10px -10px rgba(0,0,0,.3)!important;padding:8px 0!important;background:#fff!important;z-index:9999!important}.frm-header-dropdown-menu button,.frm-pickup-menu button{width:calc(100% - 16px)!important;min-height:40px;height:auto!important;margin:0 8px;padding:7px 8px!important;border-radius:8px!important;font-size:14px!important;font-weight:600!important;text-align:left}.frm-header-dropdown-menu button:not(:first-child),.frm-pickup-menu button:not(:first-child){margin-top:8px}.frm-phone{margin-left:16px;display:inline-flex;align-items:center;gap:8px;color:var(--accent,#e85917)!important;font-size:16px!important;font-weight:700!important;white-space:nowrap}.frm-phone svg{width:24px!important;height:24px!important;margin:0!important;stroke-width:2}.frm-login{height:40px!important;margin-left:15px;padding:11px 20px 9px!important;display:inline-flex;align-items:center;gap:10px;border:0!important;border-radius:10px!important;background:transparent!important;color:#1c1c1c!important;font-size:14px!important;font-weight:600!important;white-space:nowrap;transition:background .3s ease,transform .2s ease}.frm-login:hover{background:hsla(0,0%,94%,.8)!important}.frm-login:active{transform:scale(.95)}.frm-login svg{margin:0!important;width:16px!important;height:16px!important}@media (max-width:1080px){.frm-topbar{min-width:0;height:72px!important}.frm-topbar-inner{padding:0 16px!important;overflow:visible!important}.frm-head-center{margin:0 10px}.frm-head-right{display:none}.frm-logo-img{max-width:145px!important;height:42px!important}.frm-preferences{max-width:none;height:40px}.frm-pref-delivery{flex-basis:150px;width:150px}.frm-pref-location{display:none!important}.frm-pref-time{flex:0 0 48px;width:48px}.frm-pref-time .frm-checkout-chevron,.frm-pref-time .frm-time-copy{display:none}.frm-pref-time.frm-pill{justify-content:center;padding:0!important;border-radius:0 20px 20px 0!important}}@media (min-width:901px){.frm-topbar{min-width:1024px;background:#fff!important;border-bottom:1px solid #f3f3f3!important;box-shadow:none!important;position:-webkit-sticky;position:sticky;top:0}.frm-topbar,.frm-topbar-inner{height:84px!important;overflow:visible!important}.frm-topbar-inner{max-width:1680px!important;padding:0 32px!important;display:grid!important;grid-template-columns:150px minmax(680px,780px) minmax(330px,1fr);align-items:center!important;grid-column-gap:32px!important;column-gap:32px!important}.frm-head-center,.frm-head-left,.frm-head-right{min-width:0;margin:0!important;width:auto!important}.frm-head-center,.frm-head-left{justify-content:flex-start}.frm-head-right{justify-content:flex-end}.frm-logo-img{max-width:132px!important;width:auto!important;height:52px!important;object-fit:contain!important;object-position:left center!important}.frm-preferences{display:flex!important;width:780px!important;max-width:780px!important;height:40px!important;border-radius:20px!important;background:#f3f3f3!important;box-shadow:none!important;overflow:visible!important;opacity:1!important;visibility:visible!important}.frm-pref-delivery{flex:0 0 180px!important;width:180px!important}.frm-pref-location{flex:1 1 auto!important;min-width:0!important;width:auto!important}.frm-pref-time{flex:0 0 250px!important;width:250px!important}.frm-preferences-divider{align-self:stretch!important;width:1px!important;flex:0 0 1px!important;margin:0!important;background:#d9d9d9!important;opacity:1!important}.frm-header-address-field.frm-pref-location,.frm-pref-delivery .frm-pill,.frm-pref-segment,.frm-pref-time.frm-pill{height:40px!important;min-height:40px!important;border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;color:#1c1c1c!important}.frm-header-address-field.frm-pref-location,.frm-pickup-picker,.frm-pref-delivery .frm-pill,.frm-pref-time.frm-pill{padding:0 16px!important;gap:14px!important;font-size:14px!important;font-weight:600!important;line-height:1.1!important}.frm-pref-delivery .frm-pill{border-radius:20px 0 0 20px!important}.frm-pref-time.frm-pill{border-radius:0 20px 20px 0!important}.frm-header-address-field.frm-pref-location:hover,.frm-pref-delivery .frm-pill:hover,.frm-pref-time.frm-pill:hover{background:#fbfbfb!important}.frm-header-address-field.frm-pref-location:focus-within,.frm-header-dropdown.is-open .frm-pill,.frm-pickup-dropdown.is-open{background:#fff!important}.frm-pref-segment svg{width:18px!important;height:18px!important;color:#1c1c1c!important}.frm-header-address-field input,.frm-pickup-picker span:first-child{font-size:14px!important;font-weight:500!important;color:#1c1c1c!important}.frm-header-address-field input::placeholder{color:#1c1c1c!important;font-weight:500!important;opacity:1!important}.frm-time-copy small{margin:0 0 1px!important;font-size:11px!important;line-height:1!important;color:#777!important;font-weight:500!important}.frm-time-copy b{max-width:175px!important;font-size:13px!important;line-height:1.12!important;font-weight:700!important}.frm-checkout-chevron{margin-left:auto!important;color:#1c1c1c!important;font-size:16px!important;line-height:1!important}.frm-header-dropdown-menu,.frm-pickup-menu{top:100%!important;margin-top:0!important;border-radius:0 0 20px 20px!important;box-shadow:0 7px 18px rgba(0,0,0,.08)!important}.frm-phone{margin-left:0!important;font-size:16px!important;font-weight:700!important;color:var(--accent,#e96f2b)!important;white-space:nowrap!important}.frm-phone svg{width:24px!important;height:24px!important;stroke-width:2.2!important}.frm-login{height:40px!important;margin-left:24px!important;padding:0 16px!important;font-size:14px!important;font-weight:600!important}.frm-login svg{width:16px!important;height:16px!important}}@media (min-width:1681px){.frm-footer-inner,.frm-shell,.frm-topbar-inner{max-width:1680px!important}}@media (min-width:1921px){.frm-footer-inner,.frm-shell,.frm-topbar-inner{max-width:1920px!important}}@media (min-width:1200px){.frm-shell{max-width:1680px!important;padding:32px 32px 0!important}.frm-hero{height:478px!important;grid-template-columns:minmax(0,1fr) 520px!important;border-radius:22px!important;margin-bottom:32px!important;box-shadow:none!important}.frm-hero-left{padding:54px 64px!important}.frm-hero-title{font-size:48px!important;letter-spacing:28px!important;line-height:1.45!important;font-weight:500!important}.frm-category-nav:not(.is-docked){top:88px!important;min-height:82px!important;padding:14px 32px!important;margin-bottom:34px!important;border-radius:20px!important;gap:36px!important;box-shadow:none!important}.frm-category-link{min-height:48px!important;display:inline-flex!important;align-items:center!important;padding:0 18px!important;font-size:16px!important;font-weight:600!important}.frm-content-grid{grid-template-columns:minmax(0,1fr) 390px!important;gap:80px!important}.frm-products{grid-template-columns:repeat(auto-fill,minmax(294px,294px))!important;gap:28px!important}.frm-card{width:294px!important;min-height:430px!important;border-radius:18px!important;box-shadow:0 14px 35px rgba(0,0,0,.06)!important}.frm-card-img,.frm-card-img-wrap{width:294px!important;height:294px!important}.frm-card-body{min-height:136px!important;padding:18px 18px 20px!important}.frm-card-title{font-size:18px!important;line-height:1.18!important;min-height:44px!important;letter-spacing:-.01em!important}.frm-card-weight{margin-top:10px!important;font-size:15px!important}.frm-price{font-size:17px!important}.frm-add{width:44px!important;height:44px!important}.frm-cart{top:176px!important;width:390px!important;border-radius:18px!important;min-height:280px!important;box-shadow:0 14px 35px rgba(0,0,0,.06)!important}.frm-cart-title{padding:22px 24px!important;font-size:26px!important;line-height:1.1!important}}@media (min-width:1921px){.frm-hero{grid-template-columns:minmax(0,1fr) 600px!important}}.frm-category-menu-mobile,.frm-mobile-head{display:none}@media (max-width:900px){.frm-topbar,body{background:#fff!important}.frm-topbar{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100vw!important;min-width:100vw!important;height:58px!important;border:0!important;box-shadow:inset 0 -.5px 0 #e3e3e4!important;z-index:1000!important;overflow:visible!important}.frm-topbar-inner{display:none!important}.frm-mobile-head{display:grid!important;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;width:100%;height:58px;position:relative;z-index:1001;background:#fff}.frm-mobile-head-side{min-width:58px}.frm-mobile-head-side,.frm-mobile-menu-button,.frm-mobile-time-button{display:flex;align-items:center;justify-content:center;width:58px;height:58px}.frm-mobile-menu-button,.frm-mobile-time-button{padding:0;border:0;background:transparent;color:#1c1c1c;transition:transform .3s ease}.frm-mobile-menu-button:active,.frm-mobile-time-button:active{transform:scale(.88)}.frm-mobile-menu-button{flex-direction:column;gap:5px}.frm-mobile-menu-button span{display:block;height:2px;border-radius:2px;background:#1c1c1c}.frm-mobile-menu-button span:first-child,.frm-mobile-menu-button span:nth-child(3){width:20px}.frm-mobile-menu-button span:nth-child(2){width:28px}.frm-mobile-preferences{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;overflow:visible;z-index:1002}.frm-mobile-preferences-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:400px;height:42px;padding:0 16px;border:0;outline:none;border-radius:100px;background:var(--accent,#e96f2b);color:#fff;text-align:center;transition:transform .3s ease,background .3s ease}.frm-mobile-preferences-button:active{transform:scale(.95)}.frm-mobile-preferences-button b,.frm-mobile-preferences-button span{display:block;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.frm-mobile-preferences-button span{font-size:12px;line-height:14px;font-weight:500}.frm-mobile-preferences-button b{margin-top:1px;font-size:16px;line-height:18px;font-weight:700}.frm-mobile-preferences-drop{position:absolute;left:0;right:0;top:calc(100% + 8px);width:100%;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-12px);padding:0;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.16);z-index:10000;transition:opacity .25s ease,max-height .35s ease,transform .35s ease,visibility .35s ease,padding .25s ease}.frm-mobile-preferences.is-open .frm-mobile-preferences-drop{max-height:min(70vh,460px);overflow-y:auto;opacity:1;visibility:visible;transform:translateY(0);padding:8px}.frm-mobile-preferences-drop button{width:100%;min-height:48px;padding:8px 12px;border:0;border-radius:12px;background:transparent;color:#1c1c1c;text-align:left;display:flex;flex-direction:column;justify-content:center}.frm-mobile-pickup-options button:not(:first-child),.frm-mobile-preferences-drop button:not(:first-child){margin-top:6px}.frm-mobile-preferences-drop button.is-selected,.frm-mobile-preferences-drop button:hover{background:#f0f0f0}.frm-mobile-preferences-drop b{font-size:15px;line-height:18px;font-weight:700}.frm-mobile-preferences-drop small{margin-top:2px;color:#777;font-size:12px;line-height:15px;font-weight:500}.frm-mobile-pickup-options{margin-top:8px;padding-top:8px;border-top:1px solid #eee}.frm-shell{min-width:0!important;width:100%!important;max-width:100%!important;margin:0!important;padding:116px 16px 92px!important;display:flex!important;flex-direction:column!important}.frm-category-nav-sentinel{order:0;height:0!important}.frm-category-nav{order:1;position:fixed!important;left:0!important;right:0!important;z-index:999!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;margin:0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:inset 0 -1px 0 #e3e3e4!important;display:flex!important;align-items:center!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none}.frm-category-nav,.frm-category-nav.is-docked{top:58px!important;height:58px!important;min-height:58px!important;padding:9px 16px!important}.frm-category-nav.is-docked{box-shadow:0 10px 15px rgba(0,0,0,.03)!important}.frm-category-menu-mobile{flex:0 0 40px;display:flex!important;width:40px;height:40px;padding:0;margin:0 6px 0 0;border:0;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:4px}.frm-category-menu-mobile span{display:block;width:20px;height:2px;border-radius:2px;background:#1c1c1c}.frm-category-menu-mobile span:nth-child(2){width:26px}.frm-category-link{flex:0 0 auto;display:inline-flex!important;align-items:center;justify-content:center;height:40px!important;min-height:40px!important;padding:0 16px!important;border-radius:20px!important;background:transparent;font-size:14px!important;line-height:1!important;font-weight:500!important;white-space:nowrap}.frm-category-link.active,.frm-category-link:hover{background:#f0f0f0!important}.frm-hero{order:2;width:100%!important;height:180px!important;margin:16px 0 32px!important;border-radius:12px!important;box-shadow:none!important;display:block!important;overflow:hidden!important}.frm-hero-left{width:100%!important;height:100%!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.frm-hero-title{max-width:78%;font-size:28px!important;line-height:1.45!important;letter-spacing:10px!important;font-weight:500!important}.frm-hero-image{display:none!important}.frm-store-closed-banner{order:3}.frm-content-grid{order:4;display:block!important}.frm-section{padding-bottom:48px!important;scroll-margin-top:132px!important}.frm-section-title{margin:0 0 18px!important;font-size:28px!important;line-height:1.15!important;font-weight:800!important}.frm-products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:16px!important;gap:16px!important}.frm-card{width:100%!important;min-width:0!important;min-height:0!important;border-radius:20px!important;box-shadow:0 10px 15px rgba(0,0,0,.03)!important}.frm-card-img,.frm-card-img-wrap{width:100%!important;height:auto!important;aspect-ratio:1/1!important;border-radius:20px 20px 0 0!important}.frm-card-img{object-fit:cover!important}.frm-card-body{padding:14px 16px 16px!important;min-height:142px!important}.frm-card-title{font-size:16px!important;line-height:1.18!important;min-height:58px!important;font-weight:800!important}.frm-card-weight{margin-top:8px!important;font-size:14px!important;color:#959595!important}.frm-price{font-size:15px!important;font-weight:800!important}.frm-add{width:36px!important;height:36px!important}.frm-cart{display:none!important}.frm-topbar{box-shadow:inset 0 -.5px 0 #e3e3e4!important}.frm-mobile-head,.frm-topbar{height:58px!important;min-height:58px!important;max-height:58px!important}.frm-mobile-head{grid-template-columns:58px minmax(0,1fr) 82px!important}.frm-mobile-head-side{width:58px!important;min-width:58px!important;height:58px!important}.frm-mobile-head-side:last-child{width:82px!important;min-width:82px!important;justify-content:center!important}.frm-mobile-menu-button{width:58px!important;height:58px!important}.frm-mobile-time-button{width:70px!important;height:42px!important;border-radius:999px!important;background:#f0f0f0!important;color:#1c1c1c!important;gap:3px!important;flex-direction:column!important;font-weight:700!important;font-size:10px!important;line-height:1!important}.frm-mobile-time-button svg{width:18px!important;height:18px!important;stroke-width:2.1!important}.frm-mobile-time-label{display:block!important;max-width:58px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}.frm-mobile-preferences{height:58px!important;min-width:0!important;padding:0 4px!important}.frm-mobile-preferences-button{height:42px!important;max-width:none!important;width:100%!important;padding:0 16px!important;border-radius:100px!important;background:var(--accent,#e96f2b)!important;box-shadow:none!important}.frm-mobile-preferences-button span{font-size:12px!important;line-height:14px!important;font-weight:500!important}.frm-mobile-preferences-button b{margin-top:0!important;font-size:16px!important;line-height:18px!important;font-weight:700!important}.frm-mobile-preferences-drop{left:4px!important;right:4px!important;top:calc(100% + 8px)!important;width:auto!important;z-index:12000!important}.frm-category-nav{top:58px!important;height:58px!important;min-height:58px!important;padding:9px 16px!important;z-index:990!important}.frm-shell{padding-top:116px!important}.frm-hero{margin-top:16px!important}}@media (max-width:639px){.frm-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.frm-card-img,.frm-card-img-wrap{aspect-ratio:auto!important;height:242px!important}.frm-card-body{min-height:172px!important;padding:16px 16px 18px!important}.frm-card-title{font-size:18px!important;line-height:1.16!important;min-height:64px!important}.frm-card-weight{font-size:15px!important}.frm-price{font-size:17px!important}}@media (min-width:1200px){.frm-content-grid{grid-template-columns:minmax(0,1fr) 390px!important;gap:80px!important}.frm-products{grid-template-columns:repeat(auto-fill,minmax(294px,294px))!important;gap:28px!important}.frm-card{width:294px!important;min-height:430px!important}.frm-card-img,.frm-card-img-wrap{width:294px!important;height:294px!important;aspect-ratio:auto!important}.frm-cart{width:390px!important}}.frm-nutrients{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch;background:#f3f3f3;border-radius:8px;overflow:hidden}.frm-nutrient{min-width:0;padding:11px 6px;border-left:1px solid #e1e1e1}.frm-nutrient:first-child{border-left:0}.frm-nutrient-label,.frm-nutrient-value{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:420px){.frm-nutrients{grid-template-columns:repeat(4,minmax(0,1fr))!important}.frm-nutrient{padding:9px 3px}.frm-nutrient-value{font-size:13px;line-height:1.15}.frm-nutrient-label{font-size:9px;line-height:1.15;letter-spacing:-.2px}}@media (max-width:360px){.frm-nutrient{padding-left:2px;padding-right:2px}.frm-nutrient-value{font-size:12px}.frm-nutrient-label{font-size:8px}}.frm-nutrients{grid-template-columns:none!important;flex-wrap:nowrap!important;width:100%;min-width:0;font-weight:500;font-size:14px;background:#f4f4f4!important;border-radius:8px!important;overflow:hidden!important;margin-top:8px;margin-bottom:18px}.frm-nutrient,.frm-nutrients{display:flex!important;align-items:center!important}.frm-nutrient{flex:1 1!important;min-width:0!important;flex-direction:column!important;justify-content:center!important;padding:12px 8px!important;box-sizing:border-box;text-align:center;border-left:0!important}.frm-nutrient:first-child{background:#e5e5e5!important}.frm-nutrient:not(:first-child){border-left:1px solid rgba(0,0,0,.08)!important}.frm-nutrient-value{font-size:16px!important;line-height:20px;font-weight:700!important}.frm-nutrient-label,.frm-nutrient-value{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.frm-nutrient-label{color:#959595!important;text-transform:lowercase;font-size:12px!important;line-height:16px;margin-top:0}@media (max-width:380px){.frm-nutrient{padding-left:4px!important;padding-right:4px!important}.frm-nutrient-value{font-size:14px!important}.frm-nutrient-label{font-size:10px!important}}.admin-pickup-point-field-v1{gap:10px}.admin-pickup-point-field-v1 small{display:block;color:#777;font-size:12px;font-weight:600;line-height:1.35}.admin-pickup-point-field-v1 label{display:flex;flex-direction:column;gap:7px}.admin-pickup-warning-overlay-v1{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:24px;background:hsla(0,0%,8%,.42);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.admin-pickup-warning-card-v1{width:min(520px,100%);padding:24px;border-radius:20px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.22);animation:adminPickupWarningAppear .22s ease}.admin-pickup-warning-card-v1 h3{margin:0 0 10px;font-size:22px;line-height:1.2;font-weight:900}.admin-pickup-warning-card-v1 p{margin:0;color:#555;font-size:15px;line-height:1.5;font-weight:600}.admin-pickup-warning-actions-v1{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.admin-pickup-unavailable-panel-v1{grid-column:1/-1;display:flex;flex-direction:column;gap:4px;padding:14px 16px;margin-bottom:16px;border:1px solid #ffd0b5;border-radius:16px;background:#fff6ef;color:#8a3600;font-weight:700}.admin-pickup-unavailable-panel-v1 span{color:#9a5a31;font-size:13px}.admin-order-product-select-cell-v1{display:flex;flex-direction:column;gap:6px;min-width:0}.admin-order-item-row-v1.admin-order-item-unavailable-v1{background:#fff7f2;box-shadow:inset 4px 0 0 #ff7a1a}.admin-pickup-product-warning-v1{display:block;color:#b94d00;font-size:12px;line-height:1.35;font-weight:800}.admin-order-save-v1:disabled{opacity:.55;cursor:not-allowed}@keyframes adminPickupWarningAppear{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1100px){.admin-pickup-warning-actions-v1{flex-direction:column}.admin-pickup-warning-actions-v1 .admin-btn{width:100%}}.frm-mobile-drawer,.frm-mobile-drawer-backdrop{display:none}@media (max-width:760px){.frm-mobile-drawer-backdrop{display:block;position:fixed;inset:0;z-index:1490;background:rgba(0,0,0,.32);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .28s ease,visibility .28s ease}.frm-mobile-drawer-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.frm-mobile-drawer{display:block;position:fixed;top:0;bottom:0;left:0;width:min(86vw,360px);z-index:1500;transform:translateX(-105%);transition:transform .32s cubic-bezier(.22,.61,.36,1);pointer-events:none}.frm-mobile-drawer.is-open{transform:translateX(0);pointer-events:auto}.frm-mobile-drawer-box{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:5px 0 40px -10px rgba(0,0,0,.18);overflow:hidden}.frm-mobile-drawer-head{min-height:58px;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 16px;border-bottom:1px solid #f0f0f0;box-sizing:border-box}.frm-mobile-drawer-logo{max-width:118px;max-height:42px;object-fit:contain}.frm-mobile-drawer-close{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:0;border-radius:38px;background:transparent;font-size:28px;line-height:1;color:#1c1c1c;transition:background .3s ease,transform .3s ease}.frm-mobile-drawer-close:active{transform:scale(.86)}.frm-mobile-drawer-close:hover{background:#f6f6f6}.frm-mobile-drawer-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.frm-mobile-drawer-auth{padding:10px 0}.frm-mobile-drawer-menu{margin:0;padding:8px 0;border-top:8px solid #f0f0f0}.frm-mobile-drawer-option{position:relative;display:flex;align-items:center;width:100%;min-height:52px;padding:8px 0;color:#1c1c1c;background:transparent;border:0;text-align:left;text-decoration:none;box-sizing:border-box;transition:background .3s ease}.frm-mobile-drawer-option:not(:first-child):before{content:"";position:absolute;top:0;left:68px;width:calc(100% - 68px);border-top:1px solid #f0f0f0}.frm-mobile-drawer-option:active,.frm-mobile-drawer-option:hover{background:#f7f7f7}.frm-mobile-drawer-user{min-height:78px;padding-top:16px;padding-bottom:16px}.frm-mobile-drawer-icon{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;margin-left:16px;margin-right:16px;border-radius:36px;color:#fff}.frm-mobile-drawer-user .frm-mobile-drawer-icon{width:46px;height:46px;margin-left:11px;margin-right:11px}.frm-mobile-drawer-icon-primary{background:#4d268d}.frm-mobile-drawer-icon-secondary{background:var(--accent,#e85917)}.frm-mobile-drawer-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.frm-mobile-drawer-info b{font-weight:600;font-size:16px;line-height:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.frm-mobile-drawer-user .frm-mobile-drawer-info b{font-weight:700;font-size:18px;line-height:22px}.frm-mobile-drawer-info small{margin-top:1px;font-weight:500;font-size:12px;line-height:16px;color:#999;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.frm-mobile-drawer-footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;padding:28px 18px 32px;background:#f4f4f4;text-align:center;color:#777;font-size:13px}.frm-mobile-drawer-footer-title{font-weight:700;font-size:16px;color:#1c1c1c}.frm-mobile-drawer-footer-text{font-weight:500;font-size:13px;color:#777}.frm-mobile-drawer-footer a{font-weight:500;font-size:13px;color:#999;text-decoration:none}.frm-mobile-drawer-footer a:hover{color:#1c1c1c}}.frm-category-link{border:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;cursor:pointer;color:#1c1c1c}@media (min-width:901px){.frm-category-nav.is-docked{top:0!important;z-index:5000!important}.frm-category-nav.is-docked .frm-category-menu-mobile{display:none!important}}.frm-category-modal-backdrop{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.42);z-index:25000;animation:frm-category-backdrop-in .2s ease}.frm-category-modal-card{width:min(520px,calc(100vw - 24px));max-height:min(78vh,640px);display:flex;flex-direction:column;margin:0 12px 12px;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.22);animation:frm-category-modal-up .28s ease}.frm-category-modal-head{min-height:58px;display:flex;align-items:center;padding:0 16px 0 20px;border-bottom:1px solid #eee}.frm-category-modal-head b{flex:1 1;font-size:18px;font-weight:800}.frm-category-modal-head button{width:38px;height:38px;border:0;border-radius:999px;background:transparent;color:#1c1c1c;font-size:28px;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease}.frm-category-modal-head button:active{transform:scale(.9)}.frm-category-modal-head button:hover{background:#f5f5f5}.frm-category-modal-list{padding:12px 12px 16px;overflow-y:auto;-webkit-overflow-scrolling:touch}.frm-category-modal-list button{width:100%;min-height:48px;display:flex;align-items:center;gap:12px;padding:0 12px 0 16px;border:0;border-radius:12px;background:transparent;color:#1c1c1c;font-family:inherit;text-align:left;cursor:pointer;transition:background .2s ease}.frm-category-modal-list button:not(:first-child){margin-top:6px}.frm-category-modal-list button.is-active,.frm-category-modal-list button:hover{background:#f0f0f0}.frm-category-modal-list span{flex:1 1;font-size:16px;font-weight:650}.frm-category-modal-list small{min-width:30px;color:#666;font-size:14px;font-weight:650;text-align:right}@keyframes frm-category-modal-up{0%{opacity:.6;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes frm-category-backdrop-in{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.frm-category-menu-mobile{display:none!important}.frm-category-menu-mobile.is-visible{flex:0 0 40px;display:flex!important}.frm-category-nav.no-overflow{padding-left:16px!important}.frm-category-nav.no-overflow .frm-category-menu-mobile{display:none!important}.frm-category-nav.has-overflow .frm-category-link{flex:0 0 auto}.frm-category-modal-backdrop{align-items:flex-end;z-index:30000}.frm-category-modal-card{width:100%;max-height:calc(100vh - 76px);margin:0;border-radius:20px 20px 0 0}.frm-category-modal-list{padding-bottom:calc(18px + env(safe-area-inset-bottom))}.frm-category-modal-list button{min-height:52px}}.admin-content-grid-v1{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:18px;gap:18px;align-items:start}.admin-content-grid-v1 .frm-editor-card{display:flex;flex-direction:column;gap:14px}.admin-content-grid-v1 .frm-editor-card h2:not(:first-child){margin-top:20px;padding-top:18px;border-top:1px solid #eee}.admin-page-textarea-v1{min-height:180px;line-height:1.55;resize:vertical}.admin-image-optimizer-card-v1{position:-webkit-sticky;position:sticky;top:24px}.admin-optimizer-list-v1{margin:0 0 14px 18px;padding:0;color:#555;font-weight:600;font-size:14px;line-height:1.6}.public-content-page-v1{min-height:100vh;background:#f6f6f6;padding:48px 16px;font-family:Montserrat,Arial,sans-serif}.public-content-shell-v1{max-width:920px;margin:0 auto;background:#fff;border-radius:24px;padding:40px;box-shadow:0 12px 36px rgba(0,0,0,.05)}.public-content-back-v1{display:inline-flex;margin-bottom:24px;color:#666;font-weight:700;text-decoration:none}.public-content-logo-v1{display:block;max-width:180px;max-height:70px;object-fit:contain;margin-bottom:18px}.public-content-shell-v1 h1{margin:0 0 24px;font-size:34px;line-height:1.15}.public-content-text-v1{font-size:16px;line-height:1.72;color:#333}.public-content-text-v1 p{margin:0 0 14px}.frm-mobile-drawer-footer a{display:block;margin-top:14px}@media (max-width:900px){.admin-content-grid-v1{grid-template-columns:1fr}.admin-image-optimizer-card-v1{position:static}.public-content-page-v1{padding:24px 12px}.public-content-shell-v1{padding:24px 18px;border-radius:18px}.public-content-shell-v1 h1{font-size:26px}.public-content-text-v1{font-size:15px}}.frm-footer-link-button{display:block;width:max-content;max-width:100%;margin:8px 0 0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.frm-footer-link-button:hover{color:var(--brand,#ef6c24)}.ui_dialog_container.frm-info-dialog{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.frm-info-dialog .ui_dialog_shadow{position:absolute;inset:0;background:rgba(0,0,0,.55);z-index:0}.frm-info-dialog .app_common_dialogHowToPay_box{position:relative;z-index:1;display:flex;flex-direction:column;width:min(760px,100%);max-height:min(760px,calc(100vh - 48px));background:#fff;border-radius:20px;box-shadow:0 20px 70px rgba(0,0,0,.22);overflow:hidden}.frm-info-dialog .app_common_dialogHowToPay_head{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #eee;box-sizing:border-box}.frm-info-dialog .app_common_dialogHowToPay_headLeft{font-size:22px;font-weight:900;color:#1c1c1c}.frm-info-dialog .app_common_dialogHowToPay_headButton{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:50%;background:#f4f4f4;cursor:pointer;transition:background .2s ease,transform .2s ease}.frm-info-dialog .app_common_dialogHowToPay_headButton:hover{background:#ececec}.frm-info-dialog .app_common_dialogHowToPay_headButton:active{transform:scale(.92)}.frm-info-dialog .app_common_dialogHowToPay_headButton svg{width:14px;height:14px}.frm-info-dialog .app_common_dialogHowToPay_body{flex:1 1;overflow-y:auto;padding:22px;box-sizing:border-box}.frm-info-dialog .app_common_dialogHowToPay_texts{font-size:14px;line-height:1.65;font-weight:500;color:#333}.frm-info-dialog .app_common_dialogHowToPay_texts p{margin:0 0 14px}.frm-info-dialog .app_common_dialogHowToPay_texts a{color:#ef6c24;text-decoration:underline;text-underline-offset:3px}.frm-info-dialog .app_common_dialogHowToPay_texts hr{height:1px;margin:24px 0;border:0;background:#eee}@media (max-width:700px){.ui_dialog_container.frm-info-dialog{padding:0;align-items:stretch}.frm-info-dialog .app_common_dialogHowToPay_box{width:100%;height:100%;max-height:100%;border-radius:0}.frm-info-dialog .app_common_dialogHowToPay_head{min-height:58px;padding:12px 16px}.frm-info-dialog .app_common_dialogHowToPay_headLeft{font-size:20px}.frm-info-dialog .app_common_dialogHowToPay_body{padding:16px}}.frm-modal-cover{display:flex!important;align-items:center!important;justify-content:center!important;background:#f4f4f4!important}.frm-modal-cover img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:transparent!important}.frm-modal-blur{display:block!important;background-size:cover!important;background-position:50%!important;filter:blur(32px) brightness(.92)!important;opacity:.28!important;transform:scale(1.16)!important}@media (max-width:720px){.frm-modal-cover img{object-fit:contain!important}}.frm-import-v1{display:flex;flex-direction:column;gap:22px}.frm-import-grid-v1{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:14px;gap:14px;align-items:end}.frm-import-error-v1{margin-top:14px;padding:14px 16px;border-radius:12px;background:#feeeee;color:#c40000;font-weight:700}.frm-import-warnings-v1{margin:12px 0;padding:12px 14px;border-radius:12px;background:#fff7e8;color:#9a5300;font-weight:600}.frm-import-warnings-v1 p{margin:4px 0}.frm-import-stats-v1{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.frm-import-stats-v1 div{padding:12px;border-radius:14px;background:#f5f5f5}.frm-import-stats-v1 span{display:block;font-size:12px;color:#777}.frm-import-stats-v1 b{display:block;margin-top:4px;font-size:20px}.frm-table-wrap-v1{width:100%;overflow:auto;border:1px solid #eee;border-radius:16px}.frm-import-table-v1{width:100%;border-collapse:collapse;background:#fff}.frm-import-table-v1 td,.frm-import-table-v1 th{padding:12px 14px;border-bottom:1px solid #eee;text-align:left;vertical-align:top;font-size:13px}.frm-import-table-v1 th{font-size:11px;text-transform:uppercase;color:#777;background:#fafafa}.frm-import-badge-v1{display:inline-flex;padding:5px 10px;border-radius:999px;background:#eee;font-weight:800;font-size:12px}.frm-import-badge-v1.created{background:#e8f8ef;color:#08743a}.frm-import-badge-v1.updated{background:#e8f1ff;color:#155fc0}.frm-import-badge-v1.skipped{background:#f2f2f2;color:#777}.frm-import-badge-v1.preview{background:#fff3e8;color:#d75a13}@media (max-width:900px){.frm-import-grid-v1,.frm-import-stats-v1{grid-template-columns:1fr}}.settings-tabs-v1 #settings-tab-images:not(:checked)~.settings-tabs-panels-v1 .settings-panel-images-v1{display:none}.settings-tabs-v1 #settings-tab-images:checked~.settings-tabs-nav-v1 label[for=settings-tab-images]{background:#1f2937;color:#fff}.image-optimizer-plugin-v1{display:flex;flex-direction:column;gap:16px}.image-optimizer-head-v1{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.image-optimizer-head-v1 h3{margin:0 0 6px;font-size:20px}.image-optimizer-actions-v1{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.image-optimizer-progress-v1{padding:14px;border:1px solid #ececec;border-radius:14px;background:#fafafa}.image-optimizer-progress-info-v1{display:flex;justify-content:space-between;gap:16px;margin-bottom:10px;font-size:14px}.image-optimizer-progress-track-v1{height:10px;border-radius:999px;overflow:hidden;background:#e5e7eb}.image-optimizer-progress-bar-v1{height:100%;border-radius:999px;background:#f97316;transition:width .25s ease}.image-optimizer-stats-v1{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.image-optimizer-stats-v1 div{padding:14px;border-radius:14px;background:#f7f7f7;border:1px solid #ececec}.image-optimizer-stats-v1 b{display:block;font-size:22px;line-height:1.1}.image-optimizer-stats-v1 span{display:block;margin-top:4px;font-size:12px;color:#777}.image-optimizer-table-v1{border:1px solid #ececec;border-radius:14px;overflow:hidden}.image-optimizer-row-v1,.image-optimizer-table-head-v1{display:grid;grid-template-columns:minmax(180px,1fr) minmax(220px,1.7fr) 110px;grid-gap:12px;gap:12px;align-items:center;padding:10px 14px}.image-optimizer-table-head-v1{background:#f5f5f5;font-weight:700;font-size:13px}.image-optimizer-row-v1{border-top:1px solid #f0f0f0;font-size:13px}.image-optimizer-result-v1 code,.image-optimizer-row-v1 code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#666}.image-optimizer-results-v1{display:flex;flex-direction:column;gap:8px}.image-optimizer-results-v1 h4{margin:0 0 4px}.image-optimizer-result-v1{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(200px,1.2fr) minmax(160px,1fr);grid-gap:12px;gap:12px;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid #ececec;font-size:13px}.image-optimizer-result-v1.is-success{background:#effaf1;border-color:#bfe8c8}.image-optimizer-result-v1.is-skipped{background:#f7f7f7}.image-optimizer-result-v1.is-error{background:#fff1f1;border-color:#ffc9c9}@media (max-width:760px){.image-optimizer-head-v1{flex-direction:column}.image-optimizer-actions-v1{width:100%;justify-content:stretch}.image-optimizer-actions-v1 button{flex:1 1 auto}.image-optimizer-stats-v1{grid-template-columns:repeat(2,minmax(0,1fr))}.image-optimizer-result-v1,.image-optimizer-row-v1,.image-optimizer-table-head-v1{grid-template-columns:1fr}}.settings-tabs-v1 #settings-tab-images:checked~.settings-tabs-panels-v1 .settings-panel-images-v1{display:block!important}.settings-tabs-v1 #settings-tab-images:checked~.settings-tabs-nav-v1 label[for=settings-tab-images]{background:#ec6b2a!important;color:#fff!important;box-shadow:0 8px 18px rgba(236,107,42,.22)}.frm-category-measure{position:fixed;left:-99999px;top:-99999px;visibility:hidden;pointer-events:none;white-space:nowrap;display:flex;gap:8px;height:0;overflow:hidden}.frm-category-measure-link{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 16px;border-radius:20px;box-sizing:border-box;white-space:nowrap;color:#1c1c1c;font-weight:500;font-size:14px;font-family:inherit}.frm-category-more{position:relative;display:none;flex:0 0 auto;margin-left:auto;z-index:20}.frm-category-nav.has-overflow .frm-category-more{display:block}.frm-category-more-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border:0;border-radius:20px;background:transparent;color:#1c1c1c;font-family:inherit;font-size:14px;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .3s ease,transform .3s ease}.frm-category-more-button:hover,.frm-category-more.is-open .frm-category-more-button{background:#f0f0f0}.frm-category-more-button:active{transform:scale(.96)}.frm-category-more-button svg{transition:transform .3s ease}.frm-category-more.is-open .frm-category-more-button svg{transform:rotate(180deg)}.frm-category-more-menu{position:absolute;right:0;top:calc(100% + 12px);display:none;width:260px;max-height:min(520px,calc(100vh - 140px));padding:8px;overflow-y:auto;border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(0,0,0,.14);border:1px solid #f0f0f0;animation:frm-category-more-in .24s ease}.frm-category-more.is-open .frm-category-more-menu{display:block}.frm-category-more-menu button{width:100%;min-height:40px;display:flex;align-items:center;justify-content:flex-start;padding:0 12px;border:0;border-radius:10px;background:transparent;color:#1c1c1c;font-family:inherit;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background .2s ease}.frm-category-more-menu button:not(:first-child){margin-top:4px}.frm-category-more-menu button.is-active,.frm-category-more-menu button:hover{background:#f0f0f0}@keyframes frm-category-more-in{0%{opacity:.4;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:901px){.frm-category-nav{overflow:visible!important;gap:8px!important}.frm-category-nav .frm-category-link{height:40px;padding:0 16px;font-size:14px;font-weight:500}.frm-category-nav.has-overflow .frm-category-link:last-of-type{margin-right:0}.frm-category-nav.has-overflow .frm-category-menu-mobile{display:none!important}}@media (max-width:900px){.frm-category-more{display:none!important}}@media (min-width:901px){.frm-category-nav-sentinel{height:0!important}.frm-category-nav{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:9999!important;display:flex!important;align-items:center!important;width:100%!important;min-width:1024px;height:80px!important;min-height:80px!important;box-sizing:border-box!important;padding:0 32px!important;margin:0 0 32px!important;gap:0!important;overflow:visible!important;background:#fff!important;border-radius:20px!important;border:0!important;box-shadow:none!important;scrollbar-width:none!important}.frm-category-nav::-webkit-scrollbar{display:none!important}.frm-category-nav.is-docked{position:fixed!important;left:0!important;right:0!important;top:0!important;width:100vw!important;max-width:100vw!important;min-width:1024px!important;height:80px!important;min-height:80px!important;margin:0!important;padding-left:max(32px,calc((100vw - 1680px) / 2 + 32px))!important;padding-right:max(32px,calc((100vw - 1680px) / 2 + 32px))!important;border-radius:0!important;background:#fff!important;box-shadow:0 6px 15px rgba(0,0,0,.02)!important;border-bottom:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.frm-category-link{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;height:48px!important;min-height:48px!important;padding:0 16px!important;border-radius:30px!important;background:#fff!important;color:#1c1c1c!important;font-size:16px!important;font-weight:500!important;white-space:nowrap!important;transition:background .3s ease,transform .3s ease!important}.frm-category-link:not(:first-of-type){margin-left:32px!important}.frm-category-link.active,.frm-category-link:hover{background:#eee!important}.frm-category-link:active{transform:scale(.96)}.frm-category-menu-mobile,.frm-category-more{display:none!important}.frm-category-more{position:relative!important;flex:0 0 auto!important;margin-left:32px!important;z-index:10001!important}.frm-category-nav.has-overflow .frm-category-more{display:block!important}.frm-category-more-button{display:flex!important;align-items:center!important;justify-content:center!important;height:48px!important;padding:0 16px!important;border-radius:30px!important;border:none!important;background:#fff!important;color:#1c1c1c!important;font-size:16px!important;font-weight:500!important;cursor:pointer!important;transition:background .3s ease,transform .3s ease!important}.frm-category-more-button:hover,.frm-category-more.is-open .frm-category-more-button{background:#eee!important}.frm-category-more-button:active{transform:scale(.96)}.frm-category-more-button svg{position:relative;top:1px;width:12px!important;height:12px!important;margin-left:12px!important;transition:transform .3s ease!important}.frm-category-more.is-open .frm-category-more-button svg{transform:rotate(180deg)!important}.frm-category-more-menu{position:absolute!important;right:-32px!important;top:calc(100% + 10px)!important;display:none!important;width:320px!important;max-height:390px!important;overflow:auto!important;padding:24px!important;margin:0!important;box-sizing:border-box!important;background:#fff!important;box-shadow:0 10px 15px rgba(0,0,0,.03),0 18px 45px rgba(0,0,0,.08)!important;border:0!important;border-radius:20px!important;font-weight:500!important;font-size:16px!important;z-index:10002!important;animation:frm-category-more-in .24s ease!important}.frm-category-more.is-open .frm-category-more-menu{display:block!important}.frm-category-more-menu button{display:flex!important;align-items:center!important;width:100%!important;height:48px!important;min-height:48px!important;padding:0 16px!important;border:none!important;border-radius:30px!important;background:#fff!important;color:#1c1c1c!important;font-size:16px!important;font-weight:500!important;text-align:left!important;cursor:pointer!important;transition:background .3s ease!important}.frm-category-more-menu button:not(:first-child){margin-top:8px!important}.frm-category-more-menu button.is-active,.frm-category-more-menu button:hover{background:#eee!important}.frm-category-measure{position:fixed!important;left:-99999px!important;top:-99999px!important;visibility:hidden!important;pointer-events:none!important;white-space:nowrap!important;display:flex!important;gap:32px!important;height:0!important;overflow:hidden!important}.frm-category-measure-link{display:inline-flex!important;align-items:center!important;height:48px!important;padding:0 16px!important;border-radius:30px!important;box-sizing:border-box!important;white-space:nowrap!important;font-size:16px!important;font-weight:500!important;font-family:inherit!important}.frm-category-nav{max-width:100%!important;justify-content:flex-start!important;align-content:center!important}.frm-category-nav.has-overflow .frm-category-more{margin-left:32px!important;margin-right:0!important;align-self:center!important}.frm-category-more-button{box-sizing:border-box!important;min-width:86px!important}.frm-category-more-menu{right:0!important;margin-right:0!important}.frm-category-nav.is-docked .frm-category-more-menu,.frm-category-nav:not(.is-docked) .frm-category-more-menu{right:0!important}.frm-category-nav.has-overflow{flex-wrap:nowrap!important;box-sizing:border-box!important}.frm-category-nav.has-overflow .frm-category-link{flex-shrink:0!important}.frm-category-nav.has-overflow .frm-category-more{flex-shrink:0!important;margin-left:32px!important;margin-right:0!important}.frm-category-nav.has-overflow .frm-category-more-button{height:48px!important;min-width:86px!important;padding:0 16px!important;box-sizing:border-box!important}.frm-category-nav.has-overflow .frm-category-more-menu{right:-32px!important}.frm-category-nav{position:-webkit-sticky!important;position:sticky!important;z-index:9999!important;display:flex!important;flex-direction:row!important;align-items:center!important;width:100%!important;box-sizing:border-box!important;padding:0 32px!important;margin:0 0 32px!important;gap:0!important;overflow:visible!important;border-radius:20px!important;border:0!important;box-shadow:none!important}.frm-category-nav,.frm-category-nav.is-docked{top:0!important;min-width:1024px!important;height:80px!important;min-height:80px!important;background:#fff!important}.frm-category-nav.is-docked{position:fixed!important;left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;margin:0!important;padding-left:max(32px,calc((100vw - 1680px) / 2 + 32px))!important;padding-right:max(32px,calc((100vw - 1680px) / 2 + 32px))!important;border-radius:0!important;box-shadow:0 6px 15px rgba(0,0,0,.02)!important}.frm-category-row{flex:1 1 auto!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-start!important;min-width:0!important;height:48px!important;max-height:48px!important;overflow:hidden!important}.frm-category-row .frm-category-link{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;height:48px!important;min-height:48px!important;padding:0 16px!important;margin:0!important;border:0!important;border-radius:30px!important;background:#fff!important;color:#1c1c1c!important;font-size:16px!important;font-weight:500!important;line-height:48px!important;white-space:nowrap!important;cursor:pointer!important;transition:background .3s ease,transform .3s ease!important}.frm-category-row .frm-category-link:not(:first-child){margin-left:32px!important}.frm-category-row .frm-category-link.active,.frm-category-row .frm-category-link:hover{background:#eee!important}.frm-category-menu-mobile,.frm-category-more{display:none!important}.frm-category-more{position:relative!important;flex:0 0 auto!important;margin-left:32px!important;margin-right:0!important;z-index:10001!important}.frm-category-nav.has-overflow .frm-category-more{display:block!important}.frm-category-more-button{display:flex!important;align-items:center!important;justify-content:center!important;height:48px!important;min-height:48px!important;padding:0 16px!important;border-radius:30px!important;border:0!important;background:#fff!important;color:#1c1c1c!important;font-size:16px!important;font-weight:500!important;line-height:48px!important;white-space:nowrap!important;cursor:pointer!important;transition:background .3s ease,transform .3s ease!important}.frm-category-more-button:hover,.frm-category-more.is-open .frm-category-more-button{background:#eee!important}.frm-category-more-button svg{position:relative!important;top:1px!important;width:12px!important;height:12px!important;margin-left:12px!important;transition:transform .3s ease!important}.frm-category-more.is-open .frm-category-more-button svg{transform:rotate(180deg)!important}.frm-category-more-menu{position:absolute!important;right:-32px!important;top:calc(100% + 10px)!important;display:none!important;width:320px!important;max-height:390px!important;overflow:auto!important;padding:24px!important;margin:0!important;box-sizing:border-box!important;background:#fff!important;border:0!important;border-radius:20px!important;box-shadow:0 10px 15px rgba(0,0,0,.03),0 18px 45px rgba(0,0,0,.08)!important;z-index:10002!important}.frm-category-more.is-open .frm-category-more-menu{display:block!important}.frm-category-more-menu button{display:flex!important;align-items:center!important;width:100%!important;height:48px!important;min-height:48px!important;padding:0 16px!important;border:0!important;border-radius:30px!important;background:#fff!important;color:#1c1c1c!important;font-size:16px!important;font-weight:500!important;text-align:left!important;cursor:pointer!important;transition:background .3s ease!important}.frm-category-more-menu button:not(:first-child){margin-top:8px!important}.frm-category-more-menu button.is-active,.frm-category-more-menu button:hover{background:#eee!important}}@media (max-width:900px){.frm-category-row{flex:1 1 auto!important;display:flex!important;align-items:center!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important}.frm-category-row::-webkit-scrollbar{display:none!important}.frm-category-row .frm-category-link{flex:0 0 auto!important}}.frm-category-modal-backdrop,.frm-info-dialog,.frm-modal-backdrop,.frm-time-modal-backdrop,.ui_dialog_container.frm-info-dialog{z-index:50000!important}.frm-category-modal-card,.frm-info-dialog .app_common_dialogHowToPay_box,.frm-modal,.frm-time-modal-card{position:relative;z-index:50001!important}@media (min-width:901px){.frm-category-nav,.frm-category-nav.is-docked{z-index:900!important}.frm-category-more,.frm-category-more-menu{z-index:950!important}}.frm-product-card,.frm-product-card *,.frm-product-price,.frm-product-title,.frm-product-title a,.frm-product-weight{color:#1c1c1c;-webkit-text-fill-color:currentColor}.frm-product-title,.frm-product-title a{color:#1c1c1c!important;text-decoration:none!important}.frm-product-price{color:#1c1c1c!important;-webkit-text-fill-color:#1c1c1c}.frm-product-card a{color:inherit;text-decoration:none}.frm-product-card button{color:inherit}.frm-product-card,.frm-product-card *,.frm-product-card a,.frm-product-card button,.frm-product-card svg,.frm-product-meta,.frm-product-meta *,.frm-product-price,.frm-product-price *,.frm-product-title,.frm-product-title *,.frm-product-weight,.frm-product-weight *{color:#1c1c1c!important;-webkit-text-fill-color:#1c1c1c!important;text-decoration:none!important}.frm-product-card button{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:transparent}.frm-dialog,.frm-dialog *,.frm-dialog a,.frm-dialog button,.frm-dialog svg,.frm-modal,.frm-modal *,.frm-modal a,.frm-modal button,.frm-modal svg,.frm-product-modal,.frm-product-modal *,.frm-product-modal a,.frm-product-modal button,.frm-product-modal svg{color:#1c1c1c!important;-webkit-text-fill-color:#1c1c1c!important;text-decoration:none!important}.frm-dialog button,.frm-modal button,.frm-product-modal button{-moz-appearance:none;appearance:none;-webkit-appearance:none}.frm-add-to-cart,.frm-add-to-cart *,.frm-cart-button,.frm-cart-button *,.frm-dialog .frm-primary,.frm-dialog .frm-primary *,.frm-modal .frm-primary,.frm-modal .frm-primary *,.frm-product-card .frm-cart-icon,.frm-product-card .frm-cart-icon *,.frm-product-card button[aria-label*=Cart],.frm-product-card button[aria-label*=\41A\43E\440\437],.frm-product-card button[aria-label*=\43A\43E\440\437],.frm-product-card button[aria-label*=cart],.frm-product-modal .frm-primary,.frm-product-modal .frm-primary *{color:#fff!important;-webkit-text-fill-color:#fff!important}.frm-dialog svg,.frm-modal svg,.frm-product-modal svg{stroke:currentColor!important}@media (hover:hover) and (pointer:fine){.frm-card{transform:translateZ(0) scale(1);will-change:transform;transform-origin:center center;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease,background .3s ease!important;backface-visibility:hidden;-webkit-backface-visibility:hidden}.frm-card:hover{transform:translateZ(0) scale(1.02)!important}.frm-card:active{transform:translateZ(0) scale(.995)!important}}@media (hover:none),(pointer:coarse){.frm-card,.frm-card:active,.frm-card:hover{transform:none!important;transition:background .2s ease,box-shadow .2s ease!important}}@media (prefers-reduced-motion:reduce){.frm-card,.frm-card:active,.frm-card:hover{transition:none!important;transform:none!important}}@media (hover:hover) and (pointer:fine){.frm-card{transform:translateZ(0) scale(1)!important;transform-origin:center center!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important;will-change:transform,box-shadow!important;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1),border-color .32s ease!important}.frm-card:hover{transform:translate3d(0,-3px,0) scale(1.018)!important;box-shadow:0 14px 22px rgba(0,0,0,.055)!important}.frm-card:active{transform:translate3d(0,-1px,0) scale(1.006)!important;transition-duration:.14s!important}.frm-add,.frm-card-body,.frm-card-img,.frm-card-img-wrap,.frm-card-title,.frm-price{backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important}.frm-card:focus,.frm-card:focus-visible{outline:none!important}}@media (hover:none),(pointer:coarse){.frm-card,.frm-card:active,.frm-card:hover{transform:none!important;transition:box-shadow .22s ease!important}}.frm-card{box-sizing:border-box!important;transform:scale(1)!important;transform-origin:center center!important;transition:transform .3s ease,border .3s ease!important;border-color:transparent;-webkit-tap-highlight-color:transparent}@media (hover:hover) and (pointer:fine){.frm-card:active,.frm-card:hover{transform:scale(1.02)!important}}@media (hover:none),(pointer:coarse){.frm-card,.frm-card:active,.frm-card:hover{transform:none!important;transition:none!important}}.frm-card,.frm-products .frm-card,button.frm-card{animation:none!important;transform:scale(1);transform-origin:center center;transition:transform .3s ease,border .3s ease!important;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (hover:hover) and (pointer:fine){.frm-card:hover,.frm-products .frm-card:hover,button.frm-card:hover{transform:scale(1.02)!important}}.frm-card:active,.frm-products .frm-card:active,button.frm-card:active{transform:scale(1)!important}@media (hover:none),(pointer:coarse){.frm-card,.frm-card:hover,.frm-products .frm-card,.frm-products .frm-card:hover,button.frm-card,button.frm-card:hover{transform:none!important;transition:none!important}}.frm-modal-foot{align-items:center!important;justify-content:space-between!important;gap:24px!important}.frm-modal-foot>div:first-child{flex:1 1 auto!important}.frm-total-title,.frm-total-value{white-space:nowrap!important;font-variant-numeric:tabular-nums!important;font-feature-settings:"tnum" 1,"tnum"}.frm-foot-controls{justify-content:flex-end!important}.frm-quantity{flex:0 0 116px!important;width:116px!important;min-width:116px!important;height:40px!important;display:grid!important;grid-template-columns:32px 52px 32px!important;justify-items:center!important;grid-gap:0!important}.frm-qty-btn,.frm-quantity{box-sizing:border-box!important}.frm-qty-btn{display:flex!important;line-height:1!important;transition:background .3s ease,opacity .3s ease!important}.frm-qty-btn svg{display:block!important}.frm-quantity>span{display:flex!important;width:52px!important;min-width:52px!important;max-width:52px!important;font-feature-settings:"tnum" 1,"tnum"}.frm-modal-submit{flex:0 0 200px!important;width:200px!important;min-width:200px!important;height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;box-sizing:border-box!important}.frm-modal-submit,.frm-modal-submit:active,.frm-qty-btn:active{transform:none!important}@media (max-width:760px){.frm-foot-controls,.frm-modal-foot{gap:12px!important}.frm-quantity{flex-basis:108px!important;width:108px!important;min-width:108px!important;grid-template-columns:30px 48px 30px!important}.frm-qty-btn{flex-basis:30px!important;width:30px!important;min-width:30px!important;max-width:30px!important;height:30px!important;min-height:30px!important;max-height:30px!important}.frm-quantity>span{width:48px!important;min-width:48px!important;max-width:48px!important}.frm-modal-submit{flex:1 1 auto!important;width:auto!important;min-width:132px!important}}.frm-modal-main{min-width:0}.frm-modal-body{min-height:0}.frm-modal-foot{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;min-height:128px!important;padding:16px 24px!important;box-sizing:border-box!important;flex-shrink:0!important;background:#fff!important;border-top:1px solid #eee!important;overflow:visible!important}.frm-modal-foot>div:first-child{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-width:0!important;flex:0 0 auto!important}.frm-total-title{flex:1 1 auto!important;min-width:0!important;margin:0!important;font-weight:500!important;-webkit-text-fill-color:#1c1c1c!important}.frm-total-title,.frm-total-value{font-size:18px!important;line-height:22px!important;white-space:nowrap!important;color:#1c1c1c!important}.frm-total-value{flex:0 0 auto!important;margin:0 0 0 16px!important;font-weight:700!important;text-align:right!important;font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important;-webkit-text-fill-color:#1c1c1c!important}.frm-foot-controls{flex-direction:row!important;width:100%!important;min-width:0!important;margin-top:12px!important;gap:16px!important;flex:0 0 auto!important}.frm-foot-controls,.frm-quantity{display:flex!important;align-items:center!important}.frm-quantity{flex:1 1 auto!important;min-width:118px!important;justify-content:flex-start!important;gap:0!important;width:auto!important;max-width:none!important}.frm-qty-btn,.frm-quantity{height:32px!important;padding:0!important;margin:0!important}.frm-qty-btn{flex:0 0 32px!important;width:32px!important;min-width:32px!important;max-width:32px!important;min-height:32px!important;max-height:32px!important;border-radius:32px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:background .3s ease!important}.frm-qty-btn,.frm-qty-btn:active,.frm-qty-btn:focus,.frm-qty-btn:hover{transform:none!important}.frm-qty-btn svg{flex:0 0 auto!important;width:14px!important;height:14px!important}.frm-quantity>span{flex:0 0 54px!important;width:54px!important;min-width:54px!important;max-width:54px!important;height:32px!important;text-align:center!important;font-weight:600!important;font-size:18px!important;line-height:32px!important;font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important;color:#1c1c1c!important;-webkit-text-fill-color:#1c1c1c!important}.frm-modal-submit,.frm-primary.frm-modal-submit,.frm-quantity>span{display:inline-flex!important;align-items:center!important;justify-content:center!important}.frm-modal-submit,.frm-primary.frm-modal-submit{flex:0 0 auto!important;min-width:200px!important;width:auto!important;height:48px!important;padding:0 32px!important;margin:0!important;border-radius:10px!important;white-space:nowrap!important;font-weight:600!important;font-size:18px!important;line-height:48px!important;transform:none!important;transition:background .3s ease!important}.frm-modal-submit:active,.frm-modal-submit:focus,.frm-modal-submit:hover,.frm-primary.frm-modal-submit:active,.frm-primary.frm-modal-submit:focus,.frm-primary.frm-modal-submit:hover{transform:none!important}@media (max-width:720px){.frm-modal-foot{min-height:116px!important;padding:14px 16px!important}.frm-foot-controls{gap:12px!important}.frm-quantity{flex:0 0 118px!important;min-width:118px!important}.frm-modal-submit,.frm-primary.frm-modal-submit{flex:1 1 auto!important;min-width:0!important;padding:0 18px!important}}.frm-products{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.frm-card,.frm-products .frm-card{max-width:none!important}@media screen and (min-width:1265px) and (max-width:1440px){.frm-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1441px) and (max-width:1920px){.frm-products{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (min-width:1921px){.frm-products{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width:720px){.frm-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important}}@media (min-width:901px){.frm-logo-img{max-width:none!important;width:auto!important;height:52px!important;object-fit:contain!important}.frm-head-left{min-width:180px!important;display:flex!important;align-items:center!important}}.frm-products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:24px!important;gap:24px!important;width:100%!important}.frm-card,.frm-products .frm-card{width:100%!important;min-width:0!important;margin:0!important;box-sizing:border-box!important}.frm-card-img-wrap{width:100%!important;overflow:hidden!important}.frm-card-img{width:100%!important;height:100%!important;object-fit:cover!important}@media (max-width:1264px){.frm-products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.frm-card-img-wrap{height:268px!important}}@media (min-width:1265px) and (max-width:1440px){.frm-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.frm-card-img-wrap{height:250px!important}}@media (min-width:1441px) and (max-width:1920px){.frm-products{grid-template-columns:repeat(4,minmax(0,1fr))!important}.frm-card-img-wrap{height:285px!important}}@media (min-width:1921px){.frm-products{grid-template-columns:repeat(5,minmax(0,1fr))!important}.frm-card-img-wrap{height:270px!important}}@media (max-width:900px){.frm-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.frm-card-img-wrap{height:auto!important;aspect-ratio:1/1!important}}.frm-basic,.frm-basic *,.frm-card,.frm-card *,.frm-card a,.frm-card button,.frm-card svg,.frm-card-bottom,.frm-card-bottom *,.frm-card-title,.frm-card-title *,.frm-card-weight,.frm-card-weight *,.frm-comment-title,.frm-desc,.frm-desc *,.frm-modal,.frm-modal *,.frm-modal a,.frm-modal button,.frm-modal svg,.frm-modal-title,.frm-modal-title *,.frm-price,.frm-price *,.frm-quantity,.frm-quantity *,.frm-subtitle,.frm-total-title,.frm-total-value,.frm-variant,.frm-variant *{color:#1c1c1c!important;-webkit-text-fill-color:#1c1c1c!important;text-decoration:none!important}.frm-add,.frm-add *,.frm-card .frm-add,.frm-card .frm-add svg{color:#1c1c1c!important;-webkit-text-fill-color:#1c1c1c!important;stroke:currentColor!important}.frm-modal-submit,.frm-modal-submit *,.frm-primary,.frm-primary *{color:#fff!important;-webkit-text-fill-color:#fff!important}.frm-close,.frm-close *,.frm-close svg{color:#1c1c1c!important;-webkit-text-fill-color:#1c1c1c!important;stroke:currentColor!important}.frm-card,.frm-card button,.frm-close,.frm-modal button,.frm-qty-btn,.frm-variant{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent!important}.apple-data-detectors,.apple-data-detectors *,a[x-apple-data-detectors],a[x-apple-data-detectors] *{color:inherit!important;-webkit-text-fill-color:inherit!important;text-decoration:none!important}.settings-tabs-v1 #settings-tab-utensils:checked~.settings-tabs-nav-v1 label[for=settings-tab-utensils]{background:#ec6b2a!important;color:#fff!important;box-shadow:0 8px 18px rgba(236,107,42,.22)}.settings-tabs-v1 #settings-tab-utensils:checked~.settings-tabs-panels-v1 .settings-panel-utensils-v1{display:block!important}.frm-checkout-utensils-section{overflow:hidden;transition:background .25s ease}.frm-checkout-utensils-head{min-height:0!important;padding:0!important}.frm-checkout-utensils-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease,margin-top .25s ease}.frm-checkout-utensils-section.is-open .frm-checkout-utensils-body{max-height:140px;opacity:1;margin-top:18px}.frm-checkout-utensils-item{display:flex;align-items:center;gap:12px}.frm-checkout-utensils-quantity{display:flex;align-items:center;gap:8px;flex:0 0 auto}.frm-checkout-utensils-quantity button{width:32px;height:32px;border:0;border-radius:999px;background:#eee;color:#1c1c1c;font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .2s ease}.frm-checkout-utensils-quantity button:hover{background:#dedede}.frm-checkout-utensils-quantity input{width:46px;height:36px;border:1px solid #eee;border-radius:8px;text-align:center;font-weight:800;font-size:15px;background:#f7f7f7;color:#1c1c1c;box-sizing:border-box}.frm-checkout-utensils-avatar{width:56px;height:56px;border-radius:12px;background:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 56px;font-size:24px}.frm-checkout-utensils-avatar img{width:100%;height:100%;object-fit:cover;display:block}.frm-checkout-utensils-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.frm-checkout-utensils-info b{font-weight:800;color:#1c1c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.frm-checkout-utensils-info small{font-size:12px;color:#777;font-weight:600}.frm-checkout-utensils-price{font-weight:800;color:#1c1c1c;white-space:nowrap;flex:0 0 auto}@media (max-width:640px){.frm-checkout-utensils-item{align-items:flex-start;flex-wrap:wrap}.frm-checkout-utensils-info{min-width:140px}.frm-checkout-utensils-price{width:100%;padding-left:0}.frm-checkout-utensils-section.is-open .frm-checkout-utensils-body{max-height:210px}}.frm-card-disabled,.frm-card-disabled *,.frm-card-img-wrap [class*=disabled],.frm-card-img-wrap [class*=disabled] *,.frm-card-img-wrap [class*=off],.frm-card-img-wrap [class*=off] *,.frm-card-img-wrap [class*=unavailable],.frm-card-img-wrap [class*=unavailable] *,.frm-card-off,.frm-card-off *,.frm-card-status,.frm-card-status *,.frm-card-unavailable,.frm-card-unavailable *,.frm-product-off,.frm-product-off *,.frm-unavailable,.frm-unavailable *{color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.35)!important}.frm-hero-image-only{position:relative!important;display:block!important;width:100%!important;height:343px!important;padding:0!important;border-radius:20px!important;overflow:hidden!important;background:#fff!important;box-shadow:var(--shadow)!important}.frm-hero-image-only .frm-hero-cta,.frm-hero-image-only .frm-hero-left,.frm-hero-image-only .frm-hero-title{display:none!important}.frm-hero-image-only .frm-hero-image,.frm-hero-image-only .frm-hero-image-link{display:block!important;width:100%!important;height:100%!important}.frm-hero-image-only .frm-hero-image{object-fit:cover!important;object-position:center center!important;border-radius:20px!important}@media (min-width:1441px) and (max-width:1680px){.frm-hero-image-only{height:393px!important}}@media (min-width:1681px) and (max-width:1920px){.frm-hero-image-only{height:462px!important}}@media (min-width:1921px){.frm-hero-image-only{height:530px!important}}@media (max-width:900px){.frm-hero-image-only{height:auto!important;aspect-ratio:16/8!important;box-shadow:none!important}.frm-hero-image-only,.frm-hero-image-only .frm-hero-image{border-radius:0!important}}.frm-checkout-zone-note{display:block;margin:-6px 0 12px;color:#9a6a00;font-size:12px;font-weight:700}.frm-header-address-field.frm-checkout-address-field{position:relative}.frm-header-address-field.frm-checkout-address-field>svg{flex:0 0 auto}.frm-header-address-field .frm-header-address-input{width:100%;height:100%;min-width:0;margin-top:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}.frm-mobile-address-suggest{margin-top:8px;padding:8px 0 0;border-top:1px solid #eee}.frm-mobile-header-address-field{position:relative}.frm-mobile-header-address-input{width:100%;height:44px;margin-top:0!important;padding:0 12px!important;border:1px solid #ececec!important;border-radius:12px!important;background:#fff!important;color:#1c1c1c!important;outline:0!important;font-size:14px!important;font-weight:600!important;box-sizing:border-box}.frm-mobile-header-address-input::placeholder{color:#999!important;opacity:1}.frm-cart-min-order-note{margin:-4px 0 12px;padding:10px 12px;border-radius:12px;background:#fff4ec;color:#a04714;font-size:13px;font-weight:800;line-height:1.35}.frm-primary:disabled,.frm-primary[disabled]{background:#f6d7c3!important;cursor:not-allowed!important;opacity:.85}.frm-mobile-cart.is-disabled,.frm-mobile-cart:disabled{min-height:62px;height:auto;padding:10px 14px;background:#fff4ec!important;color:#9a3f12!important;border:2px solid var(--accent)!important;box-shadow:0 12px 34px rgba(233,111,43,.32)!important;cursor:not-allowed!important;opacity:1!important;font-size:13px;line-height:1.25;white-space:normal}.frm-mobile-cart.is-disabled{pointer-events:none}.frm-checkout-logo.has-image{width:auto;min-width:0;height:auto;min-height:40px;padding:0;margin-bottom:32px;background:transparent;border-radius:0}.frm-checkout-logo-img{display:block;width:auto;max-width:170px;height:54px;max-height:64px;object-fit:contain}.frm-checkout-minorder-alert{margin:12px;padding:12px 14px;border-radius:12px;border:1px solid rgba(232,12,0,.18);background:#fff4ef;color:#b42318;display:flex;flex-direction:column;gap:4px;font-size:13px;line-height:1.35}.frm-checkout-minorder-alert b{font-size:14px;font-weight:900}.frm-checkout-minorder-alert span{color:#7a2e22;font-weight:700}.frm-checkout-minorder-alert.mobile{display:none;margin:16px 14px 0}.frm-checkout-minorder-alert.side{margin:14px 12px 0}@media (max-width:980px){.frm-checkout-logo-img{max-width:150px;height:48px}.frm-checkout-minorder-alert.mobile{display:flex}.frm-checkout-minorder-alert.side{display:none}}.frm-cart-heading{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.frm-cart-heading .frm-cart-title{padding:0!important;border-bottom:0!important}.frm-cart-clear{border:1px solid #f0d8cb;background:#fff7f2;color:#9c4316;border-radius:999px;padding:8px 10px;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900;cursor:pointer;white-space:nowrap}.frm-cart-clear:hover{background:#ffefe4}@media (max-width:640px){.frm-cart-heading{padding:14px 16px}.frm-cart-clear{padding:7px 9px;font-size:11px}}.frm-topbar{position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:20000!important}.frm-head-center,.frm-header-address-field,.frm-header-dropdown,.frm-pickup-dropdown,.frm-preferences,.frm-preferences-visible,.frm-topbar,.frm-topbar-inner{overflow:visible!important}.frm-header-address-field,.frm-header-dropdown,.frm-pickup-dropdown{position:relative!important;z-index:20100!important}.frm-header-dropdown-menu,.frm-pickup-menu{z-index:20200!important}.frm-category-nav,.frm-category-nav.is-docked{z-index:5000!important}@media (max-width:900px){.frm-topbar{z-index:20000!important}.frm-mobile-header-address-field,.frm-mobile-preferences,.frm-mobile-preferences-drop{z-index:20100!important}.frm-category-nav,.frm-category-nav.is-docked{z-index:5000!important}}@media (min-width:901px){.frm-topbar{position:relative!important;top:auto!important;z-index:20000!important;overflow:visible!important}.frm-category-nav{position:-webkit-sticky!important;position:sticky!important}.frm-category-nav,.frm-category-nav.is-docked{top:0!important;z-index:9000!important}.frm-header-address-field,.frm-header-dropdown,.frm-pickup-dropdown{position:relative!important;z-index:21000!important}.frm-address-suggest-list,.frm-address-suggestions,.frm-header-dropdown-menu,.frm-pickup-menu{z-index:22000!important}}.frm-card{display:block;color:inherit;text-decoration:none;cursor:pointer}.stats-toolbar{grid-template-columns:repeat(5,minmax(130px,1fr)) auto;align-items:end}.stats-toolbar label{display:grid;grid-gap:7px;gap:7px;color:#666;font-size:12px;font-weight:900}.stats-toolbar-checks{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;padding:12px;background:#fafafa;border:1px solid #eee;border-radius:14px}.stats-toolbar-checks>span{color:#1f1f1f;font-weight:950;margin-right:4px}.stats-toolbar-checks.compact{grid-column:auto;align-self:stretch}.stats-kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.stats-card,.stats-kpi-card{background:#fff;border:1px solid #ededed;border-radius:20px;box-shadow:0 14px 38px rgba(0,0,0,.045)}.stats-kpi-card{padding:18px}.stats-kpi-card span{display:block;color:#777;font-size:13px;font-weight:850;margin-bottom:8px}.stats-kpi-card b{display:block;color:#1f1f1f;font-size:25px;line-height:1.1;letter-spacing:-.04em}.stats-kpi-card small{display:block;color:#888;font-weight:750;margin-top:8px;line-height:1.3}.stats-card{padding:18px;margin-bottom:18px}.stats-card-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:16px}.stats-card-head h2{margin:0 0 4px;font-size:22px;letter-spacing:-.03em}.stats-card-head p{margin:0;color:#777;font-weight:650}.stats-daily-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.stats-mini-chart{border:1px solid #f0f0f0;border-radius:18px;padding:14px;background:#fcfcfc}.stats-mini-chart-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.stats-mini-chart-head b{font-size:15px}.stats-mini-chart-head span{color:#ed6f2d;font-weight:950}.stats-bars{display:flex;align-items:flex-end;gap:5px;min-height:210px;overflow-x:auto;padding-bottom:4px}.stats-bar-col{min-width:28px;height:190px;display:grid;align-items:end;grid-template-rows:1fr 18px;grid-gap:6px;gap:6px}.stats-bar{width:100%;align-self:end;min-height:3px;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,#ed6f2d,#ffb07a)}.stats-bar-col small{color:#999;font-size:10px;text-align:center;white-space:nowrap;transform:rotate(-45deg);transform-origin:center}.stats-two-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.stats-ranking{display:grid;grid-gap:12px;gap:12px}.stats-rank-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px 14px;gap:10px 14px;align-items:center;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.stats-rank-row:last-child{border-bottom:0;padding-bottom:0}.stats-rank-meta b{display:block;font-size:14px;line-height:1.25}.stats-rank-meta small{display:block;color:#888;margin-top:4px;font-weight:700}.stats-rank-value{color:#1f1f1f;font-weight:950;white-space:nowrap}.stats-rank-track{grid-column:1/-1;height:8px;background:#f1f1f1;border-radius:999px;overflow:hidden}.stats-rank-track span{display:block;height:100%;border-radius:inherit;background:#ed6f2d}.stats-hour-grid{display:flex;align-items:end;gap:7px;min-height:260px;overflow-x:auto;padding-bottom:4px}.stats-hour-item{min-width:34px;height:235px;display:grid;grid-template-rows:1fr 18px 18px;grid-gap:5px;gap:5px;align-items:end}.stats-hour-bar{width:100%;min-height:3px;border-radius:999px 999px 4px 4px;background:#202020}.stats-hour-item b,.stats-hour-item span{text-align:center;font-size:10px}.stats-hour-item span{color:#999;transform:rotate(-45deg)}.stats-hour-item b{color:#1f1f1f}@media (max-width:1200px){.stats-kpi-grid,.stats-toolbar,.stats-two-cols{grid-template-columns:1fr 1fr}.stats-toolbar-checks,.stats-toolbar-checks.compact{grid-column:1/-1}}@media (max-width:760px){.stats-kpi-grid,.stats-toolbar,.stats-two-cols{grid-template-columns:1fr}}.category-edit-form-seo .category-seo-fields{grid-column:1/-1;display:grid;grid-gap:10px;gap:10px;padding-top:10px}.category-edit-form-seo .category-seo-fields label{display:grid;grid-gap:6px;gap:6px;font-weight:850;color:#555}.category-edit-form-seo .category-seo-fields textarea{min-height:84px;padding-top:12px;resize:vertical}.categories-admin-layout{grid-template-columns:minmax(0,1fr) 360px}.categories-list-card{background:#fff;border:1px solid #ededed;border-radius:20px;overflow:hidden;box-shadow:0 14px 38px rgba(0,0,0,.045)}.categories-list-head{display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(160px,.9fr) 110px minmax(180px,1fr) 190px;grid-gap:14px;gap:14px;align-items:center;padding:14px 16px;background:#fafafa;border-bottom:1px solid #ededed;color:#777;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.categories-collapse-list{display:grid}.category-collapse-card{border-bottom:1px solid #f0f0f0;background:#fff}.category-collapse-card:last-child{border-bottom:0}.category-collapse-summary{display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(160px,.9fr) 110px minmax(180px,1fr) 190px;grid-gap:14px;gap:14px;align-items:center;min-height:74px;padding:14px 16px;cursor:pointer;list-style:none}.category-collapse-summary::-webkit-details-marker{display:none}.category-collapse-summary:hover{background:#fafafa}.category-summary-main{display:grid;grid-gap:4px;gap:4px;min-width:0}.category-summary-main strong{font-size:16px;font-weight:950;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-summary-count span,.category-summary-main small,.category-summary-slug{color:#777;font-size:12px;font-weight:750}.category-summary-slug{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#f6f6f6;border-radius:999px;padding:7px 10px;width:-moz-fit-content;width:fit-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.category-summary-count{display:grid;justify-items:start;grid-gap:2px;gap:2px}.category-summary-count b{font-size:18px;font-weight:950}.category-summary-statuses{display:flex;flex-wrap:wrap;gap:7px}.category-summary-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.category-summary-chevron{width:32px;height:32px;border-radius:999px;background:#f1f1f1;display:inline-grid;place-items:center;font-size:18px;font-weight:900;transition:transform .18s ease}.category-collapse-card[open] .category-summary-chevron{transform:rotate(180deg)}.category-collapse-card[open] .category-collapse-summary{background:#fafafa;border-bottom:1px solid #ededed}.category-collapse-body{padding:18px 16px 20px;background:#fff}.category-edit-form-collapsed{display:grid;grid-template-columns:minmax(220px,1.1fr) minmax(220px,1fr) 120px;grid-gap:14px;gap:14px;align-items:start}.category-edit-form-collapsed label{display:grid;grid-gap:7px;gap:7px;color:#555;font-weight:850}.category-visibility-checks-collapsed{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:16px;background:#fafafa;border:1px solid #ededed;border-radius:14px;padding:12px}.category-seo-fields-collapsed{grid-column:1/-1;display:grid;grid-gap:12px;gap:12px;margin-top:2px}.category-collapse-actions{grid-column:1/-1;display:flex;justify-content:flex-end}.category-actions-row-collapsed{margin-top:14px;padding-top:14px;border-top:1px solid #f0f0f0}@media (max-width:1200px){.categories-admin-layout{grid-template-columns:1fr}.categories-list-head{display:none}.category-collapse-summary{grid-template-columns:1fr;gap:10px}.category-summary-actions{justify-content:flex-start}.category-edit-form-collapsed{grid-template-columns:1fr}}.admin-live-orders{display:grid;grid-gap:16px;gap:16px}.admin-live-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid #ededed;border-radius:18px;padding:14px;box-shadow:0 12px 28px rgba(0,0,0,.035)}.admin-live-toolbar-left,.admin-live-toolbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-live-stat{min-width:118px;border-radius:14px;background:#f6f6f6;padding:10px 12px;display:grid;grid-gap:2px;gap:2px}.admin-live-stat b{font-size:22px;line-height:1}.admin-live-stat span,.admin-live-updated{color:#777;font-size:12px;font-weight:800}.admin-live-stat.hot{background:#fff2e8;color:#d85f1f}.admin-live-order-list,.admin-live-orders-groups{display:grid;grid-gap:14px;gap:14px}.admin-live-group{display:grid;grid-gap:10px;gap:10px}.admin-live-group-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 4px}.admin-live-group-head h2{margin:0;font-size:20px}.admin-live-group-head span{color:#777;font-weight:850}.admin-live-order-card{display:grid;grid-template-columns:minmax(0,1fr) 210px;grid-gap:16px;gap:16px;background:#fff;border:1px solid #ededed;border-left:6px solid #d7d7d7;border-radius:20px;padding:16px;box-shadow:0 14px 38px rgba(0,0,0,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.admin-live-order-card.hot{border-left-color:#ed6f2d}.admin-live-order-card.warn{border-left-color:#ffb020;background:#fffaf0}.admin-live-order-card.danger{border-left-color:#df2a2a;background:#fff7f7}.admin-live-order-card.muted{opacity:.72}.admin-live-order-card.is-new{animation:adminLiveNewOrder 1.2s ease-in-out 0s 3}@keyframes adminLiveNewOrder{0%{transform:translateY(-2px);box-shadow:0 0 0 0 rgba(237,111,45,.28),0 14px 38px rgba(0,0,0,.045)}70%{box-shadow:0 0 0 12px rgba(237,111,45,0),0 14px 38px rgba(0,0,0,.045)}to{transform:translateY(0);box-shadow:0 14px 38px rgba(0,0,0,.045)}}.admin-live-order-main,.admin-live-order-side{min-width:0}.admin-live-order-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.admin-live-order-number{display:inline-flex;color:#1f1f1f;font-size:22px;font-weight:950;text-decoration:none}.admin-live-order-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:6px}.admin-live-order-meta span{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:0 9px;background:#f2f2f2;color:#555;font-size:12px;font-weight:900}.admin-live-order-time{text-align:right;display:grid;grid-gap:4px;gap:4px}.admin-live-order-time b{color:#ed6f2d;font-size:16px}.admin-live-order-body span,.admin-live-order-time span,.admin-live-order-total span{color:#777;font-size:12px;font-weight:750}.admin-live-order-body{display:grid;grid-template-columns:1fr 1.2fr 1.3fr;grid-gap:16px;gap:16px;padding-top:14px}.admin-live-order-body>div{min-width:0;display:grid;grid-gap:5px;gap:5px;align-content:start}.admin-live-order-body b{font-weight:950}.admin-live-order-body a{color:#ed6f2d;font-weight:900;text-decoration:none;font-size:12px}.admin-live-order-items span{display:block;color:#333}.admin-live-order-side{display:grid;grid-gap:10px;gap:10px;align-content:start}.admin-live-order-total{display:grid;grid-gap:4px;gap:4px;padding:10px;border-radius:14px;background:#fafafa}.admin-live-order-total b{font-size:20px}@media (max-width:1100px){.admin-live-order-card{grid-template-columns:1fr}.admin-live-order-side{grid-template-columns:1fr 1fr 1fr;align-items:center}}@media (max-width:760px){.admin-live-order-body,.admin-live-order-side,.admin-live-order-top,.admin-live-toolbar{display:grid;grid-template-columns:1fr}.admin-live-order-time{text-align:left}.admin-live-order-card{padding:14px;border-radius:16px}}.admin-live-orders-v2 .admin-live-stat.active{background:#eef7ff;color:#1769aa}.admin-live-orders-v2 .admin-live-stat.today{background:#eefbf3;color:#1f8a4c}.admin-live-orders-v2 .admin-live-stat.preorder{background:#f4efff;color:#6b3bbd}.admin-live-checkbox{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 12px;border-radius:12px;background:#f3f3f3;font-weight:900;color:#333;white-space:nowrap}.admin-live-checkbox input{width:16px;height:16px}.admin-live-orders-groups-v2{display:grid;grid-gap:18px;gap:18px}.admin-live-orders-v2 .admin-live-group{border-radius:22px;border:1px solid #ededed;background:#fff;padding:14px;box-shadow:0 14px 38px rgba(0,0,0,.045)}.admin-live-orders-v2 .admin-live-group-head{padding:4px 4px 14px;border-bottom:1px solid #f0f0f0;margin-bottom:12px}.admin-live-orders-v2 .admin-live-group-head h2{font-size:22px;letter-spacing:-.03em}.admin-live-orders-v2 .admin-live-group-head p{margin:5px 0 0;color:#777;font-weight:700;font-size:13px}.admin-live-group-asap{border-top:5px solid #ed6f2d!important}.admin-live-group-today{border-top:5px solid #36b36b!important}.admin-live-group-preorder{border-top:5px solid #7656d6!important}.admin-live-group-unknown{border-top:5px solid #ffb020!important}.admin-live-group-archive{border-top:5px solid #b7b7b7!important}.admin-live-empty{min-height:74px;display:grid;place-items:center;border-radius:16px;background:#fafafa;color:#999;font-weight:900;border:1px dashed #dedede}.admin-live-orders-v2 .admin-live-order-card{box-shadow:none;border-radius:18px}@media (max-width:760px){.admin-live-checkbox{width:100%;justify-content:center}.admin-live-orders-v2 .admin-live-group{padding:10px;border-radius:18px}.admin-live-orders-v2 .admin-live-group-head{display:grid;grid-gap:6px;gap:6px}}.frm-admin-nav-v4 a.is-active,.frm-admin-nav-v4 a[aria-current=page]{background:#ed6f2d;color:#fff;opacity:1;box-shadow:0 10px 22px rgba(237,111,45,.24)}.frm-admin-nav-v4 a.is-active:hover,.frm-admin-nav-v4 a[aria-current=page]:hover{background:#ed6f2d;opacity:1}.admin-promotions-grid-v1{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:20px;gap:20px;align-items:start}.admin-promotions-list-v1{display:grid;grid-gap:16px;gap:16px}.admin-promotion-card-v1{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:18px;gap:18px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.06)}.admin-promotion-preview-v1{min-height:180px;border-radius:20px;background:linear-gradient(135deg,#fff7ed,#fed7aa)}.admin-promotion-preview-v1 img{height:100%;min-height:180px;object-fit:cover;display:block}.admin-promotion-placeholder-v1{display:grid;min-height:180px;place-items:center;color:#9a3412;font-weight:800}.admin-promotion-create-v1,.admin-promotion-fields-v1{display:grid;grid-gap:12px;gap:12px}.admin-promotion-row-v1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:end}.admin-promotion-row-v1.is-compact{grid-template-columns:minmax(0,180px) minmax(0,1fr)}.promotions-page-v1{min-height:100vh;background:radial-gradient(circle at top left,rgba(249,115,22,.15),transparent 32rem),linear-gradient(180deg,#fff7ed,#fff 42%,#fff);color:#171717;padding:28px 16px 64px}.promotions-shell-v1{width:min(1180px,100%);margin:0 auto}.promotions-hero-v1{margin:18px 0 28px;padding:34px;border-radius:32px;background:linear-gradient(135deg,#111827,#431407 55%,#ea580c);color:#fff;box-shadow:0 26px 70px rgba(124,45,18,.22)}.promotion-kicker-v1,.promotions-hero-v1 span{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border-radius:999px;background:rgba(249,115,22,.14);color:#ea580c;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:8px 12px}.promotions-hero-v1 span{background:hsla(0,0%,100%,.16);color:#fed7aa}.promotions-hero-v1 h1{margin:14px 0 10px;font-size:clamp(36px,6vw,78px);line-height:.95;letter-spacing:-.06em}.promotions-hero-v1 p{max-width:760px;margin:0;color:hsla(0,0%,100%,.8);font-size:17px;line-height:1.6}.promotions-grid-v1{display:grid;grid-gap:22px;gap:22px}.promotion-card-v1{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);overflow:hidden;border-radius:32px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 70px rgba(15,23,42,.08)}.promotion-image-v1{min-height:320px;background:#f3f4f6}.promotion-image-v1 img{height:100%;display:block;object-fit:cover}.promotion-body-v1{display:grid;grid-gap:16px;gap:16px;align-content:center;padding:clamp(24px,4vw,44px)}.promotion-body-v1 h2{margin:0;font-size:clamp(28px,4vw,52px);line-height:1;letter-spacing:-.05em}.promotion-body-v1 p{margin:0;color:#475569;line-height:1.65;white-space:pre-line}.promo-countdown{padding:16px;border-radius:24px;background:linear-gradient(135deg,#fff7ed,#ffedd5);border:1px solid rgba(249,115,22,.18)}.promo-countdown-title{margin-bottom:10px;color:#9a3412;font-weight:900;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.promo-countdown-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.promo-countdown-grid div{display:grid;place-items:center;min-height:78px;border-radius:18px;background:#fff;box-shadow:inset 0 0 0 1px rgba(249,115,22,.12)}.promo-countdown-grid b{font-size:30px;line-height:1;color:#111827}.promo-countdown-grid span{margin-top:4px;color:#9a3412;font-size:11px;font-weight:800;text-transform:uppercase}.promo-countdown-ended,.promo-countdown-note{padding:14px 16px;border-radius:18px;background:#f8fafc;color:#64748b;font-weight:700}.promo-countdown-ended{background:#fef2f2;color:#991b1b}.promotion-button-v1{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;min-height:48px;border-radius:999px;padding:0 22px;background:#ea580c;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 16px 35px rgba(234,88,12,.26)}.promotions-empty-v1{padding:34px;border-radius:28px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.06)}.promotions-empty-v1 h2{margin:0 0 8px;font-size:30px}.promotions-empty-v1 p{margin:0 0 18px;color:#64748b}@media (max-width:980px){.admin-promotion-card-v1,.admin-promotion-row-v1,.admin-promotion-row-v1.is-compact,.admin-promotions-grid-v1,.promotion-card-v1{grid-template-columns:1fr}.promotion-image-v1{min-height:220px}}@media (max-width:560px){.promotions-page-v1{padding:18px 12px 42px}.promotion-body-v1,.promotions-empty-v1,.promotions-hero-v1{padding:22px;border-radius:24px}.promo-countdown-grid b{font-size:22px}.promo-countdown-grid div{min-height:66px}}.frm-promo-header-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,#ff6b1a,#ffb21a);color:#fff;font-weight:950;text-decoration:none;box-shadow:0 12px 28px rgba(238,92,18,.22);white-space:nowrap}.frm-promo-header-link:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(238,92,18,.28)}.frm-category-promo-link{background:#fff4eb!important;color:#e95710!important;border-color:rgba(239,99,32,.28)!important;font-weight:950!important}.frm-category-promo-link:hover{background:#ffead9!important}.frm-mobile-promo-option{border-color:rgba(239,99,32,.24)!important;background:#fff7f1!important}.frm-category-modal-promo-link{display:flex;align-items:center;justify-content:space-between;min-height:46px;border-radius:16px;padding:0 14px;background:#fff4eb;color:#e95710;font-weight:950;text-decoration:none}@media (max-width:920px){.frm-promo-header-link{display:none}}.admin-promotion-create-v1{min-width:0;overflow:hidden}.admin-promotion-create-v1 .admin-promotion-row-v1{grid-template-columns:1fr;gap:10px}.admin-promotion-create-v1 label,.admin-promotion-fields-v1 label,.admin-promotion-row-v1 label{min-width:0}.admin-promotion-create-v1 .frm-input,.admin-promotion-fields-v1 .frm-input{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.admin-promotion-create-v1 input[type=datetime-local],.admin-promotion-fields-v1 input[type=datetime-local]{min-width:0}.admin-promotion-preview-v1{min-height:0;height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#fff7ed,#f8fafc)}.admin-promotion-preview-v1 img{width:100%;height:auto;max-height:520px;min-height:0;object-fit:contain}.promotion-card-v1{align-items:stretch}.promotion-image-v1{min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f8fafc}.promotion-image-v1 img{width:100%;height:auto;max-height:680px;object-fit:contain}@media (max-width:980px){.promotion-image-v1 img{max-height:none}}.admin-promotion-items-picker-v1{position:relative;display:grid;grid-gap:10px;gap:10px;padding:12px;border:1px solid rgba(17,24,39,.08);border-radius:18px;background:rgba(249,250,251,.78)}.admin-promotion-items-title-v1{font-size:13px;font-weight:900;color:#111827}.admin-promotion-tags-v1{display:flex;flex-wrap:wrap;gap:8px;min-height:32px;align-items:center}.admin-promotion-tags-empty-v1{color:#8a8f98;font-size:13px;line-height:1.35}.admin-promotion-tag-v1{display:inline-flex;align-items:center;gap:7px;max-width:100%;padding:7px 9px;border-radius:999px;background:#fff;border:1px solid rgba(17,24,39,.08);color:#111827;font-size:13px;font-weight:800;box-shadow:0 8px 24px rgba(15,23,42,.05)}.admin-promotion-tag-v1 b{padding:3px 6px;border-radius:999px;background:rgba(246,103,32,.12);color:#f66720;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.admin-promotion-tag-v1.is-category b{background:rgba(17,24,39,.08);color:#111827}.admin-promotion-tag-v1 button{width:22px;height:22px;border:0;border-radius:999px;background:rgba(239,68,68,.1);color:#dc2626;font-weight:900;cursor:pointer}.admin-promotion-search-v1{position:relative}.admin-promotion-suggest-v1{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:50;max-height:300px;overflow:auto;padding:8px;border-radius:18px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 22px 60px rgba(15,23,42,.16)}.admin-promotion-suggest-v1 button{width:100%;display:grid;grid-template-columns:42px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:8px;border:0;border-radius:14px;background:transparent;text-align:left;cursor:pointer}.admin-promotion-suggest-v1 button:hover{background:#f7f7f7}.admin-promotion-suggest-icon-v1,.admin-promotion-suggest-v1 img{width:42px;height:42px;border-radius:12px;object-fit:contain;background:#f3f4f6}.admin-promotion-suggest-icon-v1{display:grid;place-items:center;color:#f66720;font-weight:950}.admin-promotion-suggest-v1 span:not(.admin-promotion-suggest-icon-v1){min-width:0;color:#111827;font-size:13px;font-weight:900}.admin-promotion-suggest-v1 small{color:#8a8f98;font-size:11px;font-weight:800}.admin-promotion-no-results-v1{padding:12px;color:#8a8f98;font-size:13px}.promotion-linked-tags-v1{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 2px}.promotion-linked-tags-v1 a{display:inline-flex;align-items:center;min-height:30px;padding:7px 11px;border-radius:999px;background:hsla(0,0%,100%,.82);border:1px solid hsla(0,0%,100%,.8);color:#111827;text-decoration:none;font-size:12px;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.07)}.promotion-products-v1{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:10px;gap:10px;margin:16px 0 2px}.promotion-product-card-v1{display:grid;grid-template-columns:56px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:8px;border-radius:18px;background:hsla(0,0%,100%,.86);border:1px solid rgba(17,24,39,.06);color:#111827;text-decoration:none;box-shadow:0 10px 26px rgba(15,23,42,.06)}.promotion-product-card-v1 img,.promotion-product-noimage-v1{width:56px;height:56px;border-radius:14px;object-fit:contain;background:#f3f4f6}.promotion-product-card-v1 b{display:block;color:#111827;font-size:13px;line-height:1.15}.promotion-product-card-v1 small{display:block;margin-top:4px;color:#7b8190;font-size:11px;font-weight:800}@media (max-width:720px){.promotion-products-v1{grid-template-columns:1fr}.admin-promotion-suggest-v1 button{grid-template-columns:36px 1fr}.admin-promotion-suggest-v1 small{grid-column:2}}.promotion-product-card-v1{grid-template-columns:1fr;gap:9px}.promotion-product-link-v1{width:100%;border:0;background:transparent;padding:0;display:grid;grid-template-columns:56px 1fr;grid-gap:10px;gap:10px;align-items:center;color:inherit;text-align:left;cursor:pointer;text-decoration:none}.promotion-product-link-v1:hover b{color:var(--accent,#e96f2b)}.promotion-product-cart-btn-v1{width:100%;min-height:38px;border:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent,#e96f2b);color:#fff;font-weight:900;font-size:13px;box-shadow:0 12px 22px rgba(233,111,43,.22);transition:transform .18s ease,background .18s ease,box-shadow .18s ease;cursor:pointer}.promotion-product-cart-btn-v1:hover{transform:translateY(-1px);background:var(--accent-strong,#d85f1f);box-shadow:0 16px 28px rgba(233,111,43,.28)}@media (max-width:720px){.promotion-product-cart-btn-v1{min-height:42px}}.frm-modal-badges-v1,.frm-product-badges-v1{position:absolute;z-index:4;top:10px;left:10px;display:flex;flex-wrap:wrap;gap:6px;max-width:calc(100% - 20px);pointer-events:none}.frm-modal-badges-v1{top:14px;left:14px}.frm-product-badge-v1{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 8px;border-radius:999px;background:rgba(255,122,0,.94);color:#fff;font-size:11px;font-weight:900;line-height:1;box-shadow:0 8px 18px rgba(0,0,0,.18);overflow:hidden}.frm-product-badge-v1 img{display:block;max-width:96px;max-height:34px;width:auto;height:auto;object-fit:contain}.frm-price-sale-v1{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.admin-price-old-v1,.frm-price-sale-v1 del,.frm-total-old-v1{color:#9ca3af;font-size:12px;text-decoration:line-through;font-weight:700}.admin-price-stack-v1{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.settings-badge-grid-v1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.settings-badge-card-v1{border:1px solid rgba(148,163,184,.24);border-radius:18px;padding:14px;display:grid;grid-gap:10px;gap:10px;background:hsla(0,0%,100%,.72)}.settings-badge-preview-v1{min-height:58px;border-radius:14px;background:rgba(15,23,42,.06);display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:900}.settings-badge-preview-v1 img{max-width:100%;max-height:58px;object-fit:contain}.product-badge-checks-v1 label{align-items:center}@media (max-width:760px){.settings-badge-grid-v1{grid-template-columns:1fr}.frm-product-badge-v1 img{max-width:78px;max-height:28px}}.frm-modal-badges-v1,.frm-product-badges-v1,.product-badge-checks-v1,.settings-panel-product-badges-v1{display:none!important}.frm-menu-product-card img,.frm-product-card img,.frm-product-image img,.frm-product-photo img,.menu-card img,.menu-product-card img,.product-card img,.product-image img,.promotion-product-card-v1 img,.promotion-product-image-v1 img{display:block!important;opacity:1!important;visibility:visible!important;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0);will-change:auto}.frm-menu-product-card,.frm-product-card,.frm-product-image,.frm-product-photo,.menu-card,.menu-product-card,.product-card,.product-image,.promotion-product-card-v1,.promotion-product-image-v1{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden;contain:paint}.frm-menu-product-card picture,.frm-product-card picture,.menu-card picture,.product-card picture,.promotion-product-card-v1 picture{display:block!important;opacity:1!important;visibility:visible!important}