#meal-selection-modal .modal-heading{display:flex;align-items:center;justify-content:flex-end}#meal-selection-modal .modal-heading__actions{margin-left:auto;display:flex;align-items:center}.meal-plan-configurator-wrapper{margin-top:3.5rem;display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}.meal-plan-configurator-main{min-width:0}.meal-plan-order-summary{position:sticky;top:2rem;background:var(--color-background-light, #f9f9f9);border:1px solid var(--color-border-light, #e0e0e0);border-radius:8px;padding:1.5rem;max-height:calc(100vh - 4rem);overflow-y:auto}@media screen and (max-width: 1023px){.meal-plan-configurator-wrapper{grid-template-columns:1fr;gap:2rem}.meal-plan-order-summary{position:relative;top:auto;max-height:none;order:-1}}.meal-plan-configurator-intro{margin-bottom:4rem;text-align:center}.meal-plan-configurator-intro__title{margin-bottom:1rem;color:var(--color-text-main)}.meal-plan-configurator-intro__description{color:var(--color-text-secondary);line-height:1.6;max-width:600px;margin:0 auto}.meal-plan-section__icon{display:inline-flex;align-items:center;margin-right:.75rem;vertical-align:middle}.meal-plan-section__icon svg{width:1.5em;height:1.5em;fill:currentColor}.meal-plan-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.meal-plan-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.meal-plan-section__content{padding:0}.meal-plan-section__title{font-weight:var(--font-weight-body-bold);font-size:calc(24px / 16 * var(--base-body-size) + 0px);margin-bottom:1rem;color:var(--color-text-main);letter-spacing:.5px}.meal-plan-section__subtitle{color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.5}.meal-quantity-option{position:relative}.meal-card{border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .3s ease;overflow:hidden}.meal-card:hover{border-color:var(--color-accent-main, #053d37);transform:translateY(-2px);box-shadow:0 4px 12px #053d3726}.meal-card--selected{border-color:var( --meal-option-checked-border-color, var(--color-accent-main, #053d37) )!important;border-width:2px!important;background:transparent!important;box-shadow:0 2px 8px #0000001a}.meal-card__image{width:100%;height:200px;overflow:hidden}.meal-card__image img{width:100%;height:100%;object-fit:cover}.meal-card__content{padding:1rem}.meal-card__title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text-main)}.meal-card__description{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:1rem;line-height:1.4}.meal-card__delivery-options{display:flex;gap:.5rem;margin-top:1rem}.delivery-option{display:flex;align-items:center;gap:.25rem;font-size:.85rem;cursor:pointer}.delivery-option input[type=radio]{margin:0}.meal-loading,.meal-error,.meal-empty{text-align:center;padding:2rem;color:var(--color-text-secondary)}.meal-error{color:#dc3545}.meal-quantity-option__input{position:absolute;opacity:0;pointer-events:none}.meal-quantity-option__label{display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem;border:2px solid var(--meal-option-border-color, #e0e0e0);border-radius:var(--border-radius-buttons);background-color:color-mix(in srgb,var(--meal-option-background-color, white) calc(var(--meal-option-background-opacity, 1) * 100%),transparent);cursor:pointer;transition:all .3s ease;text-align:center;min-height:120px;justify-content:center}.meal-quantity-option__label:hover{border-color:var( --meal-option-checked-border-color, var(--color-accent-main, #053d37) );transform:translateY(-2px);box-shadow:0 4px 12px #053d3726}.meal-quantity-option__input:checked+.meal-quantity-option__label{border-color:var( --meal-option-checked-border-color, var(--color-accent-main, #053d37) );background-color:color-mix(in srgb,var( --meal-option-checked-background-color, var(--color-accent-main, #053d37) ) calc(var(--meal-option-checked-background-opacity, .05) * 100%),transparent);box-shadow:0 4px 12px #053d3733}.meal-quantity-option__label--unavailable{opacity:.5;cursor:not-allowed;background:#f5f5f5}.meal-quantity-option__input:disabled+.meal-quantity-option__label{opacity:.5;cursor:not-allowed;background:#f5f5f5}.meal-quantity-option__icon{margin-bottom:1rem;display:flex;align-items:center;justify-content:center;position:relative}.meal-quantity-option__icon img,.meal-quantity-option__icon svg{width:64px;height:64px;color:var(--color-accent-main, #053d37)}.meal-quantity-option__content{flex:1;display:flex;flex-direction:column;justify-content:center}.meal-quantity-option__title{font-size:1.1rem;font-weight:600;color:var(--color-text-main, #111111);margin-bottom:.5rem;line-height:1.2}.meal-quantity-option__price{margin-top:.5rem;font-size:1rem}.meal-quantity-option__price .price-amount{font-weight:600;color:var(--color-text-main, #111111)}.meal-quantity-option__price .price-period{font-size:.875rem;color:var(--color-text-light, #666666);margin-left:.25rem}.meal-quantity-option__price{font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:.25rem}.price-amount{font-weight:600;color:var(--color-accent-main, #053d37)}.price-large{font-size:1.5rem;font-weight:700;color:inherit;line-height:1.2}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.inline-save-badge{font-size:.7rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#dc3545,#c82333);padding:.2rem .5rem;border-radius:12px;margin-left:.3rem;display:inline-block;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #dc35454d;border:1px solid rgba(255,255,255,.3);vertical-align:middle}.price-period{font-size:.8rem;color:#888}.meal-loading{text-align:center;padding:2rem;color:#666}.meal-grid-placeholder{text-align:center;padding:2rem;background:#f8f8f8;border-radius:8px;color:#666}.meal-grid-header{margin-bottom:2rem;text-align:center}.meal-grid-instruction{font-size:1.1rem;color:var(--color-text);margin:0}.meal-loading,.meal-empty,.meal-error{text-align:center;padding:3rem 2rem;color:var(--color-text)}.meal-error{color:var(--color-error, #d32f2f)}.meal-error button{margin-top:1rem}.meal-card{border:2px solid var(--meal-option-border-color, #e0e0e0);border-radius:8px;transition:all .3s ease;cursor:pointer}.meal-card:hover{border-color:var( --meal-option-checked-border-color, var(--color-accent-main, #053d37) );transform:translateY(-2px);box-shadow:0 4px 12px #053d3726}.meal-card--selected{border-color:var( --meal-option-checked-border-color, var(--color-accent-main, #053d37) )!important;border-width:2px!important;background-color:transparent!important}.meal-card .card__image,.meal-card .product-item__title a{cursor:default}.meal-card .product-item__title .text-animation--underline{text-decoration:underline;text-underline-offset:2px}.meal-validation-message{background:#f44!important;color:#fff!important;padding:.75rem 1rem!important;border-radius:4px!important;margin:1rem 0!important;text-align:center!important;font-weight:500!important;box-shadow:0 2px 4px #0000001a!important}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.meal-progress-indicator{background:rgba(var(--meal-option-background-color, 245, 245, 245),.3);padding:1rem;border-radius:8px;border:1px solid var(--meal-option-border-color, #e0e0e0)}.meal-card--selected{border-color:var( --meal-option-checked-border-color, var(--color-accent-main, #053d37) )!important;border-width:2px!important;background-color:transparent!important;box-shadow:0 2px 8px #0000001a!important}.meal-card .placeholder-svg{width:100%;height:100%;color:#ccc}.meal-card__delivery-options{display:flex;gap:.5rem}.delivery-option{flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem;border:1px solid var(--meal-option-border-color, #e0e0e0);border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.delivery-option:hover{border-color:var( --meal-option-checked-border-color, var(--color-accent-main, #053d37) )}.delivery-option input[type=radio]{margin-right:.25rem}.delivery-option input[type=radio]:checked+span{font-weight:var(--font-weight-body-bold);color:var(--meal-option-checked-border-color, #053d37)}.meal-plan-add-to-cart{text-align:center}.meal-plan-final-button{width:100%;max-width:400px;padding:1.25rem 2rem;font-size:calc(18px / 16 * var(--base-body-size) + 0px);font-weight:var(--font-weight-body-bold);border-radius:var(--border-radius-buttons);transition:all .3s ease}.meal-plan-final-button:disabled{opacity:.6;cursor:not-allowed}.meal-plan-final-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 20px #053d374d}.meal-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid var(--meal-option-border-color, #e0e0e0);border-radius:999px;background:#fff;font-size:.85rem}.meal-chip__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meal-chip-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:12px;font-size:.75rem;font-weight:600;line-height:1;min-width:20px;height:20px}.meal-chip-badge--delivery{background:var(--meal-option-checked-background-color, #053d37);color:#fff}.meal-chip-badge--quantity{border:1px solid var(--meal-option-border-color, #e0e0e0);color:var(--color-text-main, #053d37);background:var(--meal-option-border-color, #e0e0e0);font-weight:400}.meal-chip-badge--remove{background:#f44;color:#fff;border:none;cursor:pointer;transition:all .2s ease;width:24px;height:24px;border-radius:50%;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0}[data-js-chip-decrease].meal-chip-badge--remove{background:#ff6868}[data-js-chip-increase].meal-chip-badge--remove{background:#2e7d32}[data-js-chip-increase].meal-chip-badge--remove:hover{background:#256628}.meal-chip-badge--variant,.meal-chip-badge--extra{background:#f0f0f0;color:#666;border:1px solid #ddd}.meal-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.meal-modal__content{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0000004d}.meal-modal__header{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(to bottom,rgba(255,255,255,.95) 0%,rgba(255,255,255,.8) 70%,transparent 100%);border-radius:12px 12px 0 0}.meal-modal__title{font-weight:600;color:var(--color-text-main);margin:0}.meal-modal__close{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;color:var(--color-text-main)}.meal-modal__close:hover{background:#0000001a}.meal-modal__close svg{width:20px;height:20px}.meal-modal .product-quick-view__product{border-radius:12px;overflow:hidden}.meal-modal .product-gallery{border-radius:12px 0 0 12px}.meal-modal .product-text{padding:4rem 2rem 2rem}.meal-modal .product__title{margin-top:0;margin-bottom:1rem}.meal-modal .product__description{margin-bottom:1.5rem;line-height:1.6}.meal-modal .product-variant{margin-bottom:1.5rem}.product-quantity--compact{display:inline-flex;align-items:center;gap:6px}.meal-modal .product__cart-functions .flex-buttons{display:flex;align-items:center;gap:.75rem}.meal-modal .product__cart-functions .product-quantity{margin:0}@media screen and (max-width: 767px){.meal-modal .product__cart-functions .flex-buttons{flex-direction:column;align-items:stretch}.meal-modal .product__cart-functions .add-to-meal-plan{width:100%}}.product-quantity--compact .product-quantity__selector{width:64px;padding:6px 8px;text-align:center}.product-quantity--compact .product-quantity__minus,.product-quantity--compact .product-quantity__plus{width:36px;height:36px;border-radius:8px;border:1px solid #e0e0e0;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1}@media screen and (max-width: 767px){.product-quantity--compact .product-quantity__selector{width:56px}.product-quantity--compact .product-quantity__minus,.product-quantity--compact .product-quantity__plus{width:32px;height:32px;border-radius:6px}}.meal-modal .product-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.meal-modal .add-to-meal-plan{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease}.meal-modal .add-to-meal-plan:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #053d374d}.meal-modal .add-to-meal-plan:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.meal-modal-status{margin-top:1rem;text-align:center}.meal-modal .alert{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500}.meal-modal .alert--success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.meal-modal .alert__icon{font-weight:700}@media screen and (max-width: 767px){.meal-modal{padding:1rem}.meal-modal__content{max-height:95vh}.meal-modal .product-quick-view__product{grid-template-columns:1fr}.meal-modal .product-gallery{border-radius:12px 12px 0 0}.meal-modal .product-text{padding:3rem 1.5rem 1.5rem}.meal-modal__header{padding:.75rem 1rem}.meal-modal .add-to-meal-plan{padding:.875rem 1.5rem;font-size:1rem}}@media screen and (max-width: 767px){.meal-quantity-option__label{padding:1rem .75rem;min-height:100px}.meal-quantity-option__icon img,.meal-quantity-option__icon svg{width:48px;height:48px}.meal-quantity-option__title{font-size:1rem}.meal-quantity-option__price{font-size:.9rem}.meal-quantity-option__price .price-amount{font-weight:600}.meal-plan-summary{padding:1.5rem}.meal-plan-final-button{padding:1rem 1.5rem;font-size:calc(16px / 16 * var(--base-body-size) + 0px)}.summary-price{flex-direction:column;align-items:flex-start;gap:.25rem}}.meal-chip-expanded{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:.5rem;margin-bottom:.5rem;box-shadow:0 1px 3px #0000001a;flex:1}.meal-chip-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:0}.meal-chip-header-left{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.meal-chip-header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.meal-chip__name{font-weight:600;color:#333;margin-right:.5rem;line-height:1.4}.meal-chip-details{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.meal-chip-quantity{display:flex;align-items:center;gap:.5rem}.quantity-btn{background:#053d37;color:#fff;border:none;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .2s}.quantity-btn:hover{background:#042a25}.quantity-btn:disabled{background:#ccc;cursor:not-allowed}.quantity-display{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:.5rem .75rem;min-width:40px;text-align:center;font-weight:600;color:#333}.meal-progress-toggle{transition:all .2s ease}.meal-progress-toggle:hover{background:#f8f9fa!important;border-color:#053d37!important;color:#053d37!important}.meal-progress-toggle-icon{transition:transform .2s ease}.meal-progress-chips{display:flex;flex-direction:column;gap:.5rem}.meal-progress-indicator.is-sticky .meal-progress-chips{max-height:50vh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media screen and (max-width: 767px){.meal-progress-indicator .meal-chip__name{font-size:.85rem}.meal-progress-indicator .meal-chip-badge{font-size:.7rem;height:25px;min-width:18px;padding:2px 6px}.meal-progress-indicator .meal-chip-header{gap:.375rem}.meal-progress-indicator .meal-chip-expanded{padding:.4rem}.meal-progress-indicator .meal-progress-chips{max-height:45vh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}}.meal-chip-expanded{width:100%}.meal-chip__name{white-space:normal;overflow:visible;text-overflow:clip}.meal-grid-products .product-item__badges{position:absolute;top:var(--gutter-small);width:calc(100% - var(--gutter-small) * 2);pointer-events:none}html[dir=rtl] .meal-grid-products .product-item__badges{left:var(--gutter-small)}html[dir=ltr] .meal-grid-products .product-item__badges{right:var(--gutter-small)}.meal-grid-products .product-item__badge{clear:both;float:right;margin-bottom:calc(var(--gutter-small) / 2);width:auto;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-inline-start:.4375rem;padding-inline-end:.4375rem;height:1.5rem;border-radius:clamp(0px,var(--border-radius-buttons),3px);background-color:#bbb;line-height:1.5rem;text-transform:uppercase}
/*# sourceMappingURL=/cdn/shop/t/9/assets/component-meal-plan-configurator.css.map */
