/* LAZ Woo Ordering v1.0.5
   All public styles are scoped to unique LAZ containers/body classes to avoid theme interference. */

.lazwo-menu-shell,
.lazwo-modal,
body.lazwo-wc-screen,
.lazwo-kitchen {
  --lazwo-bg:#fffaf4;
  --lazwo-card:#ffffff;
  --lazwo-text:#211812;
  --lazwo-muted:#74665b;
  --lazwo-border:rgba(60,35,20,.14);
  --lazwo-accent:#b66a2c;
  --lazwo-accent-2:#e7b66b;
  --lazwo-shadow:0 18px 55px rgba(60,30,10,.12);
  --lazwo-radius:24px;
}
html[data-theme="dark"] .lazwo-menu-shell,
html[data-theme="dark"] .lazwo-modal,
html[data-theme="dark"] body.lazwo-wc-screen,
html[data-theme="dark"] .lazwo-kitchen,
html[data-theme="dark"] body.lazwo-wc-screen {
  --lazwo-bg:#120d0a;
  --lazwo-card:#1b1410;
  --lazwo-text:#fff6eb;
  --lazwo-muted:#c9b7a5;
  --lazwo-border:rgba(255,230,200,.16);
  --lazwo-accent:#e58a3c;
  --lazwo-accent-2:#ffd08a;
  --lazwo-shadow:0 18px 60px rgba(0,0,0,.36);
}

