.cart-dialog .cart-title-wrapper{background-color:var(--background);color:var(--foreground);border-bottom:1px solid var(--gray-alpha-300);flex-direction:column;justify-content:center;gap:.75rem;padding:1rem;font-weight:700;display:flex;overflow:hidden}.cart-dialog .cart-title-wrapper .cart-title{justify-content:space-between;align-items:center;width:100%;font-size:1rem;display:flex}.cart-dialog .cart-title-wrapper .cart-title .close-icon{cursor:pointer}.cart-dialog .cart-title-wrapper .cart-title .delete-icon,.cart-dialog .cart-title-wrapper .cart-title .list-icon,.cart-dialog .cart-title-wrapper .cart-title .back-icon{cursor:pointer;opacity:.5;pointer-events:none;transition:opacity .2s}.cart-dialog .cart-title-wrapper .cart-title .delete-icon.active,.cart-dialog .cart-title-wrapper .cart-title .list-icon.active,.cart-dialog .cart-title-wrapper .cart-title .back-icon.active{opacity:1;pointer-events:auto}.cart-dialog .cart-title-wrapper .cart-status{background:var(--background);width:100%;height:1.25rem;font-size:1rem}.cart-dialog .content{width:100%;overflow-y:overlay;background-color:var(--background);flex-direction:column;min-height:66dvh;padding:0;display:flex;position:relative;overflow-x:hidden}.cart-dialog .content::-webkit-scrollbar{scrollbar-width:none;display:none}.cart-dialog .content.empty{opacity:.8;justify-content:center;align-items:center;height:100%;padding:6rem 1rem}.cart-dialog .content .cart-shop-info{z-index:1;height:4rem;color:var(--foreground);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--gray-alpha-300);background-color:#ffffffb3;border-radius:.5rem;justify-content:space-between;align-items:center;gap:1rem;margin:0 .5rem;padding:.25rem .75rem;display:flex;position:sticky;top:.5rem}.cart-dialog .content .cart-shop-info .shop-info-wrapper{cursor:pointer;justify-content:flex-start;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}.cart-dialog .content .cart-shop-info .shop-info-wrapper .shop-info-img{border:1px solid var(--gray-alpha-300);border-radius:50%}.cart-dialog .content .cart-shop-info .shop-info-wrapper .shop-info-name{font-size:1.125rem;line-height:1.2}.cart-dialog .content .cart-shop-info .shop-time-wrapper{white-space:pre-wrap;text-align:right;color:var(--primary-color);justify-content:flex-end;align-items:center;gap:.5rem;line-height:1.2;display:flex}.cart-dialog .content .step-content{flex-direction:column;width:100%;height:100%;padding-top:.5rem;transition:transform .3s ease-in-out;display:flex;position:absolute;overflow-y:auto}.cart-dialog .content .step-content::-webkit-scrollbar{scrollbar-width:none;display:none}.cart-dialog .content .step-content.ready{transform:translate(-100%)}.cart-dialog .content .step-content.ready.active{transform:translate(0)}.cart-dialog .content .step-content.pickup,.cart-dialog .content .step-content.payment,.cart-dialog .content .step-content.confirm,.cart-dialog .content .step-content.done{transform:translate(200%)}.cart-dialog .content .step-content.pickup.active,.cart-dialog .content .step-content.payment.active,.cart-dialog .content .step-content.confirm.active,.cart-dialog .content .step-content.done.active{transform:translate(0)}.cart-dialog .content .step-content.pickup.completed,.cart-dialog .content .step-content.payment.completed,.cart-dialog .content .step-content.confirm.completed,.cart-dialog .content .step-content.done.completed{transform:translate(-100%)}.cart-dialog .content .step-content .pickup-option-wrapper{flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option.row{align-items:center;gap:1rem;display:flex}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option.row .pickup-option-title{min-width:7rem}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option .pickup-option-title{margin-bottom:.75rem;font-size:1rem;font-weight:700}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option .pickup-option-title .pickup-option-day{opacity:.7;font-size:.875rem;font-weight:400}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option .pickup-option-title .pickup-option-day:before{content:"/";margin:0 .25rem}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option input,.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option select{font-size:1rem}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option .date-input{width:100%}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-hour-wrapper{align-items:center;gap:.5rem;display:flex}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-hour-wrapper .period-option{border:1px solid var(--gray-alpha-300);background-color:var(--background);opacity:.7;border-radius:.5rem;width:70px;padding:.65rem;font-size:1rem;font-weight:700;transition:background-color .2s,color .2s,opacity .2s}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-hour-wrapper .period-option:disabled{opacity:.3;background-color:var(--gray-alpha-400);pointer-events:none}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-hour-wrapper .period-option.active{background-color:var(--primary-color);color:var(--background);opacity:1}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-hour-wrapper .selector{width:calc(100% - 1rem - 140px)}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-minute-wrapper{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1rem;display:grid}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-minute-wrapper .minute-option{border:1px solid var(--gray-alpha-300);background-color:var(--background);opacity:.7;border-radius:.5rem;padding:.65rem;font-size:1rem;font-weight:700;transition:background-color .2s,color .2s,opacity .2s}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-minute-wrapper .minute-option:disabled{opacity:.3;background-color:var(--gray-alpha-400);pointer-events:none}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-minute-wrapper .minute-option.active{background-color:var(--background);border-color:var(--primary-color);color:var(--primary-color);opacity:1}.cart-dialog .content .step-content .method-wrapper{background-color:var(--background);border-bottom:1px solid var(--gray-alpha-300)}.cart-dialog .content .step-content .method-wrapper:last-child{border-bottom:none}.cart-dialog .content .step-content .method-wrapper.active .method-title{color:var(--primary-color)}.cart-dialog .content .step-content .method-wrapper.active .method-title label{cursor:pointer}.cart-dialog .content .step-content .method-wrapper.active .method-content{padding:1.5rem 1rem;display:block}.cart-dialog .content .step-content .method-wrapper.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;filter:brightness(.9)opacity(.4)}.cart-dialog .content .step-content .method-wrapper .method-title{cursor:pointer;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:1rem;display:flex}.cart-dialog .content .step-content .method-wrapper .method-title label{cursor:pointer}.cart-dialog .content .step-content .method-wrapper .method-title .disabled-label{background-color:var(--gray-alpha-500);color:var(--background);border-radius:.5rem;margin-left:auto;padding:.25rem .5rem;font-size:.875rem}.cart-dialog .content .step-content .method-wrapper .method-content{background-color:var(--gray-alpha-100);border-top:1px solid var(--gray-alpha-300);box-shadow:var(--gray-alpha-300)0px 2px 6px 0px inset;display:none}.cart-dialog .content .step-content .method-wrapper .method-content input,.cart-dialog .content .step-content .method-wrapper .method-content select{font-size:1rem}.cart-dialog .content .step-content .confirm-wrapper{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.cart-dialog .content .step-content .confirm-wrapper .confirm-details{border-bottom:1px solid var(--gray-alpha-300);flex-direction:column;gap:1.5rem;width:calc(100% - 2rem);height:100%;padding:1.5rem 1rem 1rem;display:flex}.cart-dialog .content .step-content .confirm-wrapper .confirm-details .detail-info{white-space:pre-line;font-size:1rem;display:flex}.cart-dialog .content .step-content .confirm-wrapper .confirm-details .detail-info label{width:120px;font-weight:700}.cart-dialog .content .step-content .confirm-wrapper .confirm-details .pickup-wrapper{border-top:1px dashed var(--gray-alpha-300);flex-direction:column;gap:1rem;margin-top:auto;padding:1.5rem 0 .5rem;display:flex}.cart-dialog .content .step-content .confirm-wrapper .confirm-details .pickup-wrapper .pickup-info{justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;display:flex}.cart-dialog .content .step-content .confirm-wrapper .confirm-details .pickup-wrapper .pickup-info p{font-weight:400}.cart-dialog .content .step-content .confirm-wrapper .confirm-details .pickup-wrapper .pickup-info p.description{opacity:.7;margin-top:-1rem}.cart-dialog .content .step-content .confirm-wrapper .final-price{justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;font-size:1.25rem;font-weight:700;display:flex}.cart-dialog .content .step-content .confirm-wrapper .final-price .price{color:var(--primary-color);font-size:1.5rem}.cart-dialog .content .step-content .confirm-wrapper .action-description{text-align:center;white-space:break-spaces;margin-top:.5rem}.cart-dialog .content .step-content .confirm-wrapper .action-description .checkbox-group{justify-content:center;align-items:center;display:flex}.cart-dialog .content .step-content .confirm-wrapper .action-description .checkbox-group a{text-decoration:underline}.cart-dialog .content .step-content .payment-wrapper{flex-direction:column;height:100%;display:flex}.cart-dialog .content .step-content .payment-wrapper .swiper-pagination{bottom:0}.cart-dialog .content .step-content .payment-wrapper .action-wrapper{justify-content:space-between;margin-top:.5rem;font-size:.875rem;display:flex}.cart-dialog .content .step-content .payment-wrapper .action-wrapper .setting-btn{opacity:.4;text-decoration:underline}.cart-dialog .content .step-content .payment-wrapper .action-wrapper .last-payment-date{opacity:.4;letter-spacing:-.5px}.cart-dialog .content .step-content .done-wrapper{flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2.5rem 0;display:flex}.cart-dialog .content .step-content .done-wrapper .done-description{text-align:center;white-space:break-spaces;opacity:.8;margin-top:1rem;margin-bottom:1.5rem;font-size:1.25rem}.cart-dialog .content .step-content .done-wrapper .done-order-number{color:var(--primary-color);text-align:center;font-size:1.25rem;font-weight:700;text-decoration:underline}.cart-dialog .content .step-content .cart-item{position:relative}.cart-dialog .content .step-content .cart-item:not(:last-child){border-bottom:1px solid var(--gray-alpha-300)}.cart-dialog .content .step-content .cart-item:nth-child(2n){background-color:var(--gray-alpha-200)}.cart-dialog .content .step-content .cart-item .item-index{z-index:1;background-color:var(--dialog-color);width:1.5rem;height:1.5rem;color:var(--background);border:1px solid var(--background);box-shadow:0 0 0 2px var(--background);pointer-events:none;border-radius:.25rem;justify-content:center;align-items:center;font-weight:700;display:flex;position:absolute;top:.5rem;left:.5rem}.cart-dialog .content .step-content .cart-item .cart-item-wrapper{justify-content:space-between;align-items:flex-start;padding:.75rem 1rem 0;display:flex}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img{align-items:flex-start;gap:1rem;display:flex;position:relative}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img img{border:1px solid var(--gray-alpha-300);border-radius:.5rem}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img img.delete-mode{opacity:.5}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .delete-icon{background-color:var(--foreground);color:var(--background);opacity:.8;border-radius:.5rem;width:60px;height:60px;position:absolute}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info{flex-direction:column;display:flex}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .cart-item-name{align-items:center;gap:.5rem;display:flex}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .cart-item-name .sale-tag{background:var(--primary-color);text-align:center;color:var(--background);box-shadow:0px 0px 4px var(--gray-alpha-400);border-radius:.5rem;padding:.125rem .5rem;font-size:.7rem;font-weight:700}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .price{align-items:baseline;gap:.25rem;display:flex}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .price .current-price{font-size:1.25rem;font-weight:700}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .price .current-price .unit{font-size:.875rem}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .price .origin-price{color:var(--gray-alpha-300);font-size:.75rem;font-weight:700;text-decoration:line-through}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .options{opacity:.8;white-space:break-spaces;margin-top:.5rem;font-size:.875rem;line-height:1.25;display:flex}.cart-dialog .content .step-content .cart-item .cart-item-total-price{text-align:right;color:var(--primary-color);justify-content:flex-end;padding:0 1rem .75rem;font-size:.9rem;display:flex}.cart-dialog .cart-actions{margin-top:1.5rem;padding:0}.cart-dialog .cart-actions .close-btn{background-color:var(--dialog-color);color:var(--background);width:100%;padding:1.25rem 1rem calc(env(safe-area-inset-bottom) + 1.25rem)1rem;border-radius:0;margin:0;font-size:1.125rem}.cart-dialog .cart-actions .order-btn{opacity:.4;pointer-events:none;width:100%;padding:1.25rem 1rem calc(env(safe-area-inset-bottom) + 1.25rem)1rem;border-radius:0;margin:0;font-size:1.125rem;transition:opacity .2s}.cart-dialog .cart-actions .order-btn.active{opacity:1;pointer-events:auto}.cart-dialog .cart-actions .order-btn .total-price{color:var(--primary-color);margin:0 .25rem;font-weight:700}@media (hover:hover) and (pointer:fine){.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-minute-wrapper .minute-option:hover{color:var(--primary-color);border-color:var(--primary-color)}}@media (min-width:1180px){.cart-dialog .cart-title{min-width:500px}}@media (max-width:1179px){.cart-dialog .content{height:calc(100dvh - 12rem)}}
