.os-badge{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9998;display:flex;align-items:center;gap:12px;padding:10px 20px;border-radius:40px;background:var(--color-accent, #292625);color:#fff;font-size:14px;box-shadow:0 4px 20px #0000002e;white-space:nowrap;max-width:90vw;overflow:hidden}.os-badge__text{overflow:hidden;text-overflow:ellipsis}.os-badge__edit{background:#fff3;border:none;color:#fff;padding:4px 12px;border-radius:20px;font-size:13px;cursor:pointer;white-space:nowrap;transition:background .15s}.os-badge__edit:hover{background:#ffffff59}.os-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#00000073}.os-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10001;background:#fff;border-radius:14px;box-shadow:0 10px 40px #0003;width:90vw;max-width:520px;max-height:90vh;overflow-y:auto}.os-popup__inner{padding:28px 24px 24px;position:relative}.os-popup__close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:#999;padding:0;transition:color .15s}.os-popup__close:hover{color:#333}.os-popup__heading{font-size:18px;font-weight:700;margin:0 0 6px;text-align:center;letter-spacing:.02em;padding-right:30px}.os-popup__subtext{font-size:14px;color:#777;margin:0 0 20px;text-align:center}.os-popup__fields{display:flex;flex-direction:column;gap:16px}.os-popup__step-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#777;margin-bottom:6px}.os-popup__type-buttons{display:flex;gap:10px}.os-popup__actions{margin-top:20px}.os-btn--type{flex:1;padding:12px 16px;border:2px solid var(--color-border, #e0e0e0);border-radius:8px;background:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s,color .15s;color:var(--color-body-text, #333)}.os-btn--type:hover{border-color:var(--color-accent, #292625)}.os-btn--type.os-btn--active{border-color:var(--color-accent, #292625);background:var(--color-accent, #292625);color:#fff}.os-input{width:100%;padding:12px 14px;border:1px solid var(--color-border, #e0e0e0);border-radius:8px;font-size:15px;font-family:inherit;color:var(--color-body-text, #333);background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;box-sizing:border-box}.os-input:focus{outline:none;border-color:var(--color-accent, #292625)}select.os-input{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.os-btn--confirm{width:100%;padding:14px 20px;border:none;border-radius:8px;background:var(--color-accent, #292625);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .15s}.os-btn--confirm:disabled{opacity:.35;cursor:not-allowed}.os-product-gate{padding:14px 18px;margin-bottom:16px;border-radius:8px;font-size:14px;line-height:1.5}.os-product-gate--warn{background:#fff3cd;border:1px solid #f0d58c;color:#664d03}.os-product-gate--error{background:#f8d7da;border:1px solid #f1aeb5;color:#842029}.os-product-gate--info{background:#e8f4fd;border:1px solid #b6d4fe;color:#084298}.os-cart-info{padding:12px 16px;margin-bottom:12px;background:#f9f7f5;border:1px solid var(--color-border, #e0e0e0);border-radius:8px;font-size:13px;line-height:1.6}.os-cart-info__row{display:flex;justify-content:space-between;gap:8px}.os-cart-info__label{font-weight:600;color:#555;white-space:nowrap}.os-cart-info__value{text-align:right;color:var(--color-body-text, #333)}.os-cart-info__row--fee .os-cart-info__value{color:#e93386;font-weight:600}.os-cart-info__value--notes{font-size:12px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.os-cart-info__edit{display:inline-block;margin-top:6px;font-size:12px;color:var(--color-accent, #292625);text-decoration:underline;cursor:pointer;border:none;background:none;padding:0}.os-checkout-gate__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10002;background:#0000008c;display:flex;align-items:center;justify-content:center;animation:osFadeIn .2s ease}@keyframes osFadeIn{0%{opacity:0}to{opacity:1}}.os-checkout-gate__modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;width:90vw;max-width:420px;padding:2rem 1.75rem;text-align:center;animation:osSlideUp .25s ease}@keyframes osSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.os-checkout-gate__modal h3{font-size:1.35rem;font-weight:700;margin:0 0 .5rem;color:#333}.os-checkout-gate__modal p{font-size:.95rem;color:#666;margin:0 0 1.5rem;line-height:1.5}.os-checkout-gate__actions{display:flex;flex-direction:column;gap:.75rem}.os-checkout-gate__btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .15s ease;border:none;font-family:inherit}.os-checkout-gate__btn--primary{background:#e93386;color:#fff}.os-checkout-gate__btn--primary:hover{background:#d12a78}.os-checkout-gate__btn--ghost{background:transparent;color:#888;border:1px solid #ddd}.os-checkout-gate__btn--ghost:hover{border-color:#999;color:#555}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{color:#ccc!important;background:#f5f5f5!important;cursor:not-allowed!important;text-decoration:line-through}a[href*=delivery-fee],.card-wrapper a[href*=delivery-fee],.grid__item:has(a[href*=delivery-fee]),.product-card-wrapper:has(a[href*=delivery-fee]),li:has(a[href*=delivery-fee]){display:none!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/order-scheduler.css.map */
