#gokwik-cart,.gokwik-cart,#gokwik-side-cart,.gokwik-side-cart,#gokwik-cart-drawer,.gokwik-cart-drawer,#gokwik-drawer,.gk-cart-drawer,.gokwik-drawer-container,#gokwik-root,gokwik-checkout,#gk-sidecart{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:-1!important}.alite-cart-drawer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:2147483647;display:flex;justify-content:flex-end;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.alite-cart-drawer.is-open{visibility:visible;opacity:1}.alite-cart-drawer__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080}.alite-cart-drawer__content{position:relative;width:100%;max-width:420px;height:100%;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:-4px 0 15px #0000001a}.alite-cart-drawer.is-open .alite-cart-drawer__content{transform:translate(0)}.alite-cart-drawer__top-bar{background-color:#ffd7dd;color:#1a1a1a;text-align:center;padding:8px;font-size:13px;font-weight:500}.alite-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #f0f0f0}.alite-cart-drawer__header h2{margin:0;font-size:22px;font-weight:700;color:#1a1a1a}.alite-cart-drawer__close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.alite-cart-drawer__scroll-area{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column}.alite-cart-drawer__progress-wrapper{padding:20px;border-bottom:1px solid #f0f0f0;text-align:center}.alite-cart-drawer__progress-text{font-size:13px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:6px}.alite-cart-drawer__progress-bar{position:relative;margin:0 10px}.alite-cart-drawer__progress-line{position:absolute;top:14px;left:0;width:100%;height:2px;background:#e0e0e0;z-index:1}.alite-cart-drawer__progress-fill{height:100%;background:#ff6b6b;transition:width .3s ease}.alite-cart-drawer__progress-nodes{display:flex;justify-content:space-between;position:relative;z-index:2}.alite-cart-drawer__progress-node{display:flex;flex-direction:column;align-items:center;font-size:11px;color:#666;width:60px}.alite-cart-drawer__progress-icon{width:30px;height:30px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:6px;position:relative;color:#ccc}.alite-cart-drawer__progress-node.is-completed .alite-cart-drawer__progress-icon{border-color:#ff6b6b;color:#ff6b6b;background-color:#ffd7dd}.alite-cart-drawer__progress-node.is-next .alite-cart-drawer__progress-icon{box-shadow:0 0 10px #ff6b6b66}.alite-cart-drawer__progress-check{position:absolute;top:-4px;right:-4px;width:14px;height:14px;background:#10b981;border-radius:50%;display:none;align-items:center;justify-content:center}.alite-cart-drawer__progress-node.is-completed .alite-cart-drawer__progress-check{display:flex}.alite-cart-drawer__items{padding:20px;flex-grow:1;position:relative;transition:opacity .2s ease}.alite-cart-drawer__items.is-loading{min-height:120px;opacity:.3;pointer-events:none}.alite-cart-drawer__items.is-loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#1a1a1a;border-radius:50%;animation:aliteDrawerSpin .6s linear infinite}@keyframes aliteDrawerSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}.alite-cart-drawer__item{display:flex;gap:16px;margin-bottom:20px}.alite-cart-drawer__item:last-child{margin-bottom:0}.alite-cart-drawer__item.is-loading{opacity:.4;pointer-events:none;transition:opacity .15s ease}.alite-cart-drawer__item-img{width:68px;height:68px;object-fit:cover;border-radius:8px;background:#f9f9f9;border:1px solid #f0f0f0}.alite-cart-drawer__item-info{flex-grow:1;display:flex;flex-direction:column}.alite-cart-drawer__item-title{font-size:13px;font-weight:500;margin:0 0 4px;color:#1a1a1a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.alite-cart-drawer__item-price{font-size:14px;font-weight:600;color:#1a1a1a}.alite-cart-drawer__item-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.alite-cart-drawer__item-remove{background:none;border:1px solid #e0e0e0;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666}.alite-cart-drawer__qty{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:20px;overflow:hidden;height:32px}.alite-cart-drawer__qty-btn{background:none;border:none;width:28px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;color:#1a1a1a}.alite-cart-drawer__qty-input{width:24px;text-align:center;border:none;font-size:14px;font-weight:600;color:#1a1a1a;padding:0;-moz-appearance:textfield}.alite-cart-drawer__upsell{padding:20px;border-top:1px solid #f0f0f0}.alite-cart-drawer__upsell-title{font-size:15px;font-weight:700;margin:0 0 16px;color:#1a1a1a}.alite-cart-drawer__upsell-slider{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.alite-cart-drawer__upsell-slider::-webkit-scrollbar{display:none}.alite-cart-drawer__upsell-card{min-width:280px;border:1px solid #e0e0e0;border-radius:12px;padding:10px;display:flex;align-items:center;gap:12px}.alite-cart-drawer__upsell-card img{width:50px;height:50px;object-fit:cover;border-radius:6px;background:#f9f9f9}.alite-cart-drawer__upsell-info{flex-grow:1}.alite-cart-drawer__upsell-info h4{font-size:12px;font-weight:600;margin:0 0 4px;color:#1a1a1a;line-height:1.3}.alite-cart-drawer__upsell-info p{font-size:13px;font-weight:700;margin:0;color:#1a1a1a}.alite-cart-drawer__upsell-add{background:#000;color:#fff;border:none;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600;cursor:pointer}.alite-cart-drawer__footer{padding:0;border-top:1px solid #f0f0f0;background:#fff;position:sticky;bottom:0;z-index:10}.alite-cart-drawer__savings-banner{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#f45d74,#ff7f93);color:#fff;padding:10px 16px;font-size:14px;font-weight:600}.alite-cart-drawer__estimated-row{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #f0f0f0;transition:background .2s}.alite-cart-drawer__estimated-row:hover{background:#fafafa}.alite-cart-drawer__estimated-left{display:flex;align-items:center;gap:8px}.alite-cart-drawer__estimated-icon{flex-shrink:0}.alite-cart-drawer__estimated-label{font-size:14px;font-weight:600;color:#121212}.alite-cart-drawer__estimated-chevron{transition:transform .3s ease;color:#666;flex-shrink:0}.alite-cart-drawer__estimated-row.is-open .alite-cart-drawer__estimated-chevron{transform:rotate(180deg)}.alite-cart-drawer__estimated-right{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap;justify-content:flex-end}.alite-cart-drawer__estimated-compare{color:#9ca3af;font-size:13px;font-weight:400;text-decoration:line-through}.alite-cart-drawer__estimated-price{font-size:16px;font-weight:700;color:#1a1a1a}.alite-cart-drawer__estimated-off{font-size:12px;font-weight:700;color:#10b981}.alite-cart-drawer__order-summary{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,.46,.45,.94),padding .3s ease;background:#fafbfc;padding:0 20px;border-bottom:1px solid transparent}.alite-cart-drawer__order-summary.is-open{max-height:600px;padding:18px 20px;border-bottom-color:#f0f0f0}.alite-cart-drawer__summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.alite-cart-drawer__summary-header h3{margin:0;font-size:14px;font-weight:600;color:#121212}.alite-cart-drawer__summary-saved{font-size:12px;font-weight:600;color:#f2566e;background:#ffd7dc;padding:3px 10px;border-radius:12px}.alite-cart-drawer__summary-rows{display:flex;flex-direction:column;gap:0}.alite-cart-drawer__summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:13px;color:#4b5563;border-bottom:1px solid #f0f0f0}.alite-cart-drawer__summary-row:last-child{border-bottom:none}.alite-cart-drawer__summary-row span:last-child{font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:4px}.alite-cart-drawer__summary-row--green span:last-child{color:#10b981}.alite-cart-drawer__summary-row--bold,.alite-cart-drawer__summary-row--bold span:first-child{font-weight:600}.alite-cart-drawer__summary-row--total{padding-top:12px;margin-top:4px;border-top:2px solid #e5e7eb;border-bottom:none}.alite-cart-drawer__summary-row--total span:first-child{font-size:15px;font-weight:700;color:#1a1a1a}.alite-cart-drawer__summary-row--total span:last-child{font-size:16px;font-weight:700;color:#121212}.alite-cart-drawer__info-icon{color:#9ca3af;cursor:help}.alite-cart-drawer__checkout-wrapper{width:100%;padding:14px 20px}.alite-cart-drawer__checkout-wrapper .gokwik-checkout button{height:54px!important;border-radius:4px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 36px!important;background:#121212!important}.alite-cart-drawer__checkout-wrapper .gokwik-checkout button .btn-text{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.alite-cart-drawer__checkout-wrapper .gokwik-checkout button .btn-text span:first-child{font-size:15px!important;font-weight:500!important;color:#fff!important;letter-spacing:0px!important}.alite-cart-drawer__checkout-wrapper .gokwik-checkout button .btn-text span:last-child{font-size:10px!important;opacity:.8!important;color:#fff!important}.alite-cart-drawer__checkout-wrapper .gokwik-checkout button .pay-opt-icon{display:flex!important;align-items:center!important;gap:8px!important}.alite-cart-drawer__checkout-wrapper .gokwik-checkout button .pay-opt-icon img{height:25px!important;width:auto!important}.alite-cart-drawer__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px 20px;flex-grow:1;text-align:center}.alite-cart-drawer__empty-img{max-width:150px;margin-bottom:20px}.alite-cart-drawer__empty-text{font-size:16px;color:#333;margin-bottom:24px;font-weight:500}.alite-cart-drawer__empty-btn{background-color:#121212;color:#fff;padding:14px 24px;border-radius:4px;text-decoration:none;font-weight:500;width:100%;max-width:250px;transition:background .2s;text-transform:uppercase;font-size:13px}.alite-cart-drawer__empty-btn:hover{background-color:#333}.alite-cart-drawer__empty-svg{width:100px;height:auto;margin-bottom:30px}
/*# sourceMappingURL=/cdn/shop/t/17/assets/alite-cart-drawer.css.map */