/* Ordering menu */
.lazwo-menu-shell{background:radial-gradient(circle at top left,rgba(230,138,60,.12),transparent 34%),var(--lazwo-bg);color:var(--lazwo-text);padding:clamp(28px,5vw,72px);border-radius:28px;border:1px solid var(--lazwo-border);box-sizing:border-box}
.lazwo-menu-shell *{box-sizing:border-box}
.lazwo-menu-head{max-width:780px;margin:0 auto 32px;text-align:center}.lazwo-eyebrow{display:inline-flex;padding:7px 13px;border:1px solid var(--lazwo-border);border-radius:999px;color:var(--lazwo-accent);font-weight:700;letter-spacing:.04em}.lazwo-menu-head h2{font-size:clamp(32px,5vw,58px);margin:16px 0 10px;line-height:1;color:var(--lazwo-text)}.lazwo-menu-head p{color:var(--lazwo-muted);font-size:18px}.lazwo-category-filters{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:0 auto 28px}.lazwo-category-filters button{border:1px solid var(--lazwo-border);border-radius:999px;background:color-mix(in srgb,var(--lazwo-card) 86%,transparent);color:var(--lazwo-text);padding:10px 15px;font-weight:800;cursor:pointer}.lazwo-category-filters button.active,.lazwo-category-filters button:hover{background:linear-gradient(135deg,var(--lazwo-accent),var(--lazwo-accent-2));color:#170f0a}.lazwo-menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.lazwo-card{background:color-mix(in srgb,var(--lazwo-card) 88%,transparent);border:1px solid var(--lazwo-border);border-radius:22px;overflow:hidden;box-shadow:var(--lazwo-shadow);backdrop-filter:blur(12px);color:var(--lazwo-text)}.lazwo-img{display:block;aspect-ratio:1.25/1;background:rgba(0,0,0,.04);overflow:hidden;border:0;width:100%;cursor:pointer;padding:0}.lazwo-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;display:block}.lazwo-card:hover .lazwo-img img{transform:scale(1.04)}.lazwo-card-body{padding:18px}.lazwo-card-body h3{margin:0 0 8px;font-size:21px;color:var(--lazwo-text)}.lazwo-card-body p{color:var(--lazwo-muted);min-height:44px}.lazwo-card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.lazwo-btn,.lazwo-refresh,.lazwo-status-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,var(--lazwo-accent),var(--lazwo-accent-2));color:#170f0a!important;padding:10px 16px;font-weight:800;text-decoration:none;cursor:pointer;line-height:1.1}.lazwo-floating-cart{position:sticky;bottom:14px;z-index:20;display:flex;gap:10px;justify-content:center;margin-top:24px}.lazwo-floating-cart a{border-radius:999px;background:#17110d;color:#fff!important;text-decoration:none;padding:11px 16px;font-weight:900;box-shadow:0 16px 40px rgba(0,0,0,.2)}html[data-theme="dark"] .lazwo-floating-cart a{background:#fff0dc;color:#17110d!important}

/* Product modal */
body.lazwo-modal-open{overflow:hidden}.lazwo-modals-root{position:relative;z-index:2147483000}.lazwo-modal{display:none!important;position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;z-index:2147483000!important;color:var(--lazwo-text);overflow:auto!important;padding:14px!important;box-sizing:border-box!important}.lazwo-modal *{box-sizing:border-box}.lazwo-modal.is-open{display:flex!important;align-items:center;justify-content:center}.lazwo-modal-backdrop{position:fixed!important;inset:0!important;background:rgba(0,0,0,.68)!important;backdrop-filter:blur(9px)}.lazwo-modal-panel{position:relative!important;z-index:2147483001!important;width:min(980px,calc(100vw - 28px))!important;max-height:calc(100vh - 28px)!important;overflow:auto!important;margin:0 auto!important;background:var(--lazwo-card)!important;border:1px solid var(--lazwo-border)!important;border-radius:28px!important;box-shadow:0 34px 90px rgba(0,0,0,.46)!important;display:grid!important;grid-template-columns:minmax(260px,.85fr) 1fr!important}.lazwo-modal-close{position:absolute;right:14px;top:14px;z-index:3;border:0;border-radius:999px;width:38px;height:38px;background:rgba(0,0,0,.12);color:var(--lazwo-text);font-size:28px;line-height:1;cursor:pointer}.lazwo-modal-media{min-height:100%;background:rgba(0,0,0,.05)}.lazwo-modal-media img{display:block!important;width:100%!important;height:100%!important;min-height:340px!important;object-fit:cover!important}.lazwo-modal-content{background:var(--lazwo-card)!important;color:var(--lazwo-text)!important;padding:clamp(20px,4vw,34px)}.lazwo-modal-content h3{font-size:clamp(26px,4vw,42px);line-height:1;margin:0 34px 10px 0;color:var(--lazwo-text)}.lazwo-modal-desc{color:var(--lazwo-muted)}.lazwo-modal-price{font-size:22px;display:block;margin:12px 0;color:var(--lazwo-text)}.lazwo-addons{margin:22px 0;padding:18px;border:1px solid var(--lazwo-border);border-radius:18px;background:var(--lazwo-card);color:var(--lazwo-text)}.lazwo-addons h3{margin-top:0;color:var(--lazwo-text)}.lazwo-addons fieldset{border:0;margin:0 0 16px;padding:0}.lazwo-addons legend{font-weight:800;margin-bottom:8px;color:var(--lazwo-text)}.lazwo-addons label{display:block;margin:8px 0;color:var(--lazwo-muted)}.lazwo-addons input{margin-right:7px}.lazwo-note textarea,.lazwo-checkout textarea{width:100%;border:1px solid var(--lazwo-border);border-radius:14px;padding:12px;background:var(--lazwo-bg);color:var(--lazwo-text)}.lazwo-modal-form .lazwo-addons{margin:16px 0;background:color-mix(in srgb,var(--lazwo-bg) 78%,transparent)}.lazwo-variation-picker{border:1px solid var(--lazwo-border);border-radius:18px;padding:14px;margin:14px 0}.lazwo-variation-picker legend{font-weight:900;padding:0 8px;color:var(--lazwo-text)}.lazwo-variation-picker label{display:block;margin:10px 0;color:var(--lazwo-muted)}.lazwo-qty{display:flex!important;align-items:center;gap:12px;margin:16px 0!important;font-weight:900}.lazwo-qty input{max-width:92px;border:1px solid var(--lazwo-border);border-radius:14px;padding:10px;background:var(--lazwo-bg);color:var(--lazwo-text)}.lazwo-modal-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lazwo-cart-link{font-weight:900;color:var(--lazwo-accent)}.lazwo-modal-message{min-height:24px;color:var(--lazwo-muted)}.lazwo-modal-form.is-loading{opacity:.72;pointer-events:none}

/* Checkout fields generated by plugin */
body.lazwo-wc-screen .lazwo-checkout,body.lazwo-wc-screen .lazwo-thankyou{padding:18px;border:1px solid var(--lazwo-border);border-radius:18px;margin:20px 0;background:var(--lazwo-card);color:var(--lazwo-text)}body.lazwo-wc-screen .lazwo-legal{font-size:13px;color:var(--lazwo-muted)}

/* Kitchen Display */
body.lazwo-kitchen-screen{overflow:hidden!important;background:#0d0d0d!important}.lazwo-kitchen{min-height:80vh;background:#111;color:#fff;border-radius:24px;padding:18px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.lazwo-kitchen *{box-sizing:border-box}.lazwo-kitchen header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.lazwo-kitchen header span{color:#f6b167;text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:12px}.lazwo-kitchen h2{margin:3px 0 0;font-size:34px;color:#fff}.lazwo-kitchen-subtitle{margin:4px 0 0;color:#b8aa9b;font-weight:700}.lazwo-kitchen-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.lazwo-ticket{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#1d1815;padding:16px;box-shadow:0 14px 40px rgba(0,0,0,.25)}.lazwo-ticket:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;background:#805b35}.lazwo-ticket[data-priority="1"]:before{background:#ffcf4a}.lazwo-ticket[data-priority="2"]:before{background:#f6a650}.lazwo-ticket[data-priority="3"]:before{background:#62d26f}.lazwo-ticket[data-priority="4"]:before{background:#54b9ff}.lazwo-ticket[data-priority="5"]:before{background:#c99cff}.lazwo-ticket[data-priority="1"]{box-shadow:0 0 0 1px rgba(255,207,74,.22),0 14px 44px rgba(255,207,74,.12)}.lazwo-ticket-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lazwo-ticket h3{font-size:24px;margin:0;color:#fff}.lazwo-pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#30241c;color:#ffd08a;font-size:12px;font-weight:800}.lazwo-ticket ul{padding-left:18px}.lazwo-ticket li{margin-bottom:7px}.lazwo-ticket small{display:block;color:#cbb8a5}.lazwo-ticket-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.lazwo-status-btn{padding:8px 11px;font-size:12px}.lazwo-kitchen-note{padding:10px;border-radius:13px;background:#261c17;color:#ffd9a8}.lazwo-kitchen-fullscreen{position:fixed!important;inset:0!important;z-index:2147482000!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;overflow:auto!important;border-radius:0!important;margin:0!important;padding:clamp(14px,2vw,28px)!important;box-sizing:border-box!important;background:radial-gradient(circle at top left,rgba(230,138,60,.18),transparent 28%),#0d0d0d!important}.lazwo-kitchen-screen #wpadminbar,.lazwo-kitchen-screen .site-header,.lazwo-kitchen-screen header:not(.lazwo-kitchen header),.lazwo-kitchen-screen .site-footer,.lazwo-kitchen-screen footer:not(.lazwo-kitchen footer){display:none!important}

/* Cart and Checkout: scoped only to pages with body.lazwo-wc-screen */
body.lazwo-wc-screen{background:radial-gradient(circle at top left,rgba(230,138,60,.10),transparent 30%),var(--lazwo-bg)!important;color:var(--lazwo-text)!important}body.lazwo-wc-screen main,body.lazwo-wc-screen .site-main,body.lazwo-wc-screen .entry-content,body.lazwo-wc-screen .wp-block-post-content{max-width:1240px!important;margin:0 auto!important;padding:clamp(24px,4vw,56px) clamp(16px,3vw,34px)!important;box-sizing:border-box!important}body.lazwo-wc-screen h1,body.lazwo-wc-screen h2,body.lazwo-wc-screen h3,body.lazwo-wc-screen .wc-block-components-title{color:var(--lazwo-text)!important;letter-spacing:-.025em!important}body.lazwo-wc-screen a{color:var(--lazwo-accent)!important;text-underline-offset:3px}body.lazwo-wc-screen .wc-block-cart,body.lazwo-wc-screen .wc-block-checkout,body.lazwo-wc-screen .woocommerce{background:color-mix(in srgb,var(--lazwo-card) 92%,transparent)!important;border:1px solid var(--lazwo-border)!important;border-radius:28px!important;box-shadow:var(--lazwo-shadow)!important;padding:clamp(18px,3vw,34px)!important;overflow:hidden!important}body.lazwo-wc-screen .wc-block-cart-items,body.lazwo-wc-screen table.shop_table,body.lazwo-wc-screen .wc-block-checkout__main,body.lazwo-wc-screen .woocommerce-checkout-review-order{border:0!important}body.lazwo-wc-screen .wc-block-cart-items__header,body.lazwo-wc-screen .wc-block-cart-items__row,body.lazwo-wc-screen .cart_item,body.lazwo-wc-screen .wc-block-components-order-summary-item{border-color:var(--lazwo-border)!important;color:var(--lazwo-text)!important}body.lazwo-wc-screen .wc-block-cart-items__row,body.lazwo-wc-screen .cart_item{padding:18px!important;border-radius:22px!important;margin-bottom:14px!important;background:color-mix(in srgb,var(--lazwo-bg) 70%,transparent)!important}body.lazwo-wc-screen .wc-block-cart-item__image img,body.lazwo-wc-screen .product-thumbnail img,body.lazwo-wc-screen .wc-block-components-order-summary-item__image img{width:92px!important;height:92px!important;object-fit:cover!important;border-radius:16px!important;border:1px solid var(--lazwo-border)!important;box-shadow:0 10px 24px rgba(0,0,0,.10)!important}body.lazwo-wc-screen .wc-block-cart-item__product,body.lazwo-wc-screen .product-name,body.lazwo-wc-screen .wc-block-components-order-summary-item__description{color:var(--lazwo-text)!important}body.lazwo-wc-screen .wc-block-cart-item__product .wc-block-components-product-name,body.lazwo-wc-screen .product-name a,body.lazwo-wc-screen .wc-block-components-order-summary-item__description .wc-block-components-product-name{font-size:18px!important;font-weight:900!important;color:var(--lazwo-text)!important;text-decoration:none!important}body.lazwo-wc-screen .wc-block-components-product-metadata,body.lazwo-wc-screen .wc-block-components-product-details,body.lazwo-wc-screen .variation{color:var(--lazwo-muted)!important;font-size:14px!important;line-height:1.5!important}body.lazwo-wc-screen .wc-block-cart-item__prices,body.lazwo-wc-screen .product-price,body.lazwo-wc-screen .wc-block-cart-item__total,body.lazwo-wc-screen .product-subtotal,body.lazwo-wc-screen .wc-block-components-order-summary-item__total-price,body.lazwo-wc-screen .wc-block-components-totals-item__value{font-weight:900!important;color:var(--lazwo-text)!important;font-size:16px!important}body.lazwo-wc-screen .wc-block-components-quantity-selector,body.lazwo-wc-screen .quantity{display:inline-flex!important;align-items:center!important;border:1px solid var(--lazwo-border)!important;border-radius:999px!important;background:var(--lazwo-card)!important;overflow:hidden!important;box-shadow:0 8px 20px rgba(60,30,10,.06)!important;margin-top:12px!important}body.lazwo-wc-screen .wc-block-components-quantity-selector button,body.lazwo-wc-screen .quantity button,body.lazwo-wc-screen .quantity .minus,body.lazwo-wc-screen .quantity .plus{width:38px!important;height:38px!important;min-width:38px!important;border:0!important;background:color-mix(in srgb,var(--lazwo-accent) 14%,transparent)!important;color:var(--lazwo-text)!important;font-weight:900!important;font-size:18px!important;cursor:pointer!important}body.lazwo-wc-screen .wc-block-components-quantity-selector input,body.lazwo-wc-screen .quantity input.qty{width:56px!important;height:38px!important;border:0!important;text-align:center!important;background:transparent!important;color:var(--lazwo-text)!important;font-weight:900!important;padding:0!important}body.lazwo-wc-screen .wc-block-cart-item__remove-link,body.lazwo-wc-screen .remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:10px!important;border:1px solid rgba(180,50,40,.22)!important;border-radius:999px!important;padding:8px 12px!important;background:rgba(180,50,40,.08)!important;color:#b43a30!important;text-decoration:none!important;font-weight:800!important;font-size:13px!important}body.lazwo-wc-screen .wc-block-cart__submit-button,body.lazwo-wc-screen .checkout-button,body.lazwo-wc-screen .wc-block-components-checkout-place-order-button,body.lazwo-wc-screen #place_order,body.lazwo-wc-screen .woocommerce .button,body.lazwo-wc-screen .woocommerce button.button,body.lazwo-wc-screen .woocommerce input.button,body.lazwo-wc-screen .woocommerce a.button,body.lazwo-wc-screen .wc-block-components-button,body.lazwo-wc-screen .wp-element-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,var(--lazwo-accent),var(--lazwo-accent-2))!important;color:#170f0a!important;font-weight:950!important;text-decoration:none!important;padding:13px 22px!important;box-shadow:0 14px 34px rgba(182,106,44,.24)!important;line-height:1.1!important;cursor:pointer!important;opacity:1!important}body.lazwo-wc-screen .wc-block-cart__submit-button:hover,body.lazwo-wc-screen .wc-block-components-checkout-place-order-button:hover,body.lazwo-wc-screen .woocommerce .button:hover,body.lazwo-wc-screen .wc-block-components-button:hover{transform:translateY(-1px)!important;filter:saturate(1.08)!important}body.lazwo-wc-screen .wc-block-components-button__text{color:#170f0a!important;font-weight:950!important}body.lazwo-wc-screen .wc-block-components-sidebar,body.lazwo-wc-screen .cart_totals{background:linear-gradient(180deg,color-mix(in srgb,var(--lazwo-card) 96%,transparent),color-mix(in srgb,var(--lazwo-bg) 85%,transparent))!important;border:1px solid var(--lazwo-border)!important;border-radius:24px!important;padding:20px!important;box-shadow:0 18px 55px rgba(60,30,10,.10)!important;color:var(--lazwo-text)!important}body.lazwo-wc-screen .wc-block-components-totals-item{padding:12px 0!important;color:var(--lazwo-text)!important;border-color:var(--lazwo-border)!important}body.lazwo-wc-screen .wc-block-components-totals-footer-item{font-size:20px!important;font-weight:950!important}body.lazwo-wc-screen .wc-block-components-panel__button{color:var(--lazwo-text)!important;font-weight:900!important;background:transparent!important;box-shadow:none!important;min-height:auto!important;padding:0!important;border-radius:0!important}body.lazwo-wc-screen input,body.lazwo-wc-screen select,body.lazwo-wc-screen textarea,body.lazwo-wc-screen .wc-block-components-text-input input,body.lazwo-wc-screen .wc-block-components-combobox .wc-block-components-combobox-control input,body.lazwo-wc-screen .wc-block-components-form .wc-block-components-text-input input,body.lazwo-wc-screen .wc-block-components-textarea{background:color-mix(in srgb,var(--lazwo-card) 94%,transparent)!important;border:1px solid var(--lazwo-border)!important;border-radius:14px!important;color:var(--lazwo-text)!important;min-height:44px!important;padding:10px 12px!important;box-shadow:none!important;font-size:15px!important}body.lazwo-wc-screen label,body.lazwo-wc-screen .wc-block-components-text-input label,body.lazwo-wc-screen .wc-block-components-checkbox__label,body.lazwo-wc-screen .wc-block-components-radio-control__label{color:var(--lazwo-text)!important;font-weight:750!important}body.lazwo-wc-screen .wc-block-components-radio-control,body.lazwo-wc-screen .wc-block-components-radio-control__option{border:1px solid var(--lazwo-border)!important;border-radius:18px!important;background:color-mix(in srgb,var(--lazwo-bg) 72%,transparent)!important;padding:12px!important;margin-bottom:10px!important;color:var(--lazwo-text)!important}body.lazwo-wc-screen .lazwo-checkout{background:linear-gradient(180deg,color-mix(in srgb,var(--lazwo-card) 96%,transparent),color-mix(in srgb,var(--lazwo-bg) 86%,transparent))!important;border:1px solid var(--lazwo-border)!important;border-radius:22px!important;padding:20px!important;box-shadow:0 16px 42px rgba(60,30,10,.08)!important}body.lazwo-wc-screen .lazwo-checkout h3{margin:0 0 16px!important;font-size:24px!important}body.lazwo-wc-screen .lazwo-checkout .form-row{margin-bottom:16px!important}body.lazwo-wc-screen .lazwo-checkout input[type="radio"]{min-height:auto!important;width:18px!important;height:18px!important;padding:0!important;margin-right:8px!important}body.lazwo-wc-screen .wc-block-components-checkbox,body.lazwo-wc-screen .wc-block-components-checkbox label{display:flex!important;align-items:center!important;gap:10px!important;position:relative!important}body.lazwo-wc-screen .wc-block-components-checkbox .wc-block-components-checkbox__input,body.lazwo-wc-screen .wc-block-components-checkbox input[type="checkbox"]{position:relative!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;margin:0 10px 0 0!important;padding:0!important;border:1px solid var(--lazwo-border)!important;border-radius:6px!important;appearance:none!important;background:var(--lazwo-card)!important;display:inline-block!important;vertical-align:middle!important;overflow:hidden!important}body.lazwo-wc-screen .wc-block-components-checkbox .wc-block-components-checkbox__mark,body.lazwo-wc-screen .wc-block-components-checkbox svg,body.lazwo-wc-screen .wc-block-components-checkbox__mark{position:absolute!important;left:3px!important;top:50%!important;transform:translateY(-50%)!important;width:14px!important;height:14px!important;max-width:14px!important;max-height:14px!important;min-width:14px!important;min-height:14px!important;pointer-events:none!important;display:block!important;overflow:hidden!important}body.lazwo-wc-screen .wc-block-components-checkbox svg path,body.lazwo-wc-screen .wc-block-components-checkbox__mark path{stroke-width:2.4!important;vector-effect:non-scaling-stroke!important}body.lazwo-wc-screen .wc-block-components-checkbox .wc-block-components-checkbox__label{line-height:1.45!important;color:var(--lazwo-muted)!important;font-size:14px!important}body.lazwo-wc-screen .wc-block-checkout__terms,body.lazwo-wc-screen .wc-block-checkout__actions{margin-top:18px!important;padding-top:18px!important;border-top:1px solid var(--lazwo-border)!important}body.lazwo-wc-screen .woocommerce-error,body.lazwo-wc-screen .woocommerce-info,body.lazwo-wc-screen .woocommerce-message,body.lazwo-wc-screen .wc-block-components-notice-banner{border:1px solid var(--lazwo-border)!important;border-left:5px solid var(--lazwo-accent)!important;background:color-mix(in srgb,var(--lazwo-card) 94%,transparent)!important;color:var(--lazwo-text)!important;border-radius:18px!important;box-shadow:0 12px 28px rgba(60,30,10,.08)!important;padding:14px 16px!important;margin:16px 0!important}

@media(max-width:780px){body.lazwo-wc-screen main,body.lazwo-wc-screen .entry-content{padding:18px 12px!important}body.lazwo-wc-screen .wc-block-cart,body.lazwo-wc-screen .wc-block-checkout,body.lazwo-wc-screen .woocommerce{border-radius:20px!important;padding:14px!important}body.lazwo-wc-screen .wc-block-cart-items__row{grid-template-columns:76px 1fr!important;gap:12px!important}body.lazwo-wc-screen .wc-block-cart-item__image,body.lazwo-wc-screen .product-thumbnail{width:76px!important;min-width:76px!important}body.lazwo-wc-screen .wc-block-cart-item__image img,body.lazwo-wc-screen .product-thumbnail img,body.lazwo-wc-screen .wc-block-components-order-summary-item__image img{width:76px!important;height:76px!important;border-radius:14px!important}body.lazwo-wc-screen .wc-block-cart-item__total{grid-column:2!important;text-align:left!important}body.lazwo-wc-screen .wc-block-components-sidebar,body.lazwo-wc-screen .cart_totals{padding:16px!important;border-radius:18px!important}body.lazwo-wc-screen .wc-block-cart__submit-button,body.lazwo-wc-screen .wc-block-components-checkout-place-order-button,body.lazwo-wc-screen #place_order{width:100%!important}}
@media(max-width:760px){.lazwo-modal-panel{grid-template-columns:1fr!important;border-radius:20px}.lazwo-modal-media img{min-height:220px!important;max-height:280px}.lazwo-floating-cart{bottom:8px}.lazwo-category-filters{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:6px}.lazwo-category-filters button{white-space:nowrap}}
@media(max-width:640px){.lazwo-menu-shell{padding:22px;border-radius:18px}.lazwo-kitchen{border-radius:0;padding:12px}.lazwo-kitchen h2{font-size:26px}.lazwo-kitchen-columns{grid-template-columns:1fr}.lazwo-card-foot{align-items:flex-start;flex-direction:column}}
