:root{--deoo-dark:#111b2b;--deoo-text:#172235;--deoo-muted:#69788c;--deoo-line:#dce3ea;--deoo-bg:#f4f6f8;--deoo-accent:#f28c28;--deoo-ok:#177245;--deoo-bad:#a3362b}*{box-sizing:border-box}.deoo-public-page,.deoo-shell{margin:0;background:var(--deoo-bg);color:var(--deoo-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.deoo-shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.deoo-sidebar{background:var(--deoo-dark);color:#fff;padding:22px 14px;display:flex;flex-direction:column;min-height:100vh}.deoo-brand{display:flex;gap:11px;align-items:center;padding:0 10px 22px}.deoo-brand>span{width:38px;height:38px;border-radius:11px;background:var(--deoo-accent);color:var(--deoo-dark);display:grid;place-items:center;font-weight:900}.deoo-brand strong,.deoo-brand small{display:block}.deoo-brand small{color:#aeb9c7}.deoo-sidebar nav{display:grid;gap:5px}.deoo-sidebar nav a,.deoo-side-bottom a{color:#dbe3ed;text-decoration:none;padding:11px 12px;border-radius:9px;display:flex;gap:10px;align-items:center}.deoo-sidebar nav a.is-active,.deoo-sidebar nav a:hover{background:#22324a;color:#fff}.deoo-side-bottom{margin-top:auto;display:grid}.deoo-main{padding:28px;max-width:1500px;width:100%;margin:0 auto}.deoo-page-head,.deoo-card-head,.deoo-order-card header,.deoo-order-card footer,.deoo-product footer,.deoo-cart-total{display:flex;justify-content:space-between;align-items:center;gap:16px}.deoo-page-head{margin-bottom:20px}.deoo-page-head span:first-child{font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.08em;color:#c4660a}.deoo-page-head h1{font-size:30px;margin:4px 0}.deoo-page-head p,.deoo-card-head p{color:var(--deoo-muted);margin:4px 0}.deoo-live{background:#fff;border:1px solid var(--deoo-line);border-radius:999px;padding:8px 12px;display:flex;gap:8px;align-items:center}.deoo-dot{width:8px;height:8px;border-radius:50%;background:#2aa469}.deoo-card,.deoo-summary-row article{background:#fff;border:1px solid var(--deoo-line);border-radius:15px;box-shadow:0 8px 25px rgba(20,32,51,.05)}.deoo-card{padding:18px;margin:0 0 18px}.deoo-card h2{font-size:18px;margin:0}.deoo-summary-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:18px}.deoo-summary-row article{padding:16px}.deoo-summary-row span{display:block;font-size:11px;text-transform:uppercase;font-weight:800;color:var(--deoo-muted)}.deoo-summary-row strong{display:block;font-size:26px;margin-top:5px}.deoo-summary-row .small{font-size:15px}.deoo-order-card{border-top:1px solid #e6ebef;padding:18px 0}.deoo-order-card:first-child{border-top:0}.deoo-order-card h3{font-size:17px;margin:3px 0}.deoo-order-card header p{margin:3px 0;color:var(--deoo-muted);font-size:13px}.deoo-order-card header>div:last-child{display:flex;gap:6px;flex-wrap:wrap}.deoo-pill{font-size:10px;font-weight:850;text-transform:uppercase;padding:5px 8px;border-radius:999px;background:#edf2f6;color:#506177}.deoo-pill.ready,.deoo-pill.completed,.deoo-pill.paid{background:#e5f5eb;color:#17633b}.deoo-pill.rejected,.deoo-pill.cancelled{background:#fae9e6;color:#8e3329}.deoo-pill.preparing,.deoo-pill.dispatched{background:#fff1df;color:#8b4d08}.deoo-order-grid{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(260px,1.4fr) minmax(160px,.5fr);gap:18px;padding:14px 0}.deoo-order-grid small{display:block;color:var(--deoo-muted)}.deoo-order-grid ul{list-style:none;margin:0;padding:0}.deoo-order-grid li{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:6px 0;border-bottom:1px solid #eef1f4}.deoo-order-grid li small{grid-column:2/-1}.deoo-totals{display:grid;align-content:start;gap:5px}.deoo-totals span,.deoo-totals strong{display:flex;justify-content:space-between;gap:12px}.deoo-note{background:#fff8ed;border-left:3px solid var(--deoo-accent);padding:9px 11px}.deoo-order-card footer{justify-content:flex-end;flex-wrap:wrap}button{font:inherit;border:1px solid #cbd4df;border-radius:9px;background:#fff;padding:8px 12px;cursor:pointer;font-weight:750;color:#26364a}button.primary,.deoo-save{background:var(--deoo-accent);border-color:var(--deoo-accent);color:var(--deoo-dark)}button.danger{color:var(--deoo-bad);border-color:#e6beb8}.deoo-loading,.deoo-empty{padding:28px;text-align:center;color:var(--deoo-muted)}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px;border-bottom:1px solid #e7ebef;vertical-align:top}.deoo-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.deoo-form-grid label,.deoo-form-grid fieldset{font-weight:750}.deoo-form-grid input,.deoo-form-grid select,.deoo-form-grid textarea,.deoo-zones input,.deoo-zones select,.deoo-zones textarea,#deoo-history-search{width:100%;margin-top:6px;min-height:42px;border:1px solid #cbd4df;border-radius:9px;padding:8px;font:inherit}.deoo-form-grid textarea{min-height:86px}.deoo-form-grid .check,.deoo-form-grid .day{display:flex;align-items:center;gap:8px}.deoo-form-grid .check input,.deoo-form-grid .day input{width:auto;min-height:0;margin:0}.deoo-form-grid .wide{grid-column:1/-1}.deoo-form-grid fieldset{grid-column:1/-1;border:1px solid var(--deoo-line);border-radius:10px;padding:12px;display:flex;gap:12px;flex-wrap:wrap}.deoo-save{justify-self:start;padding:11px 18px}.deoo-zones textarea{min-width:170px;min-height:60px}.deoo-public{max-width:1040px;margin:0 auto;padding:18px 16px 90px}.deoo-pub-head{background:linear-gradient(125deg,#111b2b,#263950);color:#fff;border-radius:20px;padding:22px;display:flex;gap:14px;align-items:center}.deoo-pub-head img{width:58px;height:58px;object-fit:contain;border-radius:12px;background:#fff}.deoo-pub-head small{color:#ffc88b}.deoo-pub-head h1{font-size:27px;margin:2px 0}.deoo-pub-head p{margin:4px 0;color:#c8d3e0}.deoo-status{margin-left:auto;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;background:#293e59}.deoo-status.open{background:#1e7148}.deoo-status.closed{background:#7f342c}.deoo-fulfil-bar{position:sticky;top:0;z-index:10;background:rgba(244,246,248,.96);backdrop-filter:blur(8px);padding:10px 0;display:grid;grid-template-columns:auto minmax(180px,1fr) auto;gap:10px;align-items:end}.deoo-segment{display:flex;background:#e6ebef;border-radius:10px;padding:3px}.deoo-segment button{border:0;background:transparent}.deoo-segment button.on{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08)}.deoo-fulfil-bar label{font-size:11px;font-weight:800;color:var(--deoo-muted)}.deoo-fulfil-bar select{display:block;width:100%;min-height:39px;margin-top:4px;border:1px solid #cbd4df;border-radius:9px;background:#fff;padding:7px}.deoo-cart-button{background:var(--deoo-accent);border-color:var(--deoo-accent);display:flex;gap:8px;align-items:center}.deoo-cart-button span{font-weight:500}.deoo-cats{display:flex;gap:7px;overflow:auto;padding:10px 0 14px}.deoo-cats button{white-space:nowrap}.deoo-cats button.on{background:var(--deoo-dark);color:#fff;border-color:var(--deoo-dark)}.deoo-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px}.deoo-product{background:#fff;border:1px solid var(--deoo-line);border-radius:15px;overflow:hidden}.deoo-product>img{width:100%;height:155px;object-fit:cover;background:#e7ebef}.deoo-product>div{padding:14px}.deoo-product h2{font-size:16px;margin:4px 0}.deoo-product p{font-size:13px;line-height:1.45;color:var(--deoo-muted);margin:6px 0}.deoo-product footer{margin-top:10px}.deoo-product footer button{background:var(--deoo-accent);border-color:var(--deoo-accent)}.deoo-tags{display:flex;gap:5px;flex-wrap:wrap}.deoo-tags span{font-size:10px;border-radius:999px;padding:4px 7px;background:#eef5ee;color:#27623e}.deoo-tags span.warn{background:#fff2e3;color:#8b4d08}.deoo-cart-drawer{position:fixed;inset:0;z-index:50}.deoo-drawer-backdrop{position:absolute;inset:0;background:rgba(7,14,24,.56)}.deoo-drawer{position:absolute;right:0;top:0;bottom:0;width:min(570px,100%);background:#fff;padding:18px;overflow:auto;box-shadow:-20px 0 50px rgba(0,0,0,.18)}.deoo-drawer>header{display:flex;justify-content:space-between;align-items:center}.deoo-drawer>header h2{font-size:20px;margin:2px 0}.deoo-drawer>header button{font-size:22px;border:0}.deoo-cart-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:13px 0;border-bottom:1px solid #e8ecf0}.deoo-cart-row>input{grid-column:1/-1}.deoo-cart-row input,.deoo-checkout-fields input,.deoo-checkout-fields select,.deoo-checkout-fields textarea{width:100%;min-height:42px;border:1px solid #cbd4df;border-radius:9px;padding:8px;font:inherit}.deoo-step{display:flex;align-items:center;gap:8px}.deoo-step button{width:32px;height:32px;padding:0}.deoo-cart-total{font-size:18px;padding:15px 0}.deoo-cart-total strong{font-size:24px}.deoo-checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.deoo-checkout-fields label,.deoo-checkout-fields legend{font-size:12px;font-weight:800}.deoo-checkout-fields .wide{grid-column:1/-1}.deoo-checkout-fields fieldset{border:1px solid var(--deoo-line);border-radius:10px;padding:10px}.deoo-radio,.deoo-tip-pills label{display:inline-flex;align-items:center;gap:6px;margin-right:12px}.deoo-submit{width:100%;min-height:48px;margin-top:14px;background:var(--deoo-accent);border-color:var(--deoo-accent)}.deoo-feedback{padding-top:10px}.deoo-success{background:#edf8f1;border:1px solid #b9dfc7;color:#1b613b;border-radius:10px;padding:12px}.deoo-success small{display:block}.deoo-pay{display:block;text-align:center;background:var(--deoo-dark);color:#fff!important;text-decoration:none;padding:11px;border-radius:9px;margin-top:10px}.deoo-public-error{max-width:560px;margin:10vh auto;background:#fff;border:1px solid var(--deoo-line);border-radius:18px;padding:26px;text-align:center}.deoo-public-loading{padding:20vh 15px;text-align:center;color:var(--deoo-muted)}.deoo-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:800px){.deoo-shell{grid-template-columns:1fr}.deoo-sidebar{min-height:auto;position:sticky;top:0;z-index:20;padding:10px}.deoo-brand{display:none}.deoo-sidebar nav{grid-template-columns:repeat(4,1fr)}.deoo-sidebar nav a{justify-content:center;font-size:11px;padding:9px 4px}.deoo-sidebar nav a i{display:none}.deoo-side-bottom{display:none}.deoo-main{padding:16px}.deoo-order-grid{grid-template-columns:1fr}.deoo-form-grid{grid-template-columns:1fr}.deoo-form-grid .wide{grid-column:auto}.deoo-fulfil-bar{grid-template-columns:1fr 1fr}.deoo-cart-button{grid-column:1/-1;justify-content:center}.deoo-products{grid-template-columns:repeat(2,minmax(0,1fr))}.deoo-checkout-fields{grid-template-columns:1fr}.deoo-checkout-fields .wide{grid-column:auto}.deoo-zones{display:block;overflow:auto}.deoo-page-head .deoo-live{display:none}}@media(max-width:460px){.deoo-products{grid-template-columns:1fr}.deoo-pub-head{align-items:flex-start}.deoo-status{margin-left:0}.deoo-fulfil-bar{grid-template-columns:1fr}.deoo-cart-button{grid-column:auto}.deoo-segment button{flex:1}.deoo-segment{display:flex}}
.deoo-quote{margin-top:14px;border:1px solid var(--deoo-line);border-radius:11px;background:#f8fafb;padding:12px;display:grid;gap:6px}.deoo-quote-row,.deoo-quote-total{display:flex;justify-content:space-between;gap:16px;align-items:center}.deoo-quote-row{font-size:13px;color:var(--deoo-muted)}.deoo-quote-total{border-top:1px solid var(--deoo-line);padding-top:9px;margin-top:3px;font-size:16px}.deoo-quote-total strong{font-size:20px}.deoo-quote-error{color:var(--deoo-bad)}.deoo-submit:disabled{opacity:.55;cursor:not-allowed}
.deoo-choice-hint{display:block;color:#64748b;margin-top:2px}.deoo-cart-modifiers{display:flex;flex-direction:column;gap:2px;margin-top:5px;font-size:12px;color:#475569}.deoo-modifier-overlay{position:fixed;inset:0;z-index:100100;background:rgba(2,6,23,.78);display:grid;place-items:center;padding:18px}.deoo-modifier-dialog{width:min(620px,100%);max-height:90vh;overflow:auto;background:#fff;color:#111827;border-radius:20px;box-shadow:0 30px 90px rgba(0,0,0,.48)}.deoo-modifier-dialog header,.deoo-modifier-dialog footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px}.deoo-modifier-dialog header{border-bottom:1px solid #e2e8f0}.deoo-modifier-dialog header h2{margin:2px 0}.deoo-modifier-dialog header p,.deoo-modifier-dialog header small,.deoo-modifier-dialog footer small{margin:0;color:#64748b}.deoo-modifier-dialog header button{border:0;width:40px;height:40px;border-radius:12px;background:#eef2f7;font-size:24px}.deoo-modifier-body{padding:8px 20px}.deoo-modifier-body fieldset{border:0;border-bottom:1px solid #e2e8f0;padding:14px 0;margin:0}.deoo-modifier-body legend{font-weight:800}.deoo-modifier-body legend small{font-weight:600;color:#64748b}.deoo-modifier-body label{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px}.deoo-modifier-body label input{width:20px;height:20px;accent-color:#d97706}.deoo-modifier-body label span{display:flex;justify-content:space-between;gap:14px;flex:1}.deoo-modifier-body label small{color:#64748b}.deoo-modifier-dialog footer{position:sticky;bottom:0;background:#fff;border-top:1px solid #e2e8f0}.deoo-modifier-dialog footer strong{display:block;font-size:20px}.deoo-modifier-error{margin:0 20px 18px;padding:10px 12px;border-radius:10px;background:#fee2e2;color:#991b1b;font-weight:700}@media(max-width:600px){.deoo-modifier-overlay{padding:0;place-items:end center}.deoo-modifier-dialog{border-radius:20px 20px 0 0;max-height:93vh}}
/* Digital Eatery unified application shell — admin only; public ordering is unchanged. */
.deoo-shell.deoo-unified-shell{display:block!important;min-height:0!important;width:100%!important;background:#f4f7fa!important}
.deoo-shell.deoo-unified-shell .deoo-main{width:min(100% - 28px,1660px)!important;max-width:1660px!important;margin:0 auto!important;padding:22px 0 40px!important;min-width:0!important}
@media(max-width:700px){.deoo-shell.deoo-unified-shell .deoo-main{width:min(100% - 18px,1660px)!important;padding-top:14px!important}}

/* v1.2.4 customer ordering UX */
.deoo-product{display:flex;flex-direction:column;min-height:100%}
.deoo-product>div.deoo-product-copy{display:flex;flex-direction:column;flex:1;padding:14px}
.deoo-product-description{font-size:13px!important;line-height:1.5!important;color:var(--deoo-muted)!important;margin:7px 0 9px!important;white-space:normal}
.deoo-description-missing{font-style:italic;opacity:.7}
.deoo-product-options{font-size:11px;line-height:1.4;color:#526174;background:#f5f7f9;border:1px solid #e2e7ec;border-radius:8px;padding:7px 9px;margin:2px 0 8px}
.deoo-product-options strong{color:#344457}
.deoo-product footer{margin-top:auto!important;align-items:flex-end!important}
.deoo-product-price{display:grid;gap:3px}
.deoo-product-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.deoo-qty{display:inline-flex;align-items:center;border:1px solid #cbd4df;border-radius:10px;overflow:hidden;background:#fff;min-height:38px}
.deoo-qty button{width:36px;height:36px;min-height:0;border:0;border-radius:0;padding:0;background:#f7f9fb;font-size:18px;line-height:1;color:#26364a}
.deoo-qty button:hover{background:#eef2f6}
.deoo-qty b{min-width:32px;text-align:center;font-size:14px}
.deoo-add-button{background:var(--deoo-accent)!important;border-color:var(--deoo-accent)!important;min-height:38px}
.deoo-choice-hint{display:block;color:#7a5a2c;font-weight:750}
.deoo-modifier-description{max-width:480px;font-size:13px!important;line-height:1.45;color:#526174!important;margin:5px 0 3px!important}
.deoo-base-price{font-size:12px!important}
.deoo-item-quantity{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:16px 0}
.deoo-item-quantity span{display:grid!important;gap:2px!important}
.deoo-item-quantity span small{color:#64748b}
.deoo-qty-large button{width:42px;height:42px}
.deoo-qty-large b{min-width:38px;font-size:16px}
.deoo-option-unavailable{margin:8px 0;padding:10px;border-radius:8px;background:#fff6e8;color:#805313;font-size:12px}
.deoo-cart-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:start}
.deoo-cart-side{display:grid;justify-items:end;gap:7px}
.deoo-cart-side>strong{font-size:13px;color:#344457}
.deoo-cart-item-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}
.deoo-cart-item-actions button{font-size:11px;padding:5px 8px;min-height:0;border-radius:7px;background:#f7f9fb}
.deoo-cart-item-actions .deoo-remove-item{color:var(--deoo-bad);border-color:#e6beb8;background:#fff}
.deoo-cart-modifiers{display:grid;gap:2px;margin-top:5px;font-size:11px;color:#526174}
@media(max-width:620px){.deoo-product footer{align-items:stretch!important;flex-direction:column}.deoo-product-actions{justify-content:space-between;width:100%}.deoo-add-button{flex:1}.deoo-cart-row{grid-template-columns:1fr!important}.deoo-cart-side{grid-row:2;justify-items:start;grid-template-columns:auto auto;align-items:center;justify-content:space-between}.deoo-cart-row>input{grid-row:3}.deoo-item-quantity{position:sticky;bottom:76px;background:#fff;z-index:2}}


/* v1.2.5 price wrapping + checkout overlap fix */
.deoo-product-price{min-width:0;align-self:flex-end;text-align:left}
.deoo-product-price>strong{display:block;font-size:14px!important;line-height:1.1;font-weight:850;white-space:nowrap;letter-spacing:-.01em}
.deoo-product-price .deoo-choice-hint{font-size:10px;line-height:1.2;white-space:normal}
.deoo-product footer{gap:10px!important;min-width:0}
.deoo-product-actions{min-width:0}

.deoo-cart-row{grid-template-columns:minmax(0,1fr) minmax(112px,max-content)!important;column-gap:14px!important}
.deoo-cart-row>div:first-child{min-width:0;overflow:hidden}
.deoo-cart-row>div:first-child>strong{display:block;min-width:0;font-size:14px;line-height:1.3;overflow-wrap:anywhere;word-break:normal;padding-right:2px}
.deoo-cart-row>div:first-child>small{display:block;font-size:11px;line-height:1.25;color:var(--deoo-muted);margin-top:2px}
.deoo-cart-side{min-width:112px;max-width:150px;justify-items:end;align-content:start;overflow:visible}
.deoo-cart-side>strong{display:block;font-size:13px!important;line-height:1.15;white-space:nowrap;max-width:100%;text-align:right}
.deoo-cart-side .deoo-step{white-space:nowrap}
.deoo-cart-modifiers{min-width:0;overflow-wrap:anywhere}

.deoo-quote-row b,.deoo-quote-total strong,.deoo-cart-total strong{white-space:nowrap}
@media(max-width:620px){
  .deoo-product-price{align-self:flex-start}
  .deoo-product-price>strong{font-size:14px!important}
  .deoo-cart-row{grid-template-columns:1fr!important;row-gap:8px!important}
  .deoo-cart-side{grid-row:2;max-width:none;width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}
  .deoo-cart-side>strong{font-size:13px!important;margin-left:auto}
}


/* v1.2.8 visual polish */
.deoo-public{padding:24px 18px 96px}
.deoo-pub-head{box-shadow:0 18px 40px rgba(14,24,38,.16)}
.deoo-fulfil-bar{margin-top:14px;background:rgba(255,255,255,.94);border:1px solid rgba(210,219,228,.95);border-radius:16px;padding:12px;box-shadow:0 10px 24px rgba(17,27,43,.08)}
.deoo-cats{padding:14px 0 16px;gap:9px}
.deoo-cats button{border-radius:999px;padding:9px 14px;background:#fff;box-shadow:0 2px 6px rgba(10,16,26,.04)}
.deoo-products{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}
.deoo-product{display:flex;flex-direction:column;border:1px solid #e4e9ee;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfcfd);box-shadow:0 10px 30px rgba(15,23,42,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.deoo-product:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(15,23,42,.10);border-color:#d8e0e7}
.deoo-product>img{display:block;width:100%;height:190px;object-fit:contain;object-position:center center;background:linear-gradient(180deg,#f7f9fb,#edf2f6);padding:14px;border-bottom:1px solid #e7edf2}
.deoo-product>div,.deoo-product .deoo-product-copy{display:flex;flex-direction:column;flex:1;padding:15px 15px 14px}
.deoo-product small{display:block;color:#7d8b98;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
.deoo-product h2{font-size:17px;line-height:1.3;margin:0 0 6px;color:#182431}
.deoo-product-description{min-height:54px;margin:0 0 8px;color:#637180}
.deoo-product-options{margin:0 0 10px;padding:8px 10px;border-radius:10px;background:#f5f8fb;color:#536170;font-size:12px;line-height:1.45}
.deoo-tags{margin-top:auto;padding-top:6px;min-height:24px}
.deoo-tags span{font-size:10px;font-weight:700}
.deoo-product footer{display:flex;flex-direction:column;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #edf1f4}
.deoo-product-price{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.deoo-product-price strong{font-size:18px;line-height:1.1;white-space:nowrap;color:#16212b}
.deoo-choice-hint{display:block;text-align:right;font-size:11px;line-height:1.25;color:#7b8792;max-width:120px}
.deoo-product-actions{display:flex;align-items:center;gap:10px}
.deoo-qty{display:inline-flex;align-items:center;gap:8px;background:#f3f6f9;border:1px solid #dbe3ea;border-radius:999px;padding:5px 8px}
.deoo-qty button{width:28px;height:28px;min-height:28px;border-radius:50%;padding:0;background:#fff;border:1px solid #d6dde5;box-shadow:none}
.deoo-qty b{min-width:18px;text-align:center;font-size:14px}
.deoo-add-button,.deoo-product footer button{flex:1;min-height:40px;border-radius:12px;font-weight:800;box-shadow:0 6px 14px rgba(209,166,103,.18)}
.deoo-cart-button{border-radius:14px;box-shadow:0 8px 18px rgba(209,166,103,.18)}
@media (max-width: 720px){
  .deoo-products{grid-template-columns:1fr;gap:14px}
  .deoo-product{flex-direction:row;align-items:stretch}
  .deoo-product>img{width:122px;min-width:122px;height:auto;min-height:122px;max-height:none;border-right:1px solid #e7edf2;border-bottom:0;padding:10px}
  .deoo-product footer{margin-top:10px}
  .deoo-product-actions{flex-wrap:wrap}
  .deoo-add-button,.deoo-product footer button{width:100%}
}
@media (max-width: 520px){
  .deoo-public{padding:18px 12px 88px}
  .deoo-pub-head{padding:18px;border-radius:16px}
  .deoo-fulfil-bar{grid-template-columns:1fr;align-items:stretch}
  .deoo-product{flex-direction:column}
  .deoo-product>img{width:100%;height:172px;min-width:0;border-right:0;border-bottom:1px solid #e7edf2;padding:12px}
  .deoo-product-price{align-items:flex-end}
}


/* v1.2.9 square product media + menu search */
.deoo-menu-tools{display:flex;align-items:center;gap:12px;margin:16px 0 2px}
.deoo-search{position:relative;display:flex;align-items:center;width:min(520px,100%)}
.deoo-search input{width:100%;height:46px;border:1px solid #d5dee6;border-radius:14px;background:#fff;padding:0 42px 0 43px;font:inherit;font-size:14px;color:var(--deoo-text);outline:none;box-shadow:0 5px 16px rgba(15,23,42,.05);transition:border-color .15s ease,box-shadow .15s ease}
.deoo-search input:focus{border-color:#a9b8c6;box-shadow:0 0 0 3px rgba(17,27,43,.07),0 5px 16px rgba(15,23,42,.05)}
.deoo-search-icon{position:absolute;left:15px;z-index:1;color:#7a8896;font-size:20px;line-height:1;pointer-events:none}
.deoo-search [data-clear-search]{position:absolute;right:8px;width:30px;height:30px;min-height:30px;padding:0;border:0;border-radius:50%;background:#eef2f5;color:#536273;font-size:19px;line-height:1}
.deoo-search [data-clear-search][hidden]{display:none}
.deoo-product{display:flex!important;flex-direction:column!important;align-items:stretch!important}
.deoo-product-media{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#edf1f4;border-bottom:1px solid #e4e9ee}
.deoo-product-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center;padding:0;margin:0;border:0}
.deoo-product-image-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(145deg,#f5f7f9,#e5ebf0);color:#8593a0;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.deoo-no-results{grid-column:1/-1;display:grid;gap:5px;background:#fff;border:1px dashed #d6dee6;border-radius:14px}
.deoo-no-results strong{color:#26364a}
.deoo-no-results span{font-size:13px}
@media(max-width:720px){
  .deoo-product{display:flex!important;flex-direction:column!important}
  .deoo-product-media{width:100%;aspect-ratio:1 / 1;border-right:0;border-bottom:1px solid #e4e9ee}
  .deoo-product-media img{width:100%;height:100%;object-fit:cover;padding:0}
}
@media(max-width:520px){
  .deoo-menu-tools{margin-top:12px}
  .deoo-search{width:100%}
  .deoo-search input{height:44px;border-radius:12px}
}


/* v1.2.10 image/button refinement */
.deoo-product>img{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center center!important;
  padding:0!important;
  margin:0!important;
  background:none!important;
  border:0!important;
  border-radius:0!important;
}
.deoo-add-button,.deoo-product footer button{
  font-weight:600!important;
  letter-spacing:0!important;
  text-shadow:none!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  box-shadow:none!important;
}
@media (max-width:720px){
  .deoo-product>img{
    width:100%!important;
    min-width:0!important;
    aspect-ratio:1/1!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    border-right:0!important;
    border-bottom:1px solid #e7edf2!important;
  }
}

/* v1.2.11 true edge-to-edge product photography */
.deoo-product{
  border:0!important;
}
.deoo-product-media{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  overflow:hidden!important;
  line-height:0!important;
}
.deoo-product-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  object-position:center center!important;
  vertical-align:top!important;
}
@media (max-width:720px){
  .deoo-product-media{
    border:0!important;
    margin:0!important;
    padding:0!important;
  }
  .deoo-product-media img{
    border:0!important;
    margin:0!important;
    padding:0!important;
  }
}


/* v1.2.12 widescreen product media */
.deoo-product-media{
  aspect-ratio:16/9 !important;
  width:100%;
  overflow:hidden;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}
.deoo-product-media img,.deoo-product>img{
  display:block;
  width:100% !important;
  height:100% !important;
  aspect-ratio:16/9 !important;
  object-fit:cover !important;
  object-position:center center;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:transparent !important;
}
@media (max-width:720px){
  .deoo-product-media,.deoo-product-media img,.deoo-product>img{aspect-ratio:16/9 !important;width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;}
}

/* v1.2.13 full-width storefront with square product photography */
.deoo-public{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:24px 28px 96px !important;
}
.deoo-product-media{
  width:100% !important;
  aspect-ratio:1 / 1 !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  overflow:hidden !important;
}
.deoo-product-media img,
.deoo-product>img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  aspect-ratio:1 / 1 !important;
  object-fit:cover !important;
  object-position:center center !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
@media (max-width:720px){
  .deoo-public{padding:18px 14px 88px !important;}
  .deoo-product-media,
  .deoo-product-media img,
  .deoo-product>img{
    width:100% !important;
    aspect-ratio:1 / 1 !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
  }
}
