@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";.co-app{--ink: #111111;--cream: #f5f5f5;--warm: #e8e8e8;--accent: var(--co-accent, #ff0006);--accent-light: #e04a4a;--accent-bg: #fdf0f0;--sage: #555555;--sage-light: #eeeeee;--charcoal: #333333;--muted: #888888;--border: #d5d5d5;--white: #ffffff;--red: #ff0006;--red-bg: #fdf0f0;font-family:var(--co-body-font, "Instrument Sans"),sans-serif;background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh;transition:background-color .6s ease,color .6s ease}.co-app .co-header,.co-app .co-footer,.co-app .co-card,.co-app .co-product-card,.co-app .co-slot-btn,.co-app .co-cat-tab,.co-app .co-cat-tabs,.co-app .co-cart-badge,.co-app .co-confirm-icon,.co-app .co-step-circle,.co-app .co-step-line,.co-app .co-payment-method,.co-app .co-dark-toggle,.co-app .co-customise-btn,.co-app .co-btn-primary,.co-app .co-btn-secondary,.co-app .co-form-group input,.co-app .co-form-group textarea{transition:background-color .6s ease,color .6s ease,border-color .6s ease,box-shadow .6s ease}.co-app.dark{--ink: #f0f0f0;--cream: #1a1a1a;--warm: #2a2a2a;--accent-bg: #2a1a1a;--sage: #aaaaaa;--sage-light: #333333;--charcoal: #dddddd;--muted: #999999;--border: #3a3a3a;--white: #222222;--red-bg: #2a1a1a}.co-app.dark .co-header{background:#1a1a1aeb}.co-app.dark .co-footer{background:#1a1a1af2}.co-app.dark .co-slot-btn{box-shadow:0 1px 4px #00000026}.co-app.dark .co-slot-btn:hover{box-shadow:0 2px 8px #00000040}.co-app.dark .co-product-card{box-shadow:0 1px 4px #0000001f}.co-app.dark .co-product-card.in-cart{box-shadow:0 4px 16px #ff000626}.co-app.dark .co-btn-primary{background:var(--accent);box-shadow:0 4px 16px #ff000640}.co-app.dark .co-btn-primary.disabled{background:var(--border);box-shadow:none}.co-app.dark .co-card{box-shadow:0 2px 12px #00000026}.co-app.dark .co-modal{background:#1e1e1e}.co-app.dark .co-ing-btn{background:var(--warm)}.co-app.dark .co-ing-btn.co-ing-removed{background:var(--red-bg)}.co-app.dark .co-product-img{opacity:.95}.co-dark-toggle{width:36px;height:36px;border-radius:50%;border:1.5px solid var(--border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .2s ease;flex-shrink:0;color:var(--muted)}.co-dark-toggle:hover{border-color:var(--accent);color:var(--accent)}.co-app *,.co-modal-overlay *{margin:0;padding:0;box-sizing:border-box}.co-app .playfair,.co-app h1.playfair,.co-app h2.playfair,.co-app h3.playfair,.co-app span.playfair{font-family:var(--co-heading-font, var(--co-body-font, "Instrument Sans")),sans-serif}@keyframes coFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes coFadeIn{0%{opacity:0}to{opacity:1}}@keyframes coSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes coSpin{to{transform:rotate(360deg)}}.co-app .animate-up{animation:coFadeUp .5s ease forwards}.co-app .animate-fade{animation:coFadeIn .4s ease forwards}.co-app .stagger-1{animation-delay:.05s;opacity:0}.co-app .stagger-2{animation-delay:.1s;opacity:0}.co-app .stagger-3{animation-delay:.15s;opacity:0}.co-app .stagger-4{animation-delay:.2s;opacity:0}.co-app .stagger-5{animation-delay:.25s;opacity:0}.co-app .stagger-6{animation-delay:.3s;opacity:0}.co-header{padding:20px 24px;border-bottom:1px solid var(--border);background:#f5f5f5e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.co-header-inner{max-width:700px;margin:0 auto}.co-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.co-logo{font-size:22px;font-weight:700;letter-spacing:-.01em}.co-tagline{font-size:12px;color:var(--muted);font-weight:400;letter-spacing:.08em;text-transform:uppercase}.co-cart-badge{background:var(--sage-light);border-radius:10px;padding:8px 14px;font-size:13px;font-weight:500;color:var(--sage)}.co-steps{display:flex;align-items:center;justify-content:center;padding:20px 0 10px;gap:0}.co-step-item{display:flex;align-items:center}.co-step-group{display:flex;align-items:center;gap:10px}.co-step-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;background:transparent;color:var(--muted);border:2px solid var(--border);transition:all .3s ease}.co-step-circle.active{background:var(--accent);color:var(--white);border:none}.co-step-label{font-size:13px;font-weight:500;letter-spacing:.02em;color:var(--muted)}.co-step-label.active{color:var(--ink)}.co-step-detail{display:block;font-size:11px;font-weight:500;color:var(--accent);margin-top:2px;white-space:nowrap}.co-step-line{width:48px;height:1px;background:var(--border);margin:0 16px}.co-step-line.active{background:var(--accent)}.co-section-header{text-align:center;margin-bottom:36px}.co-section-header h2{font-size:32px;font-weight:600;margin-bottom:8px;font-family:var(--co-heading-font, var(--co-body-font, "Instrument Sans")),sans-serif}.co-section-header p{color:var(--muted);font-size:15px;font-weight:300}.co-main{max-width:1100px;margin:0 auto;padding:36px 20px 120px}.co-payment-icons{position:fixed;bottom:85px;left:0;right:0;display:flex;justify-content:center;padding:0 0 10px;z-index:100}.co-payment-icons img{height:22px;width:auto}.co-footer{position:fixed;bottom:0;left:0;right:0;background:#f5f5f5f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);padding:16px 20px;z-index:100}.co-footer-inner{max-width:700px;margin:0 auto;display:flex;gap:12px}.co-btn-primary{padding:14px 24px;border-radius:12px;border:none;background:var(--ink);color:var(--white);font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #1a171433;transition:all .25s ease;font-family:var(--co-body-font, "Instrument Sans"),sans-serif}.co-btn-primary:hover{transform:translateY(-1px)}.co-btn-primary.disabled{background:var(--border);color:var(--muted);cursor:not-allowed;box-shadow:none}.co-btn-primary.disabled:hover{transform:none}.co-btn-flex{flex:1}.co-btn-full{width:100%}.co-btn-secondary{padding:14px 24px;border-radius:12px;border:1.5px solid var(--border);background:transparent;font-size:14px;font-weight:500;cursor:pointer;color:var(--charcoal);font-family:var(--co-body-font, "Instrument Sans"),sans-serif}.co-btn-pay{font-size:16px;padding:18px 24px;border-radius:14px}.co-loading{text-align:center;padding:60px 20px;color:var(--muted)}.co-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:coSpin .8s linear infinite;margin:0 auto 16px}.co-spinner-sm{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;display:inline-block;animation:coSpin .8s linear infinite}.co-processing{display:flex;align-items:center;justify-content:center;gap:10px}.co-empty{text-align:center;padding:40px 20px;color:var(--muted)}.co-date-header{display:flex;align-items:baseline;gap:10px;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border)}.co-date-header .playfair{font-size:18px;font-weight:600}.co-date-sub{font-size:13px;color:var(--muted)}.co-slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.co-slot-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px 10px;border-radius:10px;border:none;cursor:pointer;background:var(--white);color:var(--ink);transition:all .2s ease;box-shadow:0 1px 4px #0000000a;font-family:var(--co-body-font, "Instrument Sans"),sans-serif}.co-slot-btn:hover{box-shadow:0 2px 8px #00000014}.co-slot-btn.selected{background:var(--accent);color:var(--white);box-shadow:0 4px 16px #ff00064d;transform:scale(1.03)}.co-slot-btn.full{background:var(--warm);color:var(--muted);opacity:.5;cursor:not-allowed}.co-slot-time{font-size:16px;font-weight:600;margin-bottom:2px}.co-slot-bully-tag{display:inline-block;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:var(--accent);color:#fff;padding:2px 6px;border-radius:4px;line-height:1;margin-bottom:2px}.co-slot-btn.selected .co-slot-bully-tag{background:#fff;color:var(--accent)}.co-slot-spots{font-size:11px;opacity:.7}.co-hour-groups{display:flex;flex-direction:column;gap:8px}.co-hour-group{background:var(--white);border-radius:12px;border:1.5px solid var(--border);overflow:hidden;transition:all .2s ease}.co-hour-group.open{border-color:var(--sage)}.co-hour-group-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;border:none;background:transparent;cursor:pointer;font-family:var(--co-body-font, "Instrument Sans"),sans-serif;color:var(--ink)}.co-hour-group-label{font-size:16px;font-weight:600}.co-hour-group-right{display:flex;align-items:center;gap:12px}.co-hour-group-bully{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--accent);background:var(--accent-bg);padding:4px 8px;border-radius:20px}.co-hour-group-avail{font-size:12px;font-weight:600;color:#2a9d6a;background:#e8f8f0;padding:4px 10px;border-radius:20px}.co-hour-group-icon{font-size:18px;font-weight:500;color:var(--muted);width:24px;text-align:center}.co-hour-group-slots{padding:0 16px 16px}.co-cat-tabs{display:flex;gap:6px;justify-content:center;margin-bottom:32px;background:var(--warm);border-radius:12px;padding:5px}.co-cat-tab{padding:10px 20px;border-radius:9px;border:none;cursor:pointer;font-size:13px;font-weight:500;letter-spacing:.02em;background:transparent;color:var(--muted);transition:all .2s ease;font-family:var(--co-body-font, "Instrument Sans"),sans-serif}.co-cat-tab.active{background:var(--white);color:var(--ink);box-shadow:0 2px 8px #0000000f}.co-product-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:90vw;max-width:1400px;margin-left:50%;transform:translate(-50%)}.co-product-card{background:var(--white);border-radius:14px;padding:18px 20px;border:2px solid transparent;box-shadow:0 1px 4px #00000008;transition:all .25s ease}.co-product-card.in-cart{border-color:var(--accent);box-shadow:0 4px 16px #ff00061a}.co-product-row{display:flex;align-items:flex-start;gap:14px}.co-product-img-wrap{position:relative;flex-shrink:0}.co-product-img{width:100px;height:100px;aspect-ratio:1 / 1;border-radius:10px;object-fit:cover;display:block;flex-shrink:0}.co-product-badge{position:absolute;top:-8px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;white-space:nowrap;text-transform:lowercase;letter-spacing:.02em;box-shadow:0 2px 6px #00000026}.co-layout-cards{grid-template-columns:repeat(4,1fr);gap:16px}.co-layout-cards .co-product-card{padding:0;overflow:hidden;display:flex;flex-direction:column}.co-layout-cards .co-product-add-row,.co-layout-cards .co-product-customise{margin-top:auto}.co-layout-cards .co-product-row{flex-direction:column;gap:0;flex:1}.co-layout-cards .co-product-img-wrap{width:100%}.co-layout-cards .co-product-img{width:100%;height:auto;aspect-ratio:4 / 3;border-radius:0}.co-layout-cards .co-product-badge{top:10px;left:auto;right:10px;transform:none}.co-layout-cards .co-product-info{padding:14px 16px 0}.co-layout-cards .co-product-name{font-size:15px}.co-layout-cards .co-product-desc{display:block;font-size:12px;margin-top:4px}.co-layout-cards .co-product-actions{padding:8px 16px 14px;justify-content:space-between;gap:8px}.co-layout-cards .co-product-add-row{padding:0 16px 14px;border-top:none;margin-top:-6px}.co-layout-cards .co-add-order-btn{width:100%;text-align:center}.co-layout-cards .co-product-customise{padding:14px 16px;margin-top:14px}.co-product-info{flex:1;min-width:0}.co-product-name{font-weight:600;font-size:15px;margin-bottom:2px}.co-product-desc{font-size:12px;color:var(--muted);font-weight:400;line-height:1.5;margin-top:2px}.co-product-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}.co-product-price-col{text-align:right}.co-product-price{font-size:18px;font-weight:600;color:var(--charcoal)}.co-product-extra{display:block;font-size:11px;color:var(--accent);font-weight:600}.co-qty-controls{display:flex;align-items:center;gap:4px}.co-qty-btn{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .15s ease;font-family:var(--co-body-font, "Instrument Sans"),sans-serif}.co-qty-btn.minus{border:1px solid var(--border);background:var(--cream);color:var(--muted)}.co-qty-btn.plus{border:none;background:var(--sage);color:var(--white)}.co-qty-btn.plus.active{background:var(--accent)}.co-add-order-btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;font-family:var(--co-body-font, "Instrument Sans"),sans-serif;cursor:pointer;transition:all .15s ease;white-space:nowrap}.co-add-order-btn:hover{opacity:.9}.co-product-add-row{display:flex;justify-content:flex-end;margin-top:10px;padding-top:10px;border-top:1px solid var(--sage-light)}.co-qty-num{min-width:24px;text-align:center;font-size:15px;font-weight:600;color:var(--accent)}.co-product-customise{margin-top:12px;padding-top:12px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.co-line-customise{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.co-customise-btn{padding:7px 14px;border-radius:8px;border:1.5px solid var(--border);background:transparent;cursor:pointer;font-size:12px;font-weight:500;color:var(--charcoal);transition:all .15s ease;display:flex;align-items:center;gap:6px;font-family:var(--co-body-font, "Instrument Sans"),sans-serif}.co-customise-btn:hover{border-color:var(--accent);color:var(--accent)}.co-custom-summary{font-size:12px;color:var(--muted);display:flex;gap:8px;flex-wrap:wrap}.co-custom-removed{color:var(--red)}.co-custom-added{color:var(--accent)}.co-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1a171480;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:coFadeIn .2s ease;font-family:var(--co-body-font, "Instrument Sans"),sans-serif}.co-modal{background:var(--cream, #f5f5f5);border-radius:16px;width:100%;max-width:560px;max-height:85vh;display:flex;flex-direction:column;animation:coSlideUp .3s ease}.co-modal-body{flex:1;overflow-y:auto;min-height:0}.co-modal-handle{display:flex;justify-content:center;padding:12px 0 4px}.co-handle-bar{width:36px;height:4px;border-radius:2px;background:var(--border, #d5d5d5)}.co-modal-header{padding:12px 24px 20px;border-bottom:1px solid var(--border, #d5d5d5)}.co-modal-title-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.co-modal-img{width:48px;height:48px;border-radius:10px;object-fit:cover}.co-modal-name{font-size:22px;font-weight:600}.co-modal-desc{font-size:13px;color:var(--muted, #888888);font-weight:300}.co-modal-sku{font-size:11px;color:var(--muted, #888888);margin-top:8px}.co-modal-sku span{font-family:monospace;color:var(--charcoal, #333333)}.co-modal-section{padding:20px 24px 0}.co-section-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted, #888888);margin-bottom:12px}.co-ing-list{display:flex;flex-direction:column;gap:6px}.co-ing-btn{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;border:none;background:var(--white, #ffffff);cursor:pointer;transition:all .15s ease;text-align:left;font-family:var(--co-body-font, "Instrument Sans"),sans-serif;width:100%}.co-ing-btn.co-ing-removed{background:var(--red-bg, #fef2f2)}.co-ing-btn.co-ing-core{cursor:default;opacity:.7}.co-ing-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;transition:all .15s ease;flex-shrink:0}.co-ing-icon.core{background:var(--sage-light, #eeeeee);color:var(--sage, #555555)}.co-ing-icon.included{background:var(--sage, #555555);color:var(--white, #fff)}.co-ing-icon.removed{background:var(--red, #ff0006);color:var(--white, #fff)}.co-ing-icon.extra-on{background:var(--accent, #ff0006);color:var(--white, #fff)}.co-ing-icon.extra-off{background:var(--warm, #e8e8e8);color:var(--muted, #888888)}.co-ing-name{font-size:14px;font-weight:500;color:var(--ink, #111111);flex:1}.co-ing-name.struck{text-decoration:line-through;color:var(--red, #ff0006)}.co-ing-tag{font-size:10px;color:var(--muted, #888888);font-weight:500;letter-spacing:.04em;text-transform:uppercase}.co-ing-hint{font-size:12px;color:var(--muted, #888888)}.co-ing-hint.removed{color:var(--red, #ff0006);font-weight:500}.co-extra.co-extra-active{background:var(--accent-bg, #fdf0f0);border:1.5px solid var(--accent, #ff0006)!important}.co-extra-price{font-size:13px;font-weight:600;color:var(--muted, #888888)}.co-extra-price.active{color:var(--accent, #ff0006)}.co-upsell-list{display:flex;flex-direction:column;gap:8px}.co-upsell-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;border:1.5px solid var(--border, #d5d5d5);background:var(--white, #fff);cursor:pointer;transition:all .15s ease;font-family:var(--co-body-font, "Instrument Sans"),sans-serif;text-align:left;width:100%}.co-upsell-item:hover{border-color:var(--accent, #ff0006)}.co-upsell-img{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0}.co-upsell-info{flex:1;min-width:0}.co-upsell-name{display:block;font-size:13px;font-weight:600;color:var(--ink, #111)}.co-upsell-price{display:block;font-size:12px;color:var(--muted, #888);margin-top:1px}.co-upsell-add{font-size:12px;font-weight:700;color:var(--accent, #ff0006);flex-shrink:0;white-space:nowrap}.co-upsell-item.co-upsell-active{border-color:var(--accent, #ff0006);background:var(--accent-bg, #fdf0f0)}.co-upsell-add.co-upsell-remove{color:var(--muted, #888)}.co-modal-summary{margin:20px 24px 0;padding:14px 16px;background:var(--warm, #e8e8e8);border-radius:12px;font-size:13px;color:var(--charcoal, #333333);line-height:1.6}.co-summary-line{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:4px}.co-summary-label{font-weight:600;font-size:12px}.co-summary-label.remove{color:var(--red, #ff0006)}.co-summary-label.add{color:var(--accent, #ff0006)}.co-summary-item.remove{color:var(--red, #ff0006)}.co-summary-item.add{color:var(--accent, #ff0006)}.co-modal-footer{padding:20px 24px 28px;flex-shrink:0;border-top:1px solid var(--border, #d5d5d5);background:var(--cream, #f5f5f5);border-radius:0 0 16px 16px}.co-card{background:var(--white);border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 2px 12px #0000000a}.co-checkout-slot{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--border)}.co-checkout-slot span{font-size:18px}.co-checkout-date{font-weight:600;font-size:14px}.co-checkout-time{font-size:13px;color:var(--muted)}.co-checkout-item{padding:10px 0;border-bottom:1px solid var(--border)}.co-checkout-item:last-child{border-bottom:none}.co-checkout-item-row{display:flex;justify-content:space-between;align-items:center}.co-checkout-item-info{display:flex;align-items:center;gap:10px}.co-checkout-item-name{font-weight:500;font-size:14px}.co-checkout-item-qty{font-size:12px;color:var(--muted)}.co-checkout-item-price{font-weight:600;font-size:15px}.co-checkout-remove{border:none;background:none;color:var(--muted);font-size:12px;font-weight:500;font-family:var(--co-body-font, "Instrument Sans"),sans-serif;cursor:pointer;padding:2px 0;margin-left:12px;transition:color .15s ease;flex-shrink:0}.co-checkout-remove:hover{color:var(--accent, #ff0006)}.co-checkout-mods{margin-top:6px;margin-left:0;font-size:12px;line-height:1.5}.co-checkout-mods-inline{font-size:12px;font-weight:400}.co-mod-removed{color:var(--red)}.co-mod-added{color:var(--accent)}.co-checkout-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:2px solid var(--ink)}.co-checkout-total span:first-child{font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.co-total-amount{font-size:24px;font-weight:700;color:var(--accent)}.co-payment-method{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 14px;background:var(--sage-light);border-radius:8px;font-size:13px;font-weight:500;color:var(--charcoal)}.co-payment-icon{font-size:16px}.co-form-label{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}.co-form-group{margin-bottom:14px}.co-form-group label{display:block;font-size:12px;font-weight:500;margin-bottom:5px;color:var(--charcoal)}.co-form-group .optional{color:var(--muted);font-weight:400}.co-form-group input,.co-form-group textarea{width:100%;padding:12px 14px;border-radius:10px;border:1.5px solid var(--border);font-size:14px;font-family:var(--co-body-font, "Instrument Sans"),sans-serif;background:var(--cream);outline:none;transition:border-color .2s ease;color:var(--ink)}.co-form-group input:focus,.co-form-group textarea:focus{border-color:var(--accent)}.co-form-group textarea{resize:vertical}.co-error{background:var(--red-bg);border:1px solid var(--red);border-radius:12px;padding:14px 18px;margin-bottom:16px;color:var(--red);font-size:14px}.co-confirm-icon{width:80px;height:80px;border-radius:50%;background:var(--sage-light);display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 24px;color:var(--sage)}.co-confirm-title{font-size:34px;font-weight:600;margin-bottom:8px}.co-confirm-sub{color:var(--muted);font-size:15px;font-weight:300;margin-bottom:32px}.co-confirm-card{text-align:left;box-shadow:0 2px 16px #0000000f}.co-confirm-details{display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.co-confirm-label{font-size:12px;font-weight:500;color:var(--muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.06em}.co-confirm-value{font-weight:600}.co-confirm-ref{color:var(--muted);font-size:13px;margin-top:24px;line-height:1.6}@media(max-width:600px){.co-header{padding:14px 16px}.co-header-row{margin-bottom:2px}.co-logo{font-size:18px}.co-tagline{font-size:10px;letter-spacing:.06em}.co-cart-badge{padding:6px 10px;font-size:12px;border-radius:8px}.co-steps{padding:14px 0 6px}.co-step-circle{width:28px;height:28px;font-size:11px}.co-step-label{font-size:11px}.co-step-detail{font-size:10px}.co-step-line{width:20px;margin:0 6px}.co-step-group{gap:6px}.co-section-header h2{font-size:24px}.co-section-header p{font-size:13px}.co-section-header{margin-bottom:24px}.co-main{padding:24px 16px 100px}.co-cat-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start;margin-bottom:24px;scrollbar-width:none}.co-cat-tabs::-webkit-scrollbar{display:none}.co-cat-tab{padding:8px 16px;font-size:12px;white-space:nowrap;flex-shrink:0}.co-product-list,.co-product-list.co-layout-cards{grid-template-columns:1fr}.co-product-card{padding:14px;border-radius:12px}.co-product-row{flex-direction:row;flex-wrap:wrap;align-items:center;gap:10px}.co-product-img{width:52px;height:52px;border-radius:8px}.co-product-info{flex:1;min-width:0}.co-product-name{font-size:14px}.co-product-desc{font-size:11px;margin-top:3px}.co-product-actions{width:100%;padding-top:10px;border-top:1px solid var(--sage-light);margin-top:2px}.co-product-price{font-size:16px}.co-add-order-btn{display:none}.co-qty-btn{width:38px;height:38px;font-size:18px}.co-qty-num{font-size:16px;min-width:28px}.co-slot-grid{grid-template-columns:repeat(3,1fr);gap:8px}.co-slot-btn{padding:10px 6px;text-align:center}.co-slot-time{font-size:13px}.co-slot-spots{font-size:9px;white-space:nowrap}.co-footer{padding:12px 16px}.co-btn-primary{padding:14px 18px;font-size:13px}.co-btn-secondary{padding:14px 16px;font-size:13px}.co-btn-pay{font-size:15px;padding:16px 20px;border-radius:12px}.co-card{padding:18px;border-radius:14px}.co-checkout-item-name{font-size:13px}.co-checkout-item-price{font-size:14px}.co-product-customise{margin-top:10px;padding-top:10px}.co-customise-btn{padding:8px 12px;font-size:12px}.co-modal-overlay{align-items:flex-end}.co-modal{max-height:90vh;border-radius:20px 20px 0 0}.co-modal-name{font-size:18px}.co-modal-header{padding:10px 20px 16px}.co-modal-section{padding:16px 20px 0}.co-modal-footer{padding:16px 20px 24px}.co-ing-btn{padding:10px 12px;gap:10px}.co-ing-icon{width:26px;height:26px;font-size:12px}.co-ing-name{font-size:13px}.co-confirm-icon{width:64px;height:64px;font-size:32px;margin-bottom:20px}.co-confirm-title{font-size:26px}.co-confirm-sub{font-size:13px;margin-bottom:24px}}.co-rewards-banner{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#fff8e1,#fff3cd);border:1.5px solid #ffd54f;border-radius:12px;margin-bottom:16px}.co-rewards-icon{font-size:24px;flex-shrink:0}.co-rewards-text{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--charcoal)}.co-rewards-text strong{font-weight:700}.co-rewards-earned{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:linear-gradient(135deg,#fff8e1,#fff3cd);border:1.5px solid #ffd54f;border-radius:12px;margin:20px auto;font-size:14px;color:var(--charcoal);max-width:380px}.co-rewards-earned strong{font-weight:700;color:var(--accent)}.co-app.dark .co-rewards-banner,.co-app.dark .co-rewards-earned{background:linear-gradient(135deg,#3a3520,#2d2a1a);border-color:#6b5f2b}.co-app.dark .co-rewards-text,.co-app.dark .co-rewards-earned{color:#e0ddd5}.co-redeem-row{padding:0 20px 16px}.co-redeem-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;background:var(--sage-light);border:1.5px solid var(--border);border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left}.co-redeem-btn:hover{border-color:#ffd54f;background:#fffde7}.co-redeem-btn.active{background:linear-gradient(135deg,#fff8e1,#fff3cd);border-color:#ffd54f}.co-redeem-icon{font-size:22px;flex-shrink:0}.co-redeem-text{flex:1;display:flex;flex-direction:column;gap:1px}.co-redeem-label{font-size:13px;font-weight:600;color:var(--charcoal)}.co-redeem-value{font-size:11px;color:var(--muted)}.co-redeem-btn.active .co-redeem-value{color:var(--accent);font-weight:600}.co-redeem-toggle{width:40px;height:22px;border-radius:11px;background:var(--border);position:relative;flex-shrink:0;transition:background .2s ease}.co-redeem-toggle.on{background:var(--accent)}.co-redeem-toggle-dot{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 3px #00000026}.co-redeem-toggle.on .co-redeem-toggle-dot{transform:translate(18px)}.co-checkout-discount{display:flex;justify-content:space-between;align-items:center;padding:8px 20px;font-size:13px}.co-checkout-discount span:first-child{color:var(--muted)}.co-discount-amount{font-weight:700;color:#22c55e}.co-app.dark .co-redeem-btn{background:#2a2a2a;border-color:#444}.co-app.dark .co-redeem-btn:hover{background:#3a3520;border-color:#6b5f2b}.co-app.dark .co-redeem-btn.active{background:linear-gradient(135deg,#3a3520,#2d2a1a);border-color:#6b5f2b}.co-app.dark .co-redeem-label{color:#e0ddd5}.co-app.dark .co-redeem-toggle{background:#555}
