cart-drawer.drawer.active{z-index:99998!important}.smoothie-trigger-btn{display:block;width:calc(100% - 32px);max-width:400px;margin:12px auto 0;padding:16px 24px;font-family:var(--font-primary);font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;border:none;border-radius:50px;background:var(--custom-color, #616160);color:#fff;cursor:pointer;transition:opacity .2s,transform .15s}.smoothie-trigger-btn--inline{width:100%;max-width:none;margin:0;border-radius:64px;background-color:var(--custom-color, #9bbeec)!important;min-height:56px;font-size:24px;letter-spacing:0;color:#000}.smoothie-trigger-btn:hover{opacity:.9;transform:scale(1.01)}smoothie-drawer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;font-family:var(--font-primary)}smoothie-drawer[open]{display:block}.smoothie-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s ease}.smoothie-drawer--active .smoothie-drawer__overlay{background:#0006}.smoothie-drawer__panel{position:absolute;bottom:0;left:0;right:0;max-height:85vh;background:#fff;border-radius:20px 20px 0 0;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1);box-shadow:0 -8px 40px #00000026}.smoothie-drawer--active .smoothie-drawer__panel{transform:translateY(0)}@media screen and (min-width:750px){.smoothie-drawer__panel{max-width:460px;right:0;left:auto;max-height:100vh;border-radius:0;top:0;bottom:0;transform:translate(100%)}.smoothie-drawer--active .smoothie-drawer__panel{transform:translate(0)}}.smoothie-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 14px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.smoothie-drawer__title{font-family:var(--font-primary);font-size:18px;font-weight:900;margin:0;text-transform:uppercase;letter-spacing:.04em;color:#333}.smoothie-drawer__subtitle{font-family:var(--font-primary);font-size:14px;font-weight:600;color:#888;margin:4px 0 0}.smoothie-drawer__close{background:none;border:none;padding:6px;cursor:pointer;color:#666;border-radius:50%;transition:background .2s;flex-shrink:0}.smoothie-drawer__close:hover{background:#f5f5f5}.smoothie-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:0;-webkit-overflow-scrolling:touch}.smoothie-drawer__step{padding:0 20px}.smoothie-drawer__step-header{display:flex;align-items:center;justify-content:space-between;padding:16px 0 12px;position:sticky;top:0;background:#fff;z-index:2}.smoothie-drawer__step-title{font-family:var(--font-primary);font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#333}.smoothie-drawer__step-counter{font-family:var(--font-primary);font-size:14px;font-weight:700;color:#aaa;background:#f5f5f5;padding:5px 12px;border-radius:20px;transition:all .2s}.smoothie-drawer__step-counter--done{color:#fff;background:#2e7d32}.smoothie-drawer__rows{display:flex;flex-direction:column;padding-bottom:14px}.smoothie-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f5f5f5;border-left:4px solid var(--row-accent, #ddd);padding:12px 0 12px 14px;transition:background .15s}.smoothie-row:last-child{border-bottom:none}.smoothie-row--active{background:color-mix(in srgb,var(--row-accent, #ddd) 8%,transparent)}.smoothie-row__img{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0;background:#f8f8f8}.smoothie-row__img img{width:100%;height:100%;object-fit:contain}.smoothie-row__info{flex:1;min-width:0;padding:0 12px}.smoothie-row__name{display:block;font-family:var(--font-primary);font-size:15px;font-weight:700;color:var(--row-text, #555);line-height:1.3}.smoothie-row__ingredients{display:block;font-family:var(--font-primary);font-size:12px;color:#999;font-weight:500;margin-top:2px;line-height:1.3}.smoothie-row__qty{display:flex;align-items:center;gap:0;flex-shrink:0;background:#f5f5f5;border-radius:8px;overflow:hidden}.smoothie-row__btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;color:#333;font-size:1rem;transition:background .15s,color .15s;-webkit-appearance:none;appearance:none;padding:0}.smoothie-row__btn:hover:not(:disabled){background:#e8e8e8}.smoothie-row__btn:disabled{color:#ccc;cursor:default}.smoothie-row__btn--minus{border-radius:8px 0 0 8px}.smoothie-row__btn--plus{border-radius:0 8px 8px 0}.smoothie-row__count{width:32px;text-align:center;font-family:var(--font-primary);font-size:16px;font-weight:800;color:#333;-webkit-user-select:none;user-select:none}.smoothie-drawer__footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid #eee;background:#fff;flex-shrink:0;gap:12px}.smoothie-drawer__total{display:flex;flex-direction:column}.smoothie-drawer__total-label{font-family:var(--font-primary);font-size:13px;font-weight:600;color:#888}.smoothie-drawer__total-price{font-family:var(--font-primary);font-size:18px;font-weight:800}.smoothie-drawer__cta{padding:14px 28px;font-family:var(--font-primary);font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:none;border-radius:50px;background:var(--custom-color, #616160);color:#fff;cursor:pointer;transition:opacity .2s,transform .15s;white-space:nowrap;position:relative;flex-shrink:0}.smoothie-drawer__cta:disabled{opacity:.35;cursor:not-allowed}.smoothie-drawer__cta--ready:hover{transform:scale(1.02);opacity:.95}.smoothie-drawer__cta.loading span:first-child{visibility:hidden}.smoothie-drawer__cta.loading .loading__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}@supports (padding-bottom: env(safe-area-inset-bottom)){.smoothie-drawer__footer{padding-bottom:calc(14px + env(safe-area-inset-bottom))}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/smoothie-drawer.css.map */
