@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&family=Lato:wght@400;700;900&family=Merriweather:wght@400;700&family=Montserrat:wght@400;500;600;700;800&family=Nunito:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600;700;800&family=Oswald:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&family=Raleway:wght@400;500;600;700;800&family=Roboto:wght@400;500;700;900&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&family=Lato:wght@400;700;900&family=Merriweather:wght@400;700&family=Montserrat:wght@400;500;600;700;800&family=Nunito:wght@400;500;600;700;800&family=Open+Sans:wght@400;500;600;700;800&family=Oswald:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&family=Raleway:wght@400;500;600;700;800&family=Roboto:wght@400;500;700;900&display=swap";.qrm-final-pos{flex-direction:column;gap:14px;display:flex}.qrm-final-pos>header{background:#fff;border:1px solid #e3e8e5;border-radius:14px;justify-content:space-between;align-items:center;padding:15px 18px;display:flex}.qrm-final-pos>header small{color:#7b8880;letter-spacing:.14em;font-size:9px;font-weight:900}.qrm-final-pos>header h2{margin:2px 0}.qrm-final-pos>header label{border:1px solid #e0e6e2;border-radius:10px;align-items:center;gap:8px;width:min(420px,45vw);height:42px;padding:0 12px;display:flex}.qrm-final-pos>header label svg{width:16px}.qrm-final-pos>header input{border:0;outline:0;width:100%}.qrm-final-pos .layout{grid-template-columns:170px minmax(0,1fr) 340px;align-items:start;gap:12px;display:grid}.qrm-final-pos .layout>aside,.qrm-final-pos .cart{background:#fff;border:1px solid #e3e8e5;border-radius:14px}.qrm-final-pos .layout>aside{flex-direction:column;gap:4px;padding:9px;display:flex;position:sticky;top:80px}.qrm-final-pos .layout>aside button{text-align:left;background:0 0;border:0;border-radius:9px;padding:10px 11px;font-size:11px;font-weight:750}.qrm-final-pos .layout>aside button.active{color:#087f35;background:#edf8f1}.qrm-final-pos .layout>main{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.qrm-final-pos .product{text-align:left;background:#fff;border:1px solid #e3e8e5;border-radius:13px;padding:0;position:relative;overflow:hidden}.qrm-final-pos .product>img,.qrm-final-pos .product>span{aspect-ratio:1.3;object-fit:cover;background:#f1f4f2;place-items:center;width:100%;display:grid}.qrm-final-pos .product>div{flex-direction:column;gap:3px;padding:10px;display:flex}.qrm-final-pos .product b{font-size:11px}.qrm-final-pos .product small{color:#839087;font-size:8px}.qrm-final-pos .product strong{color:#078638;font-size:12px}.qrm-final-pos .product>svg{color:#fff;background:#0a9a41;border-radius:50%;width:24px;height:24px;padding:5px;position:absolute;bottom:9px;right:9px}.qrm-final-pos .cart{flex-direction:column;max-height:calc(100vh - 105px);padding:13px;display:flex;position:sticky;top:80px}.qrm-final-pos .cart>header{justify-content:space-between;display:flex}.qrm-final-pos .cart>header h3{margin:0}.qrm-final-pos .cart>header span{color:#78857d;font-size:9px}.qrm-final-pos .cart>select{border:1px solid #e0e6e2;border-radius:9px;height:38px;margin:10px 0;padding:0 8px}.qrm-final-pos .lines{flex-direction:column;flex:1;gap:6px;min-height:150px;display:flex;overflow:auto}.qrm-final-pos .lines article{border:1px solid #e5eae7;border-radius:9px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:7px;padding:6px 28px 6px 6px;display:grid;position:relative}.qrm-final-pos .lines article>img,.qrm-final-pos .lines article>span{object-fit:cover;background:#f2f5f3;border-radius:7px;place-items:center;width:46px;height:43px;display:grid}.qrm-final-pos .lines b{font-size:9px;display:block}.qrm-final-pos .lines small{color:#7d8a82;font-size:8px}.qrm-final-pos .lines article>div>div{align-items:center;gap:6px;margin-top:4px;display:flex}.qrm-final-pos .lines article>div button{background:#fff;border:1px solid #e0e6e2;border-radius:5px;place-items:center;width:20px;height:20px;display:grid}.qrm-final-pos .lines article>div button svg{width:10px}.qrm-final-pos .lines em{font-size:9px;font-style:normal}.qrm-final-pos .lines article>strong{color:#078638;font-size:9px}.qrm-final-pos .trash{background:0 0;border:0;position:absolute;top:4px;right:4px}.qrm-final-pos .trash svg{color:#a45b5b;width:12px}.qrm-final-pos .cart footer{border-top:1px solid #e5eae7;padding-top:10px}.qrm-final-pos .cart footer>div{justify-content:space-between;padding:7px 0;display:flex}.qrm-final-pos .cart footer>div strong{font-size:18px}.qrm-final-pos .cart footer>button{color:#fff;background:#0a9a41;border:0;border-radius:9px;width:100%;height:42px;margin-top:6px;font-size:10px;font-weight:850}.qrm-final-pos .cart footer>button:last-child{background:#18251d}.qrm-final-pos .cart footer svg{vertical-align:middle;width:14px}@media (max-width:1150px){.qrm-final-pos .layout{grid-template-columns:140px minmax(0,1fr) 300px}.qrm-final-pos .layout>main{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:850px){.qrm-final-pos>header{flex-direction:column;align-items:stretch;gap:10px}.qrm-final-pos>header label{width:100%}.qrm-final-pos .layout{flex-direction:column;display:flex}.qrm-final-pos .layout>aside{flex-direction:row;width:100%;position:static;overflow:auto}.qrm-final-pos .layout>aside button{white-space:nowrap}.qrm-final-pos .layout>main{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.qrm-final-pos .cart{width:100%;max-height:none;position:static}}.opsOrderCard{box-shadow:none!important;border:1px solid #e7ebe8!important;border-radius:14px!important;padding:14px 16px!important}.opsOrderCard.pending-approval{opacity:.72;background:#fafafa!important;border-style:dashed!important}.opsOrderCard.pending-approval:hover{opacity:1}.opsOrderCard header{margin-bottom:8px!important}.opsOrderMeta{margin:0!important;padding:8px 0!important}.opsOrderItems>div{min-height:0!important;padding:8px 0!important}.qrm-order-item-detail{flex-wrap:wrap!important;gap:4px 10px!important;margin-top:3px!important;display:flex!important}.qrm-order-item-detail span{font-size:11px!important}.qrm-order-item-detail .takeaway{color:#9a4c0a!important;font-weight:800!important}.orderCardActions{gap:8px!important;padding-top:10px!important}.qrmApproveOrder{min-height:38px!important;padding:8px 12px!important}.qrm-takeaway-order-pill{color:#9a4c0a!important;background:#fff2e8!important;border-radius:999px!important;width:max-content!important;margin-top:5px!important;padding:3px 7px!important;font-size:10px!important;font-weight:800!important;display:inline-flex!important}.orderNote.takeaway{color:#9a4c0a!important;font-weight:800!important}.qrm-web-page{--green:var(--qrm-primary,#0a9b42);--ink:#172019;--muted:#6f7b73;--line:#e2e8e4;--soft:#f5f8f6;min-height:100vh;color:var(--ink);font-family:var(--qrm-body-font,Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);background:#f5f8f6}.qrm-web-page *{box-sizing:border-box}.qrm-web-page button,.qrm-web-page input,.qrm-web-page select{font:inherit}.qrm-web-loading{color:#647168;background:#f6f8f7;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:100vh;display:flex}.qrm-web-header{z-index:70;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;position:sticky;top:0}.qrm-web-header-inner{grid-template-columns:auto minmax(220px,320px) minmax(250px,1fr) auto;align-items:center;gap:20px;min-height:76px;padding:12px clamp(16px,2.3vw,36px);display:grid}.qrm-web-brand{align-items:center;gap:10px;min-width:0;display:flex}.qrm-web-brand>img,.qrm-web-brand>span{object-fit:contain;border:1px solid var(--line);width:42px;height:42px;color:var(--green);background:#fff;border-radius:12px;place-items:center;font-weight:900;display:grid}.qrm-web-brand>div{flex-direction:column;min-width:0;display:flex}.qrm-web-brand b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.qrm-web-brand small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.qrm-web-burger{border:1px solid var(--line);background:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:none}.qrm-web-burger svg{width:19px}.qrm-web-search{border:1px solid var(--line);background:#f7f9f8;border-radius:12px;align-items:center;gap:10px;height:46px;padding:0 14px;display:flex}.qrm-web-search svg{color:#7c8981;width:18px}.qrm-web-search input{background:0 0;border:0;outline:0;width:100%;min-width:0}.qrm-web-actions{align-items:center;gap:8px;display:flex}.qrm-web-actions label,.qrm-web-actions>button{border:1px solid var(--line);color:#354139;background:#fff;border-radius:10px;align-items:center;gap:6px;height:42px;padding:0 11px;display:flex}.qrm-web-actions svg{width:16px}.qrm-web-actions select{background:0 0;border:0;outline:0}.qrm-web-mobile-cart{position:relative}.qrm-web-mobile-cart b{background:var(--green);color:#fff;border-radius:9px;place-items:center;min-width:18px;height:18px;font-size:9px;display:grid;position:absolute;top:-7px;right:-5px}.qrm-web-layout{grid-template-columns:230px minmax(0,1fr) 360px;align-items:start;width:100%;max-width:none;display:grid}.qrm-web-sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;gap:5px;height:calc(100vh - 76px);padding:24px 14px;display:flex;position:sticky;top:76px;overflow:auto}.qrm-web-side-title{letter-spacing:.12em;color:#87938c;padding:0 10px 10px;font-size:10px;font-weight:900}.qrm-web-sidebar>button,.qrm-web-drawer nav button{text-align:left;color:#344039;background:0 0;border:0;border-radius:11px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:9px 10px;display:grid}.qrm-web-sidebar>button:hover,.qrm-web-sidebar>button.active{color:#078437;background:#edf8f1}.qrm-web-sidebar>button img,.qrm-web-sidebar>button span,.qrm-web-drawer nav img,.qrm-web-drawer nav span{object-fit:cover;background:#eef4f0;border-radius:9px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:grid}.qrm-web-sidebar>button b{font-size:11px}.qrm-web-side-bottom{border-top:1px solid var(--line);flex-direction:column;gap:8px;margin-top:auto;padding-top:16px;display:flex}.qrm-web-side-bottom small{color:var(--muted);padding:0 8px;font-size:10px}.qrm-web-side-bottom button{border:1px solid var(--line);background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:38px;font-size:10px;font-weight:800;display:flex}.qrm-web-side-bottom svg{width:15px}.qrm-web-content{min-width:0;padding:22px clamp(18px,2vw,34px) 70px}.qrm-web-hero{margin-bottom:26px}.qrm-web-slide{background-position:50%;background-size:cover;border-radius:22px;min-height:clamp(330px,33vw,570px);position:relative;overflow:hidden;box-shadow:0 12px 38px #14281c12}.qrm-web-slide:after{content:"";background:linear-gradient(90deg,#0b120e94,#0b120e14 60%,#0000);position:absolute;top:0;bottom:0;left:0;right:0}.qrm-web-slide-copy{z-index:2;color:#fff;max-width:590px;position:absolute;bottom:clamp(30px,5vw,70px);left:clamp(24px,4vw,64px)}.qrm-web-slide-copy small{letter-spacing:.16em;font-size:10px;font-weight:900}.qrm-web-slide-copy h1{max-width:12ch;margin:8px 0 10px;font-size:clamp(30px,4vw,60px);line-height:1.02}.qrm-web-slide-copy p{color:#ffffffe6;max-width:48ch;margin:0;font-size:clamp(13px,1.4vw,18px)}.qrm-web-slide>.prev,.qrm-web-slide>.next{z-index:3;background:#ffffffe6;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.qrm-web-slide>.prev{left:16px}.qrm-web-slide>.next{right:16px}.qrm-web-slide>.prev svg,.qrm-web-slide>.next svg{width:18px}.qrm-web-slide .dots{z-index:3;gap:6px;display:flex;position:absolute;bottom:17px;left:50%;transform:translate(-50%)}.qrm-web-slide .dots button{background:#ffffff80;border:0;border-radius:10px;width:7px;height:7px;padding:0}.qrm-web-slide .dots button.active{background:#fff;width:26px}.qrm-web-category-strip{scrollbar-width:none;gap:10px;padding:2px 0 18px;display:flex;overflow-x:auto}.qrm-web-category-strip::-webkit-scrollbar{display:none}.qrm-web-category-strip button{border:1px solid var(--line);background:#fff;border-radius:13px;flex:none;align-items:center;gap:8px;min-width:112px;height:56px;padding:6px 12px;font-size:11px;font-weight:800;display:flex}.qrm-web-category-strip img,.qrm-web-category-strip button>span:first-child:not(:last-child){object-fit:cover;border-radius:9px;width:36px;height:36px}.qrm-web-promos,.qrm-web-product-section{margin:18px 0 34px}.qrm-web-section-head{justify-content:space-between;align-items:end;gap:18px;margin-bottom:14px;display:flex}.qrm-web-section-head small{letter-spacing:.14em;color:var(--green);font-size:9px;font-weight:900}.qrm-web-section-head h2{margin:4px 0 0;font-size:24px;line-height:1.1}.qrm-web-section-head>span{color:var(--muted);font-size:10px}.qrm-web-promo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.qrm-web-promo-grid article{color:#fff;background:linear-gradient(135deg,#0b9a43,#087b35);border-radius:16px;flex-direction:column;align-items:flex-start;min-height:148px;padding:18px;display:flex}.qrm-web-promo-grid article>span{background:#ffffff2b;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:900}.qrm-web-promo-grid h3{margin:14px 0 6px;font-size:18px}.qrm-web-promo-grid p{color:#ffffffe0;margin:0;font-size:11px;line-height:1.5}.qrm-web-promo-grid small{margin-top:auto;padding-top:10px;font-size:10px}.qrm-web-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.qrm-web-product{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 4px 16px #14281c09}.qrm-web-product-main{text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.qrm-web-product-img{aspect-ratio:1.35;background:#eff3f0;place-items:center;display:grid;position:relative;overflow:hidden}.qrm-web-product-img>img{object-fit:cover;width:100%;height:100%;transition:transform .25s}.qrm-web-product:hover .qrm-web-product-img>img{transform:scale(1.025)}.qrm-web-product-img>svg{color:#a1aaa5;width:30px}.qrm-web-product-img>span{color:#087d35;background:#fff;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:900;position:absolute;top:10px;left:10px;box-shadow:0 3px 12px #00000014}.qrm-web-product-copy{padding:13px 13px 9px}.qrm-web-product-copy h3{margin:0 0 5px;font-size:13px;line-height:1.35}.qrm-web-product-copy p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:29px;margin:0;font-size:10px;line-height:1.45;display:-webkit-box;overflow:hidden}.qrm-web-product-copy>div{align-items:center;gap:7px;margin-top:10px;display:flex}.qrm-web-product-copy strong{color:#078537;font-size:13px}.qrm-web-product-copy del{color:#a0aaa4;font-size:10px}.qrm-web-add{color:#087e34;background:#e9f7ee;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;height:37px;margin:auto 10px 10px;font-size:10px;font-weight:900;display:flex}.qrm-web-add svg{width:14px}.qrm-web-cart{border-left:1px solid var(--line);background:#fff;flex-direction:column;height:calc(100vh - 76px);padding:22px 18px;display:flex;position:sticky;top:76px}.qrm-web-cart-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;padding-bottom:14px;display:flex}.qrm-web-cart-head small{letter-spacing:.13em;color:#87938c;font-size:9px;font-weight:900}.qrm-web-cart-head h2{margin:3px 0 0;font-size:21px}.qrm-web-cart-head>svg{width:20px;color:var(--green)}.qrm-web-order-type{background:#f3f6f4;border-radius:10px;grid-template-columns:1fr 1fr;gap:5px;margin:14px 0;padding:4px;display:grid}.qrm-web-order-type button{color:#6a776f;background:0 0;border:0;border-radius:8px;height:34px;font-size:10px;font-weight:800}.qrm-web-order-type button.active{color:#087f34;background:#fff;box-shadow:0 2px 8px #14281c0f}.qrm-web-cart-lines{flex-direction:column;flex:1;gap:8px;min-height:180px;padding:2px 1px 10px;display:flex;overflow:auto}.qrm-web-cart-lines article{border:1px solid var(--line);border-radius:11px;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px;display:grid}.qrm-web-cart-lines article>img,.qrm-web-cart-lines article>span{object-fit:cover;background:#f1f4f2;border-radius:8px;place-items:center;width:50px;height:48px;display:grid}.qrm-web-cart-lines article>span svg{color:#a1aaa5;width:18px}.qrm-web-cart-lines article>div{min-width:0}.qrm-web-cart-lines article b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;display:block;overflow:hidden}.qrm-web-cart-lines article small{color:var(--muted);font-size:9px}.qrm-web-cart-lines article>div>div{align-items:center;gap:8px;margin-top:6px;display:flex}.qrm-web-cart-lines article button{border:1px solid var(--line);background:#fff;border-radius:6px;place-items:center;width:22px;height:22px;display:grid}.qrm-web-cart-lines article button svg{width:11px}.qrm-web-cart-lines article strong{font-size:10px}.qrm-web-cart-lines article em{color:#087f34;font-size:10px;font-style:normal;font-weight:900}.qrm-web-cart-empty{text-align:center;color:#94a098;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:100%;display:flex}.qrm-web-cart-empty svg{width:28px}.qrm-web-cart-empty b{color:#536159;font-size:12px}.qrm-web-cart-empty span{font-size:10px}.qrm-web-status{background:#f2faf5;border:1px solid #d5ebdd;border-radius:10px;align-items:center;gap:9px;margin-bottom:10px;padding:10px;display:flex}.qrm-web-status svg{color:#07873a;width:18px}.qrm-web-status small{color:#789084;font-size:8px;display:block}.qrm-web-status b{font-size:10px}.qrm-web-cart-total{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 0;display:flex}.qrm-web-cart-total span{font-size:12px}.qrm-web-cart-total strong{font-size:21px}.qrm-web-checkout{background:var(--green);color:#fff;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;height:48px;font-size:11px;font-weight:900;display:flex}.qrm-web-checkout svg{width:17px}.qrm-web-checkout:disabled{opacity:.45}.qrm-web-mobile-checkout{display:none}.qrm-web-drawer-back,.qrm-web-sheet-back,.qrm-web-modal-back{z-index:120;background:#0c140f7a;position:fixed;top:0;bottom:0;left:0;right:0}.qrm-web-drawer{background:#fff;width:min(340px,88vw);padding:18px;position:absolute;top:0;bottom:0;left:0;overflow:auto}.qrm-web-drawer header,.qrm-web-sheet header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.qrm-web-drawer header>button,.qrm-web-sheet header>button,.qrm-web-product-modal>.close,.qrm-web-order-qr>.close,.qrm-web-table-picker>.close{border:1px solid var(--line);background:#fff;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.qrm-web-drawer nav{flex-direction:column;gap:5px;padding-top:14px;display:flex}.qrm-web-drawer nav b{font-size:12px}.qrm-web-sheet{background:#fff;border-radius:20px 20px 0 0;flex-direction:column;max-height:88vh;padding:18px;display:flex;position:absolute;bottom:0;left:0;right:0}.qrm-web-sheet h2{margin:0}.qrm-web-sheet-lines{flex-direction:column;gap:8px;min-height:120px;padding:12px 0;display:flex;overflow:auto}.qrm-web-sheet-lines article{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 0;display:grid}.qrm-web-sheet-lines b{font-size:11px;display:block}.qrm-web-sheet-lines small{color:var(--muted);font-size:9px}.qrm-web-sheet-lines article>div:nth-child(2){align-items:center;gap:8px;display:flex}.qrm-web-sheet-lines button{border:1px solid var(--line);background:#fff;border-radius:7px;place-items:center;width:26px;height:26px;display:grid}.qrm-web-sheet-lines button svg{width:12px}.qrm-web-sheet-lines em{font-size:10px;font-style:normal;font-weight:900}.qrm-web-sheet footer{border-top:1px solid var(--line);padding-top:12px}.qrm-web-sheet footer>div{justify-content:space-between;align-items:center;padding:5px 0 12px;display:flex}.qrm-web-sheet footer strong{font-size:20px}.qrm-web-sheet footer>button{background:var(--green);color:#fff;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;height:48px;font-weight:900;display:flex}.qrm-web-product-modal,.qrm-web-order-qr,.qrm-web-table-picker{background:#fff;border-radius:20px;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 30px 90px #00000040}.qrm-web-product-modal{grid-template-columns:1.05fr 1fr;width:min(760px,92vw);display:grid}.qrm-web-product-modal>.close,.qrm-web-order-qr>.close,.qrm-web-table-picker>.close{z-index:3;position:absolute;top:14px;right:14px}.qrm-web-product-modal>.hero{object-fit:cover;background:#f1f4f2;width:100%;height:100%;min-height:470px}.qrm-web-product-modal>.body{flex-direction:column;padding:46px 30px 28px;display:flex}.qrm-web-product-modal .promo{color:#087e35;background:#edf8f1;border-radius:8px;align-self:flex-start;padding:6px 9px;font-size:9px;font-weight:900}.qrm-web-product-modal h2{margin:14px 0 9px;font-size:27px}.qrm-web-product-modal p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.qrm-web-product-modal .price{align-items:center;gap:9px;margin-top:18px;display:flex}.qrm-web-product-modal .price strong{color:#078337;font-size:24px}.qrm-web-product-modal .price del{color:#98a29c;font-size:12px}.qrm-web-product-modal .meta{background:#f7f9f8;border-radius:10px;flex-direction:column;gap:4px;margin-top:18px;padding:12px;display:flex}.qrm-web-product-modal .meta b{font-size:9px}.qrm-web-product-modal .meta span{color:var(--muted);font-size:10px}.qrm-web-product-modal .add{background:var(--green);color:#fff;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;height:48px;margin-top:auto;font-weight:900;display:flex}.qrm-web-order-qr{text-align:center;width:min(410px,92vw);padding:34px 28px}.qrm-web-order-qr>img{width:230px;height:230px;margin:0 auto 16px;display:block}.qrm-web-order-qr>svg{width:180px;height:180px}.qrm-web-order-qr>small{letter-spacing:.15em;color:#78867d;font-size:9px;font-weight:900}.qrm-web-order-qr h2{margin:5px 0 8px;font-size:28px}.qrm-web-order-qr p{color:var(--muted);font-size:11px;line-height:1.5}.qrm-web-order-qr>div{border-top:1px solid var(--line);justify-content:space-between;margin-top:15px;padding-top:12px;display:flex}.qrm-web-table-picker{width:min(520px,92vw);padding:32px}.qrm-web-table-picker h2{margin:0 0 5px}.qrm-web-table-picker>p{color:var(--muted);margin:0 0 16px;font-size:11px}.qrm-web-table-picker>div{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.qrm-web-table-picker>div button{border:1px solid var(--line);background:#fff;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:90px;display:flex}.qrm-web-table-picker svg{width:20px;color:var(--green)}.qrm-web-table-picker b{font-size:11px}.qrm-web-table-picker small{color:var(--muted);font-size:9px}.qrm-web-toast{z-index:200;color:#fff;background:#172019;border-radius:10px;padding:11px 16px;font-size:11px;font-weight:800;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0000002e}@media (min-width:1500px){.qrm-web-layout{grid-template-columns:250px minmax(0,1fr) 390px}.qrm-web-product-grid,.qrm-web-promo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1900px){.qrm-web-layout{grid-template-columns:270px minmax(0,1fr) 420px}.qrm-web-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.qrm-web-content{padding-left:40px;padding-right:40px}}@media (max-width:1180px){.qrm-web-layout{grid-template-columns:190px minmax(0,1fr) 320px}.qrm-web-product-grid,.qrm-web-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qrm-web-header-inner{grid-template-columns:auto minmax(180px,260px) minmax(220px,1fr) auto}.qrm-web-actions>button span{display:none}}@media (max-width:960px){.qrm-web-header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:10px}.qrm-web-burger{display:flex}.qrm-web-header .qrm-web-brand,.qrm-web-actions label{display:none}.qrm-web-layout{display:block}.qrm-web-sidebar,.qrm-web-cart{display:none}.qrm-web-content{padding:14px 14px 92px}.qrm-web-slide{border-radius:16px;min-height:clamp(260px,58vw,440px)}.qrm-web-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.qrm-web-mobile-checkout{z-index:80;color:#fff;background:#102117;border:0;border-radius:13px;align-items:center;gap:9px;height:54px;padding:0 17px;display:flex;position:fixed;bottom:14px;left:14px;right:14px;box-shadow:0 10px 35px #00000038}.qrm-web-mobile-checkout svg{width:18px}.qrm-web-mobile-checkout span{font-size:11px}.qrm-web-mobile-checkout strong{margin-left:auto;font-size:14px}}@media (max-width:680px){.qrm-web-header-inner{min-height:68px;padding:10px 12px}.qrm-web-search{height:42px}.qrm-web-actions>button:not(.qrm-web-mobile-cart){display:none}.qrm-web-content{padding:12px 12px 88px}.qrm-web-slide{min-height:300px}.qrm-web-slide-copy{bottom:30px;left:20px;right:20px}.qrm-web-slide-copy h1{font-size:34px}.qrm-web-category-strip{margin-right:-12px;padding-right:12px}.qrm-web-category-strip button{min-width:96px;height:50px}.qrm-web-promos,.qrm-web-product-section{margin:15px 0 28px}.qrm-web-promo-grid{gap:10px;margin-right:-12px;padding-right:12px;display:flex;overflow-x:auto}.qrm-web-promo-grid article{flex:0 0 78%;min-height:138px}.qrm-web-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.qrm-web-product{border-radius:13px}.qrm-web-product-copy{padding:10px 10px 7px}.qrm-web-product-copy h3{font-size:11px}.qrm-web-product-copy p{min-height:26px;font-size:9px}.qrm-web-add{height:34px;margin:5px 8px 8px}.qrm-web-product-modal{max-height:92vh;display:block;overflow:auto}.qrm-web-product-modal>.hero{height:300px;min-height:0}.qrm-web-product-modal>.body{padding:22px 18px 18px}.qrm-web-product-modal .add{margin-top:24px}.qrm-web-table-picker>div{grid-template-columns:repeat(2,1fr)}}.qrm-web-product-title{justify-content:space-between;align-items:flex-start;gap:6px;display:flex}.qrm-web-product-title h3{min-width:0}.qrm-package-badge{color:#0b7c38;background:#eff8f2;border-radius:6px;flex:none;align-items:center;gap:3px;padding:3px 5px;font-size:7px;font-weight:900;display:inline-flex}.qrm-package-badge svg{width:9px;height:9px}.qrm-allergen-line{white-space:nowrap;text-overflow:ellipsis;margin:3px 0 2px;display:block;overflow:hidden;color:#a25b24!important;font-size:8px!important}.qrm-web-qty{grid-template-columns:34px 1fr 34px;overflow:hidden;padding:0!important;display:grid!important}.qrm-web-qty>button{color:inherit;background:0 0;border:0;place-items:center;display:grid}.qrm-web-qty>button svg{width:14px}.qrm-web-qty>b{border-left:1px solid #ffffff29;border-right:1px solid #ffffff29;place-items:center;font-size:11px;display:grid}.qrm-modal-badges{flex-wrap:wrap;gap:6px;display:flex}.qrm-modal-badges span{color:#456050;background:#f2f7f4;border-radius:7px;align-items:center;gap:4px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.qrm-modal-badges svg{width:12px}.qrm-web-product-modal .meta.allergen{background:#fff7ef;border:1px solid #f5dfcb}.qrm-web-product-modal .meta.allergen b{color:#9a501d}.qrm-web-product-modal .meta p{color:#795d49;margin-top:5px;font-size:10px}.qrm-option-group{margin-top:14px}.qrm-option-group>b em{color:#a64d11;background:#fff1e7;border-radius:5px;padding:2px 5px;font-size:7px;font-style:normal}.qrm-option-group button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:9px;justify-content:space-between;align-items:center;min-height:42px;padding:7px 9px;display:flex}.qrm-option-group button span{font-size:10px;font-weight:800}.qrm-option-group button strong{font-size:9px}.qrm-option-group button.active{border-color:var(--green);box-shadow:0 0 0 1px var(--green);background:#f3faf5}.qrm-nutrition{margin-top:14px}.qrm-nutrition>b{font-size:10px}.qrm-nutrition>div{grid-template-columns:repeat(4,1fr);gap:5px;margin-top:7px;display:grid}.qrm-nutrition span{background:#f7f9f8;border-radius:7px;min-width:0;padding:6px}.qrm-nutrition small,.qrm-nutrition strong{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.qrm-nutrition small{color:var(--muted);font-size:7px}.qrm-nutrition strong{margin-top:2px;font-size:9px}.qrm-countdown{color:#087f34;margin-top:2px;font-size:17px!important;display:block!important}.qrm-web-order-progress{border:1px solid var(--line);background:#fff;border-radius:10px;margin-bottom:10px;overflow:hidden}.qrm-web-order-progress>div{padding:9px}.qrm-web-order-progress>div+div{border-top:1px solid var(--line)}.qrm-web-order-progress>div>b{margin-bottom:6px;font-size:9px;display:block}.qrm-web-order-progress span{justify-content:space-between;align-items:center;gap:7px;padding:4px 0;font-size:9px;display:flex}.qrm-web-order-progress em{color:#7a877f;font-size:8px;font-style:normal}.qrm-web-order-progress .delivered{background:#f4faf6}.qrm-web-order-progress .delivered em{color:#087f34;font-weight:800}.qrm-web-waiter-modal{text-align:center;background:#fff;border-radius:20px;width:min(390px,90vw);padding:34px 28px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 30px 90px #00000040}.qrm-waiter-pulse{width:66px;height:66px;color:var(--green);background:#eff9f2;border-radius:50%;place-items:center;margin:0 auto 16px;animation:1.6s infinite qrmPulse;display:grid}.qrm-waiter-pulse svg{width:27px}.qrm-web-waiter-modal>small{letter-spacing:.15em;color:#819087;font-size:8px;font-weight:900}.qrm-web-waiter-modal h2{margin:6px 0 8px;font-size:22px}.qrm-waiter-loading{justify-content:center;gap:5px;margin-top:15px;display:flex}.qrm-waiter-loading i{background:#9eb0a4;border-radius:50%;width:7px;height:7px;animation:1.2s infinite qrmDot}.qrm-waiter-loading i:nth-child(2){animation-delay:.15s}.qrm-waiter-loading i:nth-child(3){animation-delay:.3s}@keyframes qrmPulse{50%{box-shadow:0 0 0 13px #117e3814}}@keyframes qrmDot{50%{background:var(--green);transform:translateY(-4px)}}@media (max-width:680px){.qrm-package-badge{display:none}.qrm-option-group>div{grid-template-columns:1fr}.qrm-nutrition>div{grid-template-columns:repeat(2,1fr)}}@media (min-width:961px){.qrm-web-mobile-cart{display:none!important}}.qrm-waiter-bar{z-index:68;color:#6f5312;background:#fff8e8;border-bottom:1px solid #f1d79b;align-items:center;gap:10px;min-height:50px;padding:8px clamp(16px,2.3vw,36px);display:flex;position:sticky;top:76px}.qrm-waiter-bar>svg{flex:none;width:19px}.qrm-waiter-bar>div{flex-direction:column;min-width:0;display:flex}.qrm-waiter-bar b{font-size:11px}.qrm-waiter-bar small{color:#897548;font-size:9px}.qrm-waiter-bar button{color:#76570f;background:#fff;border:1px solid #dfc57f;border-radius:8px;align-items:center;gap:5px;height:32px;margin-left:auto;padding:0 10px;font-size:9px;font-weight:900;display:flex}.qrm-waiter-bar button svg{width:13px}.qrm-waiter-bar.acknowledged{color:#087c35;background:#eef9f2;border-color:#c8e8d1}.qrm-waiter-bar.acknowledged small{color:#4e7e60}.qrm-web-help-modal{background:#fff;border-radius:20px;width:min(460px,92vw);padding:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 30px 90px #00000040}.qrm-web-help-modal>.close{position:absolute;top:14px;right:14px}.qrm-web-help-modal>svg:not(.close svg){width:30px;color:var(--green)}.qrm-web-help-modal>small{letter-spacing:.15em;color:#7d8a82;margin-top:12px;font-size:8px;font-weight:900;display:block}.qrm-web-help-modal h2{margin:5px 0 16px;font-size:22px}.qrm-help-types{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px;display:grid}.qrm-help-types button{border:1px solid var(--line);background:#fff;border-radius:9px;height:38px;font-size:10px;font-weight:800}.qrm-help-types button.active{border-color:var(--green);color:#087d35;background:#edf8f1}.qrm-web-help-modal textarea{resize:vertical;border:1px solid var(--line);width:100%;font:inherit;border-radius:10px;outline:none;min-height:120px;padding:12px;font-size:11px}.qrm-web-help-modal textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #0a9b4214}.qrm-web-help-modal .send{background:var(--green);color:#fff;border:0;border-radius:10px;width:100%;height:44px;margin-top:10px;font-weight:900}.qrm-web-help-modal .send:disabled{opacity:.5}.qrm-waiter-bar+.qrm-web-layout .qrm-web-sidebar,.qrm-waiter-bar+.qrm-web-layout .qrm-web-cart{height:calc(100vh - 126px);top:126px}@media (max-width:960px){.qrm-waiter-bar{padding:7px 12px;top:68px}.qrm-waiter-bar small{display:none}.qrm-waiter-bar+.qrm-web-layout .qrm-web-content{padding-top:14px}}.qrm-web-page h1,.qrm-web-page h2,.qrm-web-page h3,.qrm-web-page .qrm-web-brand b{font-family:var(--qrm-heading-font,var(--qrm-body-font,Inter,sans-serif))}.qrm-web-header{background:var(--qrm-primary,#0a9b42);border-bottom-color:color-mix(in srgb,var(--qrm-primary,#0a9b42) 80%,#000)}.qrm-web-header .qrm-web-brand b,.qrm-web-header .qrm-web-brand small{color:var(--qrm-primary-text,#fff)}.qrm-web-header .qrm-web-actions label,.qrm-web-header .qrm-web-actions>button,.qrm-web-header .qrm-web-burger{background:#fffffff5}.qrm-web-add,.qrm-web-order-type button.active{background:var(--qrm-secondary,#eef8f1);color:var(--qrm-secondary-text,#087d35)}.qrm-web-promo-grid article{background:var(--qrm-primary,#0a9b42);color:var(--qrm-primary-text,#fff)}.qrm-web-product-grid.layout-list{grid-template-columns:1fr!important}.qrm-web-product-grid.layout-list .qrm-web-product{grid-template-columns:minmax(0,1fr) 105px;align-items:stretch;display:grid}.qrm-web-product-grid.layout-list .qrm-web-product-main{grid-template-columns:118px minmax(0,1fr);min-width:0;display:grid}.qrm-web-product-grid.layout-list .qrm-web-product-img{aspect-ratio:auto;height:100%;min-height:118px}.qrm-web-product-grid.layout-list .qrm-web-add{grid-column:2;align-self:center;margin:10px}.qrm-web-product-grid.layout-list .qrm-web-qty{grid-column:2}.qrm-web-mobile-nav{display:none}@media (max-width:960px){.qrm-web-header-inner{grid-template-rows:auto auto;grid-template-columns:42px minmax(0,1fr) auto;gap:9px 10px;padding:9px 12px 10px}.qrm-web-header .qrm-web-brand{grid-area:1/2;display:flex}.qrm-web-brand>img,.qrm-web-brand>span{border-radius:10px;width:38px;height:38px}.qrm-web-brand small{display:none}.qrm-web-search{background:#fff;grid-area:2/1/auto/-1;width:100%;height:42px}.qrm-web-actions{grid-area:1/3}.qrm-web-burger{grid-area:1/1}.qrm-web-content{padding-bottom:92px}.qrm-web-mobile-checkout{display:none!important}.qrm-web-mobile-nav{z-index:95;height:68px;padding:5px max(8px,env(safe-area-inset-right)) max(5px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));border-top:1px solid var(--line);background:#fff;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 26px #12221717}.qrm-web-mobile-nav button{color:#66736b;background:0 0;border:0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;font-weight:800;display:flex;position:relative}.qrm-web-mobile-nav button svg{width:20px;height:20px}.qrm-web-mobile-nav button.active,.qrm-web-mobile-nav button:active{color:var(--qrm-primary,#0a9b42);background:var(--qrm-secondary,#eef8f1)}.qrm-web-mobile-nav .cart b{background:var(--qrm-primary,#0a9b42);min-width:17px;height:17px;color:var(--qrm-primary-text,#fff);border-radius:9px;place-items:center;margin-left:7px;font-size:8px;display:grid;position:absolute;top:3px;left:50%}.qrm-waiter-bar{top:99px}.qrm-web-product-grid.layout-list .qrm-web-product{grid-template-columns:minmax(0,1fr) 72px}.qrm-web-product-grid.layout-list .qrm-web-product-main{grid-template-columns:100px minmax(0,1fr)}.qrm-web-product-grid.layout-list .qrm-web-product-img{min-height:104px}}@media (max-width:680px){.qrm-web-product-pageback{z-index:110;background:#fff;padding:0;display:block;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}.qrm-web-product-pageback .qrm-web-product-modal{width:100%;max-width:none;min-height:100dvh;max-height:none;box-shadow:none;background:#fff;border-radius:0;position:relative;top:auto;bottom:auto;left:auto;right:auto;overflow:visible;transform:none}.qrm-web-product-pageback .qrm-web-product-modal>.hero{object-fit:cover;border-radius:0;width:100%;height:min(45vh,360px)}.qrm-web-product-pageback .qrm-web-product-modal>.close{z-index:4;background:#fffffff5;border-radius:50%;width:40px;height:40px;position:fixed;top:14px;left:14px;right:auto;box-shadow:0 4px 18px #0000001f}.qrm-web-product-pageback .qrm-web-product-modal>.close svg{transform:rotate(0)}.qrm-web-product-pageback .qrm-web-product-modal>.body{padding:22px 16px 100px}.qrm-web-product-pageback .qrm-web-product-modal .add{z-index:3;position:sticky;bottom:10px;box-shadow:0 8px 24px #0000001f}.qrm-web-product-grid.layout-list{gap:9px}.qrm-web-product-grid.layout-list .qrm-web-product{grid-template-columns:minmax(0,1fr) 64px}.qrm-web-product-grid.layout-list .qrm-web-product-main{grid-template-columns:92px minmax(0,1fr)}.qrm-web-product-grid.layout-list .qrm-web-product-copy p{-webkit-line-clamp:2}}.qrm-web-product{border-radius:var(--qrm-card-radius,16px)}.qrm-web-brand.qrm-logo-only{align-items:center;min-width:0;display:flex}.qrm-web-brand.qrm-logo-only>img{object-fit:contain;background:0 0;border:0;border-radius:0;width:auto;max-width:180px;height:46px;padding:0}.qrm-web-brand.qrm-logo-only>span{background:0 0;border:0;border-radius:0}.qrm-web-header .qrm-web-burger,.qrm-web-header .qrm-web-mobile-cart{color:var(--qrm-primary-text,#fff);box-shadow:none!important;background:0 0!important;border:0!important;padding:0!important}.qrm-web-header .qrm-web-burger:hover,.qrm-web-header .qrm-web-mobile-cart:hover{background:0 0!important}.qrm-web-header .qrm-web-actions>button{box-shadow:none}.qrm-product-sticky-footer{border-top:1px solid var(--line);background:#fff;align-items:center;gap:12px;margin-top:22px;padding-top:12px;display:flex}.qrm-product-sticky-footer .price{flex-direction:column;align-items:flex-start;min-width:max-content;margin:0;display:flex}.qrm-product-sticky-footer .price strong{font-size:20px}.qrm-product-sticky-footer .add{flex:1;min-height:48px;margin:0}@media (max-width:960px){.qrm-web-brand.qrm-logo-only{grid-area:1/2;justify-content:flex-start}.qrm-web-brand.qrm-logo-only>img{max-width:150px;height:40px}.qrm-web-header .qrm-web-burger,.qrm-web-header .qrm-web-mobile-cart{place-items:center;width:40px;height:40px;display:grid}}@media (max-width:680px){.qrm-web-brand.qrm-logo-only>img{max-width:132px;height:36px}.qrm-web-product-pageback .qrm-web-product-modal>.body{padding-bottom:112px}.qrm-web-product-pageback .qrm-product-sticky-footer{z-index:8;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid var(--line);margin:0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 28px #00000014}.qrm-web-product-pageback .qrm-product-sticky-footer .price strong{font-size:19px}.qrm-web-product-pageback .qrm-product-sticky-footer .add{box-shadow:none;min-height:50px;position:static}}.qrm-web-content.product-open>:not(.qrm-web-product-detail-page){display:none!important}.qrm-web-product-detail-page{background:#fff;min-height:calc(100vh - 90px);padding-bottom:96px;position:relative}.qrm-product-page-head{z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #edf0f3;padding:12px 0;position:sticky;top:72px}.qrm-product-page-head button{font:inherit;cursor:pointer;color:#111827;background:0 0;border:0;align-items:center;gap:7px;padding:8px 4px;font-weight:800;display:inline-flex}.qrm-product-page-head svg{width:20px;height:20px}.qrm-product-page-hero{object-fit:cover;border-radius:18px;width:100%;max-height:430px;margin-top:16px;display:block}.qrm-product-page-body{max-width:760px;padding:22px 4px 30px}.qrm-product-page-body h1{font-family:var(--qrm-heading-font);color:#111827;margin:12px 0 8px;font-size:32px;line-height:1.08}.qrm-product-page-body>p{color:#697386;font-size:15px;line-height:1.65}.qrm-product-page-body .meta{background:#f8fafc;border-radius:14px;gap:6px;margin:18px 0;padding:14px 16px;display:grid}.qrm-product-page-footer{z-index:12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:14px 4px calc(14px + env(safe-area-inset-bottom));background:#fffffff7;border-top:1px solid #e7ebef;justify-content:space-between;align-items:center;gap:14px;display:flex;position:sticky;bottom:0}.qrm-product-page-footer .price{align-items:baseline;gap:8px;min-width:110px;display:flex}.qrm-product-page-footer .price strong{color:#111827;font-size:22px}.qrm-product-page-footer .price del{color:#9aa3af}.qrm-product-page-footer .add{background:var(--qrm-primary);min-width:170px;color:var(--qrm-primary-text);cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:14px 18px;font-weight:900;display:inline-flex}.qrm-product-page-footer .add svg{width:18px;height:18px}@media (max-width:760px){.qrm-web-content.product-open{padding-top:0!important}.qrm-web-product-detail-page{min-height:calc(100dvh - 126px);padding-bottom:84px}.qrm-product-page-head{margin:0 -14px;padding:8px 14px;top:112px}.qrm-product-page-hero{border-radius:0;width:calc(100% + 28px);max-height:48vh;margin:0 -14px}.qrm-product-page-body{padding:18px 0 24px}.qrm-product-page-body h1{font-size:27px}.qrm-product-page-footer{padding:10px 14px calc(10px + env(safe-area-inset-bottom));position:fixed;bottom:64px;left:0;right:0;box-shadow:0 -8px 24px #0f172a14}.qrm-product-page-footer .price{flex:none}.qrm-product-page-footer .add{flex:1;min-width:0}}.qrm-product-fullscreen{z-index:3000;font-family:var(--qrm-body-font);color:#17211c;background:#fff;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.qrm-product-full-back{z-index:5;border-radius:var(--qrm-button-radius);background:#fffffff5;border:0;align-items:center;gap:7px;height:44px;padding:0 16px;font-weight:800;display:flex;position:absolute;top:18px;left:18px;box-shadow:0 4px 18px #0000001f}.qrm-product-full-back svg{width:19px}.qrm-product-full-scroll{flex:1;padding-bottom:110px;overflow:auto}.qrm-product-fullscreen .qrm-product-page-hero{object-fit:cover;width:min(760px,100%);height:min(52vh,520px);margin:0 auto;display:block}.qrm-product-fullscreen .qrm-product-page-body{max-width:760px;margin:0 auto;padding:28px 22px 38px}.qrm-product-fullscreen .qrm-product-page-body h1{font-size:var(--qrm-font-large);font-family:var(--qrm-heading-font)}.qrm-product-fullscreen .qrm-product-page-body p,.qrm-product-fullscreen .meta{font-size:var(--qrm-font-small)}.qrm-product-fullscreen .qrm-product-page-footer{z-index:6;background:#fff;border-top:1px solid #e8ece9;justify-content:space-between;align-items:center;gap:18px;padding:14px max(18px,50vw - 380px);display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 30px #0000000f}.qrm-product-fullscreen .qrm-product-page-footer .price strong{color:var(--qrm-primary);font-size:24px}.qrm-product-fullscreen .qrm-product-page-footer .add{background:var(--qrm-primary);color:var(--qrm-primary-text);border-radius:var(--qrm-button-radius);border:0;align-items:center;gap:8px;height:52px;padding:0 28px;font-weight:900;display:flex}.qrm-web-side-brand{display:none}.qrm-change-table{border-radius:var(--qrm-button-radius);width:100%;height:40px;color:var(--qrm-secondary-text);background:#fff;border:1px solid #e6ebe8;justify-content:center;align-items:center;gap:7px;margin:8px 0;font-weight:800;display:flex}.qrm-change-table svg{width:16px}.qrm-web-cart-tools{border-bottom:1px solid #edf0ee;gap:8px;margin-bottom:14px;padding-bottom:14px;display:flex}.qrm-web-cart-tools label,.qrm-web-cart-tools button{border-radius:var(--qrm-button-radius);background:#fff;border:1px solid #e3e8e5;align-items:center;gap:6px;height:40px;padding:0 10px;font-weight:800;display:flex}.qrm-web-cart-tools select{background:0 0;border:0;font-weight:800}.qrm-web-cart-tools svg{width:16px}.qrm-web-checkout,.qrm-web-add,.qrm-web-order-type button.active,.qrm-option-group button.active{background:var(--qrm-primary)!important;color:var(--qrm-primary-text)!important;border-color:var(--qrm-primary)!important;border-radius:var(--qrm-button-radius)!important}.qrm-web-product-copy strong,.qrm-web-cart-total strong,.qrm-web-section-head h2{color:var(--qrm-primary)}.qrm-web-section-head h2,.qrm-web-product-copy h3{font-size:var(--qrm-font-medium)}.qrm-web-product-copy p,.qrm-web-product-copy small{font-size:var(--qrm-font-small)}@media (min-width:1024px){.qrm-web-page{background:#f6f8f7}.qrm-web-layout{align-items:stretch;min-height:100vh}.qrm-web-header{z-index:105;border-bottom:1px solid #e8ece9;height:78px;top:0;left:248px;right:392px;box-shadow:none!important;background:#fff!important;position:fixed!important}.qrm-web-header-inner{justify-content:center;max-width:none!important;padding:14px 28px!important}.qrm-web-header .qrm-web-brand,.qrm-web-header .qrm-web-burger,.qrm-web-header .qrm-web-actions{display:none!important}.qrm-web-header .qrm-web-search{background:#f4f6f5!important;border:1px solid #e4e9e6!important;width:100%!important;max-width:none!important;margin:0!important}.qrm-web-sidebar{z-index:110;background:#fff;border-right:1px solid #e2e7e4;top:0;bottom:0;left:0;overflow:auto;width:248px!important;height:100vh!important;padding:24px 14px!important;position:fixed!important}.qrm-web-side-brand{border-bottom:1px solid #edf1ef;align-items:center;min-height:62px;margin-bottom:12px;padding:0 10px 18px;display:flex}.qrm-web-side-brand img{object-fit:contain;object-position:left center;max-width:165px;max-height:52px}.qrm-web-side-brand b{font-family:var(--qrm-heading-font);font-size:22px}.qrm-web-content{min-width:0;margin-left:248px!important;margin-right:392px!important;padding-top:94px!important}.qrm-web-cart{z-index:111;background:#fff;border-left:1px solid #e2e7e4;top:0;bottom:0;right:0;overflow:auto;width:392px!important;height:100vh!important;padding:22px 20px!important;position:fixed!important}.qrm-web-sidebar button.active,.qrm-web-sidebar button:hover,.qrm-web-category-strip button.active{background:var(--qrm-secondary)!important;color:var(--qrm-secondary-text)!important}.qrm-web-sidebar button.active b{color:var(--qrm-secondary-text)!important}.qrm-waiter-bar{top:78px!important;left:248px!important;right:392px!important}}@media (max-width:1023px){.qrm-web-cart-tools{display:none}.qrm-product-fullscreen .qrm-product-page-hero{height:42vh}.qrm-product-fullscreen .qrm-product-page-footer{padding:12px 16px}.qrm-product-fullscreen .qrm-product-page-footer .add{flex:1;justify-content:center}}.qrm-web-page{font-size:var(--qrm-font-small,15px)}.qrm-web-product-copy p,.qrm-web-product-copy small,.qrm-web-section-head>span,.qrm-web-drawer small{font-size:max(14px,var(--qrm-font-small,15px));line-height:1.45}.qrm-web-product-copy h3{font-size:max(18px,var(--qrm-font-medium,19px));line-height:1.25}.qrm-web-product-copy strong{font-size:max(17px,var(--qrm-font-medium,19px))}.qrm-web-section-head h2{font-size:max(21px,var(--qrm-font-medium,19px))}.qrm-web-sidebar button,.qrm-web-category-strip button,.qrm-web-cart{font-size:15px}.qrm-web-content-search{display:none}.qrm-web-custom-banner{border-radius:var(--qrm-card-radius);background:linear-gradient(135deg,var(--qrm-primary),color-mix(in srgb,var(--qrm-primary) 70%,#111));color:#fff;background-position:50%;background-size:cover;align-items:flex-end;margin:18px 0;padding:26px;display:flex;overflow:hidden}.qrm-web-custom-banner h2{font-family:var(--qrm-heading-font);font-size:clamp(24px,3vw,var(--qrm-font-large));margin:0 0 6px}.qrm-web-custom-banner p{max-width:620px;margin:0;font-size:16px}.qrm-web-custom-heading{padding:16px 0}.qrm-web-custom-heading h2{font-family:var(--qrm-heading-font);font-size:var(--qrm-font-large);margin:0 0 6px}.qrm-web-custom-heading p{font-size:var(--qrm-font-small);color:#667085;margin:0}.qrm-web-custom-heading.align-center{text-align:center}.qrm-web-custom-heading.align-right{text-align:right}.qrm-web-campaign{border-radius:var(--qrm-card-radius);background:var(--qrm-secondary);grid-template-columns:minmax(0,.8fr) minmax(280px,1fr);align-items:center;gap:18px;margin:18px 0;padding:20px;display:grid}.qrm-web-campaign>div>small{color:var(--qrm-secondary-text);font-weight:900}.qrm-web-campaign>div>h2{font-family:var(--qrm-heading-font);font-size:var(--qrm-font-large);margin:5px 0}.qrm-web-campaign .qrm-web-product{background:#fff}.qrm-web-module-products{margin:24px 0}.qrm-web-product-carousel{gap:12px;padding-bottom:8px;display:flex;overflow:auto}.qrm-web-product-carousel .qrm-web-product{flex:0 0 min(330px,82vw)}.qrm-web-waiter-modal{text-align:center;background:#fff;border-radius:22px;width:min(430px,100vw - 30px);padding:32px 26px 24px;position:relative;box-shadow:0 24px 80px #0003}.qrm-web-waiter-modal>.close{background:#f2f4f3;border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:14px;right:14px}.qrm-web-waiter-modal>svg{width:42px;height:42px;color:var(--qrm-primary);margin-bottom:10px}.qrm-web-waiter-modal>small{color:var(--qrm-primary);font-weight:900}.qrm-web-waiter-modal h2{font-family:var(--qrm-heading-font);margin:6px 0 8px;font-size:27px}.qrm-web-waiter-modal p{color:#667085;font-size:15px;line-height:1.55}.qrm-web-waiter-modal .cancel{color:#dc2626;border-radius:var(--qrm-button-radius);background:#fff;border:1px solid #ef4444;width:100%;height:48px;margin-top:10px;font-weight:900}.qrm-web-waiter-modal .minimize{background:var(--qrm-primary);width:100%;height:46px;color:var(--qrm-primary-text);border-radius:var(--qrm-button-radius);border:0;margin-top:8px;font-weight:900}.qrm-drawer-store{align-items:center;gap:12px;min-width:0;display:flex}.qrm-drawer-store img{object-fit:contain;border-radius:10px;width:54px;height:54px}.qrm-drawer-store>div{min-width:0;display:grid}.qrm-drawer-store b{white-space:nowrap;text-overflow:ellipsis;font-size:18px;overflow:hidden}.qrm-drawer-store small{color:#7a847f;margin-top:2px}.qrm-web-drawer{flex-direction:column!important;display:flex!important}.qrm-web-drawer nav{flex:1;overflow:auto}.qrm-drawer-contact{padding:14px 16px calc(18px + env(safe-area-inset-bottom));border-top:1px solid #e8ece9;gap:9px;margin-top:auto;display:grid}.qrm-drawer-socials{flex-wrap:wrap;gap:8px;display:flex}.qrm-drawer-socials a,.qrm-drawer-line{color:#28332d;min-height:42px;font:inherit;background:#fff;border:1px solid #e4e9e6;border-radius:11px;align-items:center;gap:8px;padding:8px 10px;text-decoration:none;display:flex}.qrm-drawer-socials a svg,.qrm-drawer-line svg{width:18px}.qrm-drawer-socials a span{font-size:13px;font-weight:800}.qrm-drawer-line{width:100%;font-weight:800}.qrm-drawer-wifi{background:var(--qrm-secondary);color:var(--qrm-secondary-text);border-radius:12px;align-items:center;gap:10px;padding:11px 12px;display:flex}.qrm-drawer-wifi>svg{width:22px}.qrm-drawer-wifi>div{gap:2px;display:grid}.qrm-drawer-wifi small{text-transform:uppercase;font-size:11px;font-weight:900}.qrm-drawer-wifi b{font-size:14px}.qrm-drawer-wifi code{background:0 0;padding:0;font-size:13px}@media (max-width:760px){.qrm-web-product-grid.layout-list .qrm-web-product{min-height:106px;position:relative;grid-template-columns:minmax(0,1fr)!important;padding-right:56px!important}.qrm-web-product-grid.layout-list .qrm-web-product-main{grid-template-columns:92px minmax(0,1fr)!important}.qrm-web-product-grid.layout-list .qrm-web-add{z-index:4;border-radius:50%!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;font-size:0!important;display:grid!important;position:absolute!important;bottom:12px!important;right:10px!important}.qrm-web-product-grid.layout-list .qrm-web-add svg{width:18px;height:18px}.qrm-web-product-grid.layout-list .qrm-web-qty{border-radius:20px!important;width:auto!important;min-width:96px!important;height:42px!important;padding:3px!important;font-size:14px!important;display:flex!important;bottom:8px!important;right:8px!important}.qrm-web-product-grid.layout-list .qrm-web-qty button{width:30px!important;height:30px!important}.qrm-web-product-grid.layout-list .qrm-web-qty b{text-align:center;min-width:22px}.qrm-web-price-row{padding-right:6px}.qrm-web-campaign{grid-template-columns:1fr;padding:14px}.qrm-web-campaign .qrm-web-product{margin:0}.qrm-web-custom-banner{margin:12px 0;padding:20px;min-height:120px!important}.qrm-web-product-copy p,.qrm-web-product-copy small{font-size:max(14px,var(--qrm-font-small,15px))}.qrm-web-product-copy h3{font-size:max(18px,var(--qrm-font-medium,19px))}}@media (min-width:1024px){.qrm-web-header{height:82px!important}.qrm-web-header-inner{height:82px!important;padding:14px 28px!important}.qrm-web-header .qrm-web-search{height:54px!important}.qrm-web-sidebar{padding-top:0!important}.qrm-web-side-brand{box-sizing:border-box;height:82px!important;min-height:82px!important;margin:0 0 16px!important;padding:12px 10px!important}.qrm-web-side-brand img{max-height:58px!important}.qrm-web-cart{padding-top:0!important}.qrm-web-cart-tools{box-sizing:border-box;align-items:center!important;height:82px!important;margin:0 0 14px!important;padding:14px 0!important;display:flex!important}.qrm-web-content{visibility:visible!important;min-height:100vh!important;padding:100px 28px 40px!important;display:block!important;overflow:visible!important}.qrm-web-content>*{max-width:100%!important}.qrm-waiter-bar{top:82px!important}}.qrm-web-sidebar>button,.qrm-web-drawer nav button{grid-template-columns:46px minmax(0,1fr)!important;gap:11px!important;min-height:56px!important;padding:6px 9px!important}.qrm-web-sidebar>button img,.qrm-web-sidebar>button>span:first-child,.qrm-web-drawer nav img,.qrm-web-drawer nav button>span:first-child:not(:last-child){flex:none;object-fit:cover!important;border-radius:12px!important;width:46px!important;height:46px!important}.qrm-web-sidebar>button b,.qrm-web-drawer nav button b,.qrm-web-drawer nav button>span:last-child{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:15px!important;line-height:1.15!important;overflow:hidden!important}.qrm-web-side-title{font-size:11px!important}.qrm-web-special-carousel{scroll-snap-type:x proximity;scrollbar-width:none;gap:12px;padding:2px 2px 10px;display:flex;overflow-x:auto}.qrm-web-special-carousel::-webkit-scrollbar{display:none}.qrm-web-special-carousel .qrm-web-product{scroll-snap-align:start;flex:0 0 210px;position:relative}.qrm-web-special-carousel .qrm-web-product-img{aspect-ratio:1}.qrm-web-special-carousel .qrm-web-product-copy p{display:none}.qrm-web-special-carousel .qrm-package-badge,.qrm-web-special-carousel .qrm-allergen-line{display:none!important}.qrm-web-special-carousel .qrm-web-product-copy{padding:11px 11px 7px}.qrm-web-special-carousel .qrm-web-product-copy h3{min-height:36px;margin-bottom:4px;font-size:15px!important}.qrm-web-special-carousel .qrm-web-price-row{margin-top:7px!important}.qrm-web-special-carousel .qrm-web-price-row strong{font-size:17px!important}.qrm-web-special-carousel .qrm-web-add{height:38px!important;margin:4px 9px 9px!important}@media (max-width:1023px){.qrm-web-header{color:#172019!important;box-shadow:none!important;background:#fff!important;border-bottom:1px solid #e6ebe8!important}.qrm-web-header .qrm-web-burger,.qrm-web-header .qrm-web-mobile-cart{color:#172019!important;width:48px!important;height:48px!important}.qrm-web-header .qrm-web-burger svg,.qrm-web-header .qrm-web-mobile-cart svg{stroke-width:2.1px;width:27px!important;height:27px!important}.qrm-web-header .qrm-web-mobile-cart b{background:var(--qrm-primary)!important;color:var(--qrm-primary-text)!important;top:0!important;right:0!important}.qrm-web-brand.qrm-logo-only>img{max-width:150px!important;height:44px!important}.qrm-web-search{background:#f7f8f8!important;border-color:#e1e6e3!important}.qrm-web-special-carousel{margin-right:-12px;padding-right:14px}.qrm-web-special-carousel .qrm-web-product{border-radius:15px;flex-basis:168px}.qrm-web-special-carousel .qrm-web-product-img{aspect-ratio:auto;height:138px}.qrm-web-special-carousel .qrm-web-product-copy h3{min-height:34px;font-size:14px!important}.qrm-web-special-carousel .qrm-web-product-copy strong{font-size:16px!important}.qrm-web-special-carousel .qrm-web-add{border-radius:50%!important;place-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;margin:0!important;padding:0!important;font-size:0!important;display:grid!important;position:absolute!important;bottom:8px!important;right:8px!important}.qrm-web-special-carousel .qrm-web-add svg{width:18px!important;height:18px!important}.qrm-web-special-carousel .qrm-web-qty{border-radius:20px!important;width:auto!important;min-width:92px!important;padding:3px!important;font-size:13px!important;display:flex!important}.qrm-web-special-carousel .qrm-web-price-row{padding-right:38px!important}}@media (max-width:680px){.qrm-web-header-inner{min-height:74px!important;padding:10px 12px!important}.qrm-web-header .qrm-web-burger,.qrm-web-header .qrm-web-mobile-cart{width:46px!important;height:46px!important}.qrm-web-header .qrm-web-burger svg,.qrm-web-header .qrm-web-mobile-cart svg{width:28px!important;height:28px!important}.qrm-web-brand.qrm-logo-only>img{max-width:142px!important;height:42px!important}.qrm-web-drawer nav button{grid-template-columns:48px minmax(0,1fr)!important;min-height:60px!important}.qrm-web-drawer nav img,.qrm-web-drawer nav button>span:first-child:not(:last-child){width:48px!important;height:48px!important}.qrm-web-drawer nav button b,.qrm-web-drawer nav button>span:last-child{font-size:16px!important}.qrm-web-drawer{width:min(360px,90vw)!important;padding:14px 16px!important}.qrm-web-drawer header{min-height:72px!important;padding:4px 0 12px!important}.qrm-drawer-store.qrm-drawer-logo-only{flex:1!important;justify-content:flex-start!important;align-items:center!important;min-width:0!important;display:flex!important}.qrm-drawer-store.qrm-drawer-logo-only img{object-fit:contain!important;border-radius:0!important;width:auto!important;max-width:210px!important;height:58px!important}.qrm-drawer-store.qrm-drawer-logo-only>b{white-space:nowrap!important;font-size:20px!important}.qrm-web-drawer header>button{flex:0 0 40px!important;width:40px!important;height:40px!important}.qrm-web-drawer nav{gap:2px!important;padding-top:8px!important;overflow:hidden auto!important}.qrm-web-drawer nav button{border-radius:10px!important;grid-template-columns:38px minmax(0,1fr)!important;gap:10px!important;min-height:44px!important;padding:3px 8px!important}.qrm-web-drawer nav img,.qrm-web-drawer nav button>span:first-child{object-fit:cover!important;border-radius:10px!important;width:38px!important;height:38px!important}.qrm-web-drawer nav button b,.qrm-web-drawer nav button>span:last-child{white-space:nowrap!important;text-overflow:clip!important;width:auto!important;min-width:0!important;max-width:none!important;font-size:16px!important;line-height:1.2!important;overflow:visible!important}.qrm-drawer-contact{padding:10px 0 calc(12px + env(safe-area-inset-bottom))!important;gap:7px!important}.qrm-drawer-socials a,.qrm-drawer-line{min-height:40px!important;padding:7px 10px!important}.qrm-drawer-line span,.qrm-drawer-socials a span{white-space:normal!important;text-overflow:clip!important;overflow:visible!important}.qrm-drawer-wifi{padding:9px 10px!important}}.qrm-web-page{background:linear-gradient(#fff5ec 0%,#fff8f2 100%)!important}.qrm-web-search,.qrm-web-content-search{box-shadow:none!important;border:0!important}.qrm-web-product-img{position:relative}.qrm-product-labels{z-index:3;flex-wrap:wrap;gap:5px;max-width:calc(100% - 16px);display:flex;position:absolute;top:8px;left:8px}.qrm-product-labels span{letter-spacing:.02em;text-transform:uppercase;align-items:center;color:#fff!important;width:auto!important;height:auto!important;box-shadow:none!important;border-radius:999px!important;padding:4px 7px!important;font-size:9px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.qrm-product-labels .tag-sale{background:#e93421!important}.qrm-product-labels .tag-best{background:#f05a18!important}.qrm-product-labels .tag-view{background:#f59e0b!important}.qrm-product-labels .tag-promo{background:var(--qrm-primary)!important}.qrm-web-product-grid.layout-grid.module-cols-1{grid-template-columns:minmax(0,1fr)!important}.qrm-web-product-grid.layout-grid.module-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.qrm-web-product-grid.layout-grid.module-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.qrm-web-product-grid.layout-grid.module-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.qrm-web-product-carousel,.qrm-web-special-carousel{--qrm-carousel-cols:3;scroll-snap-type:x proximity;scrollbar-width:none;gap:12px;padding:3px 2px 12px;display:flex;overflow-x:auto}.qrm-web-product-carousel::-webkit-scrollbar{display:none}.qrm-web-special-carousel::-webkit-scrollbar{display:none}.qrm-web-product-carousel .qrm-web-product,.qrm-web-special-carousel .qrm-web-product{scroll-snap-align:start;background:#fff;border-radius:16px;overflow:hidden;flex:0 0 calc((100% - (var(--qrm-carousel-cols) - 1)*12px)/var(--qrm-carousel-cols))!important;min-width:0!important}.qrm-web-product-carousel .qrm-web-product-main,.qrm-web-special-carousel .qrm-web-product-main{display:block!important}.qrm-web-product-carousel .qrm-web-product-img,.qrm-web-special-carousel .qrm-web-product-img{aspect-ratio:1.08;overflow:hidden;width:100%!important;height:auto!important}.qrm-web-product-carousel .qrm-web-product-copy h3,.qrm-web-special-carousel .qrm-web-product-copy h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin:0 0 4px;line-height:1.2;display:-webkit-box;overflow:hidden;font-size:14px!important}.qrm-web-product-carousel .qrm-web-product-copy p,.qrm-web-special-carousel .qrm-web-product-copy p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:3px 0 6px;line-height:1.25;overflow:hidden;font-size:11px!important;display:-webkit-box!important}.qrm-web-product-carousel .qrm-package-badge,.qrm-web-product-carousel .qrm-allergen-line,.qrm-web-special-carousel .qrm-package-badge,.qrm-web-special-carousel .qrm-allergen-line{display:none!important}.qrm-web-product-carousel .qrm-web-add,.qrm-web-special-carousel .qrm-web-add{border-radius:50%!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;margin:0!important;padding:0!important;font-size:0!important;display:grid!important;position:absolute!important;bottom:9px!important;right:9px!important}.qrm-web-product-carousel .qrm-web-add svg,.qrm-web-special-carousel .qrm-web-add svg{width:19px!important;height:19px!important}.qrm-web-product-carousel .qrm-web-price-row,.qrm-web-special-carousel .qrm-web-price-row{padding-right:38px;margin-top:7px!important}.qrm-web-product-carousel .qrm-web-price-row strong,.qrm-web-special-carousel .qrm-web-price-row strong{font-size:16px!important}.qrm-web-product-carousel .qrm-web-price-row del,.qrm-web-special-carousel .qrm-web-price-row del{font-size:11px!important}@media (max-width:899px){.fastAppBottomNav{overflow:hidden;background:#fff!important;border-radius:26px 26px 0 0!important;box-shadow:0 -8px 26px #2d1f1414!important}.qrm-web-product-grid.layout-grid.module-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.qrm-web-product-grid.layout-grid.module-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.qrm-web-product-carousel,.qrm-web-special-carousel{gap:8px;margin-right:-12px;padding-right:12px}.qrm-web-product-carousel .qrm-web-product,.qrm-web-special-carousel .qrm-web-product{flex-basis:calc((100% - (var(--qrm-carousel-cols) - 1)*8px)/var(--qrm-carousel-cols))!important}.qrm-web-product-carousel .qrm-web-product-copy,.qrm-web-special-carousel .qrm-web-product-copy{min-height:104px;padding:8px 8px 43px!important}.qrm-web-product-carousel .qrm-web-product-copy h3,.qrm-web-special-carousel .qrm-web-product-copy h3{min-height:31px;font-size:13px!important}.qrm-web-product-carousel .qrm-web-product-copy p,.qrm-web-special-carousel .qrm-web-product-copy p{font-size:10px!important}.qrm-web-product-carousel .qrm-web-price-row strong,.qrm-web-special-carousel .qrm-web-price-row strong{font-size:14px!important}.qrm-product-labels{gap:3px;top:5px;left:5px}.qrm-product-labels span{padding:3px 5px!important;font-size:7px!important}}.qrm-web-product-grid.layout-list.module-cols-1{grid-template-columns:1fr!important}.qrm-web-product-grid.layout-list.module-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.qrm-web-product-grid.layout-list.module-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.qrm-web-product-grid.layout-list.module-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}@media (max-width:680px){.qrm-web-product-grid.layout-list.module-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.qrm-web-product-grid.layout-list.module-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.qrm-web-product-grid.layout-list.module-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.qrm-web-product-grid.layout-list.module-cols-2 .qrm-web-product-main,.qrm-web-product-grid.layout-list.module-cols-3 .qrm-web-product-main,.qrm-web-product-grid.layout-list.module-cols-4 .qrm-web-product-main{grid-template-columns:1fr!important;display:block!important}.qrm-web-product-grid.layout-list.module-cols-2 .qrm-web-product-img,.qrm-web-product-grid.layout-list.module-cols-3 .qrm-web-product-img,.qrm-web-product-grid.layout-list.module-cols-4 .qrm-web-product-img{aspect-ratio:1.1!important;height:auto!important}.qrm-web-product-grid.layout-list.module-cols-2 .qrm-web-product-copy p,.qrm-web-product-grid.layout-list.module-cols-3 .qrm-web-product-copy p,.qrm-web-product-grid.layout-list.module-cols-4 .qrm-web-product-copy p{display:none!important}}@media (max-width:960px){.qrm-web-header{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border-bottom:0 #0000!important}.qrm-web-header-inner{position:relative!important}.qrm-web-brand.qrm-logo-only{z-index:2!important;justify-content:center!important;width:auto!important;max-width:50%!important;margin:0!important;position:absolute!important;top:10px!important;left:50%!important;transform:translate(-50%)!important}.qrm-web-brand.qrm-logo-only>img{margin:0 auto!important;display:block!important}}@media (max-width:680px){.qrm-web-header{background:0 0!important;border:0!important}.qrm-web-brand.qrm-logo-only{max-width:54%!important;top:10px!important}}@media (max-width:960px){.qrm-web-brand.qrm-logo-only{justify-content:center!important;max-width:62%!important;top:6px!important;left:50%!important;transform:translate(-50%)!important}.qrm-web-brand.qrm-logo-only>img{object-fit:contain!important;width:auto!important;max-width:190px!important;height:52px!important;margin:0 auto!important}.qrm-web-search,.qrm-web-content-search{box-shadow:none!important;background:#fff!important;border:0!important}.qrm-web-search input,.qrm-web-content-search input{background:0 0!important}}@media (max-width:680px){.qrm-web-brand.qrm-logo-only{max-width:66%!important;top:5px!important}.qrm-web-brand.qrm-logo-only>img{max-width:185px!important;height:50px!important}}@media (max-width:960px){.qrm-web-header-inner{grid-template-rows:58px auto!important;grid-template-columns:56px minmax(0,1fr) 56px!important;align-items:center!important;gap:8px 0!important;padding:8px 12px 10px!important;display:grid!important}.qrm-web-header .qrm-web-burger{grid-area:1/1!important;place-self:center start!important}.qrm-web-brand.qrm-logo-only{grid-area:1/2!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:none!important;height:58px!important;margin:0!important;padding:0!important;display:flex!important;position:static!important;top:auto!important;left:auto!important;overflow:visible!important;transform:none!important}.qrm-web-brand.qrm-logo-only>img{object-fit:contain!important;object-position:center center!important;width:auto!important;max-width:min(210px,100%)!important;height:54px!important;margin:0 auto!important;display:block!important}.qrm-web-actions{grid-area:1/3!important;justify-content:flex-end!important;place-self:center end!important;width:56px!important;display:flex!important}.qrm-web-search{background:#fff!important;grid-area:2/1/auto/-1!important;width:100%!important;margin:0!important}}@media (max-width:680px){.qrm-web-header-inner{grid-template-rows:56px auto!important;grid-template-columns:52px minmax(0,1fr) 52px!important}.qrm-web-brand.qrm-logo-only{height:56px!important}.qrm-web-brand.qrm-logo-only>img{max-width:min(200px,100%)!important;height:52px!important}.qrm-web-actions{width:52px!important}.qrm-web-product-section{margin-bottom:24px}.qrm-web-product-section .qrm-web-product-grid.layout-list{border-top:1px solid var(--line,#e2e8e4);border-bottom:1px solid var(--line,#e2e8e4);background:#fff;gap:0!important;width:calc(100% + 24px)!important;margin-left:-12px!important;margin-right:-12px!important}.qrm-web-product-grid.layout-list .qrm-web-product{border:0!important;border-bottom:1px solid var(--line,#e2e8e4)!important;min-height:104px!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;padding-right:54px!important;overflow:hidden!important}.qrm-web-product-grid.layout-list .qrm-web-product:last-child{border-bottom:0!important}.qrm-web-product-grid.layout-list .qrm-web-product-main{grid-template-columns:104px minmax(0,1fr)!important;align-items:stretch!important;min-height:104px!important}.qrm-web-product-grid.layout-list .qrm-web-product-img{aspect-ratio:1!important;border-radius:0!important;align-self:start!important;width:104px!important;height:104px!important;min-height:104px!important}.qrm-web-product-grid.layout-list .qrm-web-product-img>img{object-fit:cover!important;width:104px!important;height:104px!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy{padding:12px 8px 10px 11px!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy h3{margin-bottom:3px!important;line-height:1.2!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy p{min-height:0!important;margin:0 0 4px!important;font-size:13px!important;line-height:1.32!important}.qrm-web-product-grid.layout-list .qrm-allergen-line{margin-top:2px!important;font-size:9.5px!important;line-height:1.25!important;display:block!important}.qrm-web-product-grid.layout-list .qrm-web-price-row{margin-top:5px!important}.qrm-web-product-grid.layout-list .qrm-web-add{bottom:50%!important;right:10px!important;transform:translateY(50%)!important}.qrm-web-product-grid.layout-list .qrm-web-qty{bottom:50%!important;right:7px!important;transform:translateY(50%)!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy h3{font-size:14px!important;line-height:1.22!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy p{font-size:12px!important;line-height:1.35!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy strong{font-size:16px!important;line-height:1.1!important}.qrm-web-product-grid.layout-list .qrm-allergen-line{font-size:9px!important}.qrm-web-product-grid.layout-list .qrm-web-add{width:32px!important;min-width:32px!important;height:32px!important}.qrm-web-product-grid.layout-list .qrm-web-add svg{width:15px!important;height:15px!important}}.qrm-web-page.has-page-bg{background-image:linear-gradient(#fff8f2e6,#fff8f2e6),var(--qrm-page-bg-image)!important;background-position:top!important;background-size:cover!important;background-attachment:fixed!important}.qrm-web-page.header-style-background .qrm-web-header{background-image:linear-gradient(#ffffff2e,#ffffff2e),var(--qrm-header-bg-image)!important;background-position:50%!important;background-size:cover!important}.qrm-web-page.header-style-background .qrm-web-header-inner{min-height:104px}.qrm-web-page.header-style-none .qrm-web-hero{display:none!important}.qrm-web-product-module>.module-title{margin-top:20px}.qrm-web-product-grid.layout-card{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.qrm-web-product-grid.layout-card .qrm-web-product{border-radius:var(--qrm-card-radius,16px)!important;background:#fff!important;display:flex!important;overflow:hidden!important}.qrm-web-product-grid.layout-card .qrm-web-product-main{display:block!important}.qrm-web-product-grid.layout-card .qrm-web-product-img{aspect-ratio:1!important;width:100%!important;height:auto!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy{padding:10px 10px 46px!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy h3{font-size:14px!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy p{min-height:30px!important;font-size:11px!important}.qrm-web-product-grid.layout-card .qrm-web-add{border-radius:50%!important;place-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;margin:0!important;padding:0!important;font-size:0!important;display:grid!important;position:absolute!important;bottom:9px!important;right:9px!important}.qrm-web-product-grid.layout-cover{grid-template-columns:1fr!important;gap:10px!important}.qrm-web-product-grid.layout-cover .qrm-web-product{border-radius:var(--qrm-card-radius,18px)!important;background:#1f1f1f!important;border:0!important;min-height:184px!important;position:relative!important;overflow:hidden!important}.qrm-web-product-grid.layout-cover .qrm-web-product-main{display:block!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.qrm-web-product-grid.layout-cover .qrm-web-product-img{aspect-ratio:auto!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.qrm-web-product-grid.layout-cover .qrm-web-product-img:after{content:"";background:linear-gradient(90deg,#000000b8,#0000003d 75%,#00000014);position:absolute;top:0;bottom:0;left:0;right:0}.qrm-web-product-grid.layout-cover .qrm-web-product-copy{z-index:2!important;color:#fff!important;padding:18px!important;position:absolute!important;bottom:0!important;left:0!important;right:58px!important}.qrm-web-product-grid.layout-cover .qrm-web-product-copy h3,.qrm-web-product-grid.layout-cover .qrm-web-product-copy p,.qrm-web-product-grid.layout-cover .qrm-web-product-copy strong,.qrm-web-product-grid.layout-cover .qrm-allergen-line{color:#fff!important}.qrm-web-product-grid.layout-cover .qrm-web-product-copy p{opacity:.9!important;min-height:0!important}.qrm-web-product-grid.layout-cover .qrm-package-badge{display:none!important}.qrm-web-product-grid.layout-cover .qrm-web-add{z-index:4!important;border-radius:50%!important;place-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;margin:0!important;padding:0!important;font-size:0!important;display:grid!important;position:absolute!important;bottom:14px!important;right:14px!important}@media (max-width:680px){.qrm-web-page.header-style-background .qrm-web-header-inner{min-height:92px!important}.qrm-web-product-grid.layout-card{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy{padding:8px 8px 42px!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy h3{font-size:13px!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy p{font-size:10px!important;line-height:1.3!important}.qrm-web-product-grid.layout-cover .qrm-web-product{min-height:160px!important}}@media (max-width:700px){.qrm-web-page.header-layout-centered .qrm-web-header-inner{grid-template-areas:"menu logo actions""search search search";grid-template-columns:52px 1fr 52px!important;align-items:center!important;display:grid!important}.qrm-web-page.header-layout-centered .qrm-web-burger{grid-area:menu}.qrm-web-page.header-layout-centered .qrm-web-brand{grid-area:logo;justify-self:center!important}.qrm-web-page.header-layout-centered .qrm-web-actions{grid-area:actions;justify-self:end}.qrm-web-page.header-layout-centered .qrm-web-search{grid-area:search}.qrm-web-page.header-layout-left .qrm-web-header-inner{grid-template-areas:"menu logo actions""search search search";grid-template-columns:52px 1fr auto!important;align-items:center!important;display:grid!important}.qrm-web-page.header-layout-left .qrm-web-burger{grid-area:menu}.qrm-web-page.header-layout-left .qrm-web-brand{grid-area:logo;justify-self:start!important}.qrm-web-page.header-layout-left .qrm-web-actions{grid-area:actions}.qrm-web-page.header-layout-left .qrm-web-search{grid-area:search}.qrm-web-page.header-layout-minimal .qrm-web-header-inner{grid-template-columns:52px 1fr 52px!important}.qrm-web-page.header-layout-minimal .qrm-web-brand img{max-height:44px!important}.qrm-search-toggle{place-items:center;width:44px;height:44px;display:grid;background:0 0!important;border:0!important}.qrm-expand-search{background:#fff;border-radius:16px;align-items:center;gap:8px;height:48px;margin:0 14px 10px;padding:0 14px;display:flex;box-shadow:0 4px 16px #0000000f}.qrm-expand-search input{width:100%;font:inherit;background:0 0;border:0;outline:0}.qrm-web-page.footer-style-edge .qrm-web-mobile-nav{border-radius:24px 24px 0 0!important;width:100%!important;bottom:0!important;left:0!important;right:0!important}.qrm-web-page.footer-style-inset .qrm-web-mobile-nav{border-radius:24px!important;width:auto!important;bottom:10px!important;left:12px!important;right:12px!important}.qrm-web-page.footer-style-bubbles .qrm-web-mobile-nav{width:auto!important;box-shadow:none!important;background:0 0!important;gap:8px!important;bottom:10px!important;left:12px!important;right:12px!important;overflow:visible!important}.qrm-web-page.footer-style-bubbles .qrm-web-mobile-nav button{aspect-ratio:1;min-width:58px;box-shadow:0 7px 20px #0000001f;background:#fff!important;border-radius:999px!important}.qrm-web-page.footer-style-bubbles .qrm-web-mobile-nav button span{font-size:9px}}.qrm-web-category-strip{--qrm-category-cols:4;--qrm-category-image-size:64px}.qrm-web-category-strip button b{color:inherit;white-space:normal;font-size:12px;line-height:1.15}.qrm-web-category-strip button img,.qrm-web-category-strip button .category-fallback,.qrm-web-category-strip button>span:first-child{object-fit:cover;flex:none;place-items:center;display:grid;width:var(--qrm-category-image-size)!important;height:var(--qrm-category-image-size)!important}.qrm-web-category-strip.image-shape-circle button img,.qrm-web-category-strip.image-shape-circle button .category-fallback,.qrm-web-category-strip.image-shape-circle button>span:first-child{border-radius:50%!important}.qrm-web-category-strip.image-shape-rounded button img,.qrm-web-category-strip.image-shape-rounded button .category-fallback,.qrm-web-category-strip.image-shape-rounded button>span:first-child{border-radius:14px!important}.qrm-web-category-strip.no-images button{min-height:42px!important;padding:8px 14px!important}.qrm-web-category-strip.no-images button b{white-space:nowrap}.qrm-web-category-strip.category-layout-horizontal{scroll-snap-type:x proximity;grid-auto-flow:column!important;grid-auto-columns:calc((100% - (var(--qrm-category-cols) - 1)*10px)/var(--qrm-category-cols))!important;grid-template-columns:none!important;gap:10px!important;padding:4px 0 16px!important;display:grid!important;overflow-x:auto!important}.qrm-web-category-strip.category-layout-horizontal button{scroll-snap-align:start;text-align:center!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;height:auto!important;min-height:96px!important;padding:10px 6px!important}.qrm-web-category-strip.category-layout-grid{grid-template-columns:repeat(var(--qrm-category-cols),minmax(0,1fr))!important;gap:10px!important;display:grid!important;overflow:visible!important}.qrm-web-category-strip.category-layout-grid button{text-align:center!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;height:auto!important;min-height:96px!important;padding:10px 6px!important}.qrm-web-category-strip.category-layout-cards{grid-template-columns:repeat(var(--qrm-category-cols),minmax(0,1fr))!important;gap:10px!important;display:grid!important;overflow:visible!important}.qrm-web-category-strip.category-layout-cards button{position:relative;border-radius:var(--qrm-card-radius,16px)!important;color:#fff!important;background:#222!important;border:0!important;align-items:flex-end!important;min-width:0!important;height:122px!important;padding:0!important;overflow:hidden!important}.qrm-web-category-strip.category-layout-cards button img{object-fit:cover!important;border-radius:0!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.qrm-web-category-strip.category-layout-cards button:after{content:"";pointer-events:none;background:linear-gradient(#0000,#000000b8);position:absolute;top:35%;bottom:0;left:0;right:0}.qrm-web-category-strip.category-layout-cards button b{z-index:2;text-align:left;width:100%;padding:10px 9px;position:relative;color:#fff!important}.qrm-web-category-strip.category-layout-cards button .category-fallback{font-size:28px;background:var(--qrm-secondary)!important;width:100%!important;height:100%!important;color:var(--qrm-secondary-text)!important;border-radius:0!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.qrm-web-category-strip.category-layout-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important;overflow:visible!important}.qrm-web-category-strip.category-layout-compact button{justify-content:flex-start!important;min-width:0!important;height:48px!important;padding:6px 10px!important}.qrm-web-category-strip.category-layout-compact button img,.qrm-web-category-strip.category-layout-compact button .category-fallback,.qrm-web-category-strip.category-layout-compact button>span:first-child{width:34px!important;height:34px!important}.qrm-web-category-strip.category-layout-compact button b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.qrm-web-page.header-style-background .qrm-web-header{background-image:var(--qrm-header-bg-image)!important;background-size:cover!important;background-position:var(--qrm-header-bg-position,center)!important;background-repeat:no-repeat!important;overflow:hidden!important}.qrm-web-page.header-style-background .qrm-web-header-inner{min-height:var(--qrm-header-bg-height,220px)!important;align-content:start!important}@media (max-width:1023px){.qrm-web-page.header-style-background .qrm-web-header{margin:var(--qrm-header-bg-gap,12px)!important;border-radius:var(--qrm-header-bg-radius,20px)!important;width:calc(100% - (var(--qrm-header-bg-gap,12px) * 2))!important;position:relative!important;top:auto!important}.qrm-web-page.header-style-background .qrm-web-header-inner{height:var(--qrm-header-bg-height,220px)!important;min-height:var(--qrm-header-bg-height,220px)!important;grid-template-rows:58px auto!important;padding:12px!important}.qrm-web-page.header-style-background.search-style-fixed .qrm-web-search{background:#fffffff0!important;align-self:start!important;box-shadow:0 5px 18px #00000014!important}.qrm-web-page.header-style-background .qrm-web-burger,.qrm-web-page.header-style-background .qrm-web-mobile-cart,.qrm-web-page.header-style-background .qrm-search-toggle{background:#ffffffe6!important;border-radius:999px!important}.qrm-web-page.header-style-background .qrm-web-brand{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffbd!important;border-radius:14px!important;padding:4px 10px!important}}@media (min-width:1024px){.qrm-web-page.header-style-background .qrm-web-header{margin:var(--qrm-header-bg-gap,12px)!important;border-radius:var(--qrm-header-bg-radius,20px)!important;height:var(--qrm-header-bg-height,220px)!important;top:0!important}.qrm-web-page.header-style-background .qrm-web-content{padding-top:calc(var(--qrm-header-bg-height,220px) + 34px)!important}}@media (max-width:680px){.qrm-web-product-section .qrm-web-product-grid.layout-list{background:0 0!important;border:0!important;gap:10px!important;width:100%!important;margin-left:0!important;margin-right:0!important}.qrm-web-product-grid.layout-list .qrm-web-product{border:1px solid var(--line,#e2e8e4)!important;border-radius:var(--qrm-card-radius,16px)!important;background:#fff!important;min-height:108px!important;padding-right:52px!important;overflow:hidden!important;box-shadow:0 3px 12px #19281e0b!important}.qrm-web-product-grid.layout-list .qrm-web-product:last-child{border-bottom:1px solid var(--line,#e2e8e4)!important}.qrm-web-product-grid.layout-list .qrm-web-product-main{grid-template-columns:108px minmax(0,1fr)!important;align-items:stretch!important;min-height:108px!important}.qrm-web-product-grid.layout-list .qrm-web-product-img{aspect-ratio:auto!important;border-radius:0!important;align-self:stretch!important;width:108px!important;height:auto!important;min-height:108px!important}.qrm-web-product-grid.layout-list .qrm-web-product-img>img{object-fit:cover!important;width:100%!important;height:100%!important;min-height:108px!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy{padding:11px 8px 10px 11px!important}.qrm-product-section-flat{margin-top:0!important}}.qrm-web-product-grid.layout-card{gap:12px!important}.qrm-web-product-grid.layout-card .qrm-web-product{background:#fff!important;border:0!important;border-radius:18px!important;outline:0!important;position:relative!important;overflow:hidden!important;box-shadow:0 5px 18px #1e1c1817!important}.qrm-web-product-grid.layout-card .qrm-web-product-main{background:0 0!important;width:100%!important;display:block!important}.qrm-web-product-grid.layout-card .qrm-web-product-img{aspect-ratio:1!important;background:#f5f2ec!important;border-radius:18px 18px 0 0!important;width:100%!important;height:auto!important;overflow:hidden!important}.qrm-web-product-grid.layout-card .qrm-web-product-img img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy{text-align:left!important;padding:10px 10px 42px!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy h3{margin:0 0 4px!important;font-size:13px!important;line-height:1.25!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy p{color:#777!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;min-height:0!important;margin:0 0 8px!important;font-size:10.5px!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}.qrm-web-product-grid.layout-card .qrm-allergen-line{display:none!important}.qrm-web-product-grid.layout-card .qrm-web-price-row{align-items:center!important;gap:7px!important;margin-top:6px!important;display:flex!important}.qrm-web-product-grid.layout-card .qrm-web-price-row strong{font-size:14px!important}.qrm-web-product-grid.layout-card .qrm-web-add{width:27px!important;min-width:27px!important;height:27px!important;min-height:27px!important;box-shadow:none!important;border:0!important;border-radius:50%!important;place-items:center!important;padding:0!important;font-size:0!important;display:grid!important;bottom:9px!important;right:9px!important}.qrm-web-product-grid.layout-card .qrm-web-add svg{width:13px!important;height:13px!important}.qrm-web-product-grid.layout-card .qrm-web-qty{border-radius:999px!important;gap:3px!important;width:auto!important;min-width:72px!important;height:28px!important;padding:2px 4px!important;display:flex!important}.qrm-web-product-grid.layout-card .qrm-web-qty button{width:22px!important;min-width:22px!important;height:22px!important}.qrm-web-category-strip.category-layout-iconCards,.qrm-web-category-strip.category-layout-circleIcons,.qrm-web-category-strip.category-layout-pills,.qrm-web-category-strip.category-layout-horizontal{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;grid-template-columns:none!important;grid-auto-flow:initial!important;gap:8px!important;padding:4px 2px 10px!important;display:flex!important;overflow:auto hidden!important}.qrm-web-category-strip.category-layout-iconCards::-webkit-scrollbar{display:none}.qrm-web-category-strip.category-layout-circleIcons::-webkit-scrollbar{display:none}.qrm-web-category-strip.category-layout-pills::-webkit-scrollbar{display:none}.qrm-web-category-strip.category-layout-horizontal::-webkit-scrollbar{display:none}.qrm-web-category-strip.category-layout-iconCards button,.qrm-web-category-strip.category-layout-horizontal button{scroll-snap-align:start;color:#fff!important;background:#111712!important;border:1px solid #ffffff1a!important;border-radius:11px!important;flex-direction:column!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important;padding:6px 5px!important;display:flex!important;box-shadow:inset 0 0 0 1px #ffffff05!important}.qrm-web-category-strip.category-layout-iconCards button.active,.qrm-web-category-strip.category-layout-horizontal button.active{background:color-mix(in srgb,var(--qrm-primary) 42%,#111712)!important;border-color:color-mix(in srgb,var(--qrm-primary) 72%,#fff)!important}.qrm-web-category-strip.category-layout-iconCards button img,.qrm-web-category-strip.category-layout-iconCards button .category-fallback,.qrm-web-category-strip.category-layout-iconCards button>span:first-child,.qrm-web-category-strip.category-layout-horizontal button img,.qrm-web-category-strip.category-layout-horizontal button .category-fallback,.qrm-web-category-strip.category-layout-horizontal button>span:first-child{object-fit:cover!important;border-radius:8px!important;width:27px!important;min-width:27px!important;height:27px!important}.qrm-web-category-strip.category-layout-iconCards button b,.qrm-web-category-strip.category-layout-horizontal button b{white-space:nowrap!important;text-overflow:ellipsis!important;color:#fff!important;max-width:100%!important;font-size:9px!important;line-height:1.05!important;overflow:hidden!important}.qrm-web-category-strip.category-layout-circleIcons button{min-width:64px!important;height:76px!important;min-height:76px!important;color:var(--qrm-text,#1b1b1b)!important;background:0 0!important;border:0!important;flex-direction:column!important;flex:0 0 64px!important;justify-content:flex-start!important;align-items:center!important;gap:6px!important;padding:3px 2px!important;display:flex!important}.qrm-web-category-strip.category-layout-circleIcons button img,.qrm-web-category-strip.category-layout-circleIcons button .category-fallback,.qrm-web-category-strip.category-layout-circleIcons button>span:first-child{object-fit:cover!important;border:1.5px solid color-mix(in srgb,var(--qrm-primary) 68%,#5a3a20)!important;background:0 0!important;border-radius:50%!important;width:48px!important;min-width:48px!important;height:48px!important}.qrm-web-category-strip.category-layout-circleIcons button.active img,.qrm-web-category-strip.category-layout-circleIcons button.active .category-fallback,.qrm-web-category-strip.category-layout-circleIcons button.active>span:first-child{box-shadow:0 0 0 2px color-mix(in srgb,var(--qrm-primary) 25%,transparent)!important}.qrm-web-category-strip.category-layout-circleIcons button b{white-space:nowrap!important;color:inherit!important;font-size:10px!important;line-height:1.05!important}.qrm-web-category-strip.category-layout-pills{align-items:center!important;gap:8px!important}.qrm-web-category-strip.category-layout-pills button{color:#fff!important;background:#272727!important;border:0!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:auto!important;height:34px!important;min-height:34px!important;padding:0 16px!important;display:inline-flex!important}.qrm-web-category-strip.category-layout-pills button img,.qrm-web-category-strip.category-layout-pills button .category-fallback,.qrm-web-category-strip.category-layout-pills button>span:first-child{display:none!important}.qrm-web-category-strip.category-layout-pills button b{white-space:nowrap!important;color:#fff!important;font-size:11px!important;line-height:1!important}@media (max-width:680px){.qrm-web-product-grid.layout-card{gap:10px!important}.qrm-web-product-grid.layout-card .qrm-web-product-copy{padding:9px 9px 38px!important}.qrm-web-product-grid.layout-card .qrm-web-add{width:25px!important;min-width:25px!important;height:25px!important;min-height:25px!important;bottom:8px!important;right:8px!important}.qrm-web-product-grid.layout-card .qrm-web-add svg{width:12px!important;height:12px!important}}@media (max-width:899px){.qrm-web-page.header-style-background .qrm-web-header-inner{grid-template-rows:58px 1fr 52px!important;align-content:stretch!important}.qrm-web-page.header-style-background.search-style-fixed .qrm-web-search{background:#fffffff5!important;border-radius:18px!important;grid-row:3!important;align-self:end!important;width:100%!important;margin:0!important;box-shadow:0 8px 22px #0000001a!important}.qrm-web-page.header-style-background .qrm-web-brand{align-self:start!important}}.qrm-theme-hero-button,.qrm-bg-hero-copy>a{background:var(--qrm-primary,#f05a18);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-height:38px;margin-top:14px;padding:0 16px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 6px 16px #0000001f}.qrm-theme-search-overlay{z-index:5;background:#fffffff5;border-radius:999px;align-items:center;gap:10px;height:48px;padding:0 15px;display:flex;position:absolute;bottom:18px;left:18px;right:18px;box-shadow:0 8px 24px #0000001f}.qrm-theme-search-overlay svg{color:#65716b;width:18px}.qrm-theme-search-overlay input{background:0 0;border:0;outline:0;width:100%;font-size:13px}.qrm-bg-hero-copy{z-index:3;pointer-events:auto;position:absolute;top:72px;left:22px;right:22px}.qrm-bg-hero-copy h1{color:#24342c;max-width:8ch;margin:0 0 7px;font-size:clamp(26px,7vw,42px);line-height:1.02}.qrm-bg-hero-copy p{color:#4d5a53;max-width:30ch;margin:0;font-size:12px;line-height:1.45}.qrm-web-category-strip.category-layout-iconCards,.qrm-web-category-strip.category-layout-circleIcons,.qrm-web-category-strip.category-layout-pills,.qrm-web-category-strip.category-layout-horizontal{scrollbar-width:none!important;gap:9px!important;padding:4px 0 14px!important;display:flex!important;overflow:auto hidden!important}.qrm-web-category-strip.category-layout-iconCards button,.qrm-web-category-strip.category-layout-horizontal button{text-align:center!important;background:#fff!important;border:1px solid #141e1814!important;border-radius:15px!important;flex-direction:column!important;flex:0 0 74px!important;justify-content:center!important;align-items:center!important;gap:5px!important;min-width:74px!important;height:78px!important;padding:7px 5px!important;display:flex!important;box-shadow:0 3px 12px #1e23200d!important}.qrm-web-category-strip.category-layout-iconCards button img,.qrm-web-category-strip.category-layout-iconCards button .category-fallback,.qrm-web-category-strip.category-layout-horizontal button img,.qrm-web-category-strip.category-layout-horizontal button .category-fallback{object-fit:cover!important;border-radius:50%!important;width:42px!important;height:42px!important;margin:0!important}.qrm-web-category-strip.category-layout-iconCards button b,.qrm-web-category-strip.category-layout-horizontal button b{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:68px!important;font-size:10px!important;line-height:1!important;overflow:hidden!important}.qrm-web-category-strip.category-layout-circleIcons button{background:0 0!important;border:0!important;flex-direction:column!important;flex:0 0 72px!important;align-items:center!important;gap:5px!important;min-width:72px!important;padding:4px!important;display:flex!important}.qrm-web-category-strip.category-layout-circleIcons button img,.qrm-web-category-strip.category-layout-circleIcons button .category-fallback{border:2px solid color-mix(in srgb,var(--qrm-primary,#f05a18) 55%,transparent)!important;object-fit:cover!important;border-radius:50%!important;width:48px!important;height:48px!important}.qrm-web-category-strip.category-layout-circleIcons button b{white-space:nowrap!important;font-size:10px!important}.qrm-web-category-strip.category-layout-pills button{background:#1e222014!important;border:0!important;border-radius:999px!important;flex:none!important;align-items:center!important;min-width:0!important;height:38px!important;padding:0 16px!important;display:flex!important}.qrm-web-category-strip.category-layout-pills button.active{background:var(--qrm-primary,#f05a18)!important;color:#fff!important}.qrm-web-category-strip.category-layout-pills button b{white-space:nowrap!important;font-size:11px!important}@media (max-width:899px){.qrm-web-page.hero-style-slider .qrm-web-header .qrm-web-search,.qrm-web-page.hero-style-slider .qrm-web-content-search{display:none!important}.qrm-web-slide{min-height:var(--qrm-slider-height,300px)!important;border-radius:0!important}.qrm-web-slide-copy{color:#26352d!important;max-width:65%!important;bottom:86px!important;left:20px!important;right:20px!important}.qrm-web-slide-copy h1{text-shadow:0 1px #ffffff73;font-size:34px!important}.qrm-web-slide-copy p{color:#4d5a53!important;font-size:12px!important}.qrm-web-slide:after{background:linear-gradient(90deg,#ffffff94,#ffffff0a 75%)!important}.qrm-web-page.header-style-background .qrm-web-header-inner{grid-template-rows:58px 1fr 54px!important}.qrm-web-page.header-style-background .qrm-web-search{background:#fffffff5!important;border:0!important;border-radius:999px!important;grid-row:3!important;align-self:end!important;height:48px!important;box-shadow:0 8px 22px #0000001f!important}.qrm-bg-hero-copy{top:70px!important}.qrm-web-page.header-style-background .qrm-web-brand,.qrm-web-page.hero-style-slider .qrm-web-brand{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.qrm-web-page.header-style-background .qrm-web-burger,.qrm-web-page.header-style-background .qrm-web-mobile-cart,.qrm-web-page.header-style-background .qrm-search-toggle,.qrm-web-page.hero-style-slider .qrm-web-burger,.qrm-web-page.hero-style-slider .qrm-web-mobile-cart,.qrm-web-page.hero-style-slider .qrm-search-toggle{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border:0!important;border-radius:0!important}.qrm-web-page.header-style-background .qrm-web-burger:hover,.qrm-web-page.header-style-background .qrm-web-mobile-cart:hover,.qrm-web-page.hero-style-slider .qrm-web-burger:hover,.qrm-web-page.hero-style-slider .qrm-web-mobile-cart:hover{background:0 0!important}}.qrm-web-category-strip{width:100%!important;padding:0!important;display:block!important;overflow:visible!important}.qrm-web-category-strip>.module-title{margin-bottom:10px!important}.qrm-web-category-items{scroll-snap-type:x proximity;scrollbar-width:none!important;gap:10px!important;padding:4px 2px 12px!important;display:flex!important;overflow:auto hidden!important}.qrm-web-category-items::-webkit-scrollbar{display:none!important}.qrm-web-category-items>button{font-family:var(--qrm-body-font)!important;color:inherit!important;cursor:pointer!important;transition:all .18s!important}.qrm-web-category-strip.category-layout-iconCards .qrm-web-category-items>button{text-align:center!important;background:#ffffffb8!important;border:1px solid #20262217!important;border-radius:14px!important;flex-direction:column!important;flex:0 0 82px!important;justify-content:center!important;align-items:center!important;gap:6px!important;min-width:82px!important;height:84px!important;padding:8px 6px!important;display:flex!important;box-shadow:0 5px 16px #1f26220f!important}.qrm-web-category-strip.category-layout-iconCards .qrm-web-category-items>button.active{background:color-mix(in srgb,var(--qrm-primary) 14%,#fff)!important;border-color:color-mix(in srgb,var(--qrm-primary) 34%,transparent)!important}.qrm-web-category-strip.category-layout-iconCards .qrm-web-category-items img,.qrm-web-category-strip.category-layout-iconCards .category-fallback{width:var(--qrm-category-image-size,46px)!important;height:var(--qrm-category-image-size,46px)!important;object-fit:cover!important;background:var(--qrm-secondary)!important;border-radius:12px!important;place-items:center!important;max-width:48px!important;max-height:48px!important;font-size:15px!important;font-weight:800!important;display:grid!important}.qrm-web-category-strip.category-layout-iconCards.image-shape-circle .qrm-web-category-items img,.qrm-web-category-strip.category-layout-iconCards.image-shape-circle .category-fallback{border-radius:50%!important}.qrm-web-category-strip.category-layout-iconCards .qrm-web-category-items b{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:74px!important;font-size:10.5px!important;line-height:1.1!important;overflow:hidden!important}.qrm-web-category-strip.category-layout-circleIcons .qrm-web-category-items>button{text-align:center!important;background:0 0!important;border:0!important;flex-direction:column!important;flex:0 0 74px!important;align-items:center!important;gap:6px!important;min-width:74px!important;padding:4px 2px!important;display:flex!important}.qrm-web-category-strip.category-layout-circleIcons .qrm-web-category-items img,.qrm-web-category-strip.category-layout-circleIcons .category-fallback{border:1.5px solid color-mix(in srgb,var(--qrm-primary) 55%,transparent)!important;object-fit:cover!important;background:#ffffff80!important;border-radius:50%!important;place-items:center!important;width:54px!important;height:54px!important;display:grid!important}.qrm-web-category-strip.category-layout-circleIcons .qrm-web-category-items>button.active img,.qrm-web-category-strip.category-layout-circleIcons .qrm-web-category-items>button.active .category-fallback{box-shadow:0 0 0 4px color-mix(in srgb,var(--qrm-primary) 13%,transparent)!important}.qrm-web-category-strip.category-layout-circleIcons .qrm-web-category-items b{white-space:nowrap!important;font-size:10.5px!important;line-height:1.1!important}.qrm-web-category-strip.category-layout-pills .qrm-web-category-items{gap:8px!important;padding-top:2px!important}.qrm-web-category-strip.category-layout-pills .qrm-web-category-items>button{min-width:0!important;height:38px!important;box-shadow:none!important;background:#1e222017!important;border:0!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:6px!important;padding:0 16px!important;display:flex!important}.qrm-web-category-strip.category-layout-pills .qrm-web-category-items>button>img,.qrm-web-category-strip.category-layout-pills .qrm-web-category-items>button>.category-fallback{display:none!important}.qrm-web-category-strip.category-layout-pills .qrm-web-category-items>button.active{background:var(--qrm-primary)!important;color:var(--qrm-primary-text,#fff)!important}.qrm-web-category-strip.category-layout-pills .qrm-web-category-items b{white-space:nowrap!important;font-size:11px!important}.qrm-web-product-grid.layout-card.module-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}.qrm-web-product-grid.layout-card.module-cols-3 .qrm-web-product-copy{padding:8px 8px 34px!important}.qrm-web-product-grid.layout-card.module-cols-3 .qrm-web-product-copy h3{font-size:12px!important}.qrm-web-product-grid.layout-card.module-cols-3 .qrm-web-product-copy p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:10px!important;line-height:1.25!important}.qrm-web-product-grid.layout-card.module-cols-3 .qrm-web-price-row strong{font-size:14px!important}.qrm-web-product-grid.layout-card.module-cols-3 .qrm-web-add{width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;bottom:7px!important;right:7px!important}.qrm-web-product-grid.layout-card.module-cols-3 .qrm-web-add svg{width:11px!important;height:11px!important}@media (max-width:899px){.qrm-web-page.header-style-background .qrm-bg-hero-copy{max-width:72%!important;top:50%!important;bottom:auto!important;left:22px!important;right:22px!important;transform:translateY(-46%)!important}.qrm-web-slide-copy{max-width:68%!important;top:50%!important;bottom:auto!important;left:20px!important;right:20px!important;transform:translateY(-45%)!important}.qrm-web-page.hero-style-slider .qrm-web-header{position:relative!important;top:auto!important}.qrm-web-page.hero-style-slider .qrm-web-header-inner{height:66px!important;min-height:66px!important;padding:10px 14px!important}.qrm-web-page.hero-style-slider .qrm-web-hero.qrm-theme-slider-hero{margin:0 12px 14px!important}.qrm-web-page.hero-style-slider .qrm-theme-slider-hero .qrm-web-slide{min-height:var(--qrm-slider-height,300px)!important;border-radius:var(--qrm-slider-radius,20px)!important;box-shadow:none!important}.qrm-web-page.hero-style-slider .qrm-theme-slider-hero .qrm-theme-search-overlay{width:100%!important;height:48px!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:999px!important;margin:10px 0 0!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}.qrm-web-page.header-style-background .qrm-web-header,.qrm-web-page.header-style-background .qrm-web-header-inner,.qrm-web-page.header-style-background .qrm-web-search,.qrm-web-page.header-style-background .qrm-bg-hero-copy,.qrm-web-page.header-style-background .qrm-theme-hero-button{box-shadow:none!important;filter:none!important}.qrm-web-page.header-style-background .qrm-web-search{box-shadow:none!important}}@media (min-width:700px){.qrm-web-product-section,.qrm-web-product-grid,.qrm-web-product{visibility:visible!important;opacity:1!important}.qrm-web-product-grid{width:100%!important;min-width:0!important}.qrm-web-product{min-width:0!important;min-height:118px!important;color:var(--ink,#172019)!important;background:#fff!important;position:relative!important}.qrm-web-product-main{visibility:visible!important;opacity:1!important;width:100%!important;min-width:0!important}.qrm-web-product-grid.layout-list .qrm-web-product{border:1px solid var(--line,#e2e8e4)!important;border-radius:16px!important;min-height:150px!important;padding-right:54px!important;overflow:hidden!important;box-shadow:0 4px 16px #14281c0b!important}.qrm-web-product-grid.layout-list .qrm-web-product-main{grid-template-columns:160px minmax(0,1fr)!important;align-items:stretch!important;min-height:150px!important;display:grid!important}.qrm-web-product-grid.layout-list .qrm-web-product-img{aspect-ratio:auto!important;width:160px!important;height:150px!important;min-height:150px!important;display:grid!important}.qrm-web-product-grid.layout-list .qrm-web-product-img>img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy{color:var(--ink,#172019)!important;padding:17px 14px!important;display:block!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy h3{color:var(--ink,#172019)!important;display:block!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy p{color:var(--muted,#6f7b73)!important;display:-webkit-box!important}.qrm-web-product-grid.layout-card .qrm-web-product-main,.qrm-web-product-grid.layout-grid .qrm-web-product-main{display:block!important}.qrm-web-product-grid.layout-card .qrm-web-product-img,.qrm-web-product-grid.layout-grid .qrm-web-product-img{min-height:140px!important;display:grid!important}}@media (min-width:1024px){.qrm-web-page{--qrm-desktop-sidebar:220px;--qrm-desktop-cart:340px}.qrm-web-layout{width:100%!important;min-height:100vh!important;display:block!important}.qrm-web-sidebar{width:var(--qrm-desktop-sidebar)!important;z-index:120!important;border-right:1px solid var(--line,#e2e8e4)!important;background:#fff!important;height:100vh!important;padding:18px 12px!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:auto!important;overflow-y:auto!important}.qrm-web-side-brand{align-items:center!important;height:72px!important;min-height:72px!important;margin:0 0 12px!important;padding:8px 8px 14px!important;display:flex!important}.qrm-web-side-brand img{width:auto!important;max-width:160px!important;height:auto!important;max-height:52px!important}.qrm-web-cart{width:var(--qrm-desktop-cart)!important;z-index:121!important;border-left:1px solid var(--line,#e2e8e4)!important;background:#fff!important;height:100vh!important;padding:18px!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:auto!important;right:0!important;overflow-y:auto!important}.qrm-web-cart-tools{align-items:center!important;height:64px!important;margin:0 0 12px!important;padding:0 0 12px!important}.qrm-web-header{left:var(--qrm-desktop-sidebar)!important;right:var(--qrm-desktop-cart)!important;z-index:115!important;border-bottom:1px solid var(--line,#e2e8e4)!important;background:#fff!important;border-radius:0!important;height:78px!important;margin:0!important;position:fixed!important;top:0!important;overflow:visible!important}.qrm-web-header-inner{justify-content:flex-start!important;align-items:center!important;gap:12px!important;width:100%!important;height:78px!important;min-height:78px!important;padding:12px 24px!important;display:flex!important}.qrm-web-header .qrm-web-brand,.qrm-web-header .qrm-web-burger,.qrm-web-header .qrm-web-actions,.qrm-web-header .qrm-bg-hero-copy{display:none!important}.qrm-web-header .qrm-web-search{border:1px solid var(--line,#e2e8e4)!important;width:min(520px,100%)!important;max-width:520px!important;height:52px!important;box-shadow:none!important;background:#fff!important;border-radius:14px!important;margin:0!important;padding:0 16px!important;display:flex!important}.qrm-web-header .qrm-web-search input{font-size:15px!important}.qrm-web-content{width:auto!important;min-width:0!important;min-height:100vh!important;margin-left:var(--qrm-desktop-sidebar)!important;margin-right:var(--qrm-desktop-cart)!important;padding:102px 26px 56px!important;display:block!important;overflow:visible!important}.qrm-web-page.header-style-background .qrm-web-content,.qrm-web-page.hero-style-background .qrm-web-content{padding-top:102px!important}.qrm-web-content-search{display:none!important}.qrm-web-hero,.qrm-theme-slider-hero,.qrm-web-custom-banner,.qrm-web-campaign,.qrm-web-module-products,.qrm-web-product-section{width:100%!important;min-width:0!important;max-width:none!important}.qrm-web-slide{border-radius:20px!important;width:100%!important;min-height:clamp(300px,32vw,470px)!important}.qrm-theme-search-overlay{display:none!important}.qrm-web-section-head{align-items:flex-end!important;width:100%!important;margin:0 0 16px!important}.qrm-web-section-head h2{margin:4px 0 0!important;font-size:clamp(24px,2vw,32px)!important;line-height:1.12!important}.qrm-web-section-head>span{font-size:14px!important}.qrm-web-product-grid,.qrm-web-product-grid.layout-list,.qrm-web-product-grid.layout-list.module-cols-1,.qrm-web-product-grid.layout-list.module-cols-2,.qrm-web-product-grid.layout-list.module-cols-3,.qrm-web-product-grid.layout-list.module-cols-4{grid-template-columns:1fr!important;gap:14px!important;width:100%!important;min-width:0!important;display:grid!important}.qrm-web-product-grid.layout-list .qrm-web-product{border:1px solid var(--line,#e2e8e4)!important;background:#fff!important;border-radius:16px!important;width:100%!important;min-width:0!important;min-height:148px!important;padding:0 58px 0 0!important;display:block!important;overflow:hidden!important;box-shadow:0 4px 18px #14281c0b!important}.qrm-web-product-grid.layout-list .qrm-web-product-main{grid-template-columns:150px minmax(0,1fr)!important;align-items:stretch!important;width:100%!important;min-width:0!important;min-height:148px!important;display:grid!important}.qrm-web-product-grid.layout-list .qrm-web-product-img{aspect-ratio:auto!important;border-radius:0!important;width:150px!important;height:148px!important;min-height:148px!important;display:block!important;overflow:hidden!important}.qrm-web-product-grid.layout-list .qrm-web-product-img>img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy{min-width:0!important;padding:18px 16px!important;display:block!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy h3{margin:0 0 7px!important;font-size:20px!important;line-height:1.2!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy p{-webkit-line-clamp:2!important;min-height:0!important;font-size:14px!important;line-height:1.45!important;display:-webkit-box!important}.qrm-web-product-grid.layout-list .qrm-web-price-row strong{font-size:18px!important}.qrm-web-product-grid.layout-list .qrm-web-add{border-radius:50%!important;place-items:center!important;width:40px!important;min-width:40px!important;height:40px!important;margin:0!important;padding:0!important;font-size:0!important;display:grid!important;position:absolute!important;bottom:12px!important;right:12px!important}.qrm-web-product-grid.layout-list .qrm-web-add svg{width:19px!important;height:19px!important}.qrm-web-product-grid.layout-list .qrm-web-qty{border-radius:22px!important;width:auto!important;min-width:104px!important;font-size:14px!important;display:flex!important}.qrm-web-product-grid.layout-grid,.qrm-web-product-grid.layout-card{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.qrm-web-product-grid.layout-grid .qrm-web-product,.qrm-web-product-grid.layout-card .qrm-web-product{width:100%!important;min-width:0!important}}@media (min-width:1500px){.qrm-web-page{--qrm-desktop-sidebar:238px;--qrm-desktop-cart:370px}.qrm-web-content{padding-left:32px!important;padding-right:32px!important}.qrm-web-product-grid.layout-list,.qrm-web-product-grid.layout-list.module-cols-2,.qrm-web-product-grid.layout-list.module-cols-3,.qrm-web-product-grid.layout-list.module-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.qrm-web-product-grid.layout-grid,.qrm-web-product-grid.layout-card{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:1024px){.qrm-web-page .qrm-web-header{top:0!important;left:var(--qrm-desktop-sidebar,220px)!important;right:var(--qrm-desktop-cart,340px)!important;border-bottom:1px solid var(--line,#e2e8e4)!important;background:#fff!important;height:82px!important;min-height:82px!important;position:fixed!important;overflow:hidden!important}.qrm-web-page .qrm-web-header-inner{background:#fff!important;height:82px!important;min-height:82px!important;padding:14px 26px!important}.qrm-web-page .qrm-web-header .qrm-web-search{z-index:1!important;background:#f8faf9!important;width:min(520px,100%)!important;max-width:520px!important;margin:0!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;transform:none!important}.qrm-web-page .qrm-web-content{padding-top:106px!important}.qrm-web-page .qrm-theme-slider-hero{isolation:isolate!important;clear:both!important;margin:0 0 30px!important;display:block!important;position:relative!important}.qrm-web-page .qrm-theme-slider-hero .qrm-web-slide{background-position:50%!important;background-size:cover!important;border-radius:20px!important;width:100%!important;height:clamp(330px,32vw,500px)!important;min-height:330px!important;max-height:500px!important;display:block!important;position:relative!important;overflow:hidden!important}.qrm-web-page .qrm-theme-slider-hero .qrm-web-slide:after{content:""!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#ffffffc7 0%,#ffffff7a 32%,#ffffff0d 68%,#fff0 100%)!important;display:block!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.qrm-web-page .qrm-theme-slider-hero .qrm-web-slide-copy{visibility:visible!important;opacity:1!important;z-index:4!important;color:#25352d!important;pointer-events:auto!important;width:min(520px,48%)!important;max-width:520px!important;display:block!important;position:absolute!important;top:50%!important;bottom:auto!important;left:clamp(26px,4vw,58px)!important;right:auto!important;transform:translateY(-50%)!important}.qrm-web-page .qrm-theme-slider-hero .qrm-web-slide-copy h1{visibility:visible!important;opacity:1!important;color:#25352d!important;max-width:12ch!important;text-shadow:none!important;margin:0 0 10px!important;font-size:clamp(38px,4vw,62px)!important;line-height:.98!important;display:block!important}.qrm-web-page .qrm-theme-slider-hero .qrm-web-slide-copy p{visibility:visible!important;opacity:1!important;color:#4d5a53!important;max-width:42ch!important;margin:0!important;font-size:15px!important;line-height:1.45!important;display:block!important}.qrm-web-page .qrm-theme-slider-hero+section,.qrm-web-page .qrm-theme-slider-hero+.qrm-web-module-products,.qrm-web-page .qrm-theme-slider-hero+.qrm-web-product-section{z-index:1!important;clear:both!important;margin-top:0!important;position:relative!important}.qrm-web-page .qrm-web-module-products,.qrm-web-page .qrm-web-product-section,.qrm-web-page .qrm-web-category-strip{clear:both!important;position:relative!important}.qrm-web-page .qrm-theme-search-overlay{display:none!important}.qrm-web-page.header-style-background .qrm-web-header,.qrm-web-page.hero-style-background .qrm-web-header{background:#fff!important;border-radius:0!important;height:82px!important;min-height:82px!important;max-height:82px!important;margin:0!important;overflow:hidden!important}.qrm-web-page.header-style-background .qrm-web-header-inner,.qrm-web-page.hero-style-background .qrm-web-header-inner{grid-template-rows:none!important;align-content:center!important;align-items:center!important;height:82px!important;min-height:82px!important;max-height:82px!important;padding:14px 26px!important;display:flex!important}.qrm-web-page.header-style-background .qrm-bg-hero-copy,.qrm-web-page.hero-style-background .qrm-bg-hero-copy{display:none!important}.qrm-web-page.header-style-background .qrm-web-content,.qrm-web-page.hero-style-background .qrm-web-content{padding-top:106px!important}.qrm-web-desktop-background-hero{background-color:#eef1ed!important;background-size:cover!important;background-position:var(--qrm-header-bg-position,center)!important;isolation:isolate!important;background-repeat:no-repeat!important;border-radius:20px!important;align-items:center!important;width:100%!important;min-height:clamp(320px,31vw,470px)!important;margin:0 0 28px!important;padding:clamp(28px,4vw,58px)!important;display:flex!important;position:relative!important;overflow:hidden!important}.qrm-web-desktop-background-hero:before{content:""!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(90deg,#f8f7f2eb 0%,#f8f7f2b8 35%,#f8f7f22e 65%,#f8f7f200 100%)!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.qrm-web-desktop-background-hero-copy{z-index:2!important;color:#25352d!important;width:min(540px,48%)!important;display:block!important;position:relative!important}.qrm-web-desktop-background-hero-copy h1{color:#25352d!important;max-width:13ch!important;font-family:var(--qrm-heading-font)!important;margin:0 0 10px!important;font-size:clamp(40px,4.1vw,64px)!important;line-height:.98!important;display:block!important}.qrm-web-desktop-background-hero-copy p{color:#4d5a53!important;max-width:42ch!important;margin:0!important;font-size:15px!important;line-height:1.5!important;display:block!important}.qrm-web-desktop-background-hero+*{clear:both!important;position:relative!important}.qrm-web-product-grid.layout-card.module-cols-5,.qrm-web-product-grid.layout-grid.module-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.qrm-web-product-grid.layout-card.module-cols-5 .qrm-web-product,.qrm-web-product-grid.layout-grid.module-cols-5 .qrm-web-product{width:100%!important;min-width:0!important}.qrm-web-product-grid.layout-card.module-cols-5 .qrm-web-product-img,.qrm-web-product-grid.layout-grid.module-cols-5 .qrm-web-product-img{aspect-ratio:1.08!important;height:auto!important;min-height:0!important}.qrm-web-product-grid.layout-card.module-cols-5 .qrm-web-product-copy,.qrm-web-product-grid.layout-grid.module-cols-5 .qrm-web-product-copy{padding:10px 10px 38px!important}.qrm-web-product-grid.layout-card.module-cols-5 .qrm-web-product-copy h3,.qrm-web-product-grid.layout-grid.module-cols-5 .qrm-web-product-copy h3{font-size:13px!important}.qrm-web-product-grid.layout-card.module-cols-5 .qrm-web-product-copy p,.qrm-web-product-grid.layout-grid.module-cols-5 .qrm-web-product-copy p{-webkit-line-clamp:2!important;font-size:10px!important;line-height:1.3!important}.qrm-web-special-carousel,.qrm-web-product-carousel{--qrm-carousel-cols:5!important}}@media (min-width:1024px) and (max-width:1279px){.qrm-web-product-grid.layout-card.module-cols-5,.qrm-web-product-grid.layout-grid.module-cols-5{grid-template-columns:repeat(4,minmax(0,1fr))!important}.qrm-web-special-carousel,.qrm-web-product-carousel{--qrm-carousel-cols:4!important}}@media (min-width:1024px){.qrm-web-page.header-style-background .qrm-web-content,.qrm-web-page.hero-style-background .qrm-web-content{padding-top:82px!important}.qrm-web-page.header-style-background .qrm-web-desktop-background-hero,.qrm-web-page.hero-style-background .qrm-web-desktop-background-hero{border-radius:0!important;width:calc(100% + 52px)!important;max-width:none!important;margin:0 -26px 28px!important}}@media (min-width:1500px){.qrm-web-page.header-style-background .qrm-web-desktop-background-hero,.qrm-web-page.hero-style-background .qrm-web-desktop-background-hero{width:calc(100% + 64px)!important;margin-left:-32px!important;margin-right:-32px!important}}.qrm-web-page{background-color:var(--qrm-page-bg,#fbf6ef)!important;color:var(--qrm-text,#2b2118)!important}.qrm-web-shell{max-width:var(--qrm-content-max,1440px)!important;margin-inline-start:auto!important;margin-inline-end:auto!important}.qrm-web-content{gap:var(--qrm-section-gap,28px)!important}.qrm-web-product-module{padding-block:var(--qrm-module-py,16px)}.qrm-web-product-module .qrm-web-product-grid{gap:var(--qrm-module-gap,12px)!important}.qrm-web-product-module .qrm-web-product-carousel,.qrm-web-product-module .qrm-web-special-carousel{overscroll-behavior-inline:contain;scroll-padding-inline:0 15%;gap:var(--qrm-module-gap,12px)!important;padding-right:15%!important}.qrm-web-product-module .qrm-web-product-carousel .qrm-web-product,.qrm-web-product-module .qrm-web-special-carousel .qrm-web-product{flex:0 0 var(--qrm-carousel-card-width,24%)!important}.qrm-web-product-module.carousel-sections .qrm-web-product-section .qrm-web-product-carousel{scroll-snap-type:x proximity!important;scrollbar-width:none!important;display:flex!important;overflow-x:auto!important}.qrm-web-product-grid.layout-side{grid-template-columns:repeat(var(--qrm-module-cols,2),minmax(0,1fr))!important;gap:var(--qrm-module-gap,12px)!important}.qrm-web-product-grid.layout-side .qrm-web-product{min-height:138px;overflow:hidden;background:var(--qrm-surface,#fff)!important;border-radius:var(--qrm-card-radius,16px)!important}.qrm-web-product-grid.layout-side .qrm-web-product-main{grid-template-columns:132px minmax(0,1fr)!important;align-items:stretch!important;display:grid!important}.qrm-web-product-grid.layout-side .qrm-web-product-img{border-radius:0!important;width:132px!important;height:100%!important;min-height:138px!important}.qrm-web-product-grid.layout-side .qrm-web-product-copy{align-self:center;padding:14px 48px 14px 14px!important}.qrm-web-product-grid.layout-round{grid-template-columns:repeat(var(--qrm-module-cols,3),minmax(0,1fr))!important;gap:var(--qrm-module-gap,12px)!important}.qrm-web-product-grid.layout-round .qrm-web-product{text-align:center;padding:12px;box-shadow:none!important;background:0 0!important}.qrm-web-product-grid.layout-round .qrm-web-product-main{display:block!important}.qrm-web-product-grid.layout-round .qrm-web-product-img{margin:0 auto 10px;overflow:hidden;aspect-ratio:1!important;border-radius:50%!important;width:min(170px,70%)!important;height:auto!important}.qrm-web-product-grid.layout-round .qrm-web-product-copy{padding:0 6px 46px!important}.qrm-web-product-grid.layout-round .qrm-web-product-title,.qrm-web-product-grid.layout-round .qrm-web-price-row{justify-content:center!important}.qrm-web-product-grid.layout-imageBg{grid-template-columns:repeat(var(--qrm-module-cols,3),minmax(0,1fr))!important;gap:var(--qrm-module-gap,12px)!important}.qrm-web-product-grid.layout-imageBg .qrm-web-product{min-height:280px;overflow:hidden;border-radius:var(--qrm-card-radius,16px)!important;color:#fff!important;background:#1b1b1b!important}.qrm-web-product-grid.layout-imageBg .qrm-web-product-main{position:relative;height:100%!important;display:block!important}.qrm-web-product-grid.layout-imageBg .qrm-web-product-img{opacity:.88;width:100%!important;height:100%!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.qrm-web-product-grid.layout-imageBg .qrm-web-product-img:after{content:"";background:linear-gradient(#0000,#000000d1);position:absolute;top:30%;bottom:0;left:0;right:0}.qrm-web-product-grid.layout-imageBg .qrm-web-product-copy{z-index:2;top:auto;bottom:0;left:0;right:0;color:#fff!important;padding:70px 48px 16px 16px!important;position:absolute!important}.qrm-web-product-grid.layout-imageBg .qrm-web-product-copy h3,.qrm-web-product-grid.layout-imageBg .qrm-web-product-copy p,.qrm-web-product-grid.layout-imageBg .qrm-web-price-row strong{color:#fff!important}.qrm-web-product-grid.layout-compact{grid-template-columns:repeat(var(--qrm-module-cols,2),minmax(0,1fr))!important;gap:var(--qrm-module-gap,12px)!important}.qrm-web-product-grid.layout-compact .qrm-web-product{min-height:92px;background:var(--qrm-surface,#fff)!important;border-radius:14px!important}.qrm-web-product-grid.layout-compact .qrm-web-product-main{grid-template-columns:86px minmax(0,1fr)!important;display:grid!important}.qrm-web-product-grid.layout-compact .qrm-web-product-img{border-radius:12px!important;width:86px!important;height:92px!important;margin:0!important}.qrm-web-product-grid.layout-compact .qrm-web-product-copy{padding:10px 44px 10px 10px!important}.qrm-web-product-grid.layout-compact .qrm-web-product-copy p{display:none!important}.qrm-web-product-module.card-style-clean .qrm-web-product{box-shadow:none!important;background:var(--qrm-surface,#fff)!important;border:0!important}.qrm-web-product-module.card-style-bordered .qrm-web-product{box-shadow:none!important;border:1px solid color-mix(in srgb,var(--qrm-text,#222) 15%,transparent)!important}.qrm-web-product-module.card-style-soft .qrm-web-product{box-shadow:0 14px 34px color-mix(in srgb,var(--qrm-text,#222) 8%,transparent)!important;background:color-mix(in srgb,var(--qrm-surface,#fff) 92%,var(--qrm-secondary,#eee))!important;border:0!important}.qrm-theme-slider-hero.transition-fade .qrm-web-slide{animation:qrmSliderFade var(--qrm-slider-transition-ms,.7s) ease both}.qrm-theme-slider-hero.transition-none .qrm-web-slide{animation:none!important}@keyframes qrmSliderFade{0%{opacity:.15}to{opacity:1}}@media (min-width:900px){.qrm-web-content{padding-inline:var(--qrm-desktop-gutter,28px)!important}.qrm-web-product-grid.layout-list{grid-template-columns:repeat(var(--qrm-module-cols,1),minmax(0,1fr))!important}.qrm-web-product-grid.layout-card,.qrm-web-product-grid.layout-grid{grid-template-columns:repeat(var(--qrm-module-cols,2),minmax(0,1fr))!important}}@media (max-width:899px){.qrm-web-content{padding-inline:var(--qrm-mobile-gutter,14px)!important}.qrm-web-product-module .qrm-web-product-grid{grid-template-columns:repeat(var(--qrm-mobile-cols,1),minmax(0,1fr))!important}.qrm-web-product-module .qrm-web-product-carousel .qrm-web-product{flex-basis:78%!important}.qrm-web-product-grid.layout-side,.qrm-web-product-grid.layout-round,.qrm-web-product-grid.layout-imageBg,.qrm-web-product-grid.layout-compact{grid-template-columns:repeat(var(--qrm-mobile-cols,1),minmax(0,1fr))!important}.qrm-web-category-strip.mobile-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important;overflow:visible!important}.qrm-web-category-strip.mobile-category-pills button{border-radius:999px!important;min-width:auto!important;padding:8px 12px!important}.qrm-web-category-strip.mobile-category-pills img,.qrm-web-category-strip.mobile-category-pills .category-fallback{display:none!important}.qrm-web-category-strip.mobile-category-circles button img,.qrm-web-category-strip.mobile-category-circles button .category-fallback{border-radius:50%!important}}.qrm-web-layout{max-width:var(--qrm-content-max,1440px)!important;margin-inline-start:auto!important;margin-inline-end:auto!important}@media (min-width:961px){.qrm-web-shell,.qrm-web-layout{width:100%!important;max-width:none!important;margin-inline-start:0!important;margin-inline-end:0!important}.qrm-web-product-module.is-carousel .qrm-web-product-carousel .qrm-web-product,.qrm-web-product-module.carousel-sections .qrm-web-product-carousel .qrm-web-product{flex:0 0 clamp(150px,12vw,250px)!important;min-width:150px!important}}.qrm-web-product-module.image-aspect-4x3 .qrm-web-product-img{aspect-ratio:4/3!important;height:auto!important}.qrm-web-product-module.image-aspect-1x1 .qrm-web-product-img{aspect-ratio:1!important;height:auto!important}.qrm-web-product-module.image-aspect-16x9 .qrm-web-product-img{aspect-ratio:16/9!important;height:auto!important}.qrm-web-product-module.is-carousel .qrm-web-product-carousel,.qrm-web-product-module.carousel-sections .qrm-web-product-carousel{scroll-snap-type:x proximity!important;scrollbar-width:none!important;gap:var(--qrm-module-gap,12px)!important;padding-right:var(--qrm-module-gap,12px)!important;display:flex!important;overflow-x:auto!important}.qrm-web-product-module.is-carousel .qrm-web-product-carousel::-webkit-scrollbar{display:none}.qrm-web-product-module.carousel-sections .qrm-web-product-carousel::-webkit-scrollbar{display:none}.qrm-web-product-module.is-carousel .qrm-web-product,.qrm-web-product-module.carousel-sections .qrm-web-product-carousel .qrm-web-product{scroll-snap-align:start}.qrm-web-page.header-style-background .qrm-web-header:after,.qrm-web-desktop-background-hero:after{content:"";pointer-events:none;z-index:1;height:72px;bottom:0;left:0;right:0;background:linear-gradient(to bottom,#fbf6ef00,var(--qrm-page-bg,#fbf6ef))!important;position:absolute!important}.qrm-web-page.header-style-background .qrm-web-header-inner,.qrm-web-desktop-background-hero>*{z-index:2;position:relative}@media (max-width:960px){.qrm-web-product-module.is-carousel .qrm-web-product-carousel,.qrm-web-product-module.carousel-sections .qrm-web-product-carousel{margin-right:calc(var(--qrm-mobile-gutter,14px) * -1)!important;padding-right:calc(var(--qrm-mobile-gutter,14px) + 9%)!important}.qrm-web-product-module.is-carousel .qrm-web-product-carousel .qrm-web-product,.qrm-web-product-module.carousel-sections .qrm-web-product-carousel .qrm-web-product{flex:0 0 calc((100% - var(--qrm-module-gap,12px))/2.15)!important;min-width:0!important}.qrm-web-page .qrm-web-header{z-index:120!important;transition:background .2s,box-shadow .2s,border-color .2s!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.qrm-web-page:not(.page-scrolled) .qrm-web-header{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background-color:#0000!important;border-color:#0000!important}.qrm-web-page.page-scrolled .qrm-web-header{border-bottom:1px solid var(--line,#e2e8e4)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fff!important;box-shadow:0 6px 18px #0f172a0f!important}.qrm-web-page.page-scrolled.header-style-background .qrm-web-header{border-radius:0!important;width:100%!important;height:68px!important;min-height:68px!important;margin:0!important}.qrm-web-page.page-scrolled.header-style-background .qrm-web-header-inner{grid-template-rows:52px!important;height:68px!important;min-height:68px!important;padding:8px 12px!important}.qrm-web-page.page-scrolled.header-style-background .qrm-bg-hero-copy,.qrm-web-page.page-scrolled.header-style-background .qrm-web-search,.qrm-web-page.page-scrolled.header-style-background .qrm-web-header:after{display:none!important}}@media (max-width:1023px){.qrm-web-page.header-style-background .qrm-web-desktop-background-hero,.qrm-web-page.hero-style-background .qrm-web-desktop-background-hero{display:none!important}}.qrm-web-product-buyrow{align-items:center!important;gap:8px!important;min-height:34px!important;padding:0 10px 10px!important;display:flex!important}.qrm-web-product-buyrow .qrm-web-price-row{align-items:center!important;gap:7px!important;min-width:0!important;margin:0!important;display:flex!important}.qrm-web-product-buyrow .qrm-web-price-row strong{font-weight:900!important}.qrm-web-product-buyrow .qrm-web-price-row del{opacity:.55!important;font-size:.82em!important}.qrm-web-product-buyrow .qrm-web-add{width:25px!important;min-width:25px!important;height:25px!important;min-height:25px!important;box-shadow:none!important;border-radius:50%!important;flex:0 0 25px!important;place-items:center!important;margin:0!important;padding:0!important;font-size:0!important;display:grid!important;position:static!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.qrm-web-product-buyrow .qrm-web-add svg{width:12px!important;height:12px!important}.qrm-web-product-buyrow .qrm-web-qty{border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;gap:2px!important;width:auto!important;min-width:65px!important;height:27px!important;min-height:27px!important;padding:2px 3px!important;display:flex!important}.qrm-web-product-buyrow .qrm-web-qty button{width:20px!important;min-width:20px!important;height:20px!important;color:inherit!important;background:0 0!important;border:0!important;place-items:center!important;padding:0!important;display:grid!important}.qrm-web-product-buyrow .qrm-web-qty b{text-align:center!important;min-width:15px!important;font-size:11px!important}.qrm-product-fullscreen{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#1318157a!important;place-items:center!important;padding:22px!important;display:grid!important}.qrm-product-detail-shell{background:#fff;border-radius:24px;flex-direction:column;width:min(980px,100%);height:min(850px,100vh - 44px);display:flex;position:relative;overflow:hidden;box-shadow:0 30px 90px #0000003d}.qrm-product-full-back{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0!important;border-radius:50%!important;justify-content:center!important;width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;top:16px!important;left:auto!important;right:16px!important;box-shadow:0 6px 24px #00000021!important}.qrm-product-full-back svg{width:19px!important;height:19px!important}.qrm-product-full-scroll{padding-bottom:92px!important}.qrm-product-page-media{background:#f5f5f3;overflow:hidden}.qrm-product-fullscreen .qrm-product-page-hero{object-fit:cover!important;width:100%!important;max-width:none!important;height:min(40vh,390px)!important;margin:0!important}.qrm-product-fullscreen .qrm-product-page-body{max-width:820px!important;padding:24px 28px 38px!important}.qrm-product-fullscreen .qrm-product-page-body h1{margin:10px 0 8px!important;font-size:clamp(24px,4vw,34px)!important;line-height:1.12!important}.qrm-product-lead{color:#66706a!important;margin:0 0 20px!important;font-size:14px!important;line-height:1.55!important}.qrm-product-info-grid{grid-template-columns:1fr 1fr;gap:12px;margin:18px 0 22px;display:grid}.qrm-product-info-card{background:#fbfcfb;border:1px solid #e8ece9;border-radius:15px;min-width:0;padding:14px}.qrm-product-info-card.allergen{background:#fff9f7;border-color:#f1ddd6}.qrm-product-info-title{color:#26332c;align-items:center;gap:8px;margin-bottom:10px;display:flex}.qrm-product-info-title svg{width:17px;height:17px;color:var(--qrm-primary)}.qrm-product-info-title b{font-size:13px}.qrm-ingredient-list,.qrm-allergen-chips{flex-wrap:wrap;gap:6px;display:flex}.qrm-ingredient-list span,.qrm-allergen-chips span{color:#435048;background:#fff;border:1px solid #e5eae7;border-radius:999px;align-items:center;padding:6px 9px;font-size:11px;line-height:1.15;display:inline-flex}.qrm-allergen-chips span{color:#8f3e27;background:#fff3ef;border-color:#f0d8cf;font-weight:800}.qrm-product-info-card>p{color:#805443!important;margin:10px 0 0!important;font-size:11px!important;line-height:1.45!important}.qrm-option-group{border-top:1px solid #edf0ee!important;margin-top:18px!important;padding-top:17px!important}.qrm-option-group>b{align-items:center!important;gap:7px!important;margin-bottom:9px!important;font-size:14px!important;display:flex!important}.qrm-option-group>small{color:#849087;margin:-5px 0 10px;font-size:11px;display:block}.qrm-option-group>div{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.qrm-option-group button{text-align:left!important;color:#27342d!important;background:#fff!important;border:1px solid #e0e6e2!important;border-radius:12px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;min-height:46px!important;padding:9px 12px!important;display:flex!important}.qrm-option-group button>span{align-items:center;gap:7px;min-width:0;font-weight:750;display:flex}.qrm-option-group button>span svg{flex:none;width:15px;height:15px}.qrm-option-group button>strong{white-space:nowrap!important;font-size:12px!important}.qrm-product-detail-shell .qrm-product-page-footer{border-radius:0!important;min-height:72px!important;padding:12px 20px!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important}.qrm-product-page-footer .price{flex-direction:column;gap:1px;display:flex}.qrm-product-page-footer .price small{color:#8a958e;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:800}.qrm-product-fullscreen .qrm-product-page-footer .price strong{font-size:22px!important}.qrm-product-fullscreen .qrm-product-page-footer .add{height:46px!important;padding:0 22px!important}.qrm-web-product-grid.layout-list .qrm-web-product{padding-right:0!important}.qrm-web-product-grid.layout-list .qrm-web-product-buyrow{z-index:5!important;padding:0!important;position:absolute!important;bottom:9px!important;left:119px!important;right:10px!important}.qrm-web-product-grid.layout-list .qrm-web-product-copy{padding-bottom:42px!important}.qrm-web-product-grid.layout-cover .qrm-web-product-buyrow{z-index:5!important;color:#fff!important;padding:0!important;position:absolute!important;bottom:14px!important;left:18px!important}.qrm-web-product-grid.layout-cover .qrm-web-price-row strong,.qrm-web-product-grid.layout-cover .qrm-web-price-row del{color:#fff!important}.qrm-web-product-grid.layout-cover .qrm-web-product-copy{bottom:36px!important}.qrm-web-product-carousel .qrm-web-product-copy,.qrm-web-special-carousel .qrm-web-product-copy{padding-bottom:8px!important}@media (max-width:640px){.qrm-product-fullscreen{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;padding:0!important;display:block!important}.qrm-product-detail-shell{width:100%!important;height:100dvh!important;max-height:none!important;box-shadow:none!important;border-radius:0!important}.qrm-product-fullscreen .qrm-product-page-hero{height:34vh!important;min-height:245px!important}.qrm-product-fullscreen .qrm-product-page-body{padding:19px 16px 30px!important}.qrm-product-info-grid{grid-template-columns:1fr!important;gap:9px!important;margin:15px 0 18px!important}.qrm-option-group>div{grid-template-columns:1fr!important}.qrm-product-detail-shell .qrm-product-page-footer{padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important}.qrm-product-fullscreen .qrm-product-page-footer .add{height:44px!important;padding:0 17px!important}}.qrm-product-inline-meta{color:#445047;align-items:flex-start;gap:6px;margin:8px 0;font-size:12px;line-height:1.5;display:flex}.qrm-product-inline-meta b{color:#26332c;flex:none}.qrm-product-inline-meta span{min-width:0}.qrm-product-inline-meta.allergen{color:#8f3e27}.qrm-removable-ingredients .qrm-ingredients-content{flex-direction:column;align-items:flex-start;gap:5px;width:100%;display:flex}.qrm-removable-ingredients .qrm-ingredients-hint{color:#7a817d;margin:0;font-size:11px;font-weight:400;line-height:1.35;display:block}.qrm-removable-ingredients .qrm-ingredients-content>span{flex-wrap:wrap;gap:6px;width:100%;display:flex}.qrm-product-nutrition>b{color:#26332c;margin-bottom:9px;font-size:13px;display:block}.qrm-product-nutrition>div{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;display:grid}.qrm-product-nutrition span{background:#fafcfb;border:1px solid #e7ece8;border-radius:10px;flex-direction:column;gap:2px;min-width:0;padding:8px 9px;display:flex}.qrm-product-nutrition small{color:#7b877f;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.qrm-product-nutrition strong{color:#27342d;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.qrm-takeaway-check{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fbfcfb;border:1px solid #e0e6e2;border-radius:13px;align-items:center;gap:11px;margin-top:18px;padding:13px 14px;display:flex}.qrm-takeaway-check>input{width:19px;height:19px;accent-color:var(--qrm-primary);flex:none}.qrm-takeaway-check>span{align-items:center;gap:9px;min-width:0;display:flex}.qrm-takeaway-check svg{width:18px;height:18px;color:var(--qrm-primary);flex:none}.qrm-takeaway-check>span>span{flex-direction:column;gap:1px;display:flex}.qrm-takeaway-check b{color:#26332c;font-size:12px}.qrm-takeaway-check small{color:#7b877f;font-size:10px}@media (max-width:640px){.qrm-product-nutrition>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.qrm-removable-ingredients{align-items:flex-start}.qrm-removable-ingredients>span{flex-wrap:wrap;gap:5px;display:flex}.qrm-removable-ingredients button{-webkit-appearance:none;appearance:none;color:#445047;font:inherit;cursor:pointer;background:#fff;border:1px solid #e0e6e2;border-radius:999px;padding:4px 8px;font-size:11px;line-height:1.2;transition:all .15s}.qrm-removable-ingredients button:hover{border-color:#cbd6cf}.qrm-removable-ingredients button.removed{color:#9c3f27;background:#fff4f0;border-color:#e8b7aa;text-decoration:line-through}.qrm-product-removals{border-top:1px solid #edf0ee;margin-top:16px;padding-top:15px}.qrm-product-removals>b{color:#26332c;margin-bottom:9px;font-size:13px;display:block}.qrm-product-removals>div{flex-wrap:wrap;gap:7px;display:flex}.qrm-product-removals button{color:#963f29;cursor:pointer;background:#fff6f3;border:1px solid #efc8bd;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:11px;display:inline-flex}.qrm-product-removals button svg{width:12px;height:12px}.qrm-product-nutrition{margin-top:16px}.qrm-web-product-carousel .qrm-web-product-copy,.qrm-web-special-carousel .qrm-web-product-copy{min-height:0!important;padding:8px 10px 6px!important}.qrm-web-product-carousel .qrm-web-product-copy h3,.qrm-web-special-carousel .qrm-web-product-copy h3{margin-bottom:5px!important}.qrm-web-product-carousel .qrm-web-product-copy p,.qrm-web-special-carousel .qrm-web-product-copy p{min-height:0!important;margin:0!important}.qrm-web-product-carousel .qrm-web-product-buyrow,.qrm-web-special-carousel .qrm-web-product-buyrow{min-height:0!important;margin:0!important;padding:4px 10px 10px!important}@media (max-width:899px){.qrm-web-product-carousel .qrm-web-product-copy,.qrm-web-special-carousel .qrm-web-product-copy{min-height:0!important;padding:9px 9px 5px!important}.qrm-web-product-carousel .qrm-web-product-buyrow,.qrm-web-special-carousel .qrm-web-product-buyrow{padding:3px 9px 9px!important}}.qrm-product-nutrition{border-top:0;margin-top:16px;padding-top:0}.qrm-product-nutrition>summary{cursor:pointer;color:#26332c;-webkit-user-select:none;user-select:none;min-height:46px;box-shadow:none;background:0 0;border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee;border-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:11px 2px;font-size:13px;font-weight:800;list-style:none;display:flex}.qrm-product-nutrition>summary::-webkit-details-marker{display:none}.qrm-product-nutrition>summary svg{flex:none;width:18px;height:18px;transition:transform .2s}.qrm-product-nutrition[open]>summary svg{transform:rotate(180deg)}.qrm-nutrition-table-wrap{padding:0 0 12px}.qrm-nutrition-table{border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e5e9e6;border-radius:12px;width:100%;font-size:12px;overflow:hidden}.qrm-nutrition-table th,.qrm-nutrition-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf0ee;padding:10px 12px}.qrm-nutrition-table tr:last-child th,.qrm-nutrition-table tr:last-child td{border-bottom:0}.qrm-nutrition-table th{color:#66726b;background:#fafbf9;width:58%;font-weight:600}.qrm-nutrition-table td{color:#26332c;text-align:right;font-weight:800}.qrm-product-nutrition{width:100%;max-width:none}.qrm-product-nutrition>.qrm-nutrition-table-wrap{box-sizing:border-box;grid-template-columns:none!important;gap:0!important;width:100%!important;max-width:none!important;display:block!important}.qrm-product-nutrition .qrm-nutrition-table{table-layout:fixed;box-sizing:border-box;width:100%!important;max-width:none!important;display:table!important}.qrm-product-nutrition .qrm-nutrition-table th{width:60%}.qrm-product-nutrition .qrm-nutrition-table td{width:40%}.qrm-cart-line-details{flex-direction:column;gap:2px;margin-top:3px;display:flex}.qrm-cart-line-details small{color:#667085;font-size:11px;line-height:1.35;display:block}.qrm-cart-line-details .extra{color:#087d35}.qrm-cart-line-details .remove{color:#b42318}.qrm-order-type-badge{color:#a44900;background:#fff4e8;border-radius:999px;align-items:center;gap:6px;width:max-content;margin:0 0 10px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.qrm-order-type-badge svg{width:15px;height:15px}.qrm-cart-line-details small.takeaway{color:#8a3a06!important;align-items:center!important;gap:4px!important;font-weight:800!important;display:inline-flex!important}.qrm-cart-line-details small.takeaway svg{width:13px!important;height:13px!important}.qrm-whole-order-takeaway{margin:12px 0;display:block;padding:0!important}.qrm-whole-order-takeaway>input{opacity:0;pointer-events:none;position:absolute}.qrm-whole-order-takeaway>span{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.qrm-whole-order-takeaway>input:checked+span{border-color:var(--green);background:color-mix(in srgb,var(--green) 8%,#fff)}.qrm-whole-order-takeaway>span>svg{width:18px;color:var(--green)}.qrm-whole-order-takeaway>span>span{flex-direction:column;gap:2px;display:flex}.qrm-whole-order-takeaway b{font-size:11px}.qrm-whole-order-takeaway small{color:var(--muted);font-size:9px}.qrm-filter-category-bar{z-index:35;background:var(--qrm-page-bg,#fff);scrollbar-width:none;gap:7px;padding:8px 0 10px;display:flex;position:sticky;top:70px;overflow-x:auto}.qrm-filter-category-bar::-webkit-scrollbar{display:none}.qrm-filter-category-bar button{border:1px solid var(--line);background:#fff;border-radius:999px;flex:none;padding:8px 12px;font-size:11px;font-weight:800}.qrm-filter-category-bar button.active{background:var(--green);border-color:var(--green);color:#fff}.qrm-web-filtered-menu .qrm-web-product-section{margin-top:8px}.qrm-web-filtered-menu .qrm-web-product-grid{grid-template-columns:1fr!important}.qrm-web-filtered-menu .qrm-web-product{grid-template-columns:96px minmax(0,1fr)!important;min-height:96px!important;display:grid!important}.qrm-web-filtered-menu .qrm-web-product-main{display:contents!important}.qrm-web-filtered-menu .qrm-web-product-img{grid-area:1/1/span 2;aspect-ratio:auto!important;height:100%!important;min-height:96px!important}.qrm-web-filtered-menu .qrm-web-product-copy{grid-area:1/2;padding:11px 11px 3px!important}.qrm-web-filtered-menu .qrm-web-product-buyrow{grid-area:2/2;padding:0 11px 10px!important}.qrm-drawer-contact-icons{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.qrm-drawer-contact-icons button{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:68px;font-size:10px;font-weight:800;display:flex}.qrm-drawer-contact-icons svg{width:19px}.qrm-web-contact-modal{text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;gap:10px;width:min(360px,100vw - 28px);padding:26px;display:flex;position:relative}.qrm-web-contact-modal>.close{background:#f3f5f4;border:0;border-radius:50%;width:36px;height:36px;position:absolute;top:12px;right:12px}.qrm-web-contact-modal>svg{width:32px;height:32px;color:var(--green)}.qrm-web-contact-modal small{letter-spacing:.13em;font-weight:900}.qrm-web-contact-modal h2{margin:0;font-size:20px}.qrm-web-contact-modal code{background:#f3f5f4;border-radius:10px;padding:10px 14px;font-size:15px}.qrm-web-contact-modal .send{background:var(--green);color:#fff;border:0;border-radius:12px;padding:11px 18px;font-weight:800;text-decoration:none}.qrm-order-loading{background:#f5f7f6;border-radius:18px;place-items:center;width:150px;height:150px;display:grid;position:relative}.qrm-order-loading>svg{color:#9aa49e;width:54px;height:54px}.qrm-order-loading i{border:3px solid #dfe5e1;border-top-color:var(--green);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite qrmspin;position:absolute}@keyframes qrmspin{to{transform:rotate(360deg)}}@media (max-width:960px){html{-webkit-text-size-adjust:100%}.qrm-filter-category-bar{top:126px}}.qrm-category-promo{background:color-mix(in srgb,var(--qrm-primary) 10%,#fff);color:var(--qrm-primary);border-radius:999px;align-items:center;gap:5px;margin-top:6px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.qrm-category-promo svg{width:12px;height:12px}.qrm-product-promo-benefit{border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee;align-items:flex-start;gap:10px;margin:4px 0;padding:11px 0;display:flex}.qrm-product-promo-benefit>svg{width:18px;color:var(--qrm-primary);flex:none}.qrm-product-promo-benefit>div{flex-direction:column;gap:3px;display:flex}.qrm-product-promo-benefit b{font-size:12px}.qrm-product-promo-benefit small{color:var(--muted);font-size:10px}.qrm-product-bundle{background:#fff;border:1px solid #e4e8e5;border-radius:14px;margin:8px 0 4px;padding:12px}.qrm-product-bundle.active{border-color:color-mix(in srgb,var(--qrm-primary) 45%,#dfe5e1);background:color-mix(in srgb,var(--qrm-primary) 4%,#fff)}.qrm-product-bundle>header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:9px;display:flex}.qrm-product-bundle>header>div{flex-direction:column;gap:2px;display:flex}.qrm-product-bundle>header small{letter-spacing:.1em;color:var(--qrm-primary);font-size:8px;font-weight:900}.qrm-product-bundle>header b{font-size:12px}.qrm-product-bundle>header p{color:var(--muted);margin:2px 0 0;font-size:10px}.qrm-product-bundle>header strong{white-space:nowrap;font-size:14px}.qrm-bundle-options{gap:6px;display:grid}.qrm-bundle-options>button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:7px;display:grid}.qrm-bundle-options>button.selected{border-color:var(--qrm-primary);background:color-mix(in srgb,var(--qrm-primary) 6%,#fff)}.qrm-bundle-options img{object-fit:cover;border-radius:8px;width:38px;height:38px}.qrm-bundle-options span{flex-direction:column;gap:2px;display:flex}.qrm-bundle-options b{font-size:10px}.qrm-bundle-options small{color:var(--muted);font-size:8px}.qrm-bundle-options svg{width:16px}.qrm-product-labels{flex-wrap:wrap!important;gap:3px!important;max-width:90%!important;display:flex!important}.qrm-product-labels>span{border-radius:999px!important;padding:3px 5px!important;font-size:7px!important;position:static!important}.qrm-product-labels .tag-promo{color:#fff!important;background:#ef3b2d!important}@media (max-width:960px){.qrm-web-category-strip{margin:0!important;padding:0 0 7px!important}.qrm-web-category-items{gap:4px!important;padding:2px 0 6px!important}.qrm-web-category-strip.category-layout-circleIcons .qrm-web-category-items>button{flex-basis:64px!important;gap:4px!important;min-width:64px!important;padding:2px!important}.qrm-web-category-strip.category-layout-iconCards .qrm-web-category-items>button{gap:5px!important;min-width:76px!important;padding:5px 6px!important}.qrm-web-product-module{padding-block-start:8px!important;padding-block-end:8px!important}.qrm-web-module-products,.qrm-web-product-section,.qrm-web-promos{margin-top:8px!important;margin-bottom:16px!important}.qrm-web-section-head{margin-bottom:9px!important}.qrm-web-hero{margin-bottom:10px!important}.qrm-filter-category-bar{display:none!important}.qrm-web-filtered-menu{margin-top:4px!important}.qrm-web-filtered-menu .qrm-web-product-section{margin-top:0!important}.qrm-web-filtered-menu .qrm-web-product-grid{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.qrm-web-filtered-menu .qrm-web-product{border-radius:12px!important;grid-template-columns:92px minmax(0,1fr)!important;min-height:92px!important;display:grid!important}.qrm-web-filtered-menu .qrm-web-product-main{display:contents!important}.qrm-web-filtered-menu .qrm-web-product-img{grid-area:1/1/span 2;aspect-ratio:auto!important;height:100%!important;min-height:92px!important}.qrm-web-filtered-menu .qrm-web-product-copy{grid-area:1/2;padding:10px 10px 2px!important}.qrm-web-filtered-menu .qrm-web-product-buyrow{grid-area:2/2;padding:0 10px 9px!important}}.qrm-web-modal-back{place-items:center!important;padding:14px!important;display:grid!important}.qrm-web-contact-modal{max-height:calc(100dvh - 28px)!important;margin:auto!important;position:relative!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;overflow:auto!important;transform:none!important}.qrm-web-drawer nav button{grid-template-columns:40px minmax(0,1fr)!important;column-gap:14px!important}.qrm-web-drawer nav img,.qrm-web-drawer nav span{object-fit:cover!important;border-radius:10px!important;width:40px!important;height:40px!important}.qrm-web-drawer nav b{padding-left:2px!important}@media (max-width:960px){.qrm-web-category-strip{z-index:14!important;background:var(--qrm-page-bg,#fff)!important;padding-top:4px!important;position:sticky!important;top:126px!important}.qrm-web-page.hero-style-slider .qrm-web-slide,.qrm-web-page.header-style-background .qrm-web-header{background-attachment:fixed!important}.qrm-web-category-strip,.qrm-filter-category-bar{z-index:auto!important;position:static!important;top:auto!important}}:root{color:#111827;font-synthesis:none;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--soft:#f3f4f6;--accent:#111827;background:#f6f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:#f6f7f9;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{outline:none}svg{stroke-width:1.8px}.primaryBtn,.secondaryBtn{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:800;transition:all .2s;display:inline-flex}.primaryBtn{background:var(--ink);color:#fff}.primaryBtn:hover{transform:translateY(-1px)}.primaryBtn:disabled{opacity:.55;cursor:not-allowed;transform:none}.secondaryBtn{color:var(--ink);background:#fff;border-color:#d9dee6}.primaryBtn.big{padding:15px 20px;font-size:16px}.primaryBtn svg,.secondaryBtn svg{width:17px}.full{width:100%}.eyebrow{letter-spacing:.16em;color:#4f46e5;font-size:11px;font-weight:900}.muted{color:var(--muted);line-height:1.65}.textLink{color:#3949ab;margin-top:15px;font-weight:800;display:block}.centerState{min-height:70vh;color:var(--muted);place-items:center;display:grid}.landingV2{background:radial-gradient(circle at 84% 5%,#e7ebff 0,#0000 25%),#fbfcfd;min-height:100vh}.siteHeader{justify-content:space-between;align-items:center;max-width:1260px;height:78px;margin:auto;padding:0 28px;display:flex}.siteBrand{align-items:center;gap:10px;font-weight:900;display:flex}.siteBrand>span{color:#fff;background:#111827;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.siteBrand b{letter-spacing:-.02em}.siteHeader nav{align-items:center;gap:22px;display:flex}.siteHeader nav>a:not(.primaryBtn){color:#4b5563;font-size:14px}.heroV2{grid-template-columns:1.08fr .92fr;align-items:center;gap:70px;max-width:1260px;margin:0 auto;padding:76px 28px 90px;display:grid}.heroCopy h1{letter-spacing:-.055em;margin:15px 0 22px;font-size:68px;line-height:.98}.heroCopy p{color:#667085;max-width:670px;font-size:19px;line-height:1.65}.heroCtas{flex-direction:column;align-items:flex-start;gap:13px;margin-top:30px;display:flex}.createAccount{color:#667085;margin-left:4px;font-size:14px}.createAccount b{color:#111827}.dashboardMock{color:#fff;background:#111827;border-radius:28px;min-height:410px;padding:26px;box-shadow:0 35px 90px #11182722}.mockTop{border-bottom:1px solid #ffffff17;justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.mockTop span{color:#a7b0bf;font-size:13px}.mockStats{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;display:grid}.mockStats div{background:#ffffff0b;border:1px solid #ffffff12;border-radius:17px;gap:7px;padding:18px;display:grid}.mockStats small{color:#a7b0bf}.mockStats b{font-size:30px}.mockStats em{color:#b9f6ca;font-size:12px;font-style:normal}.bars{align-items:end;gap:10px;height:190px;padding-top:30px;display:flex}.bars i{opacity:.85;background:linear-gradient(#fff,#cfd6e3);border-radius:7px 7px 3px 3px;flex:1}.featureGrid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1260px;margin:auto;padding:20px 28px 84px;display:grid}.featureCard{border:1px solid var(--line);background:#fff;border-radius:20px;padding:24px}.featureCard>span{background:#f3f4f6;border-radius:13px;place-items:center;width:44px;height:44px;display:grid}.featureCard svg{width:22px}.featureCard h3{margin:18px 0 8px}.featureCard p{color:#667085;margin:0;line-height:1.55}.landingBand{color:#fff;background:#111827;border-radius:28px;grid-template-columns:1fr 1fr;align-items:center;gap:40px;max-width:1204px;margin:0 auto 90px;padding:42px;display:grid}.landingBand span{color:#b6bdc8;font-size:13px}.landingBand h2{margin:8px 0;font-size:34px;line-height:1.15}.bandPoints{gap:14px;display:grid}.bandPoints span{color:#fff;align-items:center;gap:10px;display:flex}.bandPoints svg{width:18px}.planSection{max-width:1260px;margin:auto;padding:0 28px 90px}.sectionHead{text-align:center;max-width:670px;margin:0 auto 35px}.sectionHead h2{letter-spacing:-.035em;margin:10px 0;font-size:42px}.sectionHead p{color:#667085}.planGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.planV2{border:1px solid var(--line);background:#fff;border-radius:22px;flex-direction:column;min-height:390px;padding:24px;display:flex;position:relative}.planV2.recommended{border-color:#111827;box-shadow:0 20px 50px #1118270f}.badge{color:#fff;background:#111827;border-radius:999px;padding:6px 8px;font-size:10px;position:absolute;top:17px;right:17px}.planV2 h3{margin:0 0 15px}.planV2 strong{font-size:36px}.planV2 p{color:#667085;min-height:42px}.planV2 ul{flex:1;gap:11px;margin:10px 0 22px;padding:0;list-style:none;display:grid}.planV2 li{color:#4b5563;gap:8px;font-size:13px;display:flex}.planV2 li svg{width:16px}.siteFooter{border-top:1px solid var(--line);color:#667085;justify-content:space-between;align-items:center;max-width:1260px;margin:auto;padding:30px 28px 45px;display:flex}.authPage{background:#fff;grid-template-columns:.85fr 1.15fr;min-height:100vh;display:grid}.authSide{color:#fff;background:#101827;flex-direction:column;justify-content:space-between;padding:38px 50px;display:flex}.siteBrand.light>span{color:#111827;background:#fff}.authSide h2{letter-spacing:-.04em;max-width:560px;margin:12px 0;font-size:46px;line-height:1.05}.authSide p{color:#b8c0cc;max-width:500px;line-height:1.6}.authContent{place-items:center;padding:45px;display:grid}.authCard{width:min(620px,100%)}.authCard>h1{letter-spacing:-.035em;margin:0 0 8px;font-size:39px}.authCard>p{color:#667085;margin:0 0 26px}.authForm{gap:15px;display:grid}.authForm label,.modalBody label{color:#374151;gap:7px;font-size:13px;font-weight:800;display:grid}.authForm input,.authForm select,.authForm textarea,.modalBody input,.modalBody select,.modalBody textarea,.inlineForm select{background:#fff;border:1px solid #d8dde6;border-radius:11px;width:100%;padding:12px}.authForm input:focus,.authForm select:focus,.authForm textarea:focus{border-color:#8b95a5;box-shadow:0 0 0 3px #11182708}.authAlt{text-align:center;color:#667085;margin-top:7px;font-size:14px}.authAlt b{color:#111827}.errorBox{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;border-radius:10px;padding:11px;font-size:13px}.formGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.buttonRow{justify-content:flex-end;gap:9px;display:flex}.stepBar{align-items:center;margin:8px 0 26px;display:flex}.stepBar i{background:#eef0f3;border-radius:50%;place-items:center;width:30px;height:30px;font-size:12px;font-style:normal;font-weight:800;display:grid}.stepBar i.on{color:#fff;background:#111827}.stepBar span{background:#e4e7eb;flex:1;height:2px}.planMiniGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.planMini{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;gap:4px;padding:15px;display:grid}.planMini.selected{background:#f8f9fa;border-color:#111827}.planMini span{font-size:19px;font-weight:900}.planMini small{color:#667085}.checkLine{align-items:center;grid-template-columns:auto 1fr!important;display:flex!important}.appShell{background:#f4f6f8;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sideNav{color:#c4cad4;background:#101827;flex-direction:column;height:100vh;padding:20px 14px;display:flex;position:sticky;top:0}.brandLock{color:#fff;align-items:center;gap:11px;padding:4px 9px 20px;font-weight:900;display:flex}.brandLock>span{color:#111827;background:#fff;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.navGroup{gap:4px;display:grid}.navItem{color:inherit;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:11px;padding:11px 12px;font-size:13px;display:flex}.navItem:hover,.navItem.active{color:#fff;background:#ffffff0d}.navItem svg{width:18px}.sideBottom{border-top:1px solid #ffffff12;margin-top:auto;padding-top:10px}.appMain{min-width:0;padding:24px 30px 60px}.appHeader{justify-content:space-between;align-items:center;margin-bottom:23px;display:flex}.appHeader small{letter-spacing:.14em;color:#7b8492;font-size:10px;font-weight:900}.appHeader h1{letter-spacing:-.025em;margin:3px 0;font-size:29px}.userChip{border:1px solid var(--line);text-align:right;background:#fff;border-radius:12px;padding:9px 12px;display:grid}.userChip span{font-size:12px;font-weight:800}.userChip b{text-transform:uppercase;color:#8991a0;font-size:9px}.notice{color:#fff;background:#111827;border-radius:17px;justify-content:space-between;align-items:center;margin-bottom:14px;padding:17px 20px;display:flex}.notice div{gap:2px;display:grid}.notice span{color:#bcc3ce;font-size:12px}.notice a{color:#111827;background:#fff;border-radius:9px;padding:9px 12px;font-size:12px;font-weight:800}.statGrid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px;display:grid}.statCard,.contentCard,.dataCard,.placeholderPanel,.orderCard,.scanPanel{border:1px solid var(--line);background:#fff;border-radius:17px}.statCard{padding:20px}.statCard span{color:#6b7280;font-size:12px;display:block}.statCard strong{margin-top:9px;font-size:28px;display:block}.contentGrid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.contentCard{padding:21px}.contentCard>h3{margin:0 0 16px;font-size:15px}.rowsV2>div{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;padding:11px 0;display:flex}.rowsV2>div:last-child{border:0}.rowsV2 span{color:#5d6674;font-size:13px}.rowsV2 b{font-size:12px}.checkList{gap:13px;display:grid}.checkList>div{align-items:center;gap:10px;display:flex}.checkList span{background:#eef0f3;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.checkList span.done{color:#16803c;background:#e8f7ed}.checkList svg{width:14px}.checkList b{font-size:13px}.moduleChips{flex-wrap:wrap;gap:7px;display:flex}.moduleChips span{background:#f2f4f6;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:800}.pageHead{justify-content:space-between;align-items:center;margin:0 0 18px;display:flex}.pageHead p{color:#667085;margin:0}.dataGrid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.dataCard{align-items:flex-start;gap:14px;padding:19px;display:flex}.dataCard h3{margin:1px 0 5px}.dataCard p{color:#667085;margin:0 0 10px;font-size:12px}.dataIcon,.qrMini{background:#f1f3f5;border-radius:13px;flex:none;place-items:center;width:44px;height:44px;display:grid}.dataIcon svg,.qrMini svg{width:21px}.status{color:#49515f;text-transform:capitalize;background:#f1f3f5;border-radius:999px;width:max-content;padding:5px 8px;font-size:10px;font-weight:800;display:inline-flex}.tableWrap{border:1px solid var(--line);background:#fff;border-radius:17px;overflow:auto}.tableWrap table{border-collapse:collapse;width:100%}.tableWrap th,.tableWrap td{text-align:left;border-bottom:1px solid #eef0f3;padding:14px 16px;font-size:13px}.tableWrap th{text-transform:uppercase;letter-spacing:.08em;color:#77808e;background:#fafbfc;font-size:10px}.iconBtn{border:1px solid var(--line);background:#fff;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.iconBtn svg{width:16px}.iconBtn.danger{color:#b42318}.emptyState{text-align:center;color:#8a93a1;grid-column:1/-1;padding:50px}.emptyState svg{width:32px}.modalBack{z-index:50;background:#11182788;place-items:center;padding:18px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.modal{background:#fff;border-radius:20px;width:min(560px,100%);box-shadow:0 30px 90px #11182735}.modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:19px 21px;display:flex}.modal h2{margin:0;font-size:20px}.modal>header button{background:0 0;border:0}.modal>header svg{width:20px}.modalBody{gap:14px;padding:21px;display:grid}.languageList{gap:8px;margin-bottom:15px;display:grid}.languageList>div{border:1px solid var(--line);border-radius:11px;justify-content:space-between;padding:12px;display:flex}.languageList span{font-weight:900}.languageList b{color:#667085;font-size:11px}.inlineForm{grid-template-columns:1fr auto;gap:8px;display:grid}.ticket{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.ticket div{gap:4px;display:grid}.settingsGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.placeholderPanel{text-align:center;padding:80px 25px}.placeholderPanel>svg{width:42px}.placeholderPanel p{color:#667085;max-width:620px;margin:10px auto;line-height:1.6}.orderGridV2{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.orderCard{gap:8px;padding:20px;display:grid}.orderCard small{color:#667085}.orderCard h3{margin:0;font-size:22px}.orderCard .buttonRow{margin-top:8px}.scanPanel{text-align:center;margin-top:14px;padding:55px 20px}.scanPanel>svg{width:43px;height:43px}.scanPanel p{color:#667085;max-width:600px;margin:10px auto 20px}.publicMenu{background:#fbfaf8;max-width:500px;min-height:100vh;margin:auto;padding-bottom:88px;box-shadow:0 0 60px #1118270c}.menuHeaderV2{color:#fff;background:#121212;justify-content:space-between;align-items:end;min-height:240px;padding:28px;display:flex}.menuHeaderV2 small{letter-spacing:.12em;color:#b9b9b9}.menuHeaderV2 h1{letter-spacing:-.04em;margin:5px 0;font-size:38px}.menuHeaderV2 p{color:#aaa;margin:0}.menuHeaderV2 select{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:9px;align-self:flex-start;padding:8px}.menuTools{border-bottom:1px solid #ece8e1;align-items:center;display:flex}.categoryScroll{flex:1;gap:17px;padding:17px 18px;display:flex;overflow:auto}.categoryScroll span,.categoryScroll b{white-space:nowrap;font-size:13px}.menuTools>button{background:#fff;border:1px solid #e2ddd6;border-radius:9px;gap:5px;margin-right:12px;padding:8px;font-size:11px;display:flex}.menuTools svg{width:14px}.menuProductList{padding:6px 18px}.menuProduct{border-bottom:1px solid #ece8e1;grid-template-columns:88px 1fr 38px;align-items:center;gap:13px;padding:15px 0;display:grid}.productPhoto{color:#fff;background:linear-gradient(135deg,#d1b493,#8e6a4e);border-radius:15px;place-items:center;width:88px;height:88px;font-size:26px;font-weight:900;display:grid;position:relative}.productPhoto em{color:#fff;background:#111;border-radius:6px;padding:4px 5px;font-size:8px;font-style:normal;position:absolute;bottom:5px;left:5px}.productText h3{margin:0 0 4px}.productText p{color:#7b746c;margin:0 0 7px;font-size:12px;line-height:1.4}.menuProduct>button{color:#fff;background:#111;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.menuProduct>button svg{width:17px}.menuBottom{-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);background:#ffffffde;border-top:1px solid #ece8e1;grid-template-columns:1fr 1.25fr;gap:8px;width:min(500px,100%);padding:11px 14px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.menuBottom button{background:#fff;border:1px solid #ddd;border-radius:11px;padding:13px 9px;font-weight:800}.menuBottom .waiterCall{justify-content:center;align-items:center;gap:6px;display:flex}.menuBottom .waiterCall svg{width:16px}.menuBottom .cartBtn{color:#fff;background:#111;border-color:#111}@media (max-width:1000px){.heroV2{grid-template-columns:1fr}.heroCopy h1{font-size:56px}.featureGrid,.planGrid{grid-template-columns:1fr 1fr}.landingBand{margin-left:28px;margin-right:28px}.authPage{grid-template-columns:1fr}.authSide{display:none}.appShell{grid-template-columns:78px 1fr}.brandLock b,.navItem span{display:none}.brandLock{justify-content:center;padding-left:0;padding-right:0}.navItem{justify-content:center}.statGrid,.dataGrid,.orderGridV2{grid-template-columns:1fr 1fr}}@media (max-width:680px){.siteHeader{padding:0 18px}.siteHeader nav>a:not(.primaryBtn){display:none}.heroV2{padding:45px 18px 65px}.heroCopy h1{font-size:45px}.heroCopy p{font-size:16px}.featureGrid,.planGrid{grid-template-columns:1fr;padding-left:18px;padding-right:18px}.landingBand{grid-template-columns:1fr;margin-left:18px;margin-right:18px;padding:28px}.planSection,.siteFooter{padding-left:18px;padding-right:18px}.authContent{padding:28px 18px}.authCard>h1{font-size:34px}.planMiniGrid,.formGrid,.settingsGrid{grid-template-columns:1fr}.appShell{display:block}.sideNav{z-index:40;flex-direction:row;width:100%;height:68px;padding:8px;display:flex;position:fixed;top:auto;bottom:0;left:0;right:0;overflow:auto}.brandLock,.sideBottom{display:none}.navGroup{gap:4px;display:flex}.navItem{min-width:52px;height:50px}.appMain{padding:16px 14px 86px}.appHeader{align-items:flex-start}.userChip{display:none}.statGrid{grid-template-columns:1fr 1fr}.contentGrid,.dataGrid,.orderGridV2{grid-template-columns:1fr}.pageHead{align-items:flex-start;gap:12px}.pageHead p{font-size:13px}.pageHead .primaryBtn{white-space:nowrap}.notice{align-items:flex-start;gap:12px}.tableWrap{margin:0 -2px}.menuHeaderV2 h1{font-size:33px}}.orderOptions{background:#f5f1eb;border-radius:12px;gap:18px;max-width:466px;margin:0 auto 78px;padding:11px 18px;display:flex}.orderOptions label{align-items:center;gap:6px;font-size:12px;font-weight:800;display:flex}.menuBottom:has(.waiterCall){grid-template-columns:1fr 1.25fr}.menuBottom:not(:has(.waiterCall)){grid-template-columns:1fr}.orderCodeBack{z-index:80;background:#111827aa;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.orderCodeCard{text-align:center;background:#fff;border-radius:24px;width:min(390px,100%);padding:30px}.orderCodeCard>svg{width:75px;height:75px}.orderCodeCard>span{letter-spacing:.16em;color:#667085;margin-top:16px;font-size:10px;font-weight:900;display:block}.orderCodeCard h2{letter-spacing:.04em;margin:7px;font-size:32px}.orderCodeCard p{color:#667085;font-size:13px;line-height:1.55}.toggleRows{border:1px solid var(--line);border-radius:12px;gap:8px;padding:12px;display:grid}.toggleRows label{grid-template-columns:auto 1fr!important;align-items:center!important;gap:8px!important;display:flex!important}.toggleRows input{width:auto!important}.textButton{text-align:left;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.textButton small{display:block}.uploadBox{border:1px dashed var(--line);border-radius:13px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.uploadBox div{gap:3px;display:grid}.uploadBox small{color:#667085}.imageStrip{gap:8px;display:flex;overflow:auto}.imageStrip>div{flex:0 0 82px;position:relative}.imageStrip img{object-fit:cover;border-radius:11px;width:82px;height:82px}.imageStrip button{color:#fff;background:#111;border:0;border-radius:50%;place-items:center;width:23px;height:23px;display:grid;position:absolute;top:4px;right:4px}.imageStrip svg{width:12px}.checkLine{align-items:center!important;gap:8px!important;display:flex!important}.checkLine input{width:auto!important}.areaBoard{gap:16px;display:grid}.areaStore{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.areaStore>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.areaStore h3{margin:2px 0}.areaStore header small{color:#8a93a1;letter-spacing:.12em;font-size:9px}.areaStore header>span{background:#f4f6f8;border-radius:10px;padding:6px 10px;font-size:11px;font-weight:800}.areaSection{padding:10px 0}.areaTitle{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.tableTiles{grid-template-columns:repeat(6,minmax(100px,1fr));gap:9px;display:grid}.tableTile{border:1px solid var(--line);border-radius:13px;align-content:center;justify-items:center;gap:3px;min-height:108px;padding:11px;display:grid;position:relative}.tableTile>svg{width:24px}.tableTile small{color:#78808d}.tileActions{gap:3px;display:flex;position:absolute;top:5px;right:5px}.tileActions button{background:#f3f4f6;border:0;border-radius:7px;place-items:center;width:25px;height:25px;display:grid}.tileActions svg{width:12px}.callGrid{gap:8px;display:grid}.callCard{border:1px solid var(--line);border-radius:12px;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.callCard>svg{width:22px}.callCard div{display:grid}.callCard small{color:#667085}.productPhoto img{object-fit:cover;border-radius:15px;width:100%;height:100%}.productText del{color:#999;margin-left:6px;font-size:10px}.detailHero{object-fit:cover;border-radius:14px;width:100%;max-height:260px}.rowsV2 span small{color:#8a93a1;margin-top:2px;font-size:9px;display:block}.modalBody>.contentCard{padding:14px}.modalBody>.contentCard h3{font-size:12px}.buttonRow{flex-wrap:wrap;gap:8px;display:flex}@media (max-width:1000px){.tableTiles{grid-template-columns:repeat(4,minmax(100px,1fr))}}@media (max-width:680px){.tableTiles{grid-template-columns:repeat(2,minmax(100px,1fr))}.uploadBox{flex-direction:column;align-items:flex-start}.callCard{grid-template-columns:30px 1fr}.callCard button{grid-column:1/-1}.modal{max-height:92vh;overflow:auto}}.localeTabs{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.localeTabs button{border:1px solid var(--line,#e6e8ec);cursor:pointer;background:#fff;border-radius:10px;padding:8px 12px;font-weight:700}.localeTabs button.active{color:#fff;background:#111;border-color:#111}.categoryAdmin{gap:10px;display:grid}.categoryAdminItem{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.categoryAdminItem small,.rowsV2 small{color:#7a7f88;margin-top:3px;display:block}.miniBtn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:9px;align-items:center;gap:5px;padding:6px 9px;display:inline-flex}.miniBtn svg{width:14px;height:14px}.roleCard>svg{width:22px;height:22px}.roleCard p,.roleCard small{color:#777}.aiActionGrid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.aiActionGrid button,.aiActionGrid a{text-align:left;color:inherit;cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:14px;gap:8px;padding:16px;text-decoration:none;display:grid}.aiActionGrid svg{width:22px;height:22px}.aiActionGrid small{color:#777}.modal{flex-direction:column;max-height:min(92vh,900px);display:flex;overflow:hidden}.modal>header{flex:none}.modalBody{overscroll-behavior:contain;min-height:0;padding-right:4px;overflow-y:auto}.settingsTabs{gap:8px;margin:0 0 16px;padding-bottom:3px;display:flex;overflow:auto}.settingsTabs button{white-space:nowrap;border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:11px;padding:10px 14px;font-weight:800}.settingsTabPanel{max-width:900px}.socialEditor{gap:10px;display:grid}.socialRow{grid-template-columns:180px 1fr 38px;align-items:center;gap:8px;display:grid}.cardActions{gap:7px;margin-top:10px;display:flex}.miniBtn.danger{color:#b42318;border-color:#f0c7c2}.editableCard{align-items:start}.modalBody .authForm,.modalBody>label,.modalBody>.formGrid{max-width:100%}@media (max-width:680px){.socialRow{grid-template-columns:1fr 1fr 38px}.modal{width:calc(100vw - 20px);max-height:94vh}.settingsSaveBar{bottom:78px}}.usageStack{gap:14px;display:grid}.usageItem{gap:7px;display:grid}.usageMeta{justify-content:space-between;gap:10px;font-size:12px;display:flex}.usageMeta span{color:#667085}.usageMeta b{font-size:12px}.usageTrack{background:#eef0f3;border-radius:999px;height:9px;overflow:hidden}.usageTrack i{background:#111827;border-radius:999px;min-width:2px;height:100%;display:block}.entitlementGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.entitlementCard{border:1px solid var(--line);background:#fff;border-radius:15px;padding:15px}.entitlementCard small{color:#667085;margin-bottom:5px;display:block}.entitlementCard strong{font-size:22px}.featureAccess{flex-wrap:wrap;gap:8px;display:flex}.featureAccess span{background:#eef0f3;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.featureAccess span.on{color:#176b3a;background:#e8f7ee}.featureAccess span.off{color:#9f1239;background:#fff1f2}.limitWarning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;margin-bottom:12px;padding:11px 13px;font-size:12px;font-weight:700}.planHero{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.planHero h2{margin:3px 0 6px}.planHero p{color:#667085;margin:0}.addOnHint{color:#475569;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:14px;font-size:12px;line-height:1.6}@media (max-width:680px){.entitlementGrid{grid-template-columns:1fr}.planHero{display:grid}}.wideSettings{max-width:1080px}.slugField{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:1fr 42px;align-items:center;display:grid;overflow:hidden}.slugField input{border:0!important;border-radius:0!important}.slugField>span{place-items:center;display:grid}.slugField.available{border-color:#86d7a3}.slugField.available svg{color:#148244}.slugField.unavailable{border-color:#ef9a9a}.slugField.unavailable svg{color:#c62828}.slugHint{color:#7b8491;margin-top:5px;font-size:11px}.slugHint.available{color:#148244}.slugHint.unavailable{color:#c62828}.slugSpinner{border:2px solid #d8dde5;border-top-color:#111827;border-radius:50%;width:17px;height:17px;animation:.7s linear infinite slugSpin}@keyframes slugSpin{to{transform:rotate(360deg)}}.brandUpload{grid-template-columns:110px 1fr;align-items:center;gap:18px;margin-bottom:18px;display:grid}.logoPreview{border:1px solid var(--line);background:#f8fafc;border-radius:18px;place-items:center;width:110px;height:110px;display:grid;overflow:hidden}.logoPreview img{object-fit:contain;width:100%;height:100%;padding:10px}.logoPreview svg{width:34px}.uploadButton{width:max-content;display:inline-flex;position:relative;overflow:hidden}.uploadButton input{opacity:0;cursor:pointer;position:absolute;top:0;bottom:0;left:0;right:0}.themeGrid{grid-template-columns:repeat(5,minmax(145px,1fr));gap:12px;display:grid}.themeCard{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:15px;padding:9px;position:relative}.themeCard.selected{border:2px solid #111827;padding:8px}.themeCard>svg{width:18px;position:absolute;bottom:10px;right:10px}.themeCard small{color:#7b8491;margin-top:4px;line-height:1.3;display:block}.themePreview{border-radius:10px;grid-template-rows:20px 1fr;grid-template-columns:1fr 1fr;gap:7px;height:105px;margin-bottom:9px;padding:10px;display:grid}.themePreview span:first-child{border-radius:5px;grid-column:1/-1}.themePreview span:nth-child(2),.themePreview i{border-radius:7px}.themeMinimal{background:#f6f6f6}.themeMinimal span{background:#fff}.themeMinimal i{background:#ddd}.themeDark{background:#161616}.themeDark span{background:#2e2e2e}.themeDark i{background:#b7945c}.themeCoffee{background:#f4e9da}.themeCoffee span{background:#fff9f0}.themeCoffee i{background:#825b3c}.themeBistro{background:#f6eee5}.themeBistro span{background:#efe0ce}.themeBistro i{background:#3c6048}.themeFast{background:#ffe25a}.themeFast span{background:#111}.themeFast i{background:#fff}.productListThumb{background:#f2f4f7;border-radius:11px;place-items:center;width:54px;height:54px;display:grid;overflow:hidden}.productListThumb img{object-fit:cover;width:100%;height:100%}.productListThumb svg{color:#98a2b3;width:20px}.allergenGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.allergenCheck{border:1px solid var(--line);cursor:pointer;border-radius:10px;padding:9px 10px;font-size:12px;font-weight:700;align-items:center!important;gap:8px!important;display:flex!important}.allergenCheck input{width:auto!important}.allergenCheck.selected{background:#fff7ed;border-color:#fdba74}.nutritionHead{justify-content:space-between;align-items:center;gap:12px;display:flex}.nutritionHead p{margin:0}.nutritionGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.aiNutritionBox{gap:14px;display:grid}.aiPreview{object-fit:contain;border:1px solid var(--line);background:#f8fafc;border-radius:14px;width:100%;max-height:220px}.aiNotice{background:#f0f7ff;border:1px solid #cfe4ff;border-radius:12px;align-items:flex-start;gap:10px;padding:11px;display:flex}.aiNotice svg{flex:none;width:19px}.aiNotice p{margin:0;font-size:12px;line-height:1.5}.categoryPageList{border:1px solid var(--line);background:#fff;border-radius:16px;padding:0 16px}.menuTheme-dark{color:#f7f7f5;background:#141414!important}.menuTheme-dark .menuHeaderV2,.menuTheme-dark .menuTools,.menuTheme-dark .menuProduct{color:#fff;background:#1e1e1e!important}.menuTheme-dark .productText p{color:#aaa}.menuTheme-coffee{background:#f3eadf}.menuTheme-coffee .menuHeaderV2{color:#fff;background:#6b4b37}.menuTheme-coffee .menuProduct{background:#fffaf3}.menuTheme-bistro{background:#f7f1e9}.menuTheme-bistro .menuHeaderV2{color:#fff;background:#355844}.menuTheme-fast{background:#ffe969}.menuTheme-fast .menuHeaderV2{color:#fff;background:#101010}.menuTheme-fast .menuProduct{box-shadow:none;border:2px solid #111}@media (max-width:1000px){.themeGrid{grid-template-columns:repeat(3,1fr)}.nutritionGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.themeGrid,.allergenGrid,.nutritionGrid{grid-template-columns:1fr 1fr}.brandUpload{grid-template-columns:82px 1fr}.logoPreview{width:82px;height:82px}.nutritionHead{flex-direction:column;align-items:flex-start}}.menuBrandHead{align-items:center;gap:14px;display:flex}.menuLogo{object-fit:contain;background:#fff;border-radius:13px;width:58px;height:58px;padding:5px}.autoSaveState{border:1px solid var(--line);color:#52606d;background:#fff;border-radius:999px;align-items:center;gap:7px;margin-bottom:14px;padding:8px 12px;font-size:11px;font-weight:800;display:inline-flex}.autoSaveState svg{color:#169b55;width:16px}.liveDot{background:#16a34a;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 0 4px #dcfce7}.adminLoginPage{background:#0b0f17;place-items:center;min-height:100vh;padding:24px;display:grid}.adminLoginCard{background:#fff;border-radius:24px;width:min(460px,100%);padding:34px;box-shadow:0 30px 90px #0006}.adminLoginBrand{align-items:center;gap:10px;margin-bottom:32px;display:flex}.adminLoginBrand>span{color:#fff;background:#111;border-radius:12px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:900;display:grid}.adminLoginBrand div{display:grid}.adminLoginBrand small{color:#79808b;letter-spacing:.12em;text-transform:uppercase;font-size:10px}.adminLoginCard h1{margin:0 0 8px}.adminLoginCard>p{color:#667085;margin:0 0 24px}.adminBackLink{text-align:center;color:#667085;margin-top:18px;font-size:12px;text-decoration:none;display:block}.storeBuilderLayout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;margin-top:18px;display:grid}.modulePalette{flex-wrap:wrap;gap:8px;display:flex}.modulePalette button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:11px;align-items:center;gap:6px;padding:9px 11px;font-weight:800;display:inline-flex}.modulePalette svg{width:15px}.builderModules{gap:11px;margin-top:14px;display:grid}.builderModule{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden}.builderModule[draggable=true]{cursor:grab}.builderModuleHead{border-bottom:1px solid #edf0f2;grid-template-columns:28px 1fr auto 36px;align-items:center;gap:9px;padding:12px 13px;display:grid}.builderModuleHead>svg{color:#98a2b3;width:18px}.builderModuleHead div{display:grid}.builderModuleHead small{color:#98a2b3;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.builderModuleBody{padding:13px}.builderModuleBody label{gap:6px;font-size:11px;font-weight:800;display:grid}.builderModuleBody input,.builderModuleBody textarea{border:1px solid var(--line);width:100%;font:inherit;border-radius:10px;padding:10px}.miniSwitch input{display:none}.miniSwitch span{cursor:pointer;background:#d0d5dd;border-radius:999px;width:34px;height:20px;display:block;position:relative}.miniSwitch span:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:3px;left:3px}.miniSwitch input:checked+span{background:#111827}.miniSwitch input:checked+span:after{transform:translate(14px)}.sliderThumbs{gap:8px;margin-bottom:10px;display:flex;overflow:auto}.sliderThumbs>div{flex:0 0 96px;height:70px;position:relative}.sliderThumbs img{object-fit:cover;border-radius:9px;width:100%;height:100%}.sliderThumbs button{color:#fff;background:#000b;border:0;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:4px;right:4px}.sliderThumbs svg{width:13px}.builderPreview{border:1px solid var(--line);background:#f8fafc;border-radius:18px;padding:14px;position:sticky;top:18px}.builderPreview>b{margin-bottom:10px;font-size:11px;display:block}.phonePreview{aspect-ratio:9/17;background:#fff;border:8px solid #1d2430;border-radius:30px;width:100%;padding:12px;overflow:auto}.previewModule{background:#f4f5f7;border-radius:10px;gap:4px;min-height:46px;margin-bottom:9px;padding:11px;display:grid}.previewModule.hero{align-content:end;min-height:110px}.previewModule.slider{background:#dfe3e8;min-height:88px}.previewModule.categories{gap:5px;display:flex}.previewModule.categories:after{content:"Breakfast   Main   Drinks";white-space:pre;color:#667085;font-size:9px}.previewModule.banner{color:#fff;background:#111}.previewModule img{object-fit:cover;border-radius:8px;width:100%;height:88px}.fakeProducts{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.fakeProducts i{background:#fff;border:1px solid #e5e7eb;border-radius:6px;height:44px}.storefrontModules{gap:18px;padding:12px 14px 110px;display:grid}.storeModule>h2,.storeSliderModule>h2{margin:0 0 12px;font-size:19px}.storeHeroModule{background:#111 50%/cover no-repeat;border-radius:22px;align-items:flex-end;min-height:220px;padding:22px;display:flex;position:relative;overflow:hidden}.storeHeroModule:before{content:"";background:linear-gradient(#0000,#000b);position:absolute;top:0;bottom:0;left:0;right:0}.storeHeroModule>div{color:#fff;position:relative}.storeHeroModule h2{margin:5px 0;font-size:34px;line-height:1}.storeHeroModule p{color:#fff;margin:0}.storeSlider{scroll-snap-type:x mandatory;gap:11px;display:flex;overflow-x:auto}.storeSlider>div{scroll-snap-align:start;background:#e9ecef 50%/cover no-repeat;border-radius:20px;flex:0 0 82%;align-items:flex-end;height:190px;padding:15px;display:flex}.storeSlider b{color:#fff;text-shadow:0 2px 8px #000}.emptySlider{border:1px dashed #cbd5e1;color:#667085!important;justify-content:center!important;align-items:center!important}.publicCategoryGrid{gap:8px;display:flex;overflow:auto}.publicCategoryGrid span{white-space:nowrap;border:1px solid;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800}.storeBannerModule{color:#fff;background:#111827;border-radius:18px;padding:20px}.storeBannerModule b{font-size:20px}.storeBannerModule p{color:#d0d5dd;margin:6px 0 0}.realOrderQr{object-fit:contain;background:#fff;border-radius:18px;width:260px;height:260px;margin:auto;padding:10px}.orderConfirmedToast{z-index:200;color:#fff;background:#113c26;border-radius:999px;align-items:center;gap:8px;padding:11px 16px;font-size:12px;font-weight:800;display:flex;position:fixed;bottom:96px;left:50%;transform:translate(-50%);box-shadow:0 16px 40px #0004}.orderConfirmedToast svg{width:18px}.menuTheme-minimal .menuProductList{grid-template-columns:1fr;gap:10px;display:grid}.menuTheme-minimal .menuProduct{grid-template-columns:108px 1fr 36px}.menuTheme-minimal .storeHeroModule{border-radius:10px;min-height:170px}.menuTheme-dark .storefrontModules{background:#141414}.menuTheme-dark .menuProductList{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.menuTheme-dark .menuProduct{grid-template-columns:1fr;align-content:start;padding:0;display:grid;overflow:hidden}.menuTheme-dark .productPhoto{border-radius:0;height:160px}.menuTheme-dark .productText{padding:13px}.menuTheme-dark .menuProduct>button{position:absolute;bottom:10px;right:10px}.menuTheme-dark .storeHeroModule{border-radius:0;min-height:300px;margin-inline-start:-14px;margin-inline-end:-14px}.menuTheme-coffee .storefrontModules{padding-inline-start:18px;padding-inline-end:18px}.menuTheme-coffee .menuProductList{grid-template-columns:1fr;gap:13px;display:grid}.menuTheme-coffee .menuProduct{border-radius:26px;grid-template-columns:92px 1fr 38px}.menuTheme-coffee .productPhoto{border-radius:50%;width:82px;height:82px}.menuTheme-coffee .storeHeroModule{border-radius:30px;min-height:230px}.menuTheme-bistro .menuProductList{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.menuTheme-bistro .menuProduct{border-radius:4px;grid-template-columns:1fr;gap:0;padding:0;display:grid;overflow:hidden}.menuTheme-bistro .productPhoto{border-radius:0;height:190px}.menuTheme-bistro .productText{padding:14px}.menuTheme-bistro .menuProduct>button{margin:0 14px 14px}.menuTheme-bistro .storeHeroModule{border-radius:4px;min-height:260px}.menuTheme-fast .menuProductList{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.menuTheme-fast .menuProduct{border-radius:4px;grid-template-columns:1fr;padding:8px;display:grid}.menuTheme-fast .productPhoto{border-radius:2px;height:130px}.menuTheme-fast .productText h3{text-transform:uppercase;font-size:15px}.menuTheme-fast .storeHeroModule{border:4px solid #111;border-radius:4px;min-height:210px}.menuTheme-fast .storeBannerModule{color:#111;background:#fff;border:4px solid #111;border-radius:4px}@media (max-width:900px){.storeBuilderLayout{grid-template-columns:1fr}.builderPreview{position:relative;top:0}.phonePreview{max-width:360px;margin:auto}.themeGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.storefrontModules{padding-inline-start:10px;padding-inline-end:10px}.storeHeroModule h2{font-size:27px}.storeSlider>div{flex-basis:90%;height:155px}.menuTheme-dark .menuProductList,.menuTheme-bistro .menuProductList,.menuTheme-fast .menuProductList{grid-template-columns:1fr 1fr}.menuTheme-dark .productPhoto,.menuTheme-bistro .productPhoto{height:135px}.menuTheme-fast .productPhoto{height:115px}.themeGrid{grid-template-columns:1fr}.adminLoginCard{padding:24px}.realOrderQr{width:min(250px,76vw);height:auto}}@media (max-width:390px){.menuTheme-dark .menuProductList,.menuTheme-bistro .menuProductList,.menuTheme-fast .menuProductList{grid-template-columns:1fr}.storeHeroModule{min-height:180px}.storeBuilderLayout{display:block}}.categoryScroll button{white-space:nowrap;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:800}.categoryImageRow{align-items:center;grid-template-columns:72px 1fr auto!important}.categoryListImage{background:#f2f4f7;border-radius:12px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.categoryListImage img{object-fit:cover;width:100%;height:100%}.categoryListImage svg{color:#98a2b3;width:22px}.categoryImageEditor{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.categoryImagePreview{background:#f2f4f7;border-radius:14px;place-items:center;width:128px;height:88px;display:grid;overflow:hidden}.categoryImagePreview img{object-fit:cover;width:100%;height:100%}.categoryImagePreview svg{color:#98a2b3;width:30px}.builderControlGrid,.sliderSettingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.builderControlGrid select,.sliderSettingsGrid select,.slideEditCard select{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:10px;padding:10px}.sliderSettingsGrid small{color:#667085;font-weight:700}.slideCards{gap:12px;margin:12px 0;display:grid}.slideEditCard{border:1px solid #e4e7ec;border-radius:14px;grid-template-columns:120px 1fr 1fr;align-items:end;gap:10px;padding:12px;display:grid}.slideEditImage{grid-row:span 2;width:120px;height:90px;position:relative}.slideEditImage img{object-fit:cover;border-radius:10px;width:100%;height:100%}.slideEditImage .iconBtn{position:absolute;top:5px;right:5px}.previewToolbar{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.previewToolbar>div{background:#e9edf2;border-radius:9px;padding:2px;display:flex}.previewToolbar button{cursor:pointer;background:0 0;border:0;border-radius:7px;padding:6px 9px;font-size:10px;font-weight:800}.previewToolbar button.active{background:#fff;box-shadow:0 1px 4px #0001}.desktopPreview{background:#fff;border:6px solid #1d2430;border-radius:18px;width:100%;height:640px;padding:16px;overflow:auto}.builderPreviewHeader{border-bottom:1px solid #eee;align-items:center;gap:8px;margin-bottom:10px;padding:7px 5px 14px;display:flex}.builderPreviewHeader img{object-fit:contain;border-radius:8px;width:34px;height:34px}.builderPreviewHeader div{display:grid}.builderPreviewHeader small{color:#98a2b3;letter-spacing:.1em;font-size:8px}.builderLiveHero{color:#fff;background:linear-gradient(135deg,#222,#444);border-radius:16px;flex-direction:column;justify-content:end;min-height:150px;margin-bottom:14px;padding:18px;display:flex}.builderLiveHero h2{margin:4px 0;font-size:24px}.builderLiveHero p{color:#ddd;margin:0;font-size:11px}.builderLiveSlider{background:#eef1f4;gap:8px;margin-bottom:14px;display:flex;overflow:hidden}.builderLiveSlider>div{color:#fff;background-position:50%;background-size:cover;align-items:end;min-width:100%;height:100%;padding:12px;display:flex}.builderLiveSlider.slider-cards{gap:8px;padding:8px}.builderLiveSlider.slider-cards>div{border-radius:14px;min-width:78%}.builderLiveSlider.slider-edge{margin-inline-start:-12px;margin-inline-end:-12px;border-radius:0!important}.builderLiveBanner{color:#fff;background:#111827;border-radius:15px;flex-direction:column;justify-content:center;margin-bottom:12px;padding:18px;display:flex}.builderHeading{padding:12px 2px}.builderHeading h2{margin:0 0 5px}.builderHeading p{color:#667085;margin:0}.builderHeading.align-center{text-align:center}.builderHeading.align-right{text-align:right}.builderProductGrid{gap:8px;display:grid}.builderProductGrid.cols-1{grid-template-columns:1fr}.builderProductGrid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.builderProductGrid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.builderProductGrid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.builderRealProduct{background:#fff;border:1px solid #e9edf2;border-radius:12px;min-width:0;overflow:hidden}.builderRealPhoto{background:#f2f4f7;place-items:center;height:92px;display:grid}.builderRealPhoto img{object-fit:cover;width:100%;height:100%}.builderRealPhoto svg{color:#98a2b3;width:20px}.builderRealProduct>div:last-child{gap:2px;padding:8px;display:grid}.builderRealProduct small{color:#98a2b3;text-transform:uppercase;font-size:8px}.builderRealProduct b{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.builderRealProduct span{font-size:10px;font-weight:800}.builderCategoryGroup{margin:10px 0 15px}.builderCategoryGroup h4{margin:6px 0;font-size:14px}.builderCatImage{object-fit:cover;border-radius:10px;width:100%;height:90px}.builderEmptyReal{color:#667085;text-align:center;border:1px dashed #ccd2da;border-radius:12px;padding:18px;font-size:11px}.builderCampaignText{color:#667085;font-size:11px}.categoryProductSection{margin:8px 0 28px;scroll-margin-top:80px}.categoryProductSection>h2{margin:0 18px 12px;font-size:24px}.categoryHeroImage{border-radius:20px;height:150px;margin:0 18px 14px;position:relative;overflow:hidden}.categoryHeroImage:after{content:"";background:linear-gradient(#0000,#000a);position:absolute;top:0;bottom:0;left:0;right:0}.categoryHeroImage img{object-fit:cover;width:100%;height:100%}.categoryHeroImage h2{color:#fff;z-index:1;margin:0;font-size:25px;position:absolute;bottom:13px;left:16px}.moduleCols-1{grid-template-columns:1fr;display:grid}.moduleCols-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.moduleCols-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.moduleCols-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;display:grid}.moduleCols-2 .menuProduct,.moduleCols-3 .menuProduct,.moduleCols-4 .menuProduct{border:1px solid #ece8e1;border-radius:14px;grid-template-columns:1fr;padding:0;display:grid;position:relative;overflow:hidden}.moduleCols-2 .productPhoto,.moduleCols-3 .productPhoto,.moduleCols-4 .productPhoto{border-radius:0;width:100%;height:140px}.moduleCols-2 .productText,.moduleCols-3 .productText,.moduleCols-4 .productText{padding:11px}.moduleCols-2 .menuProduct>button,.moduleCols-3 .menuProduct>button,.moduleCols-4 .menuProduct>button{position:absolute;bottom:8px;right:8px}.moduleCols-3 .productText p,.moduleCols-4 .productText p{display:none}.storeSlider{height:var(--slider-height,190px)}.storeSlider .storeSlide{scroll-snap-align:start;border-radius:var(--slider-radius,20px);text-align:left;cursor:pointer;background:#e9ecef 50%/cover no-repeat;border:0;flex-direction:column;flex:0 0 82%;justify-content:flex-end;align-items:flex-start;height:100%;padding:15px;display:flex}.storeSlide b,.storeSlide small{color:#fff;text-shadow:0 2px 8px #000}.storeSlide small{margin-top:4px}.sliderStyle-cards .storeSlider{padding:6px}.sliderStyle-cards .storeSlide{flex-basis:72%;box-shadow:0 10px 28px #1112}.sliderStyle-edge{margin-inline-start:-14px;margin-inline-end:-14px}.sliderStyle-edge>h2{padding-inline-start:14px;padding-inline-end:14px}.sliderStyle-edge .storeSlide{border-radius:0;flex-basis:100%}.storeHeadingModule{padding:8px 4px}.storeHeadingModule h2{margin:0 0 6px}.storeHeadingModule p{color:#667085;margin:0}.storeHeadingModule.align-center{text-align:center}.storeHeadingModule.align-right{text-align:right}.storeCampaignModule{background:#f4f6f8;border-radius:20px;gap:12px;padding:18px;display:grid}.storeCampaignModule>div>small{letter-spacing:.12em;font-size:9px;font-weight:900}.storeCampaignModule>div h2{margin:4px 0}.storeCampaignModule>div p{color:#667085;margin:0}@media (max-width:900px){.slideEditCard{grid-template-columns:100px 1fr}.slideEditImage{width:100px}.slideEditCard>label:last-child{grid-column:2}.desktopPreview{height:560px}.builderControlGrid,.sliderSettingsGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.categoryImageRow{grid-template-columns:54px 1fr!important}.categoryImageRow>.buttonRow{grid-column:1/-1}.categoryListImage{width:48px;height:48px}.builderControlGrid,.sliderSettingsGrid,.slideEditCard{grid-template-columns:1fr}.slideEditImage{grid-row:auto;width:100%;height:150px}.slideEditCard>label:last-child{grid-column:auto}.moduleCols-3,.moduleCols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.categoryHeroImage{height:125px;margin-inline-start:10px;margin-inline-end:10px}.categoryProductSection>h2{margin-inline-start:10px;margin-inline-end:10px}.storeSlider{height:min(var(--slider-height,190px),320px)}}@media (min-width:701px){.publicMenu{max-width:1120px}.menuBottom{width:min(1120px,100%)}.storefrontModules{padding-inline-start:28px;padding-inline-end:28px}.menuHeaderV2{min-height:200px}.moduleCols-4 .productPhoto{height:170px}}.mediaBack{z-index:90;background:#1118279a;place-items:center;padding:22px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.mediaLibrary{background:#fff;border-radius:20px;width:min(1040px,96vw);max-height:88vh;overflow:auto;box-shadow:0 30px 100px #0004}.mediaLibrary>header{z-index:2;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:17px 20px;display:flex;position:sticky;top:0}.mediaLibrary>header>div{gap:3px;display:grid}.mediaLibrary>header small{color:#7b8492}.mediaTools{align-items:center;gap:10px;padding:15px 20px;display:flex}.mediaSearch{border:1px solid var(--line);border-radius:11px;flex:1;align-items:center;gap:8px;padding:0 11px;display:flex}.mediaSearch svg{color:#8a93a1;width:17px}.mediaSearch input{background:0 0;border:0;width:100%;padding:11px 0}.mediaDrop{color:#667085;background:#fafbfc;border:1.5px dashed #b9c1cc;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:94px;margin:0 20px 16px;display:flex}.mediaDrop svg{width:21px}.mediaDrop b{color:#344054;font-size:13px}.mediaDrop span{font-size:12px}.mediaGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;padding:0 20px 22px;display:grid}.mediaTile{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:0;padding:6px}.mediaTile:hover{border-color:#667085;box-shadow:0 5px 18px #1111}.mediaTile>div{aspect-ratio:1;background:#f2f4f7;border-radius:8px;place-items:center;display:grid;overflow:hidden}.mediaTile img{object-fit:cover;width:100%;height:100%}.mediaTile span,.mediaTile small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.mediaTile span{margin-top:6px;font-size:10px;font-weight:800}.mediaTile small{color:#98a2b3;text-transform:uppercase;font-size:8px}.mediaBusy,.mediaEmpty{text-align:center;color:#667085;padding:22px}.mediaEmpty{place-items:center;gap:5px;display:grid}.mediaEmpty svg{width:30px}.mediaLibrary .secondaryBtn{white-space:nowrap}.storeBuilderWide{margin-inline-start:-18px;margin-inline-end:-18px}.builderTopbar{border:1px solid var(--line);background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:10px;padding:11px 14px;display:flex}.builderTopbar p{color:#667085;margin:0 0 4px;font-size:12px}.builderStudio{grid-template-columns:156px minmax(0,1fr) 274px;align-items:start;gap:10px;display:grid}.builderSidebar,.builderInspector{border:1px solid var(--line);background:#fff;border-radius:14px;min-width:0}.builderSidebar{position:sticky;top:12px;overflow:hidden}.builderSideSection{border-bottom:1px solid #eef0f3;padding:12px}.builderSideSection:last-child{border:0}.builderSideSection>small,.inspectorEyebrow{letter-spacing:.12em;color:#98a2b3;font-size:9px;font-weight:900}.builderSideSection select{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;margin-top:8px;padding:9px;font-size:11px;font-weight:800}.builderSideSection p{color:#7b8492;margin:7px 2px 0;font-size:9px;line-height:1.45}.builderModuleButtons{gap:5px;margin-top:8px;display:grid}.builderModuleButtons button{text-align:left;color:#344054;background:#f7f8fa;border:1px solid #0000;border-radius:9px;align-items:center;gap:7px;padding:8px;font-size:10px;font-weight:800;display:flex}.builderModuleButtons button:hover{background:#fff;border-color:#d9dee6}.builderModuleButtons svg{width:14px}.builderCanvas{background:#dfe4ea;border-radius:14px;min-width:0;min-height:720px;padding:16px;overflow:auto}.builderDeviceDesktop,.builderDeviceMobile{background:#fff;border:1px solid #cfd6df;margin:0 auto;transition:width .2s;overflow:auto;box-shadow:0 18px 45px #1d29391f}.builderDeviceDesktop{border-radius:12px;width:100%;min-width:650px;max-width:1040px;min-height:690px}.builderDeviceMobile{border:8px solid #1d2430;border-radius:30px;width:390px;max-width:100%;height:760px}.builderExactHeader{min-height:145px!important}.builderExactHeader h1{font-size:30px!important}.builderCanvasModule{border:1px solid #0000;border-radius:8px;min-height:12px;margin:1px 0;position:relative}.builderCanvasModule:hover{outline-offset:2px;outline:1px dashed #98a2b3}.builderCanvasModule.selected{outline-offset:2px;outline:2px solid #5b67d6}.canvasModuleTools{z-index:8;color:#fff;background:#111827;border-radius:8px;align-items:center;gap:3px;padding:4px;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 5px 20px #0003}.canvasModuleTools span{align-items:center;gap:3px;padding:0 4px;font-size:9px;font-weight:800;display:flex}.canvasModuleTools span svg{width:12px}.canvasModuleTools button{color:#fff;background:#ffffff18;border:0;border-radius:6px;width:24px;height:24px;font-size:12px}.canvasModuleTools button:disabled{opacity:.3}.canvasModuleTools button svg{width:13px}.disabledModule{color:#98a2b3;text-align:center;background:#f9fafb;border:1px dashed #cfd5dd;border-radius:10px;padding:24px;font-size:11px}.builderInspector{max-height:calc(100vh - 24px);position:sticky;top:12px;overflow:auto}.inspectorSticky{padding:13px}.inspectorTitle{justify-content:space-between;align-items:center;gap:8px;margin:9px 0 14px;display:flex}.inspectorTitle>div{display:grid}.inspectorTitle small{color:#98a2b3;text-transform:uppercase;font-size:8px}.inspectorTitle b{font-size:13px}.inspectorFields{gap:10px;display:grid}.inspectorFields label{color:#475467;gap:5px;font-size:10px;font-weight:800;display:grid}.inspectorFields input,.inspectorFields select,.inspectorFields textarea{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;padding:9px;font-size:11px}.inspectorFields input[type=range]{border:0;padding:0}.inspectorFields label>small{color:#98a2b3;font-size:9px}.inspectorSlides{gap:8px;display:grid}.inspectorSlide{border:1px solid #eaecf0;border-radius:10px;grid-template-columns:54px 1fr 28px;align-items:start;gap:6px;padding:6px;display:grid}.inspectorSlide img{object-fit:cover;border-radius:7px;width:54px;height:54px}.inspectorSlide>div{gap:4px;display:grid}.inspectorSlide input,.inspectorSlide select{padding:6px;font-size:9px}.inspectorSlide .iconBtn{width:28px;height:28px}.inspectorDanger{border-top:1px solid #eef0f3;margin-top:14px;padding-top:10px}.builderInspectorEmpty{color:#98a2b3;text-align:center;padding:24px 3px;font-size:11px}.builderStudio .storefrontModules{padding-inline-start:20px;padding-inline-end:20px}.builderStudio .menuTools{position:static}.builderStudio .storeHeroModule,.builderStudio .storeSliderModule,.builderStudio .storeBannerModule,.builderStudio .storeModule,.builderStudio .storeCampaignModule{margin-bottom:15px}@media (min-width:1450px){.builderStudio{grid-template-columns:170px minmax(0,1fr) 300px}.storeBuilderWide{margin-inline-start:-22px;margin-inline-end:-22px}}@media (max-width:1180px){.builderStudio{grid-template-columns:145px minmax(0,1fr) 245px}.builderCanvas{padding:10px}.builderDeviceDesktop{min-width:610px}}@media (max-width:1050px){.builderStudio{grid-template-columns:140px 1fr}.builderInspector{grid-column:1/-1;max-height:none;position:relative;top:0}.builderDeviceDesktop{min-width:650px}.mediaGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:760px){.storeBuilderWide{margin:0}.builderTopbar{flex-direction:column;align-items:flex-start}.builderStudio{display:block}.builderSidebar{margin-bottom:10px;position:relative;top:0}.builderSideSection:first-child{display:none}.builderModuleButtons{display:flex;overflow:auto}.builderModuleButtons button{flex:none}.builderCanvas{min-height:500px;padding:8px}.builderDeviceDesktop{min-width:760px}.builderInspector{margin-top:10px}.mediaBack{padding:8px}.mediaLibrary{width:100%;max-height:94vh}.mediaTools{flex-direction:column;align-items:stretch}.mediaDrop{text-align:center;padding:15px;display:grid}.mediaGrid{grid-template-columns:repeat(3,1fr);padding-inline-start:12px;padding-inline-end:12px}.mediaLibrary>header,.mediaTools{padding-inline-start:12px;padding-inline-end:12px}}.settingsSaveBar{z-index:20;border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffea;border-radius:14px;justify-content:flex-end;margin-top:14px;padding:12px;display:flex;position:sticky;bottom:12px}.slugField{grid-template-columns:1fr 34px;align-items:center;gap:8px;display:grid}.slugField>span{background:#f2f4f7;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.slugField>span.available{color:#14804a;background:#eaf8ef}.slugField>span.unavailable{color:#d92d20;background:#fff0f0}.slugField svg{width:17px}.logoEditor{align-items:center;gap:16px;margin-bottom:18px;display:flex}.logoEditor>img,.logoEditor>svg{object-fit:contain;border:1px solid var(--line);border-radius:16px;width:90px;height:90px;padding:8px}.socialRows{gap:8px;margin-bottom:12px;display:grid}.socialRows>div{grid-template-columns:160px 1fr 38px;gap:8px;display:grid}.infoBox{color:#475467;background:#f7f8fb;border-radius:12px;align-items:center;gap:9px;margin-top:12px;padding:12px;display:flex}.infoBox svg{width:18px}.manualSteps{color:#667085;padding-left:20px;line-height:1.8}.dnsResult{color:#d1fae5;background:#111827;border-radius:10px;max-height:220px;padding:12px;font-size:10px;overflow:auto}.ticket{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;padding:12px 0;display:flex}.ticket span{display:grid}.ticket small{color:#667085}.ticket em{font-size:10px;font-style:normal;font-weight:800}.productImageManager{border:1px solid var(--line);background:#fafafa;border-radius:14px;grid-template-columns:132px 1fr;align-items:center;gap:14px;padding:12px;display:grid}.productImagePreviewMain{background:#eef1f5;border-radius:10px;place-items:center;width:132px;height:112px;display:grid;overflow:hidden}.productImagePreviewMain img{object-fit:cover;width:100%;height:100%}.productImagePreviewMain svg{color:#98a2b3;width:30px}.productImageManager>div:last-child{gap:6px;display:grid}.productImageManager small{color:#667085}.variantRows{gap:8px;display:grid}.variantRows>div{grid-template-columns:1fr 130px 38px;gap:8px;display:grid}.aiImagePreview{border:1px dashed #c8ced8;border-radius:12px;place-items:center;height:180px;margin-bottom:10px;display:grid;overflow:hidden}.aiImagePreview img{object-fit:contain;width:100%;height:100%}.dashboardVizGrid{grid-template-columns:1.5fr 1fr;gap:14px;margin:14px 0;display:grid}.miniChart{align-items:end;gap:12px;height:220px;padding-top:18px;display:flex}.miniChart>div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:5px;min-width:0;height:100%;display:flex}.miniChart i{background:linear-gradient(#6d5dfc,#4438ca);border-radius:8px 8px 3px 3px;width:64%;min-height:8px}.miniChart b{font-size:10px}.miniChart small{color:#98a2b3;text-align:center;font-size:8px}.funnelViz{place-items:center;gap:7px;padding:14px;display:grid}.funnelViz>div{background:linear-gradient(90deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:52px;display:flex}.funnelViz b{font-size:18px}.funnelViz span{color:#4f46e5;font-size:10px;font-weight:800}.marketGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.marketCard{border:1px solid var(--line);border-radius:13px;align-content:start;gap:8px;padding:12px;display:grid}.marketCard>svg{width:22px}.marketCard>div{display:grid}.marketCard small{color:#98a2b3}.marketCard strong{font-size:15px}.lockedModule{opacity:.58}.lockedModule small{color:#b42318;margin-left:auto;font-size:8px}.modulePermissionTable{overflow:auto}.modulePermissionTable table{min-width:720px}.modulePermissionTable td:not(:first-child),.modulePermissionTable th:not(:first-child){text-align:center}.modulePermissionTable td:first-child small{color:#98a2b3;display:block}.qrStudio{grid-template-columns:340px 1fr;align-items:start;gap:16px;display:grid}.qrTableSelect{border:1px solid var(--line);border-radius:10px;max-height:260px;margin:12px 0;overflow:auto}.qrTableSelect label{border-bottom:1px solid #eef0f3;gap:8px;padding:9px 10px;font-size:11px;display:flex}.qrPreviewGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.qrDesignCard{border:1px solid var(--line);text-align:center;background:#fff;border-radius:18px;padding:18px;box-shadow:0 8px 22px #1111}.qrDesignCard img{border-radius:12px;width:min(100%,220px)}.qrDesignTop{margin-bottom:10px;display:grid}.qrDesignTop small{color:#98a2b3}.qrDesignCard p{color:#667085;font-size:10px}.qrDesignCard.restaurant{color:#fff;background:linear-gradient(160deg,#171717,#292929)}.qrDesignCard.restaurant p{color:#ddd}.qrDesignCard.card{border:8px solid #eef2ff}.qrDesignCard.minimal{box-shadow:none;border-radius:4px}.navTree{margin:3px 0}.navTree summary{cursor:pointer;color:#98a2b3;text-transform:uppercase;justify-content:space-between;align-items:center;padding:10px 12px;font-size:11px;font-weight:900;list-style:none;display:flex}.navTree summary::-webkit-details-marker{display:none}.navTree summary span{align-items:center;gap:8px;display:flex}.navTree summary svg{width:15px}.navTree>.navItem{padding-left:29px}.previewStoreLink{display:inline-flex!important}.builderDeviceDesktop{height:620px;min-height:0;max-height:620px}.builderDeviceMobile{height:680px;max-height:680px}.builderDeviceMobile .menuProductList{grid-template-columns:1fr!important}.builderDeviceMobile .menuHeaderV2{min-height:118px!important}.builderDeviceMobile .storeSlider{max-height:260px}.builderDeviceDesktop .menuProductList.moduleCols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.builderDeviceDesktop .menuProductList.moduleCols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1050px){.dashboardVizGrid,.qrStudio{grid-template-columns:1fr}.marketGrid,.qrPreviewGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.socialRows>div,.variantRows>div,.productImageManager{grid-template-columns:1fr}.productImagePreviewMain{width:100%;height:180px}.marketGrid,.qrPreviewGrid{grid-template-columns:1fr}.dashboardVizGrid{display:block}.miniChart{height:180px}.builderDeviceMobile{height:600px;max-height:600px}}.qrBackgroundPicker{align-items:center;gap:8px;margin:10px 0;display:flex}.qrBackgroundPicker img{object-fit:cover;border-radius:8px;width:54px;height:54px}.categoryTreeRow{grid-template-columns:calc(var(--tree-depth,0) * 22px + 22px) 58px minmax(0,1fr) auto!important;display:grid!important}.treeIndent{color:#98a2b3;justify-content:flex-end;align-items:center;font-size:18px;display:flex}.categoryTreeRow[style*="--tree-depth: 1"],.categoryTreeRow[style*=--tree-depth\:1]{background:#fcfcfd}.productToolbar{grid-template-columns:minmax(240px,1fr) 220px 160px;gap:9px;margin-bottom:10px;display:grid}.searchBox{border:1px solid var(--line);background:#fff;border-radius:11px;grid-template-columns:22px 1fr;align-items:center;padding:0 11px;display:grid}.searchBox svg{color:#98a2b3;width:16px}.searchBox input,.productToolbar select,.bulkBar select,.bulkBar input{border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px}.searchBox input{border:0;padding:11px 0}.bulkBar{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;gap:8px;margin-bottom:10px;padding:9px 11px;display:flex}.bulkBar b{margin-right:auto;font-size:11px}.bulkBar select{min-width:180px}.bulkBar input{width:150px}.apiEndpoint,.apiKeyReveal{border:1px solid var(--line);background:#f8fafc;border-radius:11px;margin:10px 0;padding:12px}.apiEndpoint code{word-break:break-all;font-size:11px}.apiKeyReveal{background:#f0fdf4;border-color:#bbf7d0;gap:8px;display:grid}.apiKeyReveal code{color:#d1fae5;word-break:break-all;background:#111827;border-radius:8px;padding:10px}.apiKeyList{gap:7px;margin-top:12px;display:grid}.apiKeyList>div{border-top:1px solid #eef0f3;justify-content:space-between;align-items:center;gap:12px;padding-top:9px;display:flex}.apiKeyList span{display:grid}.apiKeyList small{color:#98a2b3;font-size:9px}.qrImageWrap{width:min(100%,240px);margin:auto;position:relative}.qrImageWrap>img:first-child{width:100%!important}.qrCenterLogo{object-fit:contain;background:#fff;border-radius:10px;padding:5px;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0002;width:44px!important;height:44px!important;position:absolute!important}.qrStoreLogo{object-fit:contain;margin:auto auto 7px;width:46px!important;height:46px!important}.qrFooterBrand{justify-content:center;align-items:center;min-height:28px;margin:8px 0;font-size:13px;display:flex}.qrFooterBrand img{object-fit:contain;width:auto!important;height:26px!important}.qrDesignCard>small{color:#98a2b3;word-break:break-all;margin-bottom:8px;font-size:8px;display:block}.orderQrItems{text-align:left;background:#f8fafc;border-radius:12px;gap:6px;width:100%;margin:12px 0;padding:10px;display:grid}.orderQrItems>div,.orderQrItems>strong{justify-content:space-between;gap:10px;font-size:11px;display:flex}.orderQrItems>strong{border-top:1px solid #e5e7eb;padding-top:7px}.wifiShare{text-align:center;justify-items:center;gap:12px;display:grid}.wifiShare>svg{width:42px;height:42px}.wifiShare h3{margin:0;font-size:22px}.wifiShare code{background:#f3f4f6;border-radius:10px;padding:10px 16px;font-size:18px}.menuProductList.layout-grid{gap:12px;display:grid}.menuProductList.layout-grid .menuProduct{border:1px solid #ece8e1;border-radius:16px;padding:9px;display:block;overflow:hidden}.menuProductList.layout-grid .productPhoto{width:100%;height:170px;margin-bottom:10px}.menuProductList.layout-grid .menuProduct>button{margin:10px 0 0 auto}.menuProductList.layout-list{display:block}.menuProductList.layout-list .menuProduct{display:grid}.builderDeviceDesktop{width:100%;min-width:900px!important;max-width:none!important}.builderDeviceDesktop.publicMenu{max-width:none!important}.builderDeviceDesktop .menuHeaderV2{min-height:220px;padding:32px 42px}.builderDeviceDesktop .storefrontModules,.builderDeviceDesktop .categoryScroll{max-width:1180px;margin:auto}.builderDeviceDesktop .layout-grid.moduleCols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.builderDeviceDesktop .layout-grid.moduleCols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.builderDeviceDesktop .layout-grid.moduleCols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.builderDeviceDesktop .layout-list .menuProduct{grid-template-columns:120px 1fr 42px}.builderDeviceDesktop .layout-list .productPhoto{width:120px;height:100px}@media (min-width:900px){.publicMenu:not(.builderDeviceMobile){border-radius:24px;width:calc(100% - 48px);max-width:1280px;margin:24px auto;overflow:hidden;box-shadow:0 18px 70px #11182712}.publicMenu:not(.builderDeviceMobile) .menuHeaderV2{min-height:280px;padding:44px 56px}.publicMenu:not(.builderDeviceMobile) .storefrontModules{max-width:1180px;margin:auto;padding-left:28px;padding-right:28px}.publicMenu:not(.builderDeviceMobile) .categoryScroll{padding-left:max(28px,50vw - 590px)}.publicMenu:not(.builderDeviceMobile) .menuBottom{border:1px solid #e5e7eb;border-radius:16px 16px 0 0;width:min(1180px,100% - 80px)}.publicMenu:not(.builderDeviceMobile) .layout-grid.moduleCols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.publicMenu:not(.builderDeviceMobile) .layout-grid.moduleCols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.publicMenu:not(.builderDeviceMobile) .layout-grid.moduleCols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.publicMenu:not(.builderDeviceMobile) .layout-list .menuProduct{grid-template-columns:120px 1fr 42px}.publicMenu:not(.builderDeviceMobile) .layout-list .productPhoto{width:120px;height:105px}}@media (max-width:900px){.productToolbar{grid-template-columns:1fr}.bulkBar{flex-wrap:wrap;align-items:stretch}.builderDeviceDesktop{min-width:900px!important}.qrStudio{grid-template-columns:1fr}.categoryTreeRow{grid-template-columns:24px 48px minmax(0,1fr)!important}.categoryTreeRow>.buttonRow{grid-column:2/-1}}.footerLinks{align-items:center;gap:18px;display:flex}.footerLinks a{color:#667085;font-size:12px;font-weight:700;text-decoration:none}.footerLinks a:hover{color:#111827}.developerPage{color:#111827;background:#f7f8fb;min-height:100vh}.devHeader{z-index:5;background:#fff;border-bottom:1px solid #e8ebf0;justify-content:space-between;align-items:center;height:76px;padding:0 max(5vw,28px);display:flex;position:sticky;top:0}.devHeader nav{align-items:center;gap:20px;display:flex}.devHeader nav a:not(.primaryBtn){color:#667085;font-size:12px;text-decoration:none}.developerPage main{max-width:1180px;margin:auto;padding:70px 28px}.devHero{grid-template-columns:1.3fr .7fr;align-items:center;gap:50px;margin-bottom:60px;display:grid}.devHero>div:first-child>span,.sectionHead>span{letter-spacing:.14em;color:#5b4df7;font-size:11px;font-weight:900}.devHero h1{letter-spacing:-.045em;margin:14px 0;font-size:52px;line-height:1.04}.devHero p{color:#667085;font-size:17px;line-height:1.7}.devCode{color:#fff;background:#111827;border-radius:22px;gap:12px;padding:24px;display:grid;box-shadow:0 28px 70px #11182722}.devCode small{color:#9ca3af}.devCode code{word-break:break-all;font-size:13px}.devCode button{border:0;border-radius:9px;align-items:center;gap:6px;width:max-content;padding:9px 12px;display:flex}.devGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin:34px 0 60px;display:grid}.devGrid article,.devEndpoints,.devExample{background:#fff;border:1px solid #e8ebf0;border-radius:20px;padding:24px}.devGrid svg{color:#5b4df7;width:28px}.devGrid p,.devGrid pre,.devExample p{color:#667085;font-size:13px;line-height:1.65}.devEndpoints article{border-top:1px solid #eef0f3;grid-template-columns:70px 180px 1fr;align-items:center;gap:14px;padding:13px 0;display:grid}.devEndpoints article:first-of-type{margin-top:18px}.httpMethod{text-align:center;color:#4338ca;background:#eef2ff;border-radius:7px;padding:6px 9px;font-size:10px}.httpMethod.post{color:#027a48;background:#ecfdf3}.devEndpoints code{font-weight:800}.devEndpoints p{color:#667085;margin:0;font-size:12px}.devExample{grid-template-columns:1fr 1fr;gap:30px;margin-top:20px;display:grid}.devExample pre{color:#d1fae5;background:#111827;border-radius:14px;padding:20px;overflow:auto}.devExample ul{padding:0;list-style:none}.devExample li{align-items:center;gap:7px;margin:7px 0;font-size:12px;display:flex}.devExample li svg{color:#12b76a;width:15px}.dashHeroRow{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.dashEyebrow{color:#6d5dfc;letter-spacing:.13em;font-size:9px;font-weight:900}.dashHeroRow h2{margin:5px 0;font-size:25px}.dashHeroRow p{color:#667085;margin:0;font-size:12px}.dashHeroActions{gap:8px;display:flex}.merchantAnnouncement{color:#fff;background:linear-gradient(135deg,#171827,#39328c) 50%/cover;border-radius:20px;align-items:flex-end;min-height:160px;margin-bottom:16px;padding:26px 30px;display:flex;position:relative;box-shadow:0 16px 40px #11182716}.merchantAnnouncement>div:first-child{max-width:650px}.merchantAnnouncement small{letter-spacing:.14em;color:#c7d2fe;font-size:9px}.merchantAnnouncement h3{margin:6px 0;font-size:24px}.merchantAnnouncement p{color:#e5e7eb;max-width:560px;font-size:12px}.merchantAnnouncement a{color:#fff;align-items:center;gap:5px;font-size:11px;font-weight:800;display:inline-flex}.merchantAnnouncement a svg{width:14px}.announcementDots{gap:6px;display:flex;position:absolute;bottom:18px;right:22px}.announcementDots button{background:#fff6;border:0;border-radius:999px;width:7px;height:7px;padding:0}.announcementDots button.active{background:#fff;width:20px}.metricGridV3{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.metricGridV3>div{background:#fff;border:1px solid #e9ebef;border-radius:16px;grid-template-columns:40px 1fr;column-gap:10px;padding:17px;display:grid}.metricIcon{color:#5b4df7;background:#f2f0ff;border-radius:11px;grid-row:1/4;place-items:center;width:38px;height:38px;display:grid}.metricIcon svg{width:18px}.metricGridV3 small{color:#98a2b3;font-size:9px;font-weight:800}.metricGridV3 strong{font-size:21px}.metricGridV3 em{color:#667085;font-size:9px;font-style:normal}.dashboardMainGrid{grid-template-columns:1.45fr .75fr;gap:14px;display:grid}.dashboardLowerGrid{grid-template-columns:1fr .8fr .8fr;gap:14px;margin-top:14px;display:grid}.dashCard{background:#fff;border:1px solid #e9ebef;border-radius:17px;min-width:0;padding:18px}.dashCard>header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.dashCard>header small{color:#98a2b3;letter-spacing:.1em;font-size:8px;font-weight:900}.dashCard>header h3{margin:3px 0;font-size:15px}.dashCard>header>a{color:#5b4df7;font-size:10px;font-weight:800}.salesChartV3{align-items:end;gap:11px;height:230px;padding:26px 5px 0;display:flex}.salesChartV3>div{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:7px;height:100%;display:flex}.salesBar{background:linear-gradient(#7c6ff7,#5145cd);border-radius:7px 7px 3px 3px;width:60%;min-height:7px;position:relative}.salesBar i{text-align:center;color:#98a2b3;width:100%;font-size:8px;font-style:normal;position:absolute;top:-18px}.salesChartV3 small{color:#98a2b3;font-size:8px}.topProductList{gap:10px;margin-top:18px;display:grid}.topProductList>div{border-bottom:1px solid #f0f1f3;grid-template-columns:28px 1fr;gap:7px;padding-bottom:9px;display:grid;position:relative}.topProductList>div>span{color:#5b4df7;background:#f2f0ff;border-radius:8px;place-items:center;width:25px;height:25px;font-size:9px;font-weight:900;display:grid}.topProductList>div>div{display:grid}.topProductList b{font-size:11px}.topProductList small{color:#98a2b3;font-size:9px}.topProductList i{background:#6d5dfc;border-radius:2px;height:2px;position:absolute;bottom:2px;left:35px}.funnelSteps{gap:8px;margin-top:16px;display:grid}.funnelSteps>div{background:#f8fafc;border-radius:11px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.funnelSteps>div:nth-child(2){margin-left:8%}.funnelSteps>div:nth-child(3){margin-left:16%}.funnelSteps>div:nth-child(4){background:#eef2ff;margin-left:24%}.funnelSteps span{font-size:10px}.packageMiniUsage{gap:10px;margin-top:15px;display:grid}.packageMiniUsage>div{border-bottom:1px solid #eef0f3;justify-content:space-between;padding-bottom:8px;font-size:10px;display:flex}.quickActions>div{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.quickActions>div>a{color:#344054;border:1px solid #e8ebf0;border-radius:10px;align-items:center;gap:7px;padding:10px;font-size:10px;font-weight:800;text-decoration:none;display:flex}.quickActions svg{color:#6d5dfc;width:15px}.liveDeskHead{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.liveDeskHead>div>span{color:#ef4444;letter-spacing:.16em;font-size:9px;font-weight:900}.liveDeskHead h2{margin:5px 0;font-size:24px}.liveDeskHead p{color:#667085;font-size:11px}.liveStats{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0;display:grid}.liveStats>div{background:#fff;border:1px solid #e9ebef;border-radius:14px;align-items:center;gap:11px;padding:14px;display:flex}.liveStats svg{color:#6d5dfc;width:22px}.liveStats span{display:grid}.liveStats b{font-size:20px}.liveStats small{color:#98a2b3;font-size:9px}.liveDeskGrid{grid-template-columns:1.35fr .65fr;gap:14px;display:grid}.liveTimeline,.liveSide>section{background:#fff;border:1px solid #e9ebef;border-radius:17px;padding:18px}.liveTimeline>header{justify-content:space-between;align-items:center;display:flex}.livePulse{color:#dc2626;background:#fef2f2;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:900}.liveTimeline article{border-bottom:1px solid #eef0f3;grid-template-columns:36px 1fr;gap:11px;padding:15px 0;display:grid;position:relative}.timelineIcon{color:#5b4df7;background:#f2f0ff;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.timelineIcon svg{width:16px}.timelineIcon.waiter_call{color:#ea580c;background:#fff7ed}.timelineIcon.order_delivered{color:#027a48;background:#ecfdf3}.liveTimeline article>div{display:grid}.liveTimeline small,.liveTimeline time{color:#98a2b3;font-size:8px}.liveTimeline b{font-size:11px}.liveTimeline p{color:#667085;margin:3px 0;font-size:9px}.liveSide{align-content:start;gap:14px;display:grid}.liveSide h3{margin-top:0;font-size:13px}.liveMini{border-bottom:1px solid #eef0f3;align-items:center;gap:9px;padding:9px 0;display:flex}.liveMini svg{color:#6d5dfc;width:16px}.liveMini span{display:grid}.liveMini b{font-size:10px}.liveMini small{color:#98a2b3;font-size:8px}.liveSide p,.emptyLive{color:#98a2b3;text-align:center;padding:18px 0;font-size:10px}.adminAnnounceGrid{grid-template-columns:.72fr 1.28fr;gap:14px;display:grid}.adminAnnounceList{gap:10px;display:grid}.adminAnnounceList article{border:1px solid #e9ebef;border-radius:13px;grid-template-columns:120px 1fr;gap:12px;display:grid;overflow:hidden}.adminAnnounceList img,.announcePlaceholder{object-fit:cover;background:#f2f4f7;place-items:center;width:120px;height:110px;display:grid}.adminAnnounceList article>div{align-content:start;padding:11px 12px 11px 0;display:grid}.adminAnnounceList small{color:#12b76a;font-size:8px;font-weight:900}.adminAnnounceList b{font-size:12px}.adminAnnounceList p{color:#667085;margin:4px 0 8px;font-size:9px}.adminAnnounceList article>div>div{gap:6px;display:flex}.importHint{color:#667085;background:#fff;border:1px dashed #d0d5dd;border-radius:10px;margin-bottom:10px;padding:9px 12px;font-size:10px}.bulkSync{white-space:nowrap;font-size:9px!important}.skuCode{background:#f2f4f7;border-radius:6px;padding:4px 6px;font-size:9px}.syncSpecial{background:#f8fafc;border:1px solid #eef0f3;border-radius:9px;margin:8px 0;padding:9px}.slugHelp,.slugReserved{margin-top:5px;display:block}.slugHelp.error{color:#b42318}.slugReserved{color:#98a2b3}@media (max-width:1050px){.metricGridV3{grid-template-columns:repeat(2,1fr)}.dashboardMainGrid,.dashboardLowerGrid,.liveDeskGrid,.adminAnnounceGrid,.devHero,.devExample{grid-template-columns:1fr}.devGrid,.liveSide{grid-template-columns:1fr 1fr}.dashHeroRow{flex-direction:column;align-items:flex-start}.dashboardLowerGrid{grid-template-columns:1fr 1fr;display:grid}.dashboardLowerGrid>:first-child{grid-column:1/-1}}@media (max-width:650px){.metricGridV3,.liveStats,.devGrid,.dashboardLowerGrid,.liveSide{grid-template-columns:1fr}.merchantAnnouncement{min-height:190px}.dashHeroActions{flex-wrap:wrap;width:100%}.devHero h1{font-size:37px}.developerPage main{padding:40px 18px}.devHeader nav>a:not(.primaryBtn){display:none}.devEndpoints article{grid-template-columns:60px 1fr}.devEndpoints article p{grid-column:1/-1}.salesChartV3{height:180px}.adminAnnounceList article{grid-template-columns:85px 1fr}.adminAnnounceList img,.announcePlaceholder{width:85px;height:100%}.footerLinks{flex-direction:column;gap:5px}}.adminBlogTitle{align-items:center;gap:12px;min-width:320px;display:flex}.adminBlogTitle img{object-fit:cover;background:#f5f3fa;border-radius:9px;width:64px;height:50px}.adminBlogTitle div{flex-direction:column;max-width:480px;display:flex}.adminBlogTitle small{color:#8d8798;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.adminBlogPreview{object-fit:cover;border:1px solid var(--line,#e7e4ee);border-radius:14px;width:100%;max-height:260px}.adminWideModal{width:min(900px,100vw - 40px);max-height:92vh}.statusBadge{background:#f1eef6;border-radius:99px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.statusBadge.ok{color:#208249;background:#e8f8ee}.settingsTabs{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.settingsTabs button{border:1px solid var(--line,#e5e1eb);cursor:pointer;background:#fff;border-radius:10px;padding:10px 14px;font-weight:800}.settingsTabs button.active{color:#fff;background:#11101a;border-color:#11101a}.seoOgPreview{object-fit:cover;border-radius:12px;width:100%;max-height:220px;margin-top:10px}.codeArea{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#e9e6f2!important;background:#13111c!important}.paymentProviderHead{align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.paymentProviderHead>svg{color:#5936ff;background:#f0edff;border-radius:12px;width:40px;height:40px;padding:9px}.paymentProviderHead h3,.paymentProviderHead p{margin:0}.paymentProviderHead p{color:#8c8696;margin-top:4px}.securityNotice{background:#f6f4ff;border:1px solid #e7e1ff;border-radius:14px;gap:13px;margin-bottom:18px;padding:16px;display:flex}.securityNotice>svg{color:#5936ff;flex:none}.securityNotice p{color:#746f7d;margin:5px 0 0;line-height:1.55}.checkRow{flex-direction:row!important;align-items:center!important;gap:8px!important;display:flex!important}.checkRow input{width:auto!important}.compactSelect{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:7px;padding:8px 10px;display:flex}.compactSelect svg{width:16px}.compactSelect select{background:0 0;border:0;min-width:160px}.permissionMatrix{grid-template-columns:1fr 1fr;gap:10px;margin:14px 0;display:grid}.permissionMatrix fieldset{border:1px solid var(--line);border-radius:12px;padding:10px}.permissionMatrix legend{padding:0 5px;font-size:11px;font-weight:900}.permissionMatrix label{padding:5px 0;align-items:center!important;gap:7px!important;font-size:11px!important;display:flex!important}.permissionMatrix input{width:auto!important}.tableWrap td small{color:#98a2b3;margin-top:3px;display:block}.miniBtn svg{width:14px}.modalCard{background:#fff;border-radius:18px;width:min(760px,100vw - 30px);max-height:90vh;padding:20px;overflow:auto;box-shadow:0 30px 90px #11182733}.modalCard>header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.modalCard>header h2{margin:0}.kitchenBoard{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px;display:grid}.kitchenLane{background:#eef1f5;border-radius:18px;min-height:560px;padding:12px}.kitchenLane>header{justify-content:space-between;align-items:center;padding:4px 4px 12px;display:flex}.kitchenLane>header>div{align-items:center;gap:8px;display:flex}.kitchenLane h3{margin:0}.kitchenLane>header svg{width:19px}.kitchenLane>header>span{background:#fff;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:900}.kitchenCards{gap:10px;display:grid}.kitchenOrder{background:#fff;border:1px solid #e4e7ec;border-radius:15px;padding:14px}.kitchenOrder.late{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b12}.kitchenOrderHead{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.kitchenOrderHead small{color:#98a2b3}.kitchenOrderHead h3{margin:2px 0;font-size:20px}.kitchenOrderHead>span{color:#667085;align-items:center;gap:5px;font-size:10px;display:flex}.kitchenOrderHead svg{width:14px}.lateBadge{color:#c2410c;background:#fff7ed;border-radius:8px;align-items:center;gap:5px;margin:8px 0;padding:5px 8px;font-size:10px;font-weight:900;display:inline-flex}.lateBadge svg{width:13px}.kitchenItems{border-top:1px solid #eef0f3;border-bottom:1px solid #eef0f3;gap:6px;margin:10px 0;padding:10px 0;display:grid}.kitchenItems>div{grid-template-columns:28px 1fr;gap:6px;font-size:12px;display:grid}.kitchenItems>div small{color:#b45309;grid-column:2}.orderNote{background:#fffbeb;border-radius:10px;margin:10px 0;padding:9px}.orderNote b{font-size:10px}.orderNote p{margin:3px 0;font-size:11px}.kitchenOrder footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.kitchenOrder footer>small{font-weight:800}.orderCard .kitchenItems{margin-top:12px}.orderCard .muted{align-items:center;gap:6px;font-size:11px;display:flex}.orderCard .muted svg{width:15px}.callCard>div{flex:1}.callCard small{display:block}.status.ok{color:#027a48;background:#ecfdf3}.roleGrid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.roleCard{border:1px solid var(--line);border-radius:14px;padding:14px}.roleCard>svg{width:20px}.roleCard h3{margin:8px 0 3px}.roleCard p{color:#667085;min-height:34px;font-size:11px}.roleCard small{color:#98a2b3;font-size:9px}@media (max-width:1100px){.kitchenBoard{grid-template-columns:1fr}.kitchenLane{min-height:0}.permissionMatrix{grid-template-columns:1fr}}.publicMenu .menuProduct,.publicMenu .storeBannerModule,.publicMenu .storeHeroModule,.publicMenu .storeCampaignModule{border-radius:var(--qrm-card-radius,12px)}.publicMenu .menuProduct>button,.publicMenu .cartBtn,.publicMenu .waiterCall{background:var(--qrm-accent,#111827)}.publicMenu .categoryScroll button:hover,.publicMenu .categoryScroll button:focus{border-color:var(--qrm-accent,#111827);color:var(--qrm-accent,#111827)}.publicMenu.density-compact .storefrontModules{gap:8px}.publicMenu.density-compact .menuProduct{padding:8px}.publicMenu.density-compact .storeModule{margin-bottom:10px}.publicMenu.density-airy .storefrontModules{gap:24px}.publicMenu.density-airy .menuProduct{padding:18px}.publicMenu.density-airy .storeModule{margin-bottom:28px}.themePresetList{gap:7px;margin-top:9px;display:grid}.themePresetList>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e6e9ee;border-radius:10px;grid-template-columns:30px 1fr;align-items:start;gap:8px;padding:8px;display:grid}.themePresetList>button.active{border-color:#6670d8;box-shadow:0 0 0 2px #6670d817}.themePresetList>button>span:last-child{gap:2px;display:grid}.themePresetList b{color:#1d2939;font-size:10px}.themePresetList small{color:#7c8797;font-size:8px;line-height:1.3}.themeSwatch{border:1px solid #00000012;border-radius:8px;width:30px;height:30px}.swatch-minimal{background:linear-gradient(135deg,#fff 55%,#111827 56%)}.swatch-dark{background:linear-gradient(135deg,#151515 65%,#f5c76b 66%)}.swatch-coffee{background:linear-gradient(135deg,#f3eadf 60%,#6b4b37 61%)}.swatch-bistro{background:linear-gradient(135deg,#f7f1e9 60%,#355844 61%)}.swatch-fast{background:linear-gradient(135deg,#ffe969 60%,#111 61%)}.builderDesignFields{gap:8px;margin-top:9px;display:grid}.builderDesignFields label{color:#667085;gap:4px;font-size:9px;font-weight:800;display:grid}.builderDesignFields input[type=color]{background:#fff;border:1px solid #e2e6ec;border-radius:8px;width:100%;height:34px;padding:3px}.builderDesignFields input[type=range]{width:100%}.builderDesignFields select{margin:0}.builderDesignFields .checkLine{grid-template-columns:auto 1fr;align-items:center;gap:7px;display:flex}.builderDesignFields .checkLine input{width:auto}.compactBtn{padding:8px 10px!important;font-size:10px!important}.previewToolbar button:disabled{opacity:.45;cursor:not-allowed}.canvasModuleTools button svg{width:12px;height:12px}.inspectorDanger{gap:7px;display:flex}.inspectorDanger .miniBtn{align-items:center;gap:5px;display:inline-flex}.inspectorDanger svg{width:12px}@media (max-width:1180px){.themePresetList small{display:none}.themePresetList>button{grid-template-columns:24px 1fr}.themeSwatch{width:24px;height:24px}}.modifierEditor{gap:14px;display:grid}.modifierGroupEditor{background:#fafafa;border:1px solid #e5e7eb;border-radius:14px;padding:14px}.modifierGroupHead{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.modifierOptionRows{gap:8px;margin:10px 0;display:grid}.modifierOptionRow{grid-template-columns:minmax(160px,1fr) 120px 100px 40px;align-items:center;gap:8px;display:grid}.weekdayPicker{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.weekdayPicker label{cursor:pointer;border:1px solid #d1d5db;border-radius:999px;padding:7px 11px}.weekdayPicker label.selected{border-color:var(--qrm-accent,#111827);color:#fff;background:#111827}.weekdayPicker input{display:none}.modifierPublicOptions{gap:8px;display:grid}.modifierPublicOptions label{cursor:pointer;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:22px 1fr auto;align-items:center;gap:9px;padding:11px;display:grid}.modifierPublicOptions label.selected{border-color:var(--qrm-accent,#111827);box-shadow:0 0 0 1px var(--qrm-accent,#111827)}.productMetaLine{flex-wrap:wrap;gap:6px;display:flex}.productMetaLine small,.productAvailabilityNote{background:#f3f4f6;border-radius:999px;padding:4px 8px;font-size:12px}.soldOutBadge{color:#991b1b;white-space:nowrap;background:#fee2e2;border-radius:999px;padding:7px 9px;font-size:11px;font-weight:800}.qrPresetBar,.qrDownloadRow{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}@media (max-width:700px){.modifierOptionRow{grid-template-columns:1fr 100px}.modifierOptionRow .checkLine{grid-column:1/2}.modifierOptionRow .iconBtn{grid-area:2/2/auto/3}.qrPresetBar button{flex:42%}}.reportFilters{flex-wrap:wrap;align-items:end;gap:12px;margin:0 0 18px;display:flex}.reportFilters label{min-width:170px;margin:0}.reportFilters input,.reportFilters select{margin-top:6px}.notificationList{gap:10px;display:grid}.notificationCard{text-align:left;border:1px solid var(--line,#e5e7eb);cursor:pointer;background:#fff;border-radius:16px;grid-template-columns:42px 1fr 8px;align-items:start;gap:14px;width:100%;padding:16px 18px;display:grid}.notificationCard.read{opacity:.68}.notificationCard h3{margin:3px 0 5px}.notificationCard p{color:#667085;margin:0}.notificationCard small{color:#98a2b3;text-transform:uppercase;letter-spacing:.06em;font-size:10px}.notificationCard>i{background:#111827;border-radius:999px;width:8px;height:8px;margin-top:9px}.notificationCard.read>i{background:0 0}.notificationIcon{background:#f2f4f7;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.notificationIcon svg{width:19px}.navBadge{color:#fff;background:#111827;border-radius:999px;place-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:10px;display:inline-grid}:root{--fd-primary:#fc8019;--fd-dark:#1f2128;--fd-muted:#8b8f99;--fd-bg:#f6f6f7;--fd-card:#fff;--fd-line:#ececef}.qrmPanelShell{background:var(--fd-bg);grid-template-columns:260px 1fr}.qrmPanelSide{color:#6f737d;border-right:1px solid var(--fd-line);background:#fff;padding:18px 14px 16px;box-shadow:8px 0 28px #181c2109}.qrmPanelSide .brandLock{color:var(--fd-dark);padding:3px 8px 22px;font-size:17px}.qrmPanelSide .brandLock>span{background:var(--fd-primary);color:#fff;border-radius:10px;box-shadow:0 8px 20px #fc801940}.qrmPanelSide .navItem{color:#777b84;border-radius:9px;padding:10px 11px;font-weight:700}.qrmPanelSide .navItem:hover{color:var(--fd-primary);background:#fff5ed}.qrmPanelSide .navItem.active{color:var(--fd-primary);background:#fff2e8}.qrmPanelSide .navItem.active:before{content:"";background:var(--fd-primary);border-radius:4px;width:3px;height:22px;position:absolute;left:0}.qrmPanelSide .navItem{position:relative}.qrmPanelSide .navItem svg{width:17px;height:17px}.qrmPanelSide .navTree{border:0;margin:2px 0}.qrmPanelSide .navTree summary{color:#646872;cursor:pointer;border-radius:9px;justify-content:space-between;align-items:center;padding:10px 11px;font-size:12px;font-weight:850;display:flex}.qrmPanelSide .navTree summary>span{align-items:center;gap:11px;display:flex}.qrmPanelSide .navTree summary svg{width:17px}.qrmPanelSide .navTree[open] summary{color:#31343b}.qrmPanelSide .navTree .navItem{margin-left:13px;padding-left:18px;font-size:12px}.sideBrandRow{justify-content:space-between;align-items:center;display:flex}.mobileNavClose,.mobileMenuBtn{background:0 0;border:0;display:none}.upgradeCard{color:#383a40;background:linear-gradient(145deg,#fff2e7,#fff8f2);border:1px solid #ffe0c7;border-radius:16px;gap:5px;margin:18px 4px 12px;padding:16px;display:grid}.upgradeCard>span{background:var(--fd-primary);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.upgradeCard svg{width:17px}.upgradeCard b{font-size:13px}.upgradeCard small{color:#8a7565;font-size:10px;line-height:1.45}.upgradeCard em{color:var(--fd-primary);margin-top:2px;font-size:10px;font-style:normal;font-weight:900}.qrmPanelMain{min-width:0;padding:0}.qrmPanelHeader{border-bottom:1px solid var(--fd-line);z-index:25;background:#fff;height:76px;margin:0;padding:0 28px;position:sticky;top:0}.contentBody{padding:25px 28px 55px}.headerTitleWrap{align-items:center;gap:12px;display:flex}.qrmPanelHeader h1{margin:2px 0;font-size:22px}.qrmPanelHeader small{font-size:9px}.headerActions{align-items:center;gap:12px;display:flex}.headerBell{border:1px solid var(--fd-line);color:#555a64;border-radius:11px;place-items:center;width:40px;height:40px;display:grid;position:relative}.headerBell svg{width:18px}.headerBell b{background:var(--fd-primary);color:#fff;border-radius:99px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:-5px;right:-5px}.qrmPanelHeader .userChip{text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:5px 8px;display:flex}.qrmPanelHeader .userChip>span:last-child{display:grid}.qrmPanelHeader .userChip b{color:#30343b;text-transform:none;font-size:11px}.qrmPanelHeader .userChip small{color:#9498a1;font-size:9px}.userAvatar{width:36px;height:36px;color:var(--fd-primary);background:#fff2e8;border-radius:11px;place-items:center;font-weight:900;display:grid!important}.fdWelcome{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.fdWelcome>div:first-child>span{color:var(--fd-primary);letter-spacing:.14em;font-size:9px;font-weight:900}.fdWelcome h2{margin:4px 0 3px;font-size:25px}.fdWelcome p{color:#7a7f88;margin:0;font-size:12px}.fdWelcomeActions{gap:8px;display:flex}.fdDashboardTop{grid-template-columns:minmax(0,1.8fr) minmax(240px,.65fr);gap:16px;margin-bottom:16px;display:grid}.fdAnnouncement{color:#fff;background:linear-gradient(135deg,#22252b,#484d55) 50%/cover;border-radius:18px;align-items:flex-end;min-height:210px;padding:27px 30px;display:flex;position:relative;overflow:hidden}.fdAnnouncement.empty{background:linear-gradient(135deg,#24272d,#353a42)}.fdAnnouncement>div:first-child{max-width:620px}.fdAnnouncement small{letter-spacing:.15em;color:#ffc99c;font-size:9px;font-weight:900}.fdAnnouncement h3{margin:7px 0;font-size:26px}.fdAnnouncement p{color:#e3e3e4;max-width:540px;font-size:12px}.fdAnnouncement a{color:#fff;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.fdUsageCard{border:1px solid var(--fd-line);background:#fff;border-radius:18px;flex-direction:column;padding:20px;display:flex}.fdUsageIcon{width:42px;height:42px;color:var(--fd-primary);background:#fff1e5;border-radius:12px;place-items:center;margin-bottom:13px;display:grid}.fdUsageIcon svg{width:20px}.fdUsageCard>small{color:#9b9ea5;letter-spacing:.1em;font-size:9px;font-weight:900}.fdUsageCard h3{margin:4px 0 12px;font-size:21px}.fdUsageRow{border-top:1px solid #f0f0f1;justify-content:space-between;padding:9px 0;font-size:11px;display:flex}.fdUsageCard>a{background:var(--fd-primary);color:#fff;text-align:center;border-radius:10px;margin-top:auto;padding:10px;font-size:10px;font-weight:900}.fdMetricGrid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px;display:grid}.fdMetric{border:1px solid var(--fd-line);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:17px;display:flex}.fdMetricIcon{border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.fdMetricIcon svg{width:19px}.fdMetricIcon.green{color:#32a05a;background:#eaf8ef}.fdMetricIcon.orange{color:#fc8019;background:#fff1e5}.fdMetricIcon.blue{color:#4285d4;background:#eaf4ff}.fdMetricIcon.purple{color:#7258d7;background:#f2edff}.fdMetric>div{gap:2px;display:grid}.fdMetric small{color:#9599a2;font-size:9px}.fdMetric strong{color:#2d3036;font-size:20px}.fdMetric em{color:#8a8f98;font-size:9px;font-style:normal}.fdMetric em svg{vertical-align:middle;width:12px}.fdMainGrid{grid-template-columns:1.45fr .75fr;gap:16px;display:grid}.fdMainGrid.lower{grid-template-columns:1fr 1fr;margin-top:16px}.fdCard{border:1px solid var(--fd-line);background:#fff;border-radius:17px;min-width:0;padding:19px}.fdCardHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.fdCardHead small{color:#a0a3ab;letter-spacing:.1em;font-size:8px;font-weight:900}.fdCardHead h3{margin:3px 0;font-size:15px}.fdCardHead>a{color:var(--fd-primary);font-size:10px;font-weight:900}.fdCardHead>svg{color:#9ca0a8;width:18px}.fdBarChart{align-items:end;gap:11px;height:230px;padding:28px 8px 0;display:flex}.fdBarChart>div{flex-direction:column;flex:1;justify-content:end;align-items:center;gap:7px;height:100%;display:flex}.fdBarChart span{background:linear-gradient(180deg,#ff9e4c,var(--fd-primary));border-radius:7px 7px 2px 2px;width:58%;min-height:6px}.fdBarChart b{color:#999da6;font-size:8px}.fdNotificationList{margin-top:12px;display:grid}.fdNotificationList>div:not(.fdEmpty){border-bottom:1px solid #f1f1f2;grid-template-columns:10px 1fr;gap:8px;padding:10px 0;display:grid}.fdNotifDot{background:var(--fd-primary);border-radius:50%;width:7px;height:7px;margin-top:5px}.fdNotificationList b{font-size:10px}.fdNotificationList p{color:#7f838c;margin:2px 0;font-size:9px}.fdNotificationList small{color:#aaaeb5;font-size:8px}.fdTopProducts,.fdOpsList{margin-top:12px;display:grid}.fdTopProducts>div:not(.fdEmpty){border-bottom:1px solid #f1f1f2;grid-template-columns:28px 1fr auto;align-items:center;padding:10px 0;display:grid}.fdTopProducts>div>b{width:23px;height:23px;color:var(--fd-primary);background:#fff1e5;border-radius:7px;place-items:center;font-size:9px;display:grid}.fdTopProducts span{font-size:10px;font-weight:800}.fdTopProducts strong{color:#7f838c;font-size:9px}.fdOpsList>div{border-bottom:1px solid #f1f1f2;justify-content:space-between;align-items:center;padding:12px 0;font-size:10px;display:flex}.fdOpsList b{align-items:center;gap:5px;display:flex}.fdEmpty{text-align:center;color:#9a9ea6;padding:28px 8px;font-size:10px}.qrmPanelShell .settingsTabs{gap:7px}.qrmPanelShell .settingsTabs button{border-color:#e7e7ea;border-radius:9px;padding:9px 12px;font-size:11px}.qrmPanelShell .settingsTabs button.active{background:var(--fd-primary);border-color:var(--fd-primary)}.qrmPanelShell .contentCard,.qrmPanelShell .tableWrap,.qrmPanelShell .statCard{border-color:var(--fd-line);box-shadow:none}.qrmPanelShell .primaryBtn{background:var(--fd-primary);border-color:var(--fd-primary)}.mobileNavBackdrop{display:none}@media (max-width:1100px){.fdMetricGrid{grid-template-columns:repeat(2,1fr)}.fdDashboardTop,.fdMainGrid{grid-template-columns:1fr}.fdUsageCard{min-height:190px}.qrmPanelShell{grid-template-columns:230px 1fr}}@media (max-width:760px){.qrmPanelShell{display:block}.qrmPanelSide{transition:all .22s;transform:translate(-105%);z-index:80!important;flex-direction:column!important;width:280px!important;height:100vh!important;padding:18px 14px!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:auto!important;overflow:auto!important}.qrmPanelSide.open{transform:translate(0)}.qrmPanelSide .brandLock b,.qrmPanelSide .navItem span{display:inline}.qrmPanelSide .brandLock{justify-content:flex-start}.qrmPanelSide .navGroup{display:grid}.qrmPanelSide .navItem{justify-content:flex-start;min-width:0;height:auto}.qrmPanelSide .sideBottom{display:block}.mobileNavClose,.mobileMenuBtn{place-items:center;display:grid}.mobileNavClose{width:34px;height:34px}.mobileMenuBtn{border:1px solid var(--fd-line);border-radius:9px;width:36px;height:36px}.mobileMenuBtn svg,.mobileNavClose svg{width:18px}.mobileNavBackdrop{z-index:75;background:#15171b77;border:0;display:block;position:fixed;top:0;bottom:0;left:0;right:0}.qrmPanelHeader{height:68px;padding:0 15px}.contentBody{padding:18px 14px 35px}.qrmPanelHeader .userChip>span:last-child{display:none}.fdWelcome{flex-direction:column;align-items:flex-start}.fdWelcomeActions{flex-wrap:wrap;width:100%}.fdMetricGrid,.fdMainGrid.lower{grid-template-columns:1fr}.fdAnnouncement{min-height:190px;padding:22px}.fdAnnouncement h3{font-size:22px}.fdBarChart{height:180px}.upgradeCard,.sideBrandRow .mobileNavClose{display:grid}}.publicStoreContact{background:#fff;border-bottom:1px solid #ece8e1;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 18px;font-size:12px;display:flex}.publicStoreContact a{color:inherit;font-weight:800;text-decoration:none}.publicStoreContact span{color:#6b7280}.customerOrderTracker{z-index:25;background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;width:min(470px,100% - 24px);padding:12px 14px;display:flex;position:fixed;bottom:76px;left:50%;transform:translate(-50%);box-shadow:0 14px 44px #11182724}.customerOrderTracker>div{flex-direction:column;gap:2px;display:flex}.customerOrderTracker small{letter-spacing:.08em;color:#6b7280;font-size:9px}.customerOrderTracker b,.customerOrderTracker strong{font-size:14px}.customerOrderTracker.status-ready{border-color:#86efac}.customerOrderTracker.status-delivered{background:#f0fdf4;border-color:#22c55e}.statusFlowPreview{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.statusFlowPreview span{background:#fff;border:1px solid #e5e7eb;border-radius:9px;padding:8px 11px;font-size:12px;font-weight:700}.kitchenItems small{color:#6b7280;margin-left:auto;font-size:10px}@media (min-width:900px){.customerOrderTracker{width:min(760px,100% - 80px)}}nn .csvImportBackdrop{z-index:5000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.csvDropZone:hover,.csvDropZone.dragging{border-color:var(--qrm-accent,#111827);background:#f1f5f9;transform:translateY(-1px)}.csvDropZone b{font-size:16px}.csvImageRow{grid-template-columns:56px 1fr;align-items:end;gap:14px;margin:14px 0;display:grid}.csvImageRow label{gap:6px;display:grid}@media (max-width:700px){.csvImportBackdrop{padding:10px}.csvImportModal{border-radius:14px;max-height:96vh}.csvImportHeader,.csvImportBody,.csvImportFooter{padding-left:16px;padding-right:16px}.csvImportActions{flex-direction:column;align-items:flex-start}.csvImageRow{grid-template-columns:48px 1fr}}.publicProductDetailPrice{align-items:center;gap:10px;margin:10px 0 16px;display:flex}.publicProductDetailPrice strong{font-size:24px}.publicProductDetailPrice del{color:#94a3b8}.publicNutritionGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.publicNutritionGrid>div{border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;gap:12px;padding:9px 10px;display:flex}.publicNutritionGrid span{color:#64748b;font-size:12px}.publicNutritionGrid b{font-size:13px}.csvImportBackdrop{z-index:5000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a94;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.csvImportModal{background:#fff;border-radius:20px;flex-direction:column;width:min(920px,100%);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 30px 90px #0f172a47}.csvImportHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:24px;padding:24px 26px 18px;display:flex}.csvImportHeader small{letter-spacing:.08em;color:#64748b;font-weight:800}.csvImportHeader h2{margin:3px 0 4px}.csvImportHeader p{color:#64748b;margin:0}.csvImportBody{padding:22px 26px;overflow:auto}.csvDropZone{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:160px;transition:all .2s;display:flex}.csvDropZone:hover,.csvDropZone.dragging{border-color:var(--qrm-accent,#111827);background:#f1f5f9}.csvDropZone svg{width:38px;height:38px}.csvDropZone span{color:#64748b}.csvImportActions{flex-wrap:wrap;align-items:center;gap:12px 18px;margin:18px 0;display:flex}.csvImportActions label{align-items:center;gap:7px;font-size:13px;display:flex}.csvSummary{justify-content:space-between;align-items:center;margin-top:16px;padding:10px 0;display:flex}.csvSummary span{align-items:center;gap:7px;display:flex}.csvSummary .ok{color:#15803d}.csvSummary .bad{color:#b91c1c}.csvPreview{border:1px solid #e5e7eb;border-radius:12px;overflow:auto}.csvPreview table{border-collapse:collapse;width:100%}.csvPreview th,.csvPreview td{text-align:left;border-bottom:1px solid #eef2f7;padding:10px 12px;font-size:13px}.csvPreview small{color:#64748b;padding:10px 12px;display:block}.csvProgress{margin-top:18px}.csvProgress>div{justify-content:space-between;margin-bottom:7px;font-size:13px;display:flex}.csvProgress progress{width:100%;height:12px;accent-color:var(--qrm-accent,#111827);display:block}.csvMessage{border-radius:12px;margin-top:14px;padding:12px 14px}.csvMessage.error{color:#991b1b;background:#fef2f2}.csvMessage.success{color:#166534;background:#f0fdf4;align-items:center;gap:10px;display:flex}.csvMessage.success span{margin-top:3px;font-size:13px;display:block}.csvImportFooter{background:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;padding:16px 26px;display:flex}@media (max-width:700px){.csvImportBackdrop{padding:10px}.csvImportModal{border-radius:14px;max-height:96vh}.csvImportHeader,.csvImportBody,.csvImportFooter{padding-left:16px;padding-right:16px}.csvImportActions{flex-direction:column;align-items:flex-start}.publicNutritionGrid{grid-template-columns:1fr}}.ordersPageHead{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px;display:flex}.ordersPageHead>div>span,.ordersSectionHead small,.ordersNotifications header small{letter-spacing:.11em;color:#64748b;font-size:11px;font-weight:800}.ordersPageHead h2{margin:4px 0 6px;font-size:26px}.ordersPageHead p{color:#64748b;margin:0}.ordersWorkspace{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:18px;display:grid}.ordersContent,.ordersNotifications{background:#fff;border:1px solid #e5e7eb;border-radius:16px}.ordersContent{padding:18px}.ordersSectionHead,.ordersNotifications>header{justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;display:flex}.ordersSectionHead h3,.ordersNotifications h3{margin:3px 0 0}.ordersCardGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.opsOrderCard{background:#fff;border:1px solid #e5e7eb;border-left:5px solid #94a3b8;border-radius:14px;padding:15px}.opsOrderCard.status-customer_draft{border-left-color:#6366f1}.opsOrderCard.status-confirmed{border-left-color:#3b82f6}.opsOrderCard.status-preparing{border-left-color:#f59e0b}.opsOrderCard.status-ready{border-left-color:#22c55e}.opsOrderCard>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.opsOrderCard h3{margin:3px 0 0;font-size:19px}.opsOrderCard header small{color:#64748b}.orderStatusPill,.itemStatus{color:#475569;background:#f1f5f9;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-flex}.orderStatusPill.status-customer_draft,.itemStatus.status-customer_draft{color:#4338ca;background:#eef2ff}.orderStatusPill.status-confirmed,.itemStatus.status-confirmed{color:#1d4ed8;background:#eff6ff}.orderStatusPill.status-preparing,.itemStatus.status-preparing{color:#b45309;background:#fffbeb}.orderStatusPill.status-ready,.itemStatus.status-ready{color:#15803d;background:#f0fdf4}.opsOrderMeta{color:#64748b;gap:14px;margin:13px 0;font-size:12px;display:flex}.opsOrderMeta span{align-items:center;gap:5px;display:flex}.opsOrderMeta svg{width:14px}.opsOrderItems{gap:7px;display:grid}.opsOrderItems>div{border-top:1px solid #f1f5f9;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 0;display:grid}.opsOrderItems span{font-size:13px}.opsOrderItems em{font-style:normal}.opsOrderCard>footer{border-top:1px solid #e5e7eb;justify-content:space-between;margin-top:10px;padding-top:11px;display:flex}.ordersNotifications{max-height:calc(100vh - 105px);position:sticky;top:82px;overflow:hidden}.ordersNotifications>header{padding:17px 17px 0}.ordersNotifications>header>span{color:#fff;background:#111827;border-radius:999px;place-items:center;min-width:28px;height:28px;padding:0 7px;font-size:12px;display:grid}.ordersNotificationList{max-height:calc(100vh - 180px);padding:0 12px 14px;overflow:auto}.ordersNotificationList article{border-top:1px solid #f1f5f9;grid-template-columns:34px 1fr;gap:10px;padding:12px 5px;display:grid}.ordersNotificationList article:first-child{border-top:0}.ordersNotificationList b,.ordersNotificationList small,.ordersNotificationList time{display:block}.ordersNotificationList small{color:#64748b;font-size:11px}.ordersNotificationList b{margin:2px 0;font-size:13px}.ordersNotificationList p{color:#64748b;margin:3px 0;font-size:12px}.ordersNotificationList time{color:#94a3b8;font-size:10px}.ordersNotificationList .waiterNotice{background:#fff7ed;border-radius:10px;padding-left:8px;padding-right:8px}.ordersEmpty{color:#94a3b8;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:220px;display:flex}.ordersEmpty svg{width:38px;height:38px}.qrmTablePicker>p{color:#64748b;margin-top:0}.qrmTablePickerGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.qrmTablePickerGrid button{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:92px;padding:12px;display:flex}.qrmTablePickerGrid button:hover{border-color:var(--qrm-accent,#111827);background:#f8fafc}.qrmTablePickerGrid svg{width:22px}.qrmTablePickerGrid span{font-weight:800}.qrmTablePickerGrid small{color:#64748b}@media (max-width:1050px){.ordersWorkspace{grid-template-columns:1fr}.ordersNotifications{max-height:none;position:relative;top:auto}.ordersNotificationList{max-height:420px}}@media (max-width:700px){.ordersPageHead{flex-direction:column}.ordersCardGrid{grid-template-columns:1fr}.qrmTablePickerGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.menuTheme-fast{--fast-orange:var(--qrm-accent,#f05a18);color:#181411;background:#fffaf6;max-width:1480px;min-height:100vh;margin:0 auto;padding:0 20px 110px}.menuTheme-fast .menuHeaderV2{display:none}.fastFoodHeader{justify-content:space-between;align-items:center;gap:18px;padding:20px 4px 12px;display:flex}.fastFoodBrand img,.fastFoodLogoFallback{object-fit:cover;background:#fff;border:1px solid #eee;border-radius:17px;place-items:center;width:54px;height:54px;font-size:22px;font-weight:950;display:grid}.fastFoodBrand h1{margin:0;font-size:22px;line-height:1.1}.fastFoodBrand p{color:#81756d;margin:5px 0 0;font-size:12px}.fastLangBtn,.fastWaiterBtn{background:#fff;border:1px solid #eee2d8;border-radius:15px;align-items:center;gap:7px;height:48px;padding:0 13px;display:flex;box-shadow:0 6px 22px #7d49200b}.fastLangBtn select{background:0 0;border:0;outline:0;font-weight:800}.fastWaiterBtn{cursor:pointer;font-weight:850}.fastWaiterBtn svg{width:19px}.fastFoodSearch{background:#fff;border:1px solid #eee4db;border-radius:18px;align-items:center;gap:10px;height:54px;margin:7px 4px 18px;padding:0 16px;display:flex;box-shadow:0 8px 30px #6b341409}.fastFoodSearch span{color:#645c57;font-size:27px;line-height:1;transform:rotate(-15deg)}.fastFoodSearch input{background:0 0;border:0;outline:0;width:100%;font-size:14px}.menuTheme-fast .storefrontModules{flex-direction:column;gap:18px;display:flex}.menuTheme-fast .storeSliderModule{order:-5;margin:0}.menuTheme-fast .storeSlider{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;padding:0 4px 3px;display:flex;overflow-x:auto}.menuTheme-fast .storeSlider::-webkit-scrollbar{display:none}.menuTheme-fast .storeSlide{scroll-snap-align:start;text-align:left;background-position:50%;background-size:cover;border:0;align-items:flex-end;min-width:min(760px,92vw);height:clamp(240px,42vw,410px);padding:28px;position:relative;overflow:hidden;border-radius:26px!important}.menuTheme-fast .storeSlide:after{content:"";background:linear-gradient(#0000,#0009);position:absolute;top:35%;bottom:0;left:0;right:0}.menuTheme-fast .storeSlide b{max-width:65%;font-size:clamp(22px,4vw,42px);line-height:1}.fastCategoryRail{scrollbar-width:none;gap:14px;margin:4px 0 2px;padding:2px 4px 9px;display:flex;overflow-x:auto}.fastCategoryRail button{color:#47382e;cursor:pointer;background:0 0;border:0;justify-items:center;gap:7px;min-width:76px;display:grid}.fastCategoryImg{object-fit:cover;background:#fff;border:1px solid #f0e2d6;border-radius:50%;width:64px;height:64px;box-shadow:0 5px 16px #9d5d2710}.fastCategoryImg.fallback,.fastCategoryImg.all{place-items:center;font-size:20px;font-weight:950;display:grid}.fastCategoryRail button.active .fastCategoryImg{background:#ffe2bd;border-color:#ffbe74}.fastCategoryRail b{white-space:nowrap;font-size:11px}.menuTheme-fast .storeModule>h2,.menuTheme-fast .storeCampaignModule h2,.menuTheme-fast .storeBannerModule b{letter-spacing:-.02em;text-transform:none;font-size:20px}.menuTheme-fast .menuProductList.layout-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.menuTheme-fast .module-popular .menuProductList{scrollbar-width:none;gap:12px;padding-bottom:5px;overflow-x:auto;display:flex!important}.menuTheme-fast .module-popular .menuProductList>.menuProductCard{min-width:230px}.menuTheme-fast .menuProductCard{background:#fff;border:1px solid #f0e7df;overflow:hidden;box-shadow:0 8px 24px #75451f0a;border-radius:20px!important;padding:0!important;display:block!important}.menuTheme-fast .menuProductCard .productPhoto{background:#f7f0ea;height:170px}.menuTheme-fast .menuProductCard .productText{padding:12px 13px 4px}.menuTheme-fast .menuProductCard .productText h3{margin:0 0 4px;font-size:15px}.menuTheme-fast .menuProductCard .productText p{color:#81756d;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.35;display:-webkit-box;overflow:hidden}.menuTheme-fast .menuProductCard .productActions{padding:5px 12px 13px}.menuTheme-fast .menuProductCard .productActions button,.menuTheme-fast .primaryBtn{color:#fff;border-radius:13px;background:var(--fast-orange)!important;border-color:var(--fast-orange)!important}.menuTheme-fast .storeBannerModule{color:#fff;background:linear-gradient(115deg,#3a1709,#7a260c);border:0;border-radius:24px;flex-direction:column;justify-content:center;min-height:150px;padding:26px;display:flex;box-shadow:0 12px 32px #4f1f101f}.menuTheme-fast .storeBannerModule p{color:#ffe1ca}.menuTheme-fast .categoryProductSection>h2{margin:22px 0 10px;font-size:19px}.menuTheme-fast .menuBottom{z-index:35;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border:1px solid #eee2d8;border-radius:22px;width:min(760px,100vw - 24px);padding:9px;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 14px 50px #3e241529}.menuTheme-fast .menuBottom .cartBtn{background:var(--fast-orange);color:#fff;border-radius:15px;min-height:50px}.menuTheme-fast .orderOptions{max-width:760px;margin:0 auto 12px}.menuTheme-fast .modalBack{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#21160e80}.menuTheme-fast .modal{border-radius:28px;width:min(520px,100%);overflow:hidden;box-shadow:0 30px 90px #33170d3b}.menuTheme-fast .modal>header{z-index:3;border:0;padding:0;position:absolute;top:8px;right:8px}.menuTheme-fast .modal>header button{background:#fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 5px 18px #0002}.menuTheme-fast .modalBody{gap:13px;padding:0 16px 18px}.menuTheme-fast .modalBody>.detailHero{object-fit:cover;border-radius:0 0 26px 26px;width:calc(100% + 32px);height:300px;max-height:none;margin:0 -16px 2px}.menuTheme-fast .publicProductDetailPrice{color:var(--fast-orange);align-items:center;gap:10px;font-size:21px;display:flex}.menuTheme-fast .modalBody>.muted{color:#71675f;font-size:13px;line-height:1.55}.menuTheme-fast .modalBody .contentCard{box-shadow:none;border:1px solid #f0e7df;border-radius:16px}.menuTheme-fast .modifierPublicOptions label{border-radius:13px}.slideLocaleMedia{flex-wrap:wrap;gap:5px;margin:6px 0;display:flex}.slideLocaleMedia .miniBtn{padding:5px 7px;font-size:9px}@media (min-width:900px){.menuTheme-fast{padding-left:40px;padding-right:40px}.menuTheme-fast .fastFoodHeader,.menuTheme-fast .fastFoodSearch,.menuTheme-fast .fastCategoryRail,.menuTheme-fast .storefrontModules{max-width:1180px;margin-left:auto;margin-right:auto}.menuTheme-fast .menuProductList.layout-grid,.menuTheme-fast .module-products .menuProductList.moduleCols-2{grid-template-columns:repeat(4,minmax(0,1fr))}.menuTheme-fast .storeSlide{min-width:100%;height:400px}.menuTheme-fast .modal{width:min(680px,100vw - 50px)}.menuTheme-fast .modalBody>.detailHero{height:390px}}@media (max-width:640px){.menuTheme-fast{padding:0 12px 100px}.fastFoodHeader{padding-top:13px}.fastFoodBrand img,.fastFoodLogoFallback{border-radius:14px;width:46px;height:46px}.fastFoodBrand h1{font-size:18px}.fastFoodBrand p{font-size:10px}.fastFoodHeadActions{gap:6px}.fastLangBtn,.fastWaiterBtn{justify-content:center;width:47px;height:47px;padding:0}.fastLangBtn span{display:none}.fastLangBtn select{text-align:center;width:41px;font-size:11px}.fastWaiterBtn span{display:none}.fastFoodSearch{margin-left:0;margin-right:0}.menuTheme-fast .storeSlide{min-width:100%;height:280px;padding:20px}.menuTheme-fast .menuProductList.layout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menuTheme-fast .menuProductCard .productPhoto{height:132px}.menuTheme-fast .menuProductCard .productText{padding:10px 10px 3px}.menuTheme-fast .menuProductCard .productActions{padding:4px 10px 10px}.menuTheme-fast .module-popular .menuProductList>.menuProductCard{min-width:205px}.menuTheme-fast .modalBack{align-items:end;padding:0}.menuTheme-fast .modal{width:100%;height:100dvh;max-height:100dvh;box-shadow:none;border-radius:0}.menuTheme-fast .modalBody{height:100%;padding:0 15px 90px}.menuTheme-fast .modalBody>.detailHero{border-radius:0 0 24px 24px;height:42vh;min-height:260px}.menuTheme-fast .modal>header{position:fixed;top:12px;right:12px}}.builderDeviceMobile.menuTheme-fast,.builderDeviceDesktop.menuTheme-fast{color:#181411!important;background:#fffaf6!important}.builderDeviceMobile.menuTheme-fast .builderFastHeader,.builderDeviceDesktop.menuTheme-fast .builderFastHeader,.builderDeviceMobile.menuTheme-fast .fastFoodSearch,.builderDeviceDesktop.menuTheme-fast .fastFoodSearch,.builderDeviceMobile.menuTheme-fast .builderFastCategories,.builderDeviceDesktop.menuTheme-fast .builderFastCategories{display:flex!important}.builderDeviceMobile.menuTheme-fast .storefrontModules,.builderDeviceDesktop.menuTheme-fast .storefrontModules{padding-top:4px}.builderDeviceMobile.menuTheme-fast .storeSlide{min-width:100%!important;height:240px!important}.builderDeviceMobile.menuTheme-fast .fastFoodBrand h1{font-size:16px}.builderDeviceMobile.menuTheme-fast .fastFoodBrand p{font-size:9px}.builderDeviceMobile.menuTheme-fast .fastFoodHeadActions{gap:4px}.builderDeviceMobile.menuTheme-fast .fastLangBtn,.builderDeviceMobile.menuTheme-fast .fastWaiterBtn{justify-content:center;width:42px;height:42px;padding:0}.builderDeviceMobile.menuTheme-fast .fastWaiterBtn span,.builderDeviceMobile.menuTheme-fast .fastLangBtn span{display:none}.builderDeviceMobile.menuTheme-fast .fastCategoryImg{width:54px;height:54px}.builderDeviceMobile.menuTheme-fast .fastCategoryRail button{min-width:64px}.builderDeviceDesktop.menuTheme-fast .menuProductList.layout-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.menuTheme-fast{--fast-accent:#ff5a13;--fast-ink:#1c1714;--fast-soft:#fff8f2;--fast-line:#efe5dc;max-width:1280px;min-height:100vh;margin:0 auto;padding:0 18px 100px;color:var(--fast-ink)!important;background:#fffaf6!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important}.menuTheme-fast .publicStoreContact{display:none!important}.fastFoodHeaderReference{grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;padding:18px 0 12px;background:0 0!important;display:grid!important}.fastMenuButton,.fastLangBtn,.fastWaiterBtn,.fastSearchFilter{background:#fff;border:0;border-radius:16px;height:50px;box-shadow:0 5px 20px #40281a14}.fastMenuButton{color:#191512;width:50px;font-size:24px;font-weight:700}.fastFoodBrand{align-items:center;gap:11px;min-width:0;display:flex}.fastBrandLogo{object-fit:contain!important;width:auto!important;max-width:92px!important;height:48px!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;display:block!important}.fastBrandCopy{min-width:0}.fastBrandCopy h1{letter-spacing:-.45px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:19px;font-weight:900;line-height:1.05;overflow:hidden}.fastBrandCopy p{color:#81756d;white-space:nowrap;text-overflow:ellipsis;margin:4px 0 0;font-size:11px;overflow:hidden}.fastFoodHeadActions{gap:8px;display:flex}.fastLangBtn,.fastWaiterBtn{color:#1f1915;justify-content:center;align-items:center;width:50px;display:flex!important}.fastLangBtn svg,.fastWaiterBtn svg{width:21px;height:21px}.fastLangBtn select{opacity:0;cursor:pointer;width:50px;height:50px;position:absolute}.fastFoodSearch{grid-template-columns:22px 1fr 44px;align-items:center;gap:10px;height:54px;padding:0 8px 0 17px;background:#fff!important;border:1px solid #f2e8df!important;border-radius:18px!important;margin:5px 0 18px!important;display:grid!important;box-shadow:0 6px 22px #4227160f!important}.fastFoodSearch>svg{color:#211b17;width:20px}.fastFoodSearch input{color:#2b231e;outline:none;min-width:0;height:100%;font-size:14px;background:0 0!important;border:0!important}.fastSearchFilter{width:42px;height:42px;box-shadow:none;background:#fff8f2;border-radius:13px;font-size:19px}.menuTheme-fast .storeSliderModule{margin:0 0 18px}.menuTheme-fast .storeSliderModule>h2:empty{display:none}.menuTheme-fast .storeSlider{scroll-snap-type:x mandatory;gap:12px;display:flex;overflow:auto;border-radius:26px!important}.menuTheme-fast .storeSlide{scroll-snap-align:start;position:relative;overflow:hidden;min-width:100%!important;height:310px!important;box-shadow:none!important;background-position:50%!important;background-size:cover!important;border:0!important;border-radius:26px!important}.menuTheme-fast .storeSlide b,.menuTheme-fast .storeSlide small{z-index:1;color:#fff;position:relative}.menuTheme-fast .storeSlide b{text-align:left;max-width:60%;font-size:30px;line-height:1.02}.fastCategoryRail{scrollbar-width:none;gap:14px;margin:0 0 3px;padding:3px 1px 15px;overflow-x:auto;display:flex!important}.fastCategoryRail::-webkit-scrollbar{display:none}.fastCategoryRail button{color:#3c312a;flex-direction:column;align-items:center;gap:7px;display:flex;box-shadow:none!important;background:0 0!important;border:0!important;min-width:67px!important;padding:0!important}.fastCategoryImg{box-shadow:0 5px 14px #502f1b0d;object-fit:cover!important;background:#fff!important;border:1px solid #f3e7dd!important;border-radius:50%!important;width:62px!important;height:62px!important;padding:4px!important}.fastCategoryRail button.active .fastCategoryImg,.fastCategoryRail button:first-child .fastCategoryImg{background:#ffb247!important;border-color:#ffb247!important}.fastCategoryRail b{white-space:nowrap;font-size:11px!important;font-weight:700!important}.menuTheme-fast .storeModule{margin:9px 0 22px}.menuTheme-fast .storeModule>h2{letter-spacing:-.3px;margin:0 0 12px!important;font-size:19px!important;font-weight:900!important}.menuTheme-fast .module-popular .menuProductList{scrollbar-width:none;padding:1px 1px 8px;grid-template-columns:none!important;gap:12px!important;display:flex!important;overflow-x:auto!important}.menuTheme-fast .module-popular .menuProductList::-webkit-scrollbar{display:none}.menuTheme-fast .module-popular .menuProduct{min-width:210px!important;max-width:210px!important}.menuTheme-fast .menuProductList.layout-grid,.menuTheme-fast .module-products .menuProductList{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.menuTheme-fast .menuProduct{position:relative;background:#fff!important;border:1px solid #f0e6dd!important;border-radius:19px!important;overflow:hidden!important;box-shadow:0 7px 22px #4024130f!important}.menuTheme-fast .menuProduct .productPhoto{position:relative;overflow:hidden;background:#fff7ef!important;height:145px!important}.menuTheme-fast .menuProduct .productPhoto img{object-fit:cover!important;width:100%!important;height:100%!important}.fastDiscountBadge{z-index:2;color:#fff!important;background:#ff4f24!important;border-radius:999px!important;padding:5px 8px!important;font-size:9px!important;font-style:normal!important;font-weight:900!important;position:absolute!important;top:9px!important;left:9px!important}.menuTheme-fast .menuProduct .productText{padding:10px 11px 4px!important}.menuTheme-fast .menuProduct .productText h3{margin:0 0 4px!important;font-size:14px!important;line-height:1.15!important}.menuTheme-fast .menuProduct .productText p{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:28px;display:-webkit-box;overflow:hidden;color:#80736b!important;font-size:10.5px!important;line-height:1.35!important}.menuTheme-fast .menuProduct .productText b{color:#1c1714!important;font-size:15px!important;font-weight:900!important}.menuTheme-fast .menuProduct .productText del{margin-left:6px;color:#9b8e85!important;font-size:10px!important}.menuTheme-fast .menuProduct>button{background:var(--fast-accent)!important;color:#fff!important;border:0!important;border-radius:50%!important;width:32px!important;height:32px!important;position:absolute!important;bottom:10px!important;right:10px!important}.menuTheme-fast .storeBannerModule{position:relative;color:#fff!important;background:#35180c!important;border-radius:25px!important;margin:16px 0 22px!important;padding:24px!important;overflow:hidden!important}.menuTheme-fast .storeBannerModule:after{content:"30%\a OFF";white-space:pre;color:#fff;text-align:center;background:#190b05;border-radius:50%;place-items:center;width:78px;height:78px;font-size:17px;font-weight:900;line-height:1;display:grid;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.menuTheme-fast .storeBannerModule b{color:#ff9b4f;font-size:12px}.menuTheme-fast .storeBannerModule p{max-width:62%;margin:5px 0;font-size:26px;font-weight:900;line-height:1.02}.menuTheme-fast .menuBottom{display:none!important}.fastAppBottomNav{z-index:90;width:min(680px,100%);height:74px;padding:7px 12px max(7px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffcf9f7;border-top:1px solid #eee3da;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -8px 30px #3a231514}.fastAppBottomNav button{color:#968981;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;font-weight:700;display:flex;position:relative}.fastAppBottomNav button svg{width:20px;height:20px}.fastAppBottomNav button.active{color:var(--fast-accent)}.fastAppBottomNav .fastCartNavBtn b{background:var(--fast-accent);color:#fff;border-radius:99px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:2px;right:calc(50% - 20px)}.fastCartSheetBack{z-index:120;background:#140c0859;justify-content:center;align-items:end;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.fastCartSheet{width:min(680px,100%);max-height:78dvh;padding:20px 18px calc(22px + env(safe-area-inset-bottom));background:#fff;border-radius:28px 28px 0 0;box-shadow:0 -15px 45px #0000002e}.fastCartSheet>header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.fastCartSheet>header small{color:#9d8f85;font-size:9px}.fastCartSheet>header h2{margin:2px 0 0;font-size:23px}.fastCartSheet>header button{background:#f7f1ec;border:0;border-radius:50%;width:38px;height:38px;font-size:24px}.fastCartItems{gap:10px;max-height:45dvh;display:grid;overflow:auto}.fastCartItems>div{border-bottom:1px solid #eee6df;justify-content:space-between;gap:15px;padding:12px 0;display:flex}.fastCartItems span{display:grid}.fastCartItems small{color:#91847c}.fastCartSheet>footer{gap:12px;margin-top:15px;display:grid}.fastCartSheet>footer>div{justify-content:space-between;font-size:17px;display:flex}.fastCartSheet>footer>button{background:var(--fast-accent);color:#fff;border:0;border-radius:16px;height:52px;font-size:15px;font-weight:900}.menuTheme-fast .modalBack{background:#fff!important;align-items:flex-end!important}.menuTheme-fast .modal{width:min(680px,100%)!important;height:100dvh!important;max-height:100dvh!important;box-shadow:none!important;background:#fff!important;border-radius:0!important}.menuTheme-fast .modal>header{z-index:5;top:13px;left:12px;right:12px;background:0 0!important;border:0!important;padding:0!important;position:absolute!important}.menuTheme-fast .modal>header h2{display:none}.menuTheme-fast .modal>header button{background:#fffffff0!important;border-radius:50%!important;width:42px!important;height:42px!important;box-shadow:0 5px 16px #00000024!important}.menuTheme-fast .modalBody{padding:0 16px 95px!important;overflow:auto!important}.menuTheme-fast .modalBody>.detailHero{object-fit:cover!important;border-radius:0 0 28px 28px!important;width:calc(100% + 32px)!important;height:44vh!important;min-height:285px!important;margin-left:-16px!important}.menuTheme-fast .modalBody>.muted{color:#766a62!important;margin:12px 0!important;font-size:12px!important;line-height:1.55!important}.fastDetailPriceBlock{align-items:center;gap:10px;margin:4px 0 15px;display:flex}.fastDetailPriceBlock strong{color:var(--fast-accent);font-size:20px;font-weight:900}.fastDetailPriceBlock del{color:#9d918a;font-size:12px}.menuTheme-fast .modalBody .contentCard{box-shadow:none!important;border:0!important;border-top:1px solid #eee6df!important;border-radius:0!important;padding:15px 0!important}.menuTheme-fast .modifierPublicOptions label{border:1px solid #eee5de!important;border-radius:13px!important}.adminSalePrice{color:#e94d16;display:block}.adminOldPrice{color:#999;font-size:11px}.builderSidebar .themePresetList{display:grid}.builderSidebar .themePresetList button{cursor:default}.builderSidebar .themePresetList button .themeSwatch{background:#ff5a13!important}.builderSidebar .themePresetList button.active{border-color:#ff5a13!important}.builderDeviceMobile.menuTheme-fast .fastAppBottomNav{width:100%!important;position:absolute!important}.builderDeviceMobile.menuTheme-fast .fastCartSheetBack{position:absolute!important}@media (min-width:768px){.menuTheme-fast{padding-left:30px;padding-right:30px}.menuTheme-fast .fastFoodHeaderReference,.menuTheme-fast .fastFoodSearch,.menuTheme-fast .fastCategoryRail,.menuTheme-fast .storefrontModules{max-width:1040px;margin-left:auto!important;margin-right:auto!important}.menuTheme-fast .menuProductList.layout-grid,.menuTheme-fast .module-products .menuProductList{grid-template-columns:repeat(3,minmax(0,1fr))!important}.menuTheme-fast .storeSlide{height:390px!important}.fastAppBottomNav{border-radius:24px 24px 0 0}}@media (min-width:1100px){.menuTheme-fast .menuProductList.layout-grid,.menuTheme-fast .module-products .menuProductList{grid-template-columns:repeat(4,minmax(0,1fr))!important}.menuTheme-fast .module-popular .menuProduct{min-width:240px!important;max-width:240px!important}}@media (max-width:560px){.menuTheme-fast{padding-left:12px;padding-right:12px}.fastFoodHeaderReference{grid-template-columns:46px minmax(0,1fr) auto;gap:8px;padding-top:12px}.fastMenuButton,.fastLangBtn,.fastWaiterBtn{border-radius:14px;width:44px;height:44px}.fastBrandLogo{max-width:74px!important;height:42px!important}.fastBrandCopy h1{font-size:16px}.fastBrandCopy p{font-size:9px}.fastFoodSearch{height:50px;margin-bottom:15px!important}.menuTheme-fast .storeSlide{height:280px!important}.fastCategoryRail{gap:10px}.fastCategoryImg{width:56px!important;height:56px!important}.fastCategoryRail button{min-width:60px!important}.menuTheme-fast .menuProductList.layout-grid,.menuTheme-fast .module-products .menuProductList{grid-template-columns:repeat(2,minmax(0,1fr))!important}.menuTheme-fast .menuProduct .productPhoto{height:128px!important}.menuTheme-fast .module-popular .menuProduct{min-width:190px!important;max-width:190px!important}}.menuTheme-fast .fastCategoryRail{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid #f0e6dd;box-shadow:0 8px 18px #3a23150a;z-index:85!important;background:#fffcf9f7!important;padding-top:9px!important;padding-bottom:9px!important;position:sticky!important;top:0!important}.menuTheme-fast .categoryProductSection{scroll-margin-top:105px!important}.menuTheme-fast .storeSlide{text-align:left!important;justify-content:flex-start!important;align-items:flex-end!important;position:relative!important}.menuTheme-fast .storeSlide:after{content:"";pointer-events:none;background:linear-gradient(#0000,#00000094);position:absolute;top:35%;bottom:0;left:0;right:0}.menuTheme-fast .storeSlideCopy{z-index:2;color:#fff;gap:4px;width:min(82%,520px);padding:20px;display:grid;position:relative}.menuTheme-fast .storeSlideCopy b{text-shadow:0 2px 14px #0000004d;font-size:clamp(22px,5vw,38px);font-weight:900;line-height:1.02}.menuTheme-fast .storeSlideCopy em{color:#ffffffeb;font-size:13px;font-style:normal;font-weight:600;line-height:1.35}.menuTheme-fast .storeSlideCopy small{color:#fff;font-size:11px;font-weight:800}.slideLocalizedFields{gap:10px;display:grid}.slideLocaleBlock{background:#fafafa;border:1px solid #e8e8ee;border-radius:12px;gap:7px;padding:10px;display:grid}.slideLocaleBlock strong{letter-spacing:.08em;color:#777;font-size:10px}.orderCardActions{border-top:1px solid #eee;align-items:end;gap:8px;padding:10px 0 2px;display:flex}.orderCardActions label{flex:1;gap:5px;display:grid}.orderCardActions label>span{color:#777;font-size:10px;font-weight:800}.orderCardActions select{background:#fff;border:1px solid #ddd;border-radius:10px;width:100%;height:38px;padding:0 10px}.orderDeleteBtn{color:#c62828;background:#fff4f4;border:1px solid #ffd4d4;border-radius:10px;align-items:center;gap:6px;height:38px;padding:0 12px;font-weight:800;display:flex}.orderDeleteBtn svg{width:15px;height:15px}@media (max-width:560px){.menuTheme-fast .module-products .menuProductList.layout-list{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.menuTheme-fast .module-products .menuProductList.layout-list .menuProduct{grid-template-columns:108px minmax(0,1fr) 38px!important;align-items:stretch!important;min-height:108px!important;display:grid!important;overflow:hidden!important}.menuTheme-fast .module-products .menuProductList.layout-list .productPhoto{border-radius:0!important;grid-area:1/1!important;width:108px!important;height:108px!important}.menuTheme-fast .module-products .menuProductList.layout-list .productText{grid-area:1/2!important;min-width:0!important;padding:11px 8px!important}.menuTheme-fast .module-products .menuProductList.layout-list .productText p{-webkit-line-clamp:2!important;min-height:0!important;margin-bottom:5px!important}.menuTheme-fast .module-products .menuProductList.layout-list .menuProduct>button{grid-area:1/3!important;place-self:center!important;margin:0!important;position:static!important}.menuTheme-fast .module-products .menuProductList.layout-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.menuTheme-fast .fastCategoryRail{margin-left:-12px!important;margin-right:-12px!important;padding-left:12px!important;padding-right:12px!important}.orderCardActions{flex-direction:column;align-items:stretch}.orderDeleteBtn{justify-content:center}}n .aiAdminPage{flex-direction:column;gap:16px;display:flex}.aiAdminLoading{padding:30px}.aiAdminIntro{background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;padding:18px;display:flex}.aiAdminIntro>div{align-items:center;gap:12px;display:flex}.aiAdminIntro svg{width:28px;height:28px}.aiAdminIntro span{flex-direction:column;gap:3px;display:flex}.aiAdminIntro small{color:#64748b}.aiAdminNotice{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:11px 14px}.aiProviderGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.aiProviderCard{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;gap:14px;padding:16px;display:flex}.aiProviderCard>header{grid-template-columns:42px 1fr auto;align-items:start;gap:10px;display:grid}.aiProviderCard h3{margin:0 0 4px}.aiProviderCard p{color:#64748b;margin:0;font-size:12px}.aiProviderIcon{background:#f3f4f6;border-radius:12px;place-items:center;width:40px;height:40px;display:grid}.aiProviderIcon svg{width:20px}.aiProviderFields{grid-template-columns:1fr 1fr;gap:10px;display:grid}.aiProviderFields label{flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.aiProviderFields label.full{grid-column:1/-1}.aiProviderFields input,.aiProviderFields select{background:#fff;border:1px solid #d1d5db;border-radius:10px;height:40px;padding:0 10px}.aiKeyInput{position:relative}.aiKeyInput svg{width:16px;position:absolute;top:11px;left:10px}.aiKeyInput input{width:100%;padding-left:34px}.aiProviderFields small{color:#64748b;font-weight:400}.aiProviderCard footer{justify-content:flex-end;margin-top:auto;display:flex}.aiSwitch input{display:none}.aiSwitch span{background:#cbd5e1;border-radius:20px;width:42px;height:24px;display:block;position:relative}.aiSwitch span:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px}.aiSwitch input:checked+span{background:#111827}.aiSwitch input:checked+span:after{left:21px}.aiCreditPolicy{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px}.aiCreditPolicy header h3{margin:0}.aiCreditPolicy header p{color:#64748b;margin:4px 0 16px}.aiCreditRatio{background:#f8fafc;border-radius:12px;align-items:center;gap:18px;margin-bottom:14px;padding:14px;display:flex}.aiCreditRatio label{font-weight:800}.aiCreditRatio input{border:1px solid #d1d5db;border-radius:9px;width:100px;height:38px;padding:0 8px}.aiCreditRatio small{color:#64748b}.aiCostGrid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.aiCostGrid>label{border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:11px;display:flex}.aiCostGrid>label span{font-size:13px;font-weight:700}.aiCostGrid>label div{align-items:center;gap:5px;display:flex}.aiCostGrid input{border:1px solid #d1d5db;border-radius:8px;width:65px;height:36px;padding:0 8px}.aiCostGrid em{color:#64748b;font-size:11px;font-style:normal}.aiPolicyHint{color:#9a3412;background:#fff7ed;border-radius:10px;margin-top:14px;padding:12px;font-size:12px}.aiPolicyHint code{background:#ffedd5;border-radius:5px;padding:2px 5px}@media (max-width:1100px){.aiProviderGrid{grid-template-columns:1fr}.aiCostGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.aiAdminIntro{flex-direction:column;align-items:flex-start}.aiProviderFields,.aiCostGrid{grid-template-columns:1fr}.aiCreditRatio{flex-direction:column;align-items:flex-start}}.qrmProductFormPage,.qrmPromoPage{--qrm-border:#e5e7eb;--qrm-muted:#64748b;--qrm-bg:#f8fafc;--qrm-text:#111827;flex-direction:column;gap:16px;display:flex}.qrmProductFormPage *,.qrmPromoPage *{box-sizing:border-box}.qrmFormTopbar,.qrmPromoHead{justify-content:space-between;align-items:center;gap:16px;display:flex}.qrmFormTitle{flex:1;min-width:0}.qrmFormTitle h2{margin:0;font-size:20px;line-height:1.2}.qrmFormTitle small,.qrmPromoHead p{color:var(--qrm-muted)}.qrmProductFormLayout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:16px;display:grid}.qrmProductFormMain,.qrmProductFormSide{flex-direction:column;gap:14px;display:flex}.qrmFormCard{min-width:0;border:1px solid var(--qrm-border)!important;background:#fff!important;border-radius:16px!important;margin:0!important;padding:16px!important;display:block!important;box-shadow:0 1px 2px #0f172a08!important}.qrmFormCard>header{border-bottom:1px solid #f1f5f9!important;justify-content:space-between!important;align-items:flex-start!important;gap:12px!important;margin:0 0 14px!important;padding:0 0 12px!important;display:flex!important}.qrmFormCard>header h3{margin:2px 0 0!important;font-size:16px!important}.qrmFormCard>header small{letter-spacing:.08em!important;color:#94a3b8!important;font-size:10px!important;font-weight:800!important}.qrmFieldGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:0 0 12px!important;display:grid!important}.qrmFieldStack{flex-direction:column!important;gap:12px!important;display:flex!important}.qrmFieldGrid label,.qrmFieldStack label,.qrmFullField,.qrmNutritionGrid label,.qrmLocaleSelect{color:#334155!important;flex-direction:column!important;gap:6px!important;min-width:0!important;margin:0!important;font-size:12px!important;font-weight:700!important;display:flex!important}.qrmFieldGrid label>span,.qrmFieldStack label>span,.qrmFullField>span,.qrmNutritionGrid label>span,.qrmLocaleSelect>span{display:block!important}.qrmProductFormPage input:not([type=checkbox]):not([type=radio]),.qrmProductFormPage select,.qrmProductFormPage textarea,.qrmPromoPage input:not([type=checkbox]):not([type=radio]),.qrmPromoPage select,.qrmPromoPage textarea,.qrmVariantRow input{color:#0f172a!important;width:100%!important;max-width:100%!important;box-shadow:none!important;font:inherit!important;background:#fff!important;border:1px solid #dbe2ea!important;border-radius:10px!important;outline:none!important;display:block!important}.qrmProductFormPage input:not([type=checkbox]):not([type=radio]),.qrmProductFormPage select,.qrmPromoPage input:not([type=checkbox]):not([type=radio]),.qrmPromoPage select,.qrmVariantRow input{height:40px!important;padding:0 11px!important}.qrmProductFormPage textarea,.qrmPromoPage textarea{resize:vertical!important;padding:10px 11px!important;line-height:1.45!important}.qrmProductFormPage input:focus,.qrmProductFormPage select:focus,.qrmProductFormPage textarea:focus,.qrmPromoPage input:focus,.qrmPromoPage select:focus,.qrmPromoPage textarea:focus{border-color:#94a3b8!important;box-shadow:0 0 0 3px #94a3b826!important}.qrmFieldStack small,.qrmFormCard>small{color:#94a3b8!important;font-size:11px!important}.qrmCheckGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.qrmCheckGrid label,.qrmToggleLine,.qrmActiveToggle{background:#fafcfe!important;border:1px solid #e8edf3!important;border-radius:10px!important;flex-direction:row!important;align-items:center!important;gap:9px!important;margin:0!important;padding:10px!important;font-size:12px!important;font-weight:700!important;display:flex!important}.qrmCheckGrid input,.qrmToggleLine input,.qrmActiveToggle input,.qrmPickerGrid input{flex:0 0 16px!important;width:16px!important;height:16px!important;margin:0!important}.qrmStickyCard{position:sticky;top:78px}.qrmVariantList{flex-direction:column;gap:8px;display:flex}.qrmVariantRow{grid-template-columns:minmax(0,1fr) 130px 38px;align-items:center;gap:8px;display:grid}.qrmVariantRow button{height:38px!important}.qrmSubSection{border-top:1px solid #eef2f7;margin-top:16px;padding-top:14px}.qrmSubSection h4{margin:0 0 10px;font-size:13px}.qrmNutritionGrid{margin-top:12px;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:9px!important;display:grid!important}.qrmMediaGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.qrmMediaGrid>div,.qrmMediaAdd{aspect-ratio:1;background:#f8fafc;border:1px solid #e5e7eb;border-radius:11px;position:relative;overflow:hidden}.qrmMediaGrid img{object-fit:cover;width:100%;height:100%}.qrmMediaGrid>div button{color:#fff;background:#0f172acc;border:0;border-radius:50%;width:26px;height:26px;position:absolute;top:5px;right:5px}.qrmMediaAdd{color:#475569!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:100%!important;display:flex!important}.qrmMediaAdd svg{width:20px}.qrmWeekdays{flex-wrap:wrap;gap:6px;margin:0 0 12px;display:flex}.qrmWeekdays button{background:#fff;border:1px solid #dbe2ea;border-radius:9px;min-width:40px;height:34px;padding:0 8px;font-size:11px;font-weight:700}.qrmWeekdays button.active{color:#fff;background:#111827;border-color:#111827}.qrmDivider{background:#eef2f7;height:1px;margin:14px 0}.qrmMobileSave{display:none}.qrmPromoTypes{gap:8px;padding:2px 0 6px;display:flex;overflow:auto}.qrmPromoTypes>button{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:9px;min-width:165px;padding:11px 12px;display:flex}.qrmPromoTypes svg{width:17px}.qrmPromoTypes span{flex-direction:column;gap:2px;display:flex}.qrmPromoTypes small{color:#94a3b8}.qrmPromoGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.qrmPromoCard{background:#fff;border:1px solid #e5e7eb;border-radius:15px;flex-direction:column;gap:9px;padding:14px;display:flex}.qrmPromoCard>header,.qrmPromoCard>footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.qrmPromoCard h3{margin:0;font-size:15px}.qrmPromoCard p{color:#64748b;margin:0;font-size:12px;line-height:1.45}.qrmPromoCard footer{margin-top:auto;padding-top:5px}.qrmPromoStatus{color:#64748b;background:#f1f5f9;border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800}.qrmPromoStatus.active{color:#047857;background:#ecfdf5}.qrmPromoMeta{color:#64748b;flex-direction:column;gap:4px;font-size:11px;display:flex}.qrmPromoMeta span{align-items:center;gap:5px;display:flex}.qrmPromoMeta svg{width:13px}.qrmPromoEditorBack{z-index:1800;background:#0f172a94;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.qrmPromoEditor{background:#f8fafc;flex-direction:column;width:min(760px,96vw);height:100%;display:flex;box-shadow:-20px 0 60px #0003}.qrmPromoEditor>header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.qrmPromoEditor>header h2{margin:2px 0 0;font-size:19px}.qrmPromoEditor>header small{color:#94a3b8;letter-spacing:.08em;font-size:10px;font-weight:800}.qrmPromoEditor>header>button{background:#f1f5f9;border:0;border-radius:50%;width:36px;height:36px;font-size:22px}.qrmPromoEditorBody{flex-direction:column;flex:1;gap:12px;padding:14px;display:flex;overflow:auto}.qrmPromoEditor>footer{background:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:8px;padding:12px 14px;display:flex}.qrmPromoContentCard{background:#fffdf9!important;border-color:#fed7aa!important}.qrmPickerGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:210px;display:grid;overflow:auto}.qrmPickerGrid label{background:#fff!important;border:1px solid #edf0f4!important;border-radius:9px!important;flex-direction:row!important;align-items:center!important;gap:8px!important;margin:0!important;padding:8px 9px!important;font-size:12px!important;display:flex!important}.qrmActiveToggle span{flex-direction:column;display:flex}.qrmActiveToggle small{color:#64748b;font-weight:400}.qrmLocaleSelect{min-width:90px}.qrmLocaleSelect select{height:34px!important}.qrmPublicPromotions{padding:14px 14px 2px}.qrmPublicPromotions>header{justify-content:space-between;align-items:end;margin-bottom:10px;display:flex}.qrmPublicPromotions>header small{letter-spacing:.1em;color:#f05a18;font-size:10px;font-weight:900}.qrmPublicPromotions h2{margin:2px 0 0;font-size:20px}.qrmPublicPromoRail{scroll-snap-type:x mandatory;grid-auto-columns:minmax(245px,72vw);grid-auto-flow:column;gap:10px;padding-bottom:8px;display:grid;overflow-x:auto}.qrmPublicPromoCard{scroll-snap-align:start;color:#fff;background:#111827;border-radius:18px;flex-direction:column;gap:7px;min-height:150px;padding:15px;display:flex;position:relative;overflow:hidden}.qrmPublicPromoCard:after{content:"";background:#ffffff14;border-radius:50%;width:110px;height:110px;position:absolute;bottom:-45px;right:-35px}.qrmPublicPromoCard h3{max-width:85%;margin:0;font-size:17px}.qrmPublicPromoCard p,.qrmPublicPromoCard small,.qrmPublicPromoCard em{color:#ffffffc2;margin:0;font-size:11px;font-style:normal;line-height:1.4}.qrmPublicPromoBadge{color:#fff;background:#f05a18;border-radius:999px;align-self:flex-start;padding:5px 8px;font-size:9px;font-weight:900}.qrmPublicPromoSchedule{margin-top:auto;font-size:11px;font-weight:800}.fastCategoryDrawerBack{z-index:2100!important}.fastCategoryDrawer{padding:0!important}.fastCategoryDrawer>header{padding:18px!important}.fastCategoryDrawer>header span{flex-direction:column;display:flex}.fastCategoryDrawer>header small{color:#94a3b8;letter-spacing:.1em;font-size:9px;font-weight:800}.fastCategoryDrawer nav{padding:8px 14px 20px!important}.fastCategoryDrawer nav button{border-bottom:0!important;border-radius:12px!important;margin:2px 0!important;padding:8px!important}.fastCategoryDrawer nav button:hover{background:#f8fafc!important}.fastCategoryDrawer nav img,.drawerCategoryFallback{object-fit:cover;background:#f1f5f9;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.fastCategoryDrawer nav b{font-size:13px}@media (max-width:1100px){.qrmProductFormLayout{grid-template-columns:minmax(0,1fr) 300px}.qrmNutritionGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.qrmPromoGrid,.qrmCheckGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.qrmFormTopbar{grid-template-columns:1fr auto;display:grid}.qrmFormTopbar>.secondaryBtn{grid-column:1/-1;justify-self:start}.qrmFormTopbar>.primaryBtn{display:none}.qrmProductFormLayout{grid-template-columns:1fr}.qrmStickyCard{position:static}.qrmFieldGrid,.qrmNutritionGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.qrmCheckGrid{grid-template-columns:1fr 1fr!important}.qrmMediaGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.qrmMobileSave{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #e5e7eb;border-radius:13px;padding:8px;display:block;position:sticky;bottom:8px}.qrmMobileSave button{width:100%}.qrmPromoHead{flex-direction:column;align-items:flex-start}.qrmPromoGrid{grid-template-columns:1fr}.qrmPromoEditor{width:100vw}.qrmPickerGrid{grid-template-columns:1fr}.qrmPromoEditorBody{padding:10px}.qrmFormCard{padding:13px!important}.qrmPublicPromotions{padding-left:12px;padding-right:12px}.qrmPublicPromoRail{grid-auto-columns:82vw}}@media (max-width:480px){.qrmFieldGrid,.qrmNutritionGrid,.qrmCheckGrid{grid-template-columns:1fr!important}.qrmVariantRow{grid-template-columns:1fr 100px 36px}.qrmMediaGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}.fastDesktopSidebar,.fastDesktopCartPanel,.fastDesktopHero{display:none}@media (min-width:1024px){body:has(.publicMenu.menuTheme-fast){overflow-x:hidden;background:#eef3ef!important}.publicMenu.menuTheme-fast{border:1px solid #dfe7e2;align-items:start;width:min(1540px,100vw - 40px);min-height:calc(100vh - 40px);position:relative;box-shadow:0 22px 70px #0f23191f;background:#f7f9f8!important;border-radius:26px!important;grid-template-columns:220px minmax(0,1fr) 360px!important;column-gap:0!important;margin:20px auto!important;padding:0!important;display:grid!important;overflow:visible!important}.publicMenu.menuTheme-fast>:not(.fastDesktopSidebar):not(.fastDesktopCartPanel):not(.orderCodeBack):not(.fastCategoryDrawerBack):not(.fastCartSheetBack){min-width:0;grid-column:2!important}.fastDesktopSidebar{z-index:90;background:#fff;border-right:1px solid #e9eeeb;border-radius:26px 0 0 26px;flex-direction:column;align-self:start;height:calc(100vh - 40px);padding:20px 14px;position:sticky;top:20px;overflow:auto;grid-area:1/1/999!important;display:flex!important}.fastDesktopBrand{border-bottom:1px solid #eef2ef;align-items:center;gap:10px;padding:2px 6px 18px;display:flex}.fastDesktopBrand img,.fastDesktopBrandFallback{object-fit:contain;background:#fff;border:1px solid #e7ece8;border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.fastDesktopBrand div{flex-direction:column;min-width:0;display:flex}.fastDesktopBrand b{white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.fastDesktopBrand small{color:#8a9690;margin-top:2px;font-size:10px}.fastDesktopMainNav{flex-direction:column;gap:5px;padding:16px 0;display:flex}.fastDesktopMainNav button{color:#25322b;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:11px;height:43px;padding:0 13px;font-size:12px;font-weight:750;display:flex}.fastDesktopMainNav button svg{color:#0c9d40;width:17px;height:17px}.fastDesktopMainNav button.active{color:#fff;background:#079f3c}.fastDesktopMainNav button.active svg{color:#fff}.fastDesktopCategoryTitle{letter-spacing:.12em;color:#9aa59f;padding:7px 12px;font-size:9px;font-weight:900}.fastDesktopCategories{flex-direction:column;gap:4px;display:flex}.fastDesktopCategories button{text-align:left;color:#354139;background:0 0;border:0;border-radius:11px;align-items:center;gap:9px;min-height:42px;padding:7px 10px;display:flex}.fastDesktopCategories button:hover,.fastDesktopCategories button.active{color:#078e36;background:#eefaf2}.fastDesktopCategories img,.fastDesktopCatIcon{object-fit:cover;background:#eef5f0;border-radius:9px;flex:0 0 30px;place-items:center;width:30px;height:30px;font-size:11px;font-weight:900;display:grid}.fastDesktopCategories b{font-size:11px;line-height:1.2}.fastDesktopSideFooter{border-top:1px solid #eef2ef;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding:13px 7px 2px;display:flex}.fastDesktopSideFooter small{color:#8b9791;font-weight:800}.fastDesktopSideFooter button{color:#0a9a3c;background:0 0;border:0;padding:0;font-size:10px;font-weight:800}.fastFoodHeader.fastFoodHeaderReference{z-index:70!important;background:#fff!important;border-bottom:1px solid #e9eeeb!important;border-radius:0!important;grid-column:2!important;min-height:74px!important;margin:0!important;padding:14px 22px!important;position:sticky!important;top:20px!important}.fastFoodHeader .fastMenuButton,.fastFoodHeader .fastFoodBrand{display:none!important}.fastFoodHeadActions{margin-left:auto!important}.fastFoodHeadActions button,.fastLangBtn{background:#f5f8f6!important;border:1px solid #e7ece9!important;border-radius:11px!important;height:38px!important}.fastFoodSearch{z-index:69!important;background:#fff!important;border-bottom:1px solid #eff3f0!important;border-radius:0!important;grid-column:2!important;margin:0!important;padding:14px 20px 12px!important;position:sticky!important;top:94px!important}.fastFoodSearch input{background:#f6f8f7!important;border:1px solid #edf1ef!important;border-radius:12px!important;height:44px!important;padding-left:42px!important}.fastFoodSearch>svg{left:34px!important}.fastSearchFilter{right:32px!important}.fastDesktopHero{background:#f7f9f8;grid-column:2!important;padding:18px 20px 6px!important;display:block!important}.fastDesktopHero .storeSliderModule{margin:0!important}.fastDesktopHero .storeSliderModule>h2{display:none!important}.fastDesktopHero .storeSlider{height:clamp(300px,31vw,430px)!important;min-height:300px!important}.fastDesktopHero .storeSlide{border-radius:18px!important}.fastDesktopHero .storeSlideCopy{max-width:56%;background:linear-gradient(90deg,#000000a3,#00000014)!important;padding:32px!important}.fastDesktopHero .storeSlideCopy b{font-size:clamp(25px,2.4vw,40px)!important;line-height:1.05!important}.fastDesktopHero .storeSlideCopy em{max-width:480px!important;font-size:14px!important}.fastCategoryRail{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:66!important;background:#f7f9f8f5!important;border-bottom:1px solid #e8eeea!important;grid-column:2!important;gap:10px!important;margin:0!important;padding:12px 20px 14px!important;display:flex!important;position:sticky!important;top:151px!important;overflow-x:auto!important}.fastCategoryRail button{background:#fff!important;border:1px solid #e5ebe7!important;border-radius:14px!important;gap:5px!important;min-width:104px!important;height:92px!important;padding:9px!important;box-shadow:0 4px 14px #14281c0d!important}.fastCategoryRail button.active{background:#e8f8ee!important;border-color:#bfe6cc!important}.fastCategoryRail .fastCategoryImg{border-radius:11px!important;width:42px!important;height:42px!important}.fastCategoryRail b{font-size:10px!important}.publicStoreContact{grid-column:2!important;margin:0 20px!important}.qrmPublicPromotions{grid-column:2!important;padding:18px 20px 4px!important}.qrmPublicPromoRail{grid-auto-columns:minmax(280px,34%)!important}.qrmPublicPromoCard{border-radius:16px!important;min-height:168px!important}.storefrontModules{min-width:0;flex-direction:column!important;grid-column:2!important;gap:20px!important;padding:10px 20px 36px!important;display:flex!important}.storefrontModules>.storeSliderModule{display:none!important}.storefrontModules .storeModule{margin:0!important}.storefrontModules .storeModule>h2{margin:0 0 12px!important;font-size:20px!important}.storefrontModules .menuProductList,.storefrontModules .productGrid,.storefrontModules .layout-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.storefrontModules .menuProductCard,.storefrontModules .productCard{background:#fff!important;border:1px solid #e3e9e5!important;border-radius:15px!important;overflow:hidden!important;box-shadow:0 5px 18px #14281c0e!important}.storefrontModules .menuProductCard img,.storefrontModules .productCard img{aspect-ratio:1.2!important;object-fit:cover!important}.categoryProductSection{scroll-margin-top:265px!important}.fastDesktopCartPanel{z-index:91;background:#fff;border-left:1px solid #e7ece9;border-radius:0 26px 26px 0;flex-direction:column;align-self:start;height:calc(100vh - 40px);padding:20px 18px;position:sticky;top:20px;grid-area:1/3/999!important;display:flex!important}.fastDesktopCartPanel>header{border-bottom:1px solid #eef2ef;justify-content:space-between;align-items:flex-start;padding-bottom:15px;display:flex}.fastDesktopCartPanel>header small{letter-spacing:.12em;color:#9aa59f;font-size:9px;font-weight:900}.fastDesktopCartPanel>header h2{margin:3px 0 0;font-size:20px}.fastDesktopCartPanel>header svg{color:#0a9e3c;width:22px}.fastDesktopOrderType{background:#f3f6f4;border-radius:11px;grid-template-columns:1fr 1fr;margin:14px 0;padding:4px;display:grid}.fastDesktopOrderType button{background:0 0;border:0;border-radius:8px;height:36px;font-size:11px;font-weight:800}.fastDesktopOrderType button.active{color:#087f33;background:#cfeedd}.fastDesktopCartItems{flex-direction:column;flex:1;gap:9px;min-height:0;padding:3px 0 12px;display:flex;overflow:auto}.fastDesktopCartItems article{background:#fff;border:1px solid #e7ece9;border-radius:12px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;display:grid}.fastDesktopCartThumb{background:#f3f6f4;border-radius:9px;place-items:center;width:54px;height:48px;display:grid;overflow:hidden}.fastDesktopCartThumb img{object-fit:cover;width:100%;height:100%}.fastDesktopCartThumb svg{color:#a0aba5;width:17px}.fastDesktopCartCopy{flex-direction:column;gap:2px;min-width:0;display:flex}.fastDesktopCartCopy b{font-size:10px;line-height:1.3}.fastDesktopCartCopy small,.fastDesktopCartCopy span{color:#85918a;font-size:9px}.fastDesktopCartItems article>strong{color:#078f36;white-space:nowrap;font-size:10px}.fastDesktopEmptyCart{text-align:center;color:#8d9992;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:100%;min-height:180px;display:flex}.fastDesktopEmptyCart svg{width:30px}.fastDesktopEmptyCart b{color:#445049;font-size:13px}.fastDesktopEmptyCart span{font-size:10px}.fastDesktopCartTotals{border-top:1px solid #edf1ef;flex-direction:column;gap:8px;padding:14px 0 10px;display:flex}.fastDesktopCartTotals>div{color:#6f7c75;justify-content:space-between;align-items:center;font-size:11px;display:flex}.fastDesktopCartTotals .total{color:#1c2621;border-top:1px dashed #dfe5e1;padding-top:6px;font-size:14px}.fastDesktopCartTotals strong{font-size:18px}.fastDesktopCheckout{color:#fff;background:#079e3b;border:0;border-radius:11px;height:48px;font-size:13px;font-weight:850}.fastDesktopCheckout:disabled{opacity:.45}.orderOptions,.menuBottom,.fastAppBottomNav,.fastCartSheetBack{display:none!important}}@media (min-width:1280px){.publicMenu.menuTheme-fast{grid-template-columns:230px minmax(0,1fr) 380px!important}.storefrontModules .menuProductList,.storefrontModules .productGrid,.storefrontModules .layout-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (min-width:1540px){.storefrontModules .menuProductList,.storefrontModules .productGrid,.storefrontModules .layout-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (max-width:1023px){.fastDesktopSidebar,.fastDesktopCartPanel,.fastDesktopHero{display:none!important}.publicMenu.menuTheme-fast{border-radius:0!important;width:100%!important;min-height:100vh!important;margin:0!important;display:block!important}.fastFoodHeader.fastFoodHeaderReference,.fastFoodSearch{position:relative!important;top:auto!important}.fastCategoryRail{position:sticky!important;top:0!important}.storefrontModules>.storeSliderModule{display:block!important}.fastAppBottomNav,.menuBottom,.orderOptions{display:flex!important}}@media (min-width:1024px){html,body,#root{width:100%;min-width:0}body:has(.publicMenu.menuTheme-fast){background:#f5f7f6!important;margin:0!important;overflow-x:hidden!important}.publicMenu.menuTheme-fast{width:100%!important;max-width:none!important;min-height:100vh!important;box-shadow:none!important;background:#f5f7f6!important;border:0!important;border-radius:0!important;grid-template-columns:240px minmax(0,1fr) 380px!important;align-items:start!important;margin:0!important;display:grid!important;overflow:visible!important}.publicMenu.menuTheme-fast>:not(.fastDesktopSidebar):not(.fastDesktopCartPanel):not(.orderCodeBack):not(.fastCategoryDrawerBack):not(.fastCartSheetBack){min-width:0;grid-column:2!important}.fastDesktopSidebar{height:100vh!important;box-shadow:none!important;background:#fff!important;border-right:1px solid #e2e7e4!important;border-radius:0!important;grid-area:1/1/999!important;padding:24px 16px!important;display:flex!important;position:sticky!important;top:0!important}.fastDesktopCartPanel{height:100vh!important;box-shadow:none!important;background:#fff!important;border-left:1px solid #e2e7e4!important;border-radius:0!important;grid-area:1/3/999!important;padding:22px 18px!important;display:flex!important;position:sticky!important;top:0!important}.fastFoodHeader.fastFoodHeaderReference{background:#fff!important;border-radius:0!important;min-height:74px!important;padding:14px 28px!important;top:0!important}.fastFoodSearch{background:#fff!important;padding:14px 28px!important;top:74px!important}.fastDesktopHero{background:#f5f7f6!important;padding:24px 28px 8px!important}.fastDesktopHero .storeSlider{height:clamp(330px,31vw,560px)!important;min-height:330px!important}.fastDesktopHero .storeSlide{border-radius:18px!important}.fastCategoryRail{background:#f5f7f6f7!important;padding:14px 28px!important;top:146px!important}.qrmPublicPromotions{padding:24px 28px 4px!important}.storefrontModules{padding:14px 28px 54px!important}.storefrontModules .menuProductList,.storefrontModules .productGrid,.storefrontModules .layout-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.storefrontModules .menuProductCard,.storefrontModules .productCard{border-radius:14px!important;box-shadow:0 5px 18px #16231c0d!important}}@media (min-width:1280px){.publicMenu.menuTheme-fast{grid-template-columns:250px minmax(0,1fr) 390px!important}.storefrontModules .menuProductList,.storefrontModules .productGrid,.storefrontModules .layout-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (min-width:1700px){.publicMenu.menuTheme-fast{grid-template-columns:270px minmax(0,1fr) 420px!important}.storefrontModules .menuProductList,.storefrontModules .productGrid,.storefrontModules .layout-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.fastDesktopHero,.qrmPublicPromotions,.storefrontModules{padding-left:36px!important;padding-right:36px!important}}@media (max-width:1023px){.publicMenu.menuTheme-fast{width:100%!important;max-width:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;margin:0!important}.fastDesktopSidebar,.fastDesktopCartPanel,.fastDesktopHero{display:none!important}.fastFoodHeader.fastFoodHeaderReference,.fastFoodSearch{position:relative!important;top:auto!important}.storefrontModules{padding-left:16px!important;padding-right:16px!important}}@media (max-width:680px){.storefrontModules .menuProductList,.storefrontModules .productGrid,.storefrontModules .layout-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.qrmPosPage{flex-direction:column;gap:16px;min-width:0;display:flex}.qrmPosHead{background:#fff;border:1px solid #e5e9e7;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.qrmPosHead small{letter-spacing:.12em;color:#7c8982;font-size:10px;font-weight:900}.qrmPosHead h2{margin:3px 0 2px;font-size:26px}.qrmPosHead p{color:#78847e;margin:0;font-size:12px}.qrmPosSearch{width:min(440px,42vw);position:relative}.qrmPosSearch svg{color:#819087;width:18px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.qrmPosSearch input{background:#f8faf9;border:1px solid #dfe6e2;border-radius:11px;width:100%;height:44px;padding:0 14px 0 42px}.qrmPosLayout{grid-template-columns:190px minmax(0,1fr) 360px;align-items:start;gap:14px;min-width:0;display:grid}.qrmPosCategories,.qrmPosCart{background:#fff;border:1px solid #e4e9e6;border-radius:15px}.qrmPosCategories{flex-direction:column;gap:5px;padding:10px;display:flex;position:sticky;top:84px}.qrmPosCategories button{text-align:left;background:0 0;border:0;border-radius:10px;justify-content:space-between;gap:10px;padding:11px 12px;font-size:12px;font-weight:750;display:flex}.qrmPosCategories button span{color:#909c95;font-size:10px}.qrmPosCategories button.active{color:#0a8f3a;background:#edf8f1}.qrmPosProducts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-width:0;display:grid}.qrmPosProduct{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8e4;border-radius:14px;padding:0;transition:all .16s;position:relative;overflow:hidden}.qrmPosProduct:hover{transform:translateY(-2px);box-shadow:0 8px 24px #14281c14}.qrmPosProductImg{aspect-ratio:1.35;background:#f3f6f4;place-items:center;display:grid;overflow:hidden}.qrmPosProductImg img{object-fit:cover;width:100%;height:100%}.qrmPosProductImg svg{color:#9aa59f;width:28px}.qrmPosProduct>div:nth-child(2){flex-direction:column;gap:3px;padding:12px 12px 14px;display:flex}.qrmPosProduct b{font-size:12px}.qrmPosProduct small{color:#8a9690;font-size:9px}.qrmPosProduct strong{color:#078d37;margin-top:5px;font-size:13px}.qrmPosProduct>svg{color:#fff;background:#0a9e3c;border-radius:50%;width:24px;height:24px;padding:5px;position:absolute;bottom:12px;right:10px}.qrmPosCart{flex-direction:column;max-height:calc(100vh - 108px);padding:15px;display:flex;position:sticky;top:84px}.qrmPosCart>header{border-bottom:1px solid #edf1ef;justify-content:space-between;align-items:flex-start;padding-bottom:12px;display:flex}.qrmPosCart>header small{letter-spacing:.12em;color:#8c9891;font-size:9px;font-weight:900}.qrmPosCart>header h3{margin:2px 0 0}.qrmPosCart>header span{color:#78857e;font-size:10px}.qrmPosField{color:#65726b;padding:11px 0;font-size:10px;font-weight:800}.qrmPosField select{background:#fff;border:1px solid #dfe5e1;border-radius:9px;width:100%;height:38px;margin-top:5px;padding:0 10px}.qrmPosCartLines{flex-direction:column;flex:1;gap:7px;min-height:180px;display:flex;overflow:auto}.qrmPosCartLines article{border:1px solid #e5eae7;border-radius:10px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 30px 7px 7px;display:grid;position:relative}.qrmPosLineImg{background:#f3f6f4;border-radius:8px;place-items:center;width:48px;height:44px;display:grid;overflow:hidden}.qrmPosLineImg img{object-fit:cover;width:100%;height:100%}.qrmPosLineCopy{min-width:0}.qrmPosLineCopy>b{font-size:10px;display:block}.qrmPosLineCopy>small{color:#87938c;font-size:9px}.qrmPosLineCopy>div{align-items:center;gap:7px;margin-top:5px;display:flex}.qrmPosLineCopy button{background:#fff;border:1px solid #dce4df;border-radius:6px;place-items:center;width:22px;height:22px;display:grid}.qrmPosLineCopy button svg{width:12px}.qrmPosLineCopy span{font-size:10px;font-weight:800}.qrmPosCartLines article>strong{color:#078d37;font-size:10px}.qrmPosRemove{color:#a45858;background:0 0;border:0;padding:2px;position:absolute;top:6px;right:6px}.qrmPosRemove svg{width:14px}.qrmPosCartEmpty{color:#929e97;flex-direction:column;justify-content:center;align-items:center;gap:5px;height:180px;display:flex}.qrmPosCartEmpty svg{width:28px}.qrmPosCartEmpty b{color:#536059;font-size:12px}.qrmPosCartEmpty span{font-size:10px}.qrmPosPayment{grid-template-columns:1fr 1fr 1fr;gap:6px;padding:10px 0;display:grid}.qrmPosPayment button{background:#fff;border:1px solid #dfe5e1;border-radius:9px;justify-content:center;align-items:center;gap:5px;height:38px;font-size:10px;font-weight:750;display:flex}.qrmPosPayment button svg{width:14px}.qrmPosPayment button.active{color:#087f33;background:#edf8f1;border-color:#bfe1cb}.qrmPosTotal{border-top:1px solid #e8ecea;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.qrmPosTotal span{font-size:12px}.qrmPosTotal strong{font-size:19px}.qrmPosActions{grid-template-columns:1fr 1fr;gap:7px;display:grid}.qrmPosActions button{color:#fff;background:#0a9e3c;border:0;border-radius:9px;min-height:44px;font-size:11px;font-weight:800}.qrmPosActions button+button{background:#19251e}.qrmPosActions button svg{vertical-align:middle;width:14px}.qrmPosActions button:disabled{opacity:.45}.orderPrintBtn{color:#27352d;background:#fff;border:1px solid #dce5df;border-radius:9px;align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:750;display:inline-flex}.orderPrintBtn svg{width:15px}@media (max-width:1250px){.qrmPosLayout{grid-template-columns:160px minmax(0,1fr) 320px}.qrmPosProducts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.qrmPosHead{flex-direction:column;align-items:stretch}.qrmPosSearch{width:100%}.qrmPosLayout{flex-direction:column;display:flex}.qrmPosCategories{flex-direction:row;width:100%;position:static;overflow-x:auto}.qrmPosCategories button{white-space:nowrap}.qrmPosProducts{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.qrmPosCart{width:100%;max-height:none;position:static}}@media (max-width:560px){.qrmPosProducts{grid-template-columns:1fr 1fr}.qrmPosActions{grid-template-columns:1fr}.qrmPosProduct>div:nth-child(2){padding:9px}.qrmPosProduct b{font-size:11px}}.qrmWaiterItemList label{border-bottom:1px solid #edf0ee;grid-template-columns:22px 28px minmax(0,1fr) auto;align-items:center;gap:7px;padding:8px 4px;display:grid}.qrmWaiterItemList label:last-child{border-bottom:0}.qrmWaiterItemList label input{width:16px;height:16px}.qrmWaiterItemList label span{font-size:12px}.qrmWaiterItemList label span small{color:#87928b;margin-top:2px;font-size:9px;display:block}.qrmWaiterItemList label em{background:#f2f4f3;border-radius:6px;padding:4px 6px;font-size:9px;font-style:normal}.qrmWaiterItemList label.delivered{opacity:.55}.qrmWaiterItemList label.delivered span{text-decoration:line-through}.qrmWaiterItemList label.delivered em{color:#087f34;background:#edf8f0}.notificationHeadActions{align-items:center;gap:7px;display:flex}.notificationHeadActions>span{background:#f2f4f6;border-radius:999px;place-items:center;min-width:25px;height:25px;font-size:10px;font-weight:900;display:grid}.notificationHeadActions button{border:1px solid var(--fd-line,#e7e7ea);color:#a33;background:#fff;border-radius:8px;align-items:center;gap:4px;height:30px;padding:0 8px;font-size:9px;font-weight:800;display:flex}.notificationHeadActions button svg,.notificationDelete svg{width:12px}.ordersNotificationList article{padding-right:34px;position:relative}.notificationDelete{color:#a7adb5;background:0 0;border:0;border-radius:7px;place-items:center;width:25px;height:25px;display:grid;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.notificationDelete:hover{color:#b42318;background:#fff1f0}.orderHistoryPanel{border:1px solid var(--fd-line,#e5e7eb);background:#fff;border-radius:16px;margin-top:18px;overflow:hidden}.orderHistoryPanel>header{border-bottom:1px solid var(--fd-line,#e5e7eb);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.orderHistoryPanel>header small{letter-spacing:.13em;color:#8a919c;font-size:9px;font-weight:900}.orderHistoryPanel>header h3{margin:3px 0;font-size:18px}.orderHistoryPanel>header p{color:#737b87;margin:0;font-size:11px}.historyFilters{border-bottom:1px solid var(--fd-line,#e5e7eb);background:#fafbfc;grid-template-columns:180px 1fr 190px;gap:10px;padding:14px 20px;display:grid}.historyFilters label{color:#667085;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.historyFilters input,.historyFilters select{background:#fff;border:1px solid #e1e4e8;border-radius:9px;outline:none;height:38px;padding:0 10px}.historyOrderTable{overflow:auto}.historyOrderTable table{border-collapse:collapse;width:100%}.historyOrderTable th,.historyOrderTable td{text-align:left;white-space:nowrap;border-bottom:1px solid #eef0f3;padding:12px 16px;font-size:11px}.historyOrderTable th{letter-spacing:.06em;text-transform:uppercase;color:#7b8490;background:#fff;font-size:9px}.historyOrderTable .miniBtn{align-items:center;gap:5px;display:inline-flex}.historyOrderTable .miniBtn svg{width:13px}.qrmPanelShell .wideSettings{max-width:1100px}.qrmPanelShell .wideSettings .contentCard{border-radius:15px;padding:24px}.qrmPanelShell .wideSettings .contentCard>h3{margin-bottom:20px;font-size:17px}.qrmPanelShell .wideSettings label{color:#454b54;flex-direction:column;gap:7px;margin-bottom:14px;font-size:11px;font-weight:800;display:flex}.qrmPanelShell .wideSettings .formGrid{gap:14px 16px}.qrmPanelShell .wideSettings input:not([type=checkbox]),.qrmPanelShell .wideSettings select,.qrmPanelShell .wideSettings textarea{width:100%;min-height:43px;font:inherit;color:#20242a;background:#fff;border:1px solid #dfe3e8;border-radius:10px;outline:none;padding:10px 12px;font-size:12px;transition:all .15s}.qrmPanelShell .wideSettings textarea{resize:vertical;min-height:92px}.qrmPanelShell .wideSettings input:focus,.qrmPanelShell .wideSettings select:focus,.qrmPanelShell .wideSettings textarea:focus{border-color:var(--fd-primary,#111);box-shadow:0 0 0 3px #1111110d}.qrmPanelShell .wideSettings small{line-height:1.5}.qrmPanelShell .wideSettings .checkRow,.qrmPanelShell .wideSettings .checkLine{flex-direction:row;align-items:center}.qrmPanelShell .wideSettings input[type=checkbox]{flex:none;width:16px;height:16px}.qrmPanelShell .settingsTabs{background:#fff;border:1px solid #e7e7ea;border-radius:12px;margin-bottom:18px;padding:6px}.qrmPanelShell .settingsTabs button{background:0 0;border:0}.qrmPanelShell .settingsTabs button.active{background:var(--fd-primary,#111);color:#fff}@media (max-width:760px){.historyFilters{grid-template-columns:1fr}.orderHistoryPanel>header{flex-direction:column;align-items:flex-start}.orderHistoryPanel>header .buttonRow{flex-wrap:wrap;width:100%}.qrmPanelShell .wideSettings .formGrid{grid-template-columns:1fr}}.appearanceSettingsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.appearanceSettingsGrid>label{flex-direction:column;gap:7px;display:flex}.appearanceSettingsGrid label>small{color:#7b8790;font-size:11px}.colorSetting{grid-template-columns:52px minmax(0,1fr);gap:8px;display:grid}.colorSetting input[type=color]{background:#fff;border:1px solid #dfe5e2;border-radius:10px;width:52px;height:42px;padding:3px}.appearanceMiniPreview{max-width:360px;font-family:var(--preview-body);background:#fff;border:1px solid #e2e8e4;border-radius:18px;margin-top:18px;overflow:hidden}.appearanceMiniPreview header{background:var(--preview-primary);color:var(--preview-primary-text);font-family:var(--preview-heading);padding:15px 18px}.appearanceMiniPreview>div{padding:18px}.appearanceMiniPreview h3{font-family:var(--preview-heading);margin:0 0 6px}.appearanceMiniPreview p{color:#6f7b73;margin:0 0 14px}.appearanceMiniPreview button{background:var(--preview-secondary);color:var(--preview-secondary-text);border:0;border-radius:9px;padding:9px 14px;font-weight:800}.builderMobileOnlyBadge{color:#167640;background:#eef7f1;border-radius:9px;align-items:center;height:34px;padding:0 12px;font-size:11px;font-weight:900;display:inline-flex}.builderCanvas{justify-content:center;display:flex}.builderDeviceMobile{font-family:var(--qrm-body-font,Inter,sans-serif)}.builderDeviceMobile h1,.builderDeviceMobile h2,.builderDeviceMobile h3{font-family:var(--qrm-heading-font,var(--qrm-body-font,Inter,sans-serif))}.builderDeviceMobile .fastFoodHeader{background:var(--qrm-primary,var(--qrm-accent,#0a9b42));color:var(--qrm-primary-text,#fff)}.builderDeviceMobile .menuProduct button{background:var(--qrm-secondary,#eef8f1);color:var(--qrm-secondary-text,#087d35)}@media (max-width:760px){.appearanceSettingsGrid{grid-template-columns:1fr}}.builderCanvas>.builderDeviceMobile{display:none!important}.builderActualPreview{background:#fff;border:1px solid #dfe5ec;border-radius:28px;width:390px;max-width:100%;height:780px;margin:18px auto;position:relative;overflow:hidden;box-shadow:0 18px 48px #0f172a24}.builderActualPreview iframe{background:#fff;border:0;width:100%;height:100%;display:block}.builderPreviewPending{color:#fff;text-align:center;background:#111827eb;border-radius:12px;padding:10px 12px;font-size:12px;position:absolute;bottom:12px;left:12px;right:12px;box-shadow:0 8px 25px #0000002e}.historyRowActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.historyRowActions .miniBtn.primary{color:#fff;background:#111827;border-color:#111827}@media (max-width:900px){.builderActualPreview{width:375px;height:740px}}.builderInteractiveRow{grid-template-columns:minmax(220px,300px) minmax(340px,420px);justify-content:center;align-items:start;gap:24px;width:100%;display:grid}.builderLiveModuleOrder{background:#fff;border:1px solid #e0e6e2;border-radius:18px;max-height:780px;padding:14px;overflow:auto}.builderOrderHead{flex-direction:column;gap:4px;padding:4px 4px 12px;display:flex}.builderOrderHead b{font-size:14px}.builderOrderHead small{color:#78847d;font-size:11px;line-height:1.4}.builderOrderItem{cursor:grab;background:#fff;border:1px solid #e6ebe8;border-radius:12px;grid-template-columns:22px minmax(0,1fr) 36px auto;align-items:center;gap:8px;margin-bottom:8px;padding:10px;display:grid}.builderOrderItem.selected{border-color:var(--qrm-accent,#0a9b42);box-shadow:0 0 0 2px color-mix(in srgb,var(--qrm-accent,#0a9b42) 15%,transparent)}.builderOrderItem.disabled{opacity:.5}.builderOrderItem>svg{color:#8b9690;width:17px}.builderOrderItem>div:nth-child(2){flex-direction:column;min-width:0;display:flex}.builderOrderItem b{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.builderOrderButtons{gap:2px;display:flex}.builderDropTail{text-align:center;color:#87928c;border:1px dashed #bfc9c2;border-radius:10px;padding:12px;font-size:10px}.builderCanvas{overflow:auto}.builderActualPreview{margin:0 auto!important}.builderInspector .inspectorSticky{max-height:calc(100vh - 120px);overflow:auto}@media (max-width:1250px){.builderInteractiveRow{grid-template-columns:1fr}.builderLiveModuleOrder{max-height:360px}.builderActualPreview{margin:0 auto!important}}.builderActualPreview{background:#f7f9f8!important;padding:0!important;overflow:auto!important}.builderPhoneTop{z-index:20;background:#fff;border-bottom:1px solid #e5eae7;grid-template-columns:78px 1fr;align-items:center;gap:8px;padding:10px 12px;display:grid;position:sticky;top:0}.builderPhoneLogo{align-items:center;height:46px;display:flex;overflow:hidden}.builderPhoneLogo img{object-fit:contain;max-width:76px;max-height:42px}.builderPhoneLogo b{font-size:12px}.builderPhoneSearch{color:#8a948f;background:#f4f6f5;border:1px solid #e3e8e5;border-radius:12px;align-items:center;gap:7px;height:46px;padding:0 10px;font-size:11px;display:flex}.builderPhoneSearch svg{width:15px}.builderModulePreview{padding:12px}.builderCanvasModule{cursor:pointer;border:1px dashed #0000;border-radius:14px;min-height:28px;margin-bottom:10px;position:relative}.builderCanvasModule:hover,.builderCanvasModule.selected{border-color:var(--qrm-primary,#0a9b42);box-shadow:0 0 0 2px color-mix(in srgb,var(--qrm-primary,#0a9b42) 12%,transparent)}.builderCanvasModule .canvasModuleTools{opacity:0;transition:all .15s}.builderCanvasModule:hover .canvasModuleTools,.builderCanvasModule.selected .canvasModuleTools{opacity:1}.builderCategoryModule{padding:10px 0}.builderCategoryModule h2{margin:0 0 8px;font-size:15px}.builderCategoryModule>div{gap:8px;display:flex;overflow:hidden}.builderCategoryModule span{text-align:center;flex:0 0 76px;gap:4px;display:grid}.builderCategoryModule img{object-fit:cover;border-radius:50%;width:58px;height:58px;margin:auto}.builderCategoryModule b{font-size:9px}.builderActualPreview .storeBannerModule{color:#fff;border-radius:14px;padding:18px}.builderActualPreview .storeBannerModule b{font-size:18px}.builderActualPreview .storeBannerModule p{font-size:11px}.builderActualPreview .storeSliderModule,.builderActualPreview .storeModule,.builderActualPreview .storeCampaignModule{margin:0!important;padding:0!important}.builderActualPreview .storeSlider{width:100%!important}.builderActualPreview .menuProduct{font-size:10px!important}.builderActualPreview .menuProduct h3{font-size:12px!important}.builderActualPreview .menuProduct p{font-size:9px!important}.builderActualPreview .module-popular .menuProductList,.builderActualPreview .module-popular .productGrid{scrollbar-width:none;grid-template-columns:none!important;gap:9px!important;padding-bottom:6px!important;display:flex!important;overflow-x:auto!important}.builderActualPreview .module-popular .menuProductList::-webkit-scrollbar{display:none}.builderActualPreview .module-popular .menuProduct{flex:0 0 150px!important;min-width:150px!important;max-width:150px!important}.builderActualPreview .module-popular>h2{margin-bottom:9px!important;font-size:17px!important}.builderDeviceMobile .menuProductList.moduleCols-1{grid-template-columns:1fr!important}.builderDeviceMobile .menuProductList.moduleCols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.builderDeviceMobile .menuProductList.moduleCols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.builderDeviceMobile .menuProductList.moduleCols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.builderDeviceMobile .menuProductList.moduleCols-3 .productPhoto,.builderDeviceMobile .menuProductList.moduleCols-4 .productPhoto{height:96px!important}.builderDeviceMobile .menuProductList.moduleCols-3 .productText,.builderDeviceMobile .menuProductList.moduleCols-4 .productText{padding:7px!important}.builderDeviceMobile .menuProductList.moduleCols-3 .productText h3,.builderDeviceMobile .menuProductList.moduleCols-4 .productText h3{font-size:12px!important}.settingMediaRow{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.builderCategoryChecklist{border:1px solid #e3e8e5;border-radius:12px;flex-direction:column;gap:6px;max-height:220px;padding:10px;display:flex;overflow:auto}.builderCategoryChecklist>small{letter-spacing:.1em;color:#7b8780;margin-bottom:4px;font-size:10px;font-weight:900}.builderCategoryChecklist .checkLine{margin:0!important;padding:6px 4px!important}.builderActualPreview{background-image:linear-gradient(#ffffffe0,#ffffffe0),var(--qrm-builder-bg)!important;background-position:top!important;background-size:cover!important}.menuProductList.layout-card{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.menuProductList.layout-card .menuProduct{display:block!important;position:relative!important;overflow:hidden!important}.menuProductList.layout-card .productPhoto{aspect-ratio:1!important;width:100%!important;height:auto!important}.menuProductList.layout-cover{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.menuProductList.layout-cover .menuProduct{color:#fff!important;background:#222!important;min-height:150px!important;position:relative!important;overflow:hidden!important}.menuProductList.layout-cover .productPhoto{opacity:.52!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.menuProductList.layout-cover .productText{z-index:2!important;color:#fff!important;padding:18px!important;position:relative!important}.builderDesignSettings{gap:10px;display:grid}.builderDesignSettings h4{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:12px 0 0;font-size:12px}.builderDesignSettings label{gap:5px;font-size:12px;font-weight:700;display:grid}.builderDesignSettings select,.builderDesignSettings input{width:100%}.builderPhoneTop{position:relative}.builderPhoneMenu,.builderPhoneCart,.builderPhoneSearchButton{background:0 0;border:0;font-size:20px}.builderActualPreview.header-layout-centered .builderPhoneTop{grid-template-columns:44px 1fr 44px;align-items:center;display:grid}.builderActualPreview.header-layout-centered .builderPhoneLogo{justify-self:center}.builderActualPreview.header-layout-left .builderPhoneTop{grid-template-columns:44px 1fr 44px;align-items:center;display:grid}.builderActualPreview.header-layout-left .builderPhoneLogo{justify-self:start}.builderActualPreview.search-style-fixed .builderPhoneSearch{grid-column:1/-1}.builderActualPreview.search-style-button .builderPhoneSearchButton{grid-column:3}@media (min-width:1251px){.builderStudio{grid-template-columns:180px minmax(720px,960px) minmax(340px,380px)!important;justify-content:center!important;gap:14px!important}.builderCanvas{width:100%!important;max-width:960px!important;padding:14px!important}.builderInspector{width:100%!important;min-width:340px!important}.builderInspector .inspectorSticky{padding:16px!important}.inspectorFields{gap:12px!important}.inspectorFields label{font-size:11px!important}.inspectorFields input,.inspectorFields select,.inspectorFields textarea{padding:10px 11px!important;font-size:12px!important}.builderCategoryChecklist{max-height:280px!important;padding-right:4px!important;overflow:auto!important}}@media (min-width:1600px){.builderStudio{grid-template-columns:190px minmax(760px,1000px) minmax(360px,400px)!important;gap:16px!important}.builderCanvas{max-width:1000px!important}}.builderActualPreview .menuProductList.layout-list{grid-template-columns:1fr!important;gap:8px!important;padding:0!important;display:grid!important}.builderActualPreview .menuProductList.layout-list .menuProduct{background:#fff!important;border:1px solid #e2e8e4!important;border-radius:14px!important;grid-template-columns:82px minmax(0,1fr) 34px!important;align-items:stretch!important;gap:9px!important;min-height:82px!important;padding:0!important;display:grid!important;overflow:hidden!important}.builderActualPreview .menuProductList.layout-list .productPhoto{border-radius:0!important;align-self:stretch!important;width:82px!important;height:100%!important;min-height:82px!important}.builderActualPreview .menuProductList.layout-list .productPhoto img{object-fit:cover!important;width:100%!important;height:100%!important}.builderActualPreview .menuProductList.layout-list .productText{align-self:center!important;padding:8px 4px!important}.builderActualPreview .menuProductList.layout-list .menuProduct>button{place-self:center!important;margin:0!important}.builderThemeSlides{gap:8px;display:grid}.builderThemeSlideItem{background:#fff;border:1px solid #e5e7eb;border-radius:10px;gap:6px;padding:8px;display:grid}.builderThemeSlideItem img{object-fit:cover;border-radius:8px;width:100%;height:72px}.builderThemeSlideItem input{font-size:11px}.builderThemeHeroPreview{margin-bottom:10px}.builderActualPreview.header-style-background .builderPhoneTop{min-height:var(--builder-header-bg-height,220px)!important;background-image:var(--builder-header-bg-image)!important;background-size:cover!important;background-position:var(--builder-header-bg-position,center)!important;border-radius:var(--builder-header-bg-radius,20px)!important;margin:var(--builder-header-bg-gap,12px)!important;grid-template-rows:54px 1fr 44px!important}.builderActualPreview.header-style-background.search-style-fixed .builderPhoneSearch{background:#fff!important;border:0!important;border-radius:16px!important;grid-row:3!important;align-self:end!important;box-shadow:0 6px 18px #0000001a!important}.compactLocaleTabs{margin:4px 0 8px}.builderThemeSlideItem textarea{resize:vertical;width:100%;font:inherit;border:1px solid #e5e7eb;border-radius:8px;padding:7px}.builderHeroCopy{z-index:4;gap:5px;display:grid;position:absolute;top:72px;left:18px;right:18px}.builderHeroCopy b{max-width:8ch;font-size:24px;line-height:1.05}.builderHeroCopy span{max-width:26ch;font-size:10px}.builderHeroCopy button{background:var(--qrm-primary,#f05a18);color:#fff;border:0;border-radius:999px;justify-self:start;padding:7px 12px;font-size:9px;font-weight:800}.builderActualPreview.header-style-slider .builderPhoneSearch{display:none!important}.builderThemeHeroPreview{position:relative}.builderThemeHeroPreview .storeSlider{padding-bottom:60px!important}.builderThemeHeroPreview:after{content:"⌕  Menüde ara...";color:#8a948f;background:#fff;border-radius:999px;align-items:center;height:42px;padding:0 14px;font-size:10px;display:flex;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 7px 20px #0000001f}.builderCategoryModule{padding:10px 0!important;display:block!important}.builderCategoryItems{scrollbar-width:none!important;gap:8px!important;padding:2px 1px 8px!important;display:flex!important;overflow-x:auto!important}.builderCategoryItems::-webkit-scrollbar{display:none!important}.builderCategoryModule.category-layout-iconCards .builderCategoryItems>span{background:#fff!important;border:1px solid #e7ebe8!important;border-radius:13px!important;flex-direction:column!important;flex:0 0 76px!important;justify-content:center!important;align-items:center!important;gap:5px!important;min-width:76px!important;height:78px!important;padding:6px!important;display:flex!important;box-shadow:0 4px 12px #141e180d!important}.builderCategoryModule.category-layout-iconCards .builderCategoryItems img,.builderCategoryModule.category-layout-iconCards .builderCategoryItems i{object-fit:cover!important;background:#eef3ef!important;border-radius:12px!important;place-items:center!important;width:42px!important;height:42px!important;font-style:normal!important;display:grid!important}.builderCategoryModule.category-layout-iconCards.image-shape-circle .builderCategoryItems img,.builderCategoryModule.category-layout-iconCards.image-shape-circle .builderCategoryItems i{border-radius:50%!important}.builderCategoryModule.category-layout-circleIcons .builderCategoryItems>span{background:0 0!important;border:0!important;flex-direction:column!important;flex:0 0 70px!important;align-items:center!important;gap:5px!important;min-width:70px!important;display:flex!important}.builderCategoryModule.category-layout-circleIcons .builderCategoryItems img,.builderCategoryModule.category-layout-circleIcons .builderCategoryItems i{border:1.5px solid var(--qrm-primary,#f05a18)!important;object-fit:cover!important;border-radius:50%!important;place-items:center!important;width:48px!important;height:48px!important;font-style:normal!important;display:grid!important}.builderCategoryModule.category-layout-pills .builderCategoryItems>span{background:#ecefed!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:0!important;height:34px!important;padding:0 13px!important;display:flex!important}.builderCategoryModule.category-layout-pills .builderCategoryItems img,.builderCategoryModule.category-layout-pills .builderCategoryItems i{display:none!important}.builderCategoryItems b{white-space:nowrap!important;font-size:9px!important}.menuProductList.moduleCols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.builderHeroCopy{top:50%!important;bottom:auto!important;transform:translateY(-45%)!important}.storeSlideCopy{align-self:center!important}@media (min-width:1251px){.builderStudio{grid-template-columns:248px minmax(640px,820px) minmax(350px,390px)!important;justify-content:center!important;align-items:start!important;gap:18px!important}.builderSidebar{border-radius:18px!important;box-shadow:0 8px 28px #0f172a0b!important}.builderSideSection{padding:15px 14px!important}.builderSideSection>small{display:block;color:#7c8793!important;margin-bottom:10px!important;font-size:9px!important}.builderDesignSettings{gap:12px!important}.builderDesignSettings h4{letter-spacing:.1em!important;color:#46534b!important;background:#f7f9f8!important;border:1px solid #edf1ee!important;border-radius:10px!important;margin:14px 0 2px!important;padding:9px 10px!important;font-size:10px!important}.builderDesignSettings label{color:#34423a!important;gap:6px!important;font-size:11px!important}.builderDesignSettings select,.builderDesignSettings input,.builderDesignSettings textarea{border-radius:10px!important;min-height:38px!important;font-size:11px!important}.builderDesignSettings input[type=range]{min-height:auto!important}.builderModuleButtons{grid-template-columns:1fr 1fr!important;gap:7px!important}.builderModuleButtons button{background:#fafbfa!important;border:1px solid #edf0ee!important;min-height:40px!important;padding:9px 8px!important}.builderCanvas{background:#e4e9ee!important;border-radius:18px!important;max-width:820px!important;padding:18px!important;box-shadow:inset 0 0 0 1px #ffffff73!important}.builderInteractiveRow{grid-template-columns:minmax(220px,250px) minmax(350px,410px)!important;gap:22px!important}.builderLiveModuleOrder{border-radius:16px!important;box-shadow:0 8px 28px #0f172a0e!important}.builderInspector{border-radius:18px!important;min-width:350px!important;box-shadow:0 8px 28px #0f172a0b!important}.builderInspector .inspectorSticky{padding:18px!important}.inspectorFields{gap:14px!important}.inspectorFields label{color:#34423a!important;font-size:11px!important}.inspectorFields input,.inspectorFields select,.inspectorFields textarea{border-radius:10px!important;min-height:40px!important;padding:10px 12px!important;font-size:12px!important}.builderCategoryChecklist{background:#fbfcfb!important;border:1px solid #edf0ee!important;border-radius:12px!important;max-height:320px!important;padding:8px!important}}@media (min-width:1600px){.builderStudio{grid-template-columns:260px minmax(680px,860px) minmax(370px,410px)!important;gap:20px!important}.builderCanvas{max-width:860px!important}}.builderActualPreview.header-style-slider .builderPhoneTop{background:0 0!important;border-bottom:0!important;height:64px!important;min-height:64px!important;padding:9px 12px!important}.builderActualPreview.header-style-slider .builderThemeHeroPreview{margin:8px 12px 12px!important}.builderActualPreview.header-style-slider .builderThemeHeroPreview .storeSlider{box-shadow:none!important;border-radius:18px!important;padding-bottom:0!important;overflow:hidden!important}.builderActualPreview.header-style-slider .builderThemeHeroPreview:after{width:auto!important;height:42px!important;box-shadow:none!important;background:#fff!important;border-radius:999px!important;margin-top:9px!important;position:relative!important;bottom:auto!important;left:auto!important;right:auto!important}.builderActualPreview.header-style-background .builderPhoneTop,.builderActualPreview.header-style-background .builderPhoneSearch,.builderActualPreview.header-style-background .builderHeroCopy,.builderActualPreview.header-style-background .builderHeroCopy button{box-shadow:none!important;filter:none!important}.builderActualPreview.header-style-background.search-style-fixed .builderPhoneSearch{box-shadow:none!important}n .aiMenuBack{z-index:10050;background:#0f172aad;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow:auto}.aiMenuDialog{background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:min(760px,100%);max-height:calc(100vh - 40px);position:relative;overflow:auto;box-shadow:0 30px 90px #0f172a59}.aiMenuDialog>header{z-index:2;background:#fff;border-bottom:1px solid #eef0f3;border-radius:20px 20px 0 0;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex;position:sticky;top:0}.aiMenuDialog>header small{letter-spacing:.14em;color:#7c3aed;margin-bottom:5px;font-size:10px;font-weight:900;display:block}.aiMenuDialog>header h2{margin:0 0 6px;font-size:24px}.aiMenuDialog>header p{color:#667085;margin:0;font-size:13px;line-height:1.5}.aiMenuDialog>header>button{cursor:pointer;background:#f3f4f6;border:0;border-radius:10px;flex:none;place-items:center;width:36px;height:36px;display:grid}.aiMenuDialog>header>button svg{width:18px}.aiCreditStrip{background:#f8fafc;border-bottom:1px solid #eef0f3;align-items:center;gap:10px;padding:14px 24px;font-size:13px;display:flex}.aiCreditStrip svg{color:#7c3aed;width:18px}.aiCreditStrip span{font-weight:700}.aiCreditStrip em{color:#667085;margin-left:auto;font-size:11px;font-style:normal}.aiDrop{cursor:pointer;background:#fafafa;border:2px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:calc(100% - 48px);min-height:170px;margin:22px 24px 14px;padding:24px;display:flex}.aiDrop:hover{background:#faf7ff;border-color:#7c3aed}.aiDrop.hasFile{background:#f0fdf4;border-color:#16a34a}.aiDrop svg{color:#7c3aed;width:34px;height:34px}.aiDrop.hasFile svg{color:#16a34a}.aiDrop b{font-size:15px}.aiDrop small{color:#667085}.aiImportInfo,.aiImportError,.aiImportSuccess{border-radius:13px;align-items:flex-start;gap:12px;margin:0 24px 14px;padding:14px 16px;display:flex}.aiImportInfo{background:#f8fafc;border:1px solid #e5e7eb}.aiImportInfo svg{flex:none;width:20px}.aiImportInfo b,.aiImportSuccess b{font-size:13px;display:block}.aiImportInfo p,.aiImportSuccess p{color:#667085;margin:4px 0 0;font-size:12px;line-height:1.5}.aiImportError{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;font-size:13px}.aiImportSuccess{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.aiImportSuccess svg{flex:none;width:20px}.aiProgress{background:#f3f4f6;border-radius:10px;height:34px;margin:0 24px 14px;position:relative;overflow:hidden}.aiProgress i{background:#111827;transition:width .25s;position:absolute;top:0;bottom:0;left:0}.aiProgress span{z-index:1;color:#fff;mix-blend-mode:difference;align-items:center;height:100%;padding:0 12px;font-size:11px;font-weight:800;display:flex;position:relative}.aiMenuDialog>footer{background:#fff;border-top:1px solid #eef0f3;border-radius:0 0 20px 20px;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex;position:sticky;bottom:0}.aiMenuDialog>footer button{align-items:center;gap:7px;display:inline-flex}.aiMenuDialog>footer button svg{width:16px}@media (max-width:640px){.aiMenuBack{align-items:flex-end;padding:0}.aiMenuDialog{border-radius:20px 20px 0 0;width:100%;max-height:94vh}.aiMenuDialog>header{padding:18px}.aiCreditStrip{flex-wrap:wrap;align-items:flex-start;padding:12px 18px}.aiCreditStrip em{margin-left:28px}.aiDrop{width:calc(100% - 36px);margin:18px}.aiImportInfo,.aiImportError,.aiImportSuccess,.aiProgress{margin-left:18px;margin-right:18px}.aiMenuDialog>footer{padding:14px 18px}}.onboardingSteps{grid-template-columns:auto 1fr auto 1fr auto 1fr auto}.googleSignupBtn{justify-content:center}.authDivider{color:#8a9490;align-items:center;gap:12px;font-size:12px;display:flex}.authDivider:before,.authDivider:after{content:"";background:#e5e9e7;flex:1;height:1px}.countryBillingNotice,.renewalInfo{background:#f7fbf8;border:1px solid #dfe7e2;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.countryBillingNotice svg,.renewalInfo svg{flex:0 0 20px;width:20px}.countryBillingNotice div,.renewalInfo div{gap:4px;display:grid}.countryBillingNotice small,.renewalInfo p{color:#65736b;margin:0;font-size:12px;line-height:1.5}.checkoutSummary{border:1px solid #e4e9e6;border-radius:14px;gap:0;display:grid;overflow:hidden}.checkoutSummary>div{border-bottom:1px solid #edf0ee;justify-content:space-between;gap:16px;padding:12px 14px;display:flex}.checkoutSummary>div:last-child{border-bottom:0}.checkoutSummary strong{color:#0a9b42;font-size:20px}.cardLater{border:1px dashed #cbd7d0;border-radius:12px;padding:12px}.billingTopbar{color:#704c00;background:#fff4d6;border-bottom:1px solid #f0daa0;justify-content:space-between;align-items:center;gap:15px;padding:9px 18px;font-size:12px;display:flex}.billingTopbar.danger{color:#9b1c1c;background:#fff0f0;border-color:#efc0c0}.billingTopbar a{color:inherit;font-weight:800;text-decoration:underline}.billingDangerBanner,.billingNoticeBanner{border-radius:12px;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;display:flex}.billingDangerBanner{color:#9f1d1d;background:#fff1f1;border:1px solid #efc7c7}.billingNoticeBanner{color:#795900;background:#fff8df;border:1px solid #f1dfa2}.billingDangerBanner span,.billingNoticeBanner span{flex:1}.billingDangerBanner button,.billingNoticeBanner button{color:#fff;background:currentColor;border:0;border-radius:8px;padding:8px 11px;font-weight:800}.promoMessage{background:#f2f7f4;border-radius:10px;margin-top:10px;padding:10px 12px;font-size:12px}.publicMenuBlocked{background:#f5f7f6;place-items:center;min-height:100vh;padding:24px;display:grid}.publicMenuBlocked>div{text-align:center;background:#fff;border:1px solid #e1e7e3;border-radius:20px;max-width:460px;padding:34px}.publicMenuBlocked svg{width:52px;height:52px;margin-bottom:12px}.publicMenuBlocked h1{font-size:24px}.publicMenuBlocked p{color:#6b756f}@media (max-width:720px){.billingTopbar{flex-direction:column;align-items:flex-start}.checkoutSummary>div{font-size:12px}}.settingsSplitLayout{grid-template-columns:245px minmax(0,1fr);align-items:start;gap:18px;display:grid}.settingsSideNav{background:#fff;border:1px solid #e7ece9;border-radius:16px;gap:4px;padding:8px;display:grid;position:sticky;top:82px;box-shadow:0 8px 28px #0f172a0a}.settingsSideIntro{border-bottom:1px solid #edf1ef;gap:3px;margin-bottom:3px;padding:12px 12px 10px;display:grid}.settingsSideIntro b{font-size:13px}.settingsSideIntro small{color:#7a8780;font-size:10px;line-height:1.45}.settingsSideNav>button{text-align:left;cursor:pointer;color:#334139;background:0 0;border:0;border-radius:11px;grid-template-columns:auto 1fr;align-items:center;column-gap:9px;padding:10px 11px;transition:all .15s;display:grid}.settingsSideNav>button svg{color:#718078;grid-row:1/span 2;width:16px;height:16px}.settingsSideNav>button span{font-size:12px;font-weight:800}.settingsSideNav>button small{color:#849088;margin-top:2px;font-size:9px;line-height:1.35}.settingsSideNav>button:hover{background:#f6f8f7}.settingsSideNav>button.active{color:#087a3e;background:#eef8f2}.settingsSideNav>button.active svg{color:#0a9b4a}.settingsSideNav>button.active small{color:#58806a}.settingsTabPanel{min-width:0}.settingsSectionHead{border-bottom:1px solid #edf1ef;margin:0 0 14px;padding:2px 2px 12px}.settingsSectionHead h2{color:#18251e;margin:0 0 4px;font-size:20px}.settingsSectionHead p{color:#7b8881;margin:0;font-size:11px;line-height:1.5}.settingsTabPanel>.contentCard:first-of-type{margin-top:0}.settingsTabPanel .contentCard h3{margin-bottom:4px}.settingsTabPanel .contentCard h3+.muted{margin-top:0;margin-bottom:16px;font-size:11px;line-height:1.5}.billingSplitLayout .settingsSideNav{top:112px}.billingSplitLayout .statGrid,.billingSplitLayout .contentCard{margin-bottom:16px}@media (max-width:900px){.settingsSplitLayout{grid-template-columns:1fr}.settingsSideNav{scrollbar-width:none;gap:6px;padding:8px;display:flex;position:relative;top:auto;overflow-x:auto}.settingsSideNav::-webkit-scrollbar{display:none}.settingsSideIntro{display:none}.settingsSideNav>button{border:1px solid #edf1ef;flex:none;grid-template-columns:auto 1fr;min-width:155px}.settingsSideNav>button small{white-space:normal}.billingSplitLayout .settingsSideNav{top:auto}}@media (max-width:600px){.settingsSideNav>button{min-width:138px;padding:9px}.settingsSectionHead h2{font-size:18px}.settingsSectionHead p{font-size:10px}}.passwordRules{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:-4px;display:grid}.passwordRules span{color:#9ca3af;align-items:center;gap:6px;font-size:12px;display:flex}.passwordRules span svg{width:14px;height:14px}.passwordRules span.ok{color:#15803d}.otpIntro{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.otpIntro svg{width:24px}.otpIntro h3,.otpIntro p{margin:0}.otpIntro p{color:#64748b;margin-top:4px;font-size:13px}.billingPeriodSwitch{background:#f1f5f9;border-radius:14px;max-width:420px;margin:0 auto 14px;padding:4px;display:flex}.billingPeriodSwitch button{background:0 0;border:0;border-radius:11px;flex:1;padding:11px 14px;font-weight:700}.billingPeriodSwitch button.active{background:#fff;box-shadow:0 2px 10px #0f172a12}.billingPeriodSwitch small{color:#16a34a;font-size:10px;display:block}.signupPlanGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.signupPlanCard{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;min-height:220px;padding:18px;display:flex}.signupPlanCard.selected{border-color:#111827;box-shadow:0 0 0 2px #11182712}.signupPlanCard h3,.signupPlanCard p{margin:0}.signupPlanCard p{color:#64748b;font-size:13px}.signupPlanCard>strong{font-size:22px}.signupPlanCard>strong small{font-size:12px;font-weight:500}.signupPlanCard ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.signupPlanCard li{align-items:center;gap:6px;font-size:12px;display:flex}.signupPlanCard li svg{width:14px}.checkoutSummary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:1fr auto;gap:16px;padding:16px;display:grid}.checkoutSummary span{color:#64748b;font-size:12px;display:block}.checkoutSummary strong{font-size:24px}.qrFixedBrandNotice{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;align-items:center;gap:12px;margin:12px 0;padding:12px 14px;display:flex}.qrFixedBrandNotice span{font-weight:800}.qrFixedBrandNotice small{color:#64748b;margin-left:auto}.stepBar.onboardingSteps .stepNode{display:contents}.demoSeedCard{border-style:dashed}@media (max-width:760px){.signupPlanGrid,.passwordRules{grid-template-columns:1fr}.qrFixedBrandNotice{flex-direction:column;align-items:flex-start}.qrFixedBrandNotice small{margin-left:0}}.successBox{color:#15803d;background:#16a34a14;border:1px solid #16a34a40;border-radius:10px;padding:12px 14px;font-size:14px;font-weight:600}.authPageWide{grid-template-columns:300px 1fr}.authCardWide{width:min(1120px,100%)}.formSectionTitle{gap:4px;margin-bottom:4px;display:grid}.formSectionTitle h3{margin:0;font-size:18px}.formSectionTitle p{color:#64748b;margin:0;font-size:12px;line-height:1.5}.signupCheckoutPage{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;display:grid}.signupCheckoutMain{gap:14px;display:grid}.checkoutSection{background:#fff;border:1px solid #e5e7eb;border-radius:16px;gap:14px;padding:18px;display:grid}.checkoutPlanGrid{gap:9px;display:grid}.checkoutPlanCard{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.checkoutPlanCard.selected{background:#fbfcfd;border-color:#111827;box-shadow:0 0 0 2px #11182710}.checkoutPlanCard h4,.checkoutPlanCard p{margin:0}.checkoutPlanCard p{color:#64748b;margin-top:2px;font-size:12px}.checkoutPlanCard div>small{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:440px;margin-top:5px;font-size:10px;display:block;overflow:hidden}.checkoutPlanCard>b{text-align:right;font-size:16px}.checkoutPlanCard>b small{color:#64748b;font-size:10px;font-weight:500;display:block}.planRadio,.paymentRadio{border:1px solid #cbd5e1;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.checkoutPlanCard.selected .planRadio,.paymentMethodCard.selected .paymentRadio{color:#fff;background:#111827;border-color:#111827}.planRadio svg,.paymentRadio svg{width:14px;height:14px}.billingIdentityChoice{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.promoCheckoutRow{grid-template-columns:1fr auto;gap:8px;display:grid}.promoCheckoutRow input{border:1px solid #d8dde6;border-radius:11px;padding:12px}.promoAppliedBox{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:10px;padding:11px 12px;display:flex}.promoAppliedBox svg{width:20px}.promoAppliedBox div{display:grid}.promoAppliedBox small{font-size:11px}.paymentMethodCard{cursor:pointer;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:24px 28px 1fr;align-items:center;gap:12px;padding:14px;display:grid}.paymentMethodCard.selected{background:#f8fafc;border-color:#111827}.paymentMethodCard>svg{width:22px}.paymentMethodCard div{gap:3px;display:grid}.paymentMethodCard small{color:#64748b;font-size:11px;line-height:1.4}.signupOrderSummary{position:sticky;top:20px}.orderSummaryCard{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;gap:13px;padding:20px;display:grid}.orderSummaryCard h3{margin:0;font-size:24px}.summaryLine{justify-content:space-between;gap:14px;font-size:12px;display:flex}.summaryLine span{color:#64748b}.summaryLine b{text-align:right}.summaryLine.promo{color:#15803d}.summaryTotal{border-top:1px solid #dbe2e8;justify-content:space-between;align-items:end;gap:12px;padding-top:14px;display:flex}.summaryTotal span{font-weight:800}.summaryTotal strong{font-size:27px}.renewalText{color:#64748b;margin:0;font-size:11px;line-height:1.55}.secureCheckoutNote{color:#64748b;justify-content:center;align-items:center;gap:7px;font-size:10px;display:flex}.secureCheckoutNote svg{width:15px}.checkoutPayBtn{min-height:48px}.checkoutAgreements{font-size:12px}.checkoutAgreements .checkLine{font-weight:600}.companyOnboardingStep .countryBillingNotice{margin-top:2px}@media (max-width:980px){.authPageWide{grid-template-columns:1fr}.authPageWide .authSide{display:none}.signupCheckoutPage{grid-template-columns:1fr}.signupOrderSummary{position:static}.authCardWide{width:min(760px,100%)}}@media (max-width:680px){.checkoutPlanCard{grid-template-columns:24px 1fr}.checkoutPlanCard>b{text-align:left;grid-column:2}.promoCheckoutRow{grid-template-columns:1fr}.checkoutSection{padding:14px}.signupCheckoutPage{gap:14px}}.packageOnlyStep{max-width:820px}.packageOnlyStep .signupPlanGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.planCardTop{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.planCardTop>div{gap:5px;display:grid}.onboardingActions{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.onboardingActions .primaryBtn{min-width:210px}.signupStripeCheckout{background:#fff;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(420px,520px);min-height:610px;display:grid;overflow:hidden}.checkoutOrderPane{background:#fbfbfc;border-right:1px solid #e5e7eb;padding:34px 38px}.checkoutPaymentPane{align-content:start;gap:22px;padding:34px 38px;display:grid}.checkoutBackBtn{color:#64748b;cursor:pointer;background:0 0;border:0;margin-bottom:30px;padding:0;font-size:12px}.checkoutSubscribeLabel{color:#64748b;margin:10px 0 2px;font-size:13px}.checkoutOrderPane h2{margin:0 0 32px;font-size:34px}.checkoutOrderPane h2 small{color:#64748b;font-size:12px;font-weight:500}.checkoutProductRow{border-bottom:1px solid #e5e7eb;justify-content:space-between;gap:20px;padding:18px 0;font-size:12px;display:flex}.checkoutProductRow>div{gap:4px;display:grid}.checkoutProductRow small{color:#64748b}.checkoutPriceLines{gap:16px;padding-top:18px;display:grid}.checkoutPriceLines>div{justify-content:space-between;align-items:center;gap:18px;font-size:12px;display:flex}.checkoutPriceLines span{color:#475569}.checkoutPriceLines small{color:#94a3b8}.checkoutPriceLines .promo{color:#15803d}.checkoutDueToday{border-top:1px solid #dbe2e8;margin-top:4px;padding-top:18px}.checkoutDueToday strong{font-size:22px}.checkoutTrialNote{color:#64748b;margin-top:22px;font-size:11px;line-height:1.55}.checkoutFieldGroup{gap:9px;display:grid}.checkoutFieldTitle{color:#334155;font-size:13px;font-weight:700}.checkoutReadOnlyField{border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;gap:18px;padding:12px 14px;font-size:12px;display:flex}.checkoutReadOnlyField span{color:#64748b}.checkoutBillingCard{border:1px solid #e2e8f0;border-radius:12px;gap:4px;padding:14px;font-size:12px;display:grid}.checkoutBillingCard span{color:#64748b}.checkoutBillingCard .textBtn{justify-self:start;margin-top:4px;padding:4px 0}.providerCardBox{cursor:pointer;background:#fff;border:1px solid #d7dde6;border-radius:12px;overflow:hidden}.providerCardBox.selected{border-color:#111827;box-shadow:0 0 0 1px #111827}.providerCardTop{border-bottom:1px solid #e5e7eb;align-items:center;gap:9px;padding:12px;display:flex}.providerCardTop svg{width:18px}.providerCardTop span{color:#64748b;margin-left:auto;font-size:10px}.fakeCardFields{color:#94a3b8;font-size:11px;display:grid}.fakeCardFields>div{padding:11px 12px}.fakeCardFields>div+div{border-top:1px solid #eef2f7;grid-template-columns:1fr 1fr;padding:0;display:grid}.fakeCardFields>div+div span{padding:10px 12px}.fakeCardFields>div+div span+span{border-left:1px solid #eef2f7}.checkoutCardLater{color:#475569;font-size:11px}.signupStripeCheckout .checkoutAgreements{background:0 0;border:0;gap:9px;padding:0}.signupStripeCheckout .renewalText{text-align:left}.signupStripeCheckout .secureCheckoutNote{justify-content:flex-start}.signupStripeCheckout .promoCheckoutRow .secondaryBtn{white-space:nowrap}@media (max-width:1050px){.packageOnlyStep .signupPlanGrid,.signupStripeCheckout{grid-template-columns:1fr}.checkoutOrderPane{border-bottom:1px solid #e5e7eb;border-right:0}.checkoutPaymentPane,.checkoutOrderPane{padding:24px}.authCardWide{width:min(820px,100%)}}@media (max-width:620px){.onboardingActions{flex-direction:column-reverse;align-items:stretch}.onboardingActions .primaryBtn{width:100%}.signupStripeCheckout{border-radius:14px}.checkoutPaymentPane,.checkoutOrderPane{padding:18px}.checkoutOrderPane h2{font-size:28px}.checkoutReadOnlyField{display:grid}.packageOnlyStep .signupPlanCard{min-height:auto}}.authPageClean{background:#fff;grid-template-columns:1fr}.authPageClean .authSide{display:none}.authPageClean .authContent{width:100%;min-width:0}.authPageClean.authPageWide{grid-template-columns:1fr}.withMerchantLiveRail{position:relative}.merchantLiveRail{z-index:62;background:#fff;border-left:1px solid #e6e9ee;flex-direction:column;width:326px;display:flex;position:fixed;top:76px;bottom:0;right:0;box-shadow:-10px 0 28px #0f172a09}.merchantLiveRail>header{border-bottom:1px solid #eceff3;flex:0 0 64px;justify-content:space-between;align-items:center;height:64px;padding:13px 14px;display:flex}.merchantLiveRail>header div{gap:2px;display:grid}.merchantLiveRail>header small{letter-spacing:.12em;color:#169b52;font-size:9px;font-weight:900}.merchantLiveRail>header b{color:#111827;font-size:14px}.merchantLiveRail>header>span{background:#f0f4f2;border-radius:999px;place-items:center;min-width:26px;height:26px;font-size:10px;font-weight:900;display:grid}.merchantLiveList{flex:1;min-height:0;padding:8px;overflow:auto}.merchantLiveItem{background:#fff;border-bottom:1px solid #edf0f3;grid-template-columns:34px minmax(0,1fr) 32px;align-items:start;gap:9px;padding:11px 9px;display:grid}.merchantLiveItem:last-child{border-bottom:0}.merchantLiveIcon{color:#475569;background:#f4f6f8;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.merchantLiveItem.call .merchantLiveIcon{color:#b66b0c;background:#fff6e8}.merchantLiveItem.order .merchantLiveIcon{color:#16834a;background:#ecf8f0}.merchantLiveIcon svg{width:17px;height:17px}.merchantLiveItem>div{gap:3px;min-width:0;display:grid}.merchantLiveItem>div small{color:#7c8795;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.merchantLiveItem>div b{color:#202938;font-size:11px;line-height:1.3}.merchantLiveItem>div em{color:#697586;font-size:9px;font-style:normal}.merchantLiveItem time{color:#9aa3ae;align-items:center;gap:4px;font-size:8px;display:flex}.merchantLiveItem time svg{width:10px;height:10px}.merchantLiveItem>button{color:#159052;cursor:pointer;background:#fff;border:1px solid #dce4df;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.merchantLiveItem>button:hover{background:#eef8f2}.merchantLiveItem>button:disabled{opacity:.45}.merchantLiveItem>button svg{width:16px;height:16px}.merchantLiveEmpty{color:#9aa4af;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:220px;font-size:11px;display:flex}.merchantLiveEmpty svg{color:#66a981;width:28px;height:28px}.merchantLiveToast{z-index:180;color:#fff;background:#101827;border-radius:11px;padding:11px 15px;font-size:11px;font-weight:800;position:fixed;bottom:24px;right:346px;box-shadow:0 12px 35px #0f172a38}.withMerchantLiveRail>.contentBody{margin-right:326px}.ordersWorkspace.ordersWorkspaceSingle{grid-template-columns:minmax(0,1fr)!important}.ordersWorkspace.ordersWorkspaceSingle .ordersContent{min-width:0}@media (max-width:900px){.merchantLiveRail{display:none}.withMerchantLiveRail>.contentBody{margin-right:0}.merchantLiveToast{right:18px}.ordersWorkspace.ordersWorkspaceSingle{grid-template-columns:minmax(0,1fr)!important}}@media (min-width:1024px){.menuTheme-fast .fastCategoryRail{display:none!important}.fastDesktopHero .desktopFadeSlider .storeSlider{display:block!important;position:relative!important;overflow:hidden!important}.fastDesktopHero .desktopFadeSlider .storeSlide{opacity:0!important;visibility:hidden!important;pointer-events:none!important;border-radius:0!important;flex:0 0 100%!important;width:100%!important;min-width:100%!important;max-width:none!important;height:100%!important;margin:0!important;transition:opacity .9s ease-in-out,visibility .9s ease-in-out!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.fastDesktopHero .desktopFadeSlider .storeSlide.is-active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:2!important}.fastDesktopHero .desktopFadeSlider .storeSlideCopy{opacity:0!important;transition:opacity .7s .12s,transform .7s .12s!important;transform:translateY(8px)!important}.fastDesktopHero .desktopFadeSlider .storeSlide.is-active .storeSlideCopy{opacity:1!important;transform:translateY(0)!important}}.builderSideSection h4{letter-spacing:.04em;color:#344054;border-top:1px solid #eef0f3;margin:16px 0 8px;padding-top:12px;font-size:10px}.builderSideSection h4:first-of-type{margin-top:10px}.builderSideSection label{color:#475467;gap:5px;margin-top:9px;font-size:10px;font-weight:800;display:grid}.builderSideSection input,.builderSideSection textarea{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;padding:8px;font-size:10px}.builderSideSection input[type=range]{border:0;padding:0}.builderSideSection label>small{color:#98a2b3;font-size:9px}.builderColorCompositions{grid-template-columns:1fr;gap:5px;margin:7px 0 12px;display:grid}.builderColorCompositions button{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:9px;grid-template-columns:18px 18px 18px minmax(0,1fr);align-items:center;gap:4px;padding:6px;display:grid}.builderColorCompositions button.active{border-color:#111827;box-shadow:0 0 0 1px #111827}.builderColorCompositions button span{border:1px solid #00000012;border-radius:50%;width:18px;height:18px}.builderColorCompositions button b{text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.inspectorFields .checkLine{background:#f8fafc;border:1px solid #edf0f3;border-radius:9px;align-items:center;gap:7px;padding:8px;display:flex!important}.inspectorFields .checkLine input{width:auto!important}.builderStudio{grid-template-columns:190px minmax(0,1fr) 300px}.builderSidebar{max-height:calc(100vh - 24px);overflow:auto}.builderTopbar{box-shadow:0 8px 24px #1018280a}.builderCanvas{background:linear-gradient(135deg,#eef1f5,#dde3ea);border:1px solid #d9dfe7}.builderLiveModuleOrder{background:#fff;border:1px solid #dce2e9;border-radius:12px;margin-bottom:12px;padding:10px}.builderOrderHead{gap:2px;padding:3px 4px 9px;display:grid}.builderOrderHead small{color:#98a2b3;font-size:9px}.builderOrderItem{background:#fff;border:1px solid #edf0f3;border-radius:9px;grid-template-columns:18px 1fr auto auto;align-items:center;gap:6px;margin-top:5px;padding:8px;display:grid}.builderOrderItem.selected{background:#f7f7ff;border-color:#7b86e8}.builderOrderItem>div{display:grid}.builderOrderItem b{font-size:10px}.builderOrderItem small{color:#98a2b3;font-size:8px}.builderOrderButtons{grid-auto-flow:column;display:flex!important}.builderOrderButtons button{background:#f2f4f7;border:0;border-radius:6px;width:24px;height:24px}.builderDropTail{text-align:center;color:#98a2b3;border:1px dashed #cbd2dc;border-radius:9px;margin-top:6px;padding:9px;font-size:9px}@media (max-width:1180px){.builderStudio{grid-template-columns:170px minmax(0,1fr) 270px}}.builderActualPreview .module-products{padding-block:var(--module-padding-y,16px)!important}.builderActualPreview .menuProductList{gap:var(--module-gap,12px)!important}.builderActualPreview .menuProductList.isCarousel{scroll-snap-type:x proximity;scrollbar-width:none;padding-right:15%!important;display:flex!important;overflow-x:auto!important}.builderActualPreview .menuProductList.isCarousel .menuProduct{scroll-snap-align:start;min-width:170px;flex:0 0 42%!important}.builderActualPreview .menuProductList.layout-side .menuProduct{grid-template-columns:92px minmax(0,1fr) 34px!important;min-height:92px!important;display:grid!important}.builderActualPreview .menuProductList.layout-side .productPhoto{border-radius:12px!important;width:92px!important;height:92px!important}.builderActualPreview .menuProductList.layout-side .productText{padding:8px!important}.builderActualPreview .menuProductList.layout-round .menuProduct{text-align:center!important;background:0 0!important;border:0!important;display:block!important}.builderActualPreview .menuProductList.layout-round .productPhoto{border-radius:50%!important;width:82px!important;height:82px!important;margin:6px auto!important}.builderActualPreview .menuProductList.layout-round .productText{padding:6px!important}.builderActualPreview .menuProductList.layout-round .menuProduct>button{margin:4px auto 8px!important;position:static!important}.builderActualPreview .menuProductList.layout-imageBg .menuProduct{background:#111!important;min-height:180px!important;display:block!important;position:relative!important;overflow:hidden!important}.builderActualPreview .menuProductList.layout-imageBg .productPhoto{opacity:.72;border-radius:0!important;width:100%!important;height:100%!important;position:absolute!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.builderActualPreview .menuProductList.layout-imageBg .productText{z-index:2;background:linear-gradient(#0000,#000d);bottom:0;left:0;right:0;color:#fff!important;padding:45px 10px 10px!important;position:absolute!important}.builderActualPreview .menuProductList.layout-imageBg .productText p{color:#fff!important}.builderActualPreview .menuProductList.layout-imageBg .menuProduct>button{z-index:3;bottom:8px;right:8px;position:absolute!important}.builderActualPreview .menuProductList.layout-compact .menuProduct{grid-template-columns:70px minmax(0,1fr) 30px!important;min-height:70px!important;display:grid!important}.builderActualPreview .menuProductList.layout-compact .productPhoto{border-radius:10px!important;width:70px!important;height:70px!important}.builderActualPreview .menuProductList.layout-compact .productText p{display:none!important}.builderActualPreview .cardStyle-bordered .menuProduct{border:1px solid #ccd3db!important}.builderActualPreview .cardStyle-soft .menuProduct{background:#f6f7f8!important;box-shadow:0 8px 18px #1111!important}.builderActualPreview .cardStyle-clean .menuProduct{box-shadow:none!important;border-color:#0000!important}.headerBell{cursor:pointer}.headerBell.active{color:#fff;background:#111827;border-color:#111827}.headerBell.active b{background:#ef4444}.merchantLiveHeadActions{align-items:center;gap:8px;display:flex!important}.merchantLiveHeadActions>span{background:#f0f4f2;border-radius:999px;place-items:center;min-width:26px;height:26px;font-size:10px;font-weight:900;display:grid}.merchantLiveHeadActions>button{cursor:pointer;background:#fff;border:1px solid #e6e9ee;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.merchantLiveHeadActions>button svg{width:15px}.merchantLiveToast{z-index:120}.builderActualPreview .menuProductList.isCarousel{scroll-snap-type:x proximity;scrollbar-width:none;gap:var(--module-gap,12px)!important;padding-right:0!important;display:flex!important;overflow-x:auto!important}.builderActualPreview .menuProductList.isCarousel::-webkit-scrollbar{display:none}.builderActualPreview .menuProductList.isCarousel .menuProduct{scroll-snap-align:start;flex:0 0 150px!important;min-width:150px!important}.builderActualPreview .menuProductList.imageAspect-4x3 .menuProduct img{aspect-ratio:4/3!important;object-fit:cover!important}.builderActualPreview .menuProductList.imageAspect-1x1 .menuProduct img{aspect-ratio:1!important;object-fit:cover!important}.builderActualPreview .menuProductList.imageAspect-16x9 .menuProduct img{aspect-ratio:16/9!important;object-fit:cover!important}@media (max-width:700px){.builderActualPreview .menuProductList.isCarousel .menuProduct{flex-basis:calc(46.5116% - 5.5814px)!important;min-width:0!important}}@media (min-width:701px){.builderActualPreview .menuProductList.isCarousel .menuProduct{flex-basis:clamp(150px,12vw,240px)!important}}.qrmCardHint{color:#94a3b8!important;margin:4px 0 0!important;font-size:11px!important;font-weight:500!important;line-height:1.4!important}.qrmExtraRows{flex-direction:column;gap:8px;display:flex}.qrmExtraRow{background:#fbfcfd;border:1px solid #edf1f5;border-radius:12px;grid-template-columns:minmax(180px,1fr) 128px 82px 38px;align-items:end;gap:8px;padding:10px;display:grid}.qrmExtraRow>input{align-self:end}.qrmExtraPrice{flex-direction:column;gap:4px;display:flex;color:#64748b!important;margin:0!important;font-size:10px!important;font-weight:800!important}.qrmExtraPrice input{height:40px!important}.qrmExtraRow .checkLine{background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:6px;height:40px;font-size:11px;font-weight:700;display:flex;margin:0!important}.qrmExtraRow .checkLine input{width:15px!important;height:15px!important;margin:0!important}.qrmExtraRow .iconBtn{width:38px!important;height:40px!important}.qrmEmptyInline{color:#94a3b8;text-align:center;background:#fafcfe;border:1px dashed #dbe2ea;border-radius:12px;padding:15px;font-size:12px}@media (max-width:760px){.qrmExtraRow{grid-template-columns:minmax(0,1fr) 105px 38px}.qrmExtraRow .checkLine{grid-column:1/3;justify-content:flex-start;padding:0 10px}.qrmExtraRow .iconBtn{grid-area:1/3}}@media (max-width:480px){.qrmExtraRow{grid-template-columns:1fr 90px 36px;gap:6px;padding:8px}}.builderDesignSettings{gap:8px}.builderSettingsIntro{color:#667085;margin:2px 0 8px;font-size:12px;line-height:1.45}.builderSettingsAccordion{border-top:1px solid #e5e7eb}.builderSettingsAccordion:last-child{border-bottom:1px solid #e5e7eb}.builderSettingsAccordion>summary{cursor:pointer;justify-content:space-between;align-items:center;padding:13px 2px;font-weight:800;list-style:none;display:flex}.builderSettingsAccordion>summary::-webkit-details-marker{display:none}.builderSettingsAccordion>summary:after{content:"⌄";font-size:18px;transition:transform .18s}.builderSettingsAccordion[open]>summary:after{transform:rotate(180deg)}.builderSettingsAccordionBody{flex-direction:column;gap:11px;padding:2px 0 14px;display:flex}.builderSettingsAccordionBody>label{margin:0}.qrm-takeaway-order-pill{color:#a44900;background:#fff4e8;border-radius:999px;margin-top:5px;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.qrm-order-item-detail{color:#667085;flex-direction:column;gap:2px;margin-top:3px;font-weight:500!important;display:flex!important}.qrm-order-item-detail span{display:block}.qrm-order-item-detail .extra{color:#087d35}.qrm-order-item-detail .remove{color:#b42318}.mk-site{--mk-purple:#5936ff;--mk-dark:#151126;--mk-muted:#6b6876;--mk-border:#ece9f5;--mk-soft:#f8f7ff;color:var(--mk-dark);background:#fff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.mk-site *{box-sizing:border-box}.mk-container{width:min(1180px,100% - 40px);margin:0 auto}.mk-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-bottom:1px solid #5a36ff14;align-items:center;height:86px;display:flex;position:sticky;top:0}.mk-nav{justify-content:space-between;align-items:center;gap:22px;display:flex}.mk-brand{color:var(--mk-dark);align-items:center;gap:10px;font-size:20px;text-decoration:none;display:inline-flex}.mk-brand span{background:var(--mk-purple);color:#fff;border-radius:13px;place-items:center;width:38px;height:38px;font-weight:900;display:grid;box-shadow:0 8px 22px #5936ff3d}.mk-brand.light{color:#fff}.mk-nav nav{align-items:center;gap:25px;display:flex}.mk-nav nav a,.mk-login{color:#3f3a50;font-size:14px;font-weight:700;text-decoration:none}.mk-nav nav a:hover,.mk-login:hover{color:var(--mk-purple)}.mk-nav-actions{align-items:center;gap:12px;display:flex}.mk-language{border:1px solid var(--mk-border);color:#5a5570;border-radius:12px;align-items:center;gap:4px;padding:8px 9px;display:flex}.mk-language svg{width:16px}.mk-language select{background:0 0;border:0;outline:none;font-weight:800}.mk-btn{background:var(--mk-purple);cursor:pointer;border:0;border-radius:13px;justify-content:center;align-items:center;gap:9px;padding:13px 19px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 10px 28px #5936ff2b;color:#fff!important}.mk-btn svg{width:17px}.mk-btn.large{padding:16px 22px;font-size:15px}.mk-btn.ghost{border:1px solid var(--mk-border);box-shadow:none;background:#fff;color:var(--mk-dark)!important}.mk-menu{background:0 0;border:0;display:none}.mk-menu span{background:#181526;width:22px;height:2px;margin:4px;display:block}.mk-hero{background:linear-gradient(#fbfaff,#fff);min-height:680px;position:relative;overflow:hidden}.mk-hero-bg{object-fit:cover;opacity:.05;mix-blend-mode:multiply;width:100%;height:100%;position:absolute}.mk-hero-grid{z-index:2;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px;padding:86px 0 70px;display:grid;position:relative}.mk-news{color:#514a6a;background:#f0edff;border:1px solid #e4deff;border-radius:100px;align-items:center;gap:9px;padding:7px 13px;font-size:13px;font-weight:700;display:inline-flex}.mk-news b{background:var(--mk-purple);color:#fff;border-radius:100px;padding:5px 9px}.mk-hero-copy h1{letter-spacing:-4px;max-width:790px;margin:25px 0 22px;font-size:clamp(48px,6vw,76px);line-height:1.03}.mk-hero-copy>p{color:var(--mk-muted);max-width:680px;font-size:18px;line-height:1.75}.mk-hero-actions{gap:12px;margin:30px 0;display:flex}.mk-proof{color:#655f74;align-items:center;gap:14px;margin-top:28px;display:flex}.mk-proof>img{object-fit:contain;background:#fff;border-radius:50%;width:56px;height:56px}.mk-proof>div{flex-direction:column;display:flex}.mk-proof b{color:var(--mk-dark)}.mk-proof span{font-size:12px}.mk-rating{border-left:1px solid var(--mk-border);padding-left:20px}.mk-hero-art{place-items:center;min-height:540px;display:grid;position:relative}.mk-hero-art>img{z-index:2;filter:drop-shadow(0 36px 60px #3623843b);width:min(82%,500px);animation:5s ease-in-out infinite mkFloat;position:relative}.mk-orbit{border:1px solid #5936ff1f;border-radius:50%;position:absolute}.mk-orbit.o1{width:520px;height:520px}.mk-orbit.o2{background:radial-gradient(circle at 35% 30%,#e6e0ff,#faf9ff 62%);width:400px;height:400px}.mk-floating-stat{z-index:4;background:#ffffffed;border-radius:17px;align-items:center;gap:10px;padding:14px 17px;display:flex;position:absolute;bottom:70px;left:5px;box-shadow:0 24px 60px #21184d26}.mk-floating-stat svg{color:var(--mk-purple)}.mk-floating-stat div{flex-direction:column;display:flex}.mk-floating-stat span{color:var(--mk-muted);font-size:11px}@keyframes mkFloat{50%{transform:translateY(-12px)}}.mk-brands{border-top:1px solid #f1eef7;border-bottom:1px solid #f1eef7;padding:27px 0}.mk-brands p{text-align:center;text-transform:uppercase;letter-spacing:1.3px;color:#9a94a8;font-size:12px;font-weight:800}.mk-brands .mk-container>div{opacity:.58;filter:grayscale();justify-content:space-around;align-items:center;gap:35px;display:flex}.mk-brands img{object-fit:contain;max-width:150px;max-height:44px}.mk-section{padding:100px 0}.mk-section.mk-muted{background:#f9f8ff}.mk-section.mk-gradient{background:linear-gradient(135deg,#f7f4ff,#fff 55%,#f7f4ff)}.mk-section-title{max-width:720px;margin-bottom:42px}.mk-section-title>span{color:var(--mk-purple);letter-spacing:1.6px;text-transform:uppercase;margin-bottom:11px;font-size:12px;font-weight:900;display:block}.mk-section-title h2{letter-spacing:-2px;margin:0 0 18px;font-size:clamp(34px,4.2vw,54px);line-height:1.09}.mk-section-title p{color:var(--mk-muted);margin:0;font-size:16px;line-height:1.75}.mk-split{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.mk-split.reverse>div:first-child{order:2}.mk-image-composition{place-items:center;min-height:510px;display:grid;position:relative}.mk-image-composition .mk-soft-shape{background:linear-gradient(135deg,#efeaff,#fbfaff);border-radius:50%;width:440px;height:440px;position:absolute}.mk-image-composition img.main{z-index:2;width:min(78%,440px);position:relative}.mk-image-composition img.small{z-index:3;filter:drop-shadow(0 20px 30px #26195d26);width:200px;position:absolute;bottom:5%;right:5%}.mk-checks{gap:13px;margin:25px 0 32px;padding:0;list-style:none;display:grid}.mk-checks li{color:#393446;align-items:center;gap:11px;font-weight:700;display:flex}.mk-checks svg{width:22px;height:22px;color:var(--mk-purple);background:#ede9ff;border-radius:50%;padding:4px}.mk-steps{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.mk-steps>div{border:1px solid var(--mk-border);background:#fff;border-radius:22px;min-height:240px;padding:30px;position:relative;box-shadow:0 16px 48px #3125610d}.mk-steps>div>span{color:#f0edff;font-size:42px;font-weight:900;position:absolute;top:18px;right:20px}.mk-steps svg{width:40px;height:40px;color:var(--mk-purple);margin:15px 0 26px}.mk-steps h3{margin:0 0 12px;font-size:22px}.mk-steps p{color:var(--mk-muted);line-height:1.65}.mk-adv-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mk-adv-grid>div{border:1px solid var(--mk-border);background:#fff;border-radius:16px;align-items:center;gap:12px;padding:15px;display:flex}.mk-adv-grid svg{color:var(--mk-purple)}.mk-adv-art{place-items:center;min-height:500px;display:grid;position:relative}.mk-adv-art img:first-child{z-index:2;width:73%;position:relative}.mk-adv-art img:last-child{filter:drop-shadow(0 18px 25px #281c581f);width:46%;position:absolute;bottom:9%;right:0}.mk-feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.mk-feature-card{border:1px solid var(--mk-border);background:#fff;border-radius:20px;min-height:230px;padding:27px;transition:all .25s}.mk-feature-card:hover{border-color:#ddd6ff;transform:translateY(-5px);box-shadow:0 24px 65px #261b581a}.mk-feature-icon{width:54px;height:54px;color:var(--mk-purple);background:#f0edff;border-radius:16px;place-items:center;display:grid}.mk-feature-card h3{margin:22px 0 10px;font-size:20px}.mk-feature-card p{color:var(--mk-muted);line-height:1.65}.mk-feature-card>svg{width:18px;color:var(--mk-purple);margin-top:7px}.mk-pricing{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.mk-pricing article{border:1px solid var(--mk-border);background:#fff;border-radius:22px;padding:28px;position:relative}.mk-pricing article.hot{border:2px solid var(--mk-purple);box-shadow:0 22px 55px #5936ff1f}.mk-pricing em{background:var(--mk-purple);color:#fff;border-radius:99px;padding:6px 10px;font-size:11px;font-style:normal;font-weight:900;position:absolute;top:-13px;right:18px}.mk-pricing h3{font-size:21px}.mk-pricing strong{margin:10px 0;font-size:36px;display:block}.mk-pricing p{color:var(--mk-muted);min-height:62px}.mk-pricing ul{gap:10px;min-height:145px;padding:0;list-style:none;display:grid}.mk-pricing li{align-items:center;gap:8px;font-size:13px;display:flex}.mk-pricing li svg{width:17px;color:var(--mk-purple)}.mk-pricing .mk-btn{width:100%}.mk-faq-grid{grid-template-columns:.8fr 1.2fr;align-items:start;gap:70px;display:grid}.mk-faq-grid img{max-width:200px}.mk-accordion{gap:10px;display:grid}.mk-accordion>div{border:1px solid var(--mk-border);background:#fff;border-radius:16px;overflow:hidden}.mk-accordion button{text-align:left;width:100%;color:var(--mk-dark);background:0 0;border:0;justify-content:space-between;align-items:center;padding:19px 20px;display:flex}.mk-accordion button svg{width:18px;transition:all .2s}.mk-accordion .open button svg{transform:rotate(180deg)}.mk-accordion p{color:var(--mk-muted);margin:0;padding:0 20px 20px;line-height:1.7}.mk-cta{color:#fff;background:linear-gradient(135deg,#5d3cff,#4523de);overflow:hidden}.mk-cta-grid{grid-template-columns:1.1fr .9fr;align-items:center;min-height:410px;display:grid}.mk-cta h2{margin:13px 0;font-size:48px;line-height:1.08}.mk-cta p{color:#e7e1ff;max-width:650px;line-height:1.7}.mk-cta img{object-fit:contain;align-self:end;max-width:100%;max-height:400px}.mk-btn.light-btn{background:#fff;color:var(--mk-purple)!important}.mk-blog-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.mk-blog-card{border:1px solid var(--mk-border);color:var(--mk-dark);background:#fff;border-radius:20px;text-decoration:none;transition:all .2s;overflow:hidden}.mk-blog-card:hover{transform:translateY(-4px);box-shadow:0 25px 55px #281c5817}.mk-blog-card>img{object-fit:cover;background:#f2efff;width:100%;height:220px}.mk-blog-card>div{padding:22px}.mk-blog-card span{color:var(--mk-purple);text-transform:uppercase;font-size:11px;font-weight:800}.mk-blog-card h3{margin:10px 0;font-size:20px;line-height:1.3}.mk-blog-card p{color:var(--mk-muted);line-height:1.65}.mk-blog-card b{align-items:center;gap:7px;font-size:13px;display:flex}.mk-blog-card b svg{width:16px}.mk-footer{color:#fff;background:#171126;padding:75px 0 20px;position:relative;overflow:hidden}.mk-footer-shape{opacity:.5;position:absolute}.mk-footer-shape.s1{bottom:0;left:0}.mk-footer-shape.s2{top:0;right:0}.mk-footer-grid{z-index:2;grid-template-columns:1.6fr .8fr .8fr .8fr;gap:55px;display:grid;position:relative}.mk-footer-grid p{color:#a9a4b8;max-width:340px;line-height:1.7}.mk-footer-grid h4{margin:8px 0 18px}.mk-footer-grid>div:not(:first-child){flex-direction:column;display:flex}.mk-footer-grid a:not(.mk-brand){color:#aaa5b9;margin:6px 0;text-decoration:none}.mk-footer-grid a:hover{color:#fff}.mk-copyright{z-index:2;color:#807b8b;border-top:1px solid #ffffff1a;margin-top:55px;padding-top:20px;font-size:12px;position:relative}.mk-page-hero{color:#fff;background-position:50%;background-size:cover;align-items:center;min-height:390px;display:flex}.mk-page-hero .mk-container{padding-top:35px}.mk-page-hero span:first-child{color:#bcb0ff;text-transform:uppercase;letter-spacing:1.5px;font-weight:900}.mk-page-hero h1{letter-spacing:-2.5px;max-width:900px;margin:16px 0;font-size:clamp(40px,5vw,64px)}.mk-page-hero p{color:#d9d4e4;max-width:760px;font-size:17px;line-height:1.7}.mk-page-hero .mk-container>div{gap:8px;margin-top:25px;font-size:12px;display:flex}.mk-page-hero a{color:#cfc8ff}.mk-project-showcase{grid-template-columns:1fr 1fr 1fr;gap:18px;display:grid}.mk-project-showcase img,.mk-wide-image{object-fit:cover;border-radius:18px;width:100%;min-height:260px}.mk-stats{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.mk-stats>div{border:1px solid var(--mk-border);background:#fff;border-radius:18px;flex-direction:column;padding:28px;display:flex}.mk-stats b{color:var(--mk-purple);font-size:24px}.mk-stats span{color:var(--mk-muted);margin-top:8px}.mk-code-card{color:#fff;background:#171126;border-radius:24px;padding:30px;box-shadow:0 35px 70px #16102b33}.mk-code-card span{color:#a994ff;font-weight:900}.mk-code-card pre{white-space:pre-wrap;color:#dcd7e7;font-size:14px;line-height:1.9}.mk-contact-grid{grid-template-columns:.85fr 1.15fr;gap:60px;display:grid}.mk-contact-box{border-left:3px solid var(--mk-purple);flex-direction:column;gap:8px;padding-left:18px;display:flex}.mk-contact-box a{color:var(--mk-purple);font-size:20px;font-weight:800}.mk-contact-box span{color:var(--mk-muted)}.mk-contact-form{border:1px solid var(--mk-border);background:#f9f8ff;border-radius:22px;grid-template-columns:1fr 1fr;gap:14px;padding:28px;display:grid}.mk-contact-form label{flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.mk-contact-form label.wide{grid-column:1/-1}.mk-contact-form input,.mk-contact-form textarea{background:#fff;border:1px solid #e3dff0;border-radius:12px;outline:none;padding:13px}.mk-contact-form input:focus,.mk-contact-form textarea:focus{border-color:var(--mk-purple)}.mk-article{max-width:900px;padding:80px 0}.mk-article>img{object-fit:cover;border-radius:22px;width:100%;max-height:500px;margin-bottom:35px}.mk-article>div{color:#4f4a5e;font-size:17px;line-height:1.9}.mk-narrow{max-width:860px}.mk-legal{color:#514d5d;font-size:16px;line-height:1.8}@media (max-width:1050px){.mk-nav nav{border:1px solid var(--mk-border);background:#fff;border-radius:18px;flex-direction:column;align-items:flex-start;padding:18px;display:none;position:absolute;top:85px;left:20px;right:20px;box-shadow:0 22px 55px #21184d24}.mk-nav nav.open{display:flex}.mk-menu{display:block}.mk-login{display:none}.mk-hero-grid,.mk-split,.mk-contact-grid{grid-template-columns:1fr}.mk-split.reverse>div:first-child{order:initial}.mk-hero-art{min-height:440px}.mk-pricing,.mk-feature-grid{grid-template-columns:1fr 1fr}.mk-cta-grid{grid-template-columns:1fr .7fr}.mk-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.mk-footer-grid>div:last-child{display:none}}@media (max-width:700px){.mk-container{width:min(100% - 26px,1180px)}.mk-header{height:74px}.mk-nav nav{top:74px}.mk-nav-actions>.mk-btn{display:none}.mk-language{padding:5px}.mk-hero-grid{padding:55px 0 45px}.mk-hero-copy h1{letter-spacing:-2.2px;font-size:46px}.mk-hero-copy>p{font-size:15px}.mk-hero-actions{flex-direction:column;align-items:stretch}.mk-hero-art{min-height:390px}.mk-orbit.o1{width:360px;height:360px}.mk-orbit.o2{width:300px;height:300px}.mk-floating-stat{bottom:40px}.mk-brands .mk-container>div{justify-content:flex-start;overflow:auto}.mk-brands img{min-width:110px}.mk-section{padding:70px 0}.mk-section-title h2{font-size:36px}.mk-steps,.mk-feature-grid,.mk-pricing,.mk-blog-grid,.mk-stats,.mk-project-showcase{grid-template-columns:1fr}.mk-pricing article ul{min-height:0}.mk-adv-grid{grid-template-columns:1fr}.mk-faq-grid{grid-template-columns:1fr;gap:20px}.mk-cta-grid{grid-template-columns:1fr;padding-top:60px}.mk-cta h2{font-size:38px}.mk-cta img{max-height:250px;margin:auto}.mk-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.mk-footer-grid>div:first-child{grid-column:1/-1}.mk-contact-form{grid-template-columns:1fr}.mk-contact-form label.wide{grid-column:auto}.mk-page-hero{min-height:330px}.mk-page-hero h1{font-size:42px}}
