.mini-credit-card{display:flex;align-items:center;border:1px solid var(--gray-alpha-300);color:var(--icon-color);border-radius:.25rem;gap:.125rem;padding:.125rem .45rem .125rem .25rem;margin-left:.25rem}.mini-credit-card .mini-credit-card-icon{display:flex;align-items:center;justify-content:center}.mini-credit-card .mini-credit-card-icon img{width:100%}.mini-credit-card .mini-credit-card-number{font-size:.75rem;font-weight:700;letter-spacing:-.5px}.cart-dialog .cart-title-wrapper{display:flex;flex-direction:column;justify-content:center;background-color:var(--dialog-color);padding:1rem;gap:.75rem;overflow:hidden}.cart-dialog .cart-title-wrapper .cart-title{display:flex;justify-content:space-between;align-items:center;width:100%;color:var(--background);font-size:1rem}.cart-dialog .cart-title-wrapper .cart-title .close-icon{cursor:pointer}.cart-dialog .cart-title-wrapper .cart-title .back-icon,.cart-dialog .cart-title-wrapper .cart-title .delete-icon,.cart-dialog .cart-title-wrapper .cart-title .list-icon{cursor:pointer;opacity:.5;pointer-events:none;transition:opacity .2s}.cart-dialog .cart-title-wrapper .cart-title .back-icon.active,.cart-dialog .cart-title-wrapper .cart-title .delete-icon.active,.cart-dialog .cart-title-wrapper .cart-title .list-icon.active{opacity:1;pointer-events:auto}.cart-dialog .cart-title-wrapper .cart-status{background:var(--dialog-color);color:var(--background);width:100%;font-size:1rem;height:1.25rem}.cart-dialog .content{display:flex;flex-direction:column;width:100%;overflow-y:overlay;background-color:var(--background);min-height:66vh;min-height:66dvh;padding:0;position:relative;overflow-x:hidden}.cart-dialog .content::-webkit-scrollbar{scrollbar-width:none;display:none}.cart-dialog .content.empty{align-items:center;justify-content:center;opacity:.8;padding:6rem 1rem;height:100%}.cart-dialog .content .cart-shop-info{z-index:1;top:.5rem;position:-webkit-sticky;position:sticky;padding:.25rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4rem;color:var(--foreground);margin:0 .5rem;border-radius:.5rem;background-color:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--gray-alpha-300)}.cart-dialog .content .cart-shop-info .shop-info-wrapper{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:1.125rem;font-weight:700;cursor:pointer}.cart-dialog .content .cart-shop-info .shop-info-wrapper .shop-info-img{border-radius:50%;border:1px solid var(--gray-alpha-300)}.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{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;white-space:pre-wrap;line-height:1.2;text-align:right;color:var(--primary-color)}.cart-dialog .content .step-content{position:absolute;display:flex;flex-direction:column;padding-top:.5rem;width:100%;height:100%;overflow-y:auto;transition:transform .3s ease-in-out}.cart-dialog .content .step-content::-webkit-scrollbar{scrollbar-width:none;display:none}.cart-dialog .content .step-content.ready{transform:translateX(-100%)}.cart-dialog .content .step-content.ready.active{transform:translateX(0)}.cart-dialog .content .step-content.confirm,.cart-dialog .content .step-content.done,.cart-dialog .content .step-content.payment,.cart-dialog .content .step-content.pickup{transform:translateX(200%)}.cart-dialog .content .step-content.confirm.active,.cart-dialog .content .step-content.done.active,.cart-dialog .content .step-content.payment.active,.cart-dialog .content .step-content.pickup.active{transform:translateX(0)}.cart-dialog .content .step-content.confirm.completed,.cart-dialog .content .step-content.done.completed,.cart-dialog .content .step-content.payment.completed,.cart-dialog .content .step-content.pickup.completed{transform:translateX(-100%)}.cart-dialog .content .step-content .pickup-option-wrapper{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option.row{display:flex;gap:1rem;align-items:center}.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{font-size:1rem;font-weight:700;margin-bottom:.75rem}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option .pickup-option-title .pickup-option-day{font-size:.875rem;font-weight:400;opacity:.7}.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{display:flex;align-items:center;gap:.5rem}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-hour-wrapper .period-option{padding:.65rem;width:70px;font-size:1rem;font-weight:700;border-radius:.5rem;border:1px solid var(--gray-alpha-300);background-color:var(--background);opacity:.7;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{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-top:1rem}.cart-dialog .content .step-content .pickup-option-wrapper .pickup-option-minute-wrapper .minute-option{padding:.65rem;font-size:1rem;font-weight:700;border-radius:.5rem;border:1px solid var(--gray-alpha-300);background-color:var(--background);opacity:.7;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{display:block;padding:1.5rem 1rem}.cart-dialog .content .step-content .method-wrapper.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:brightness(.9) opacity(.7)}.cart-dialog .content .step-content .method-wrapper .method-title{display:flex;align-items:center;gap:1rem;font-size:1rem;cursor:pointer;padding:.75rem 1rem}.cart-dialog .content .step-content .method-wrapper .method-title label{cursor:pointer}.cart-dialog .content .step-content .method-wrapper .method-title .disabled-label{margin-left:auto;font-size:.875rem;background-color:var(--gray-alpha-500);color:var(--background);border-radius:.5rem;padding:.25rem .5rem}.cart-dialog .content .step-content .method-wrapper .method-content{display:none;background-color:var(--gray-alpha-100);border-top:1px solid var(--gray-alpha-300);box-shadow:var(--gray-alpha-300) 0 2px 6px 0 inset,var(--gray-alpha-300) 0 -2px 6px 0 inset}.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{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.cart-dialog .content .step-content .confirm-wrapper .confirm-details{display:flex;flex-direction:column;border-bottom:1px solid var(--gray-alpha-300);gap:1.5rem;padding:1.5rem 1rem 1rem;height:100%;width:calc(100% - 2rem)}.cart-dialog .content .step-content .confirm-wrapper .confirm-details .detail-info{display:flex;font-size:1rem;white-space:pre-line}.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{display:flex;flex-direction:column;gap:1rem;border-top:1px dashed var(--gray-alpha-300);padding:1.5rem 0 .5rem;margin-top:auto}.cart-dialog .content .step-content .confirm-wrapper .confirm-details .pickup-wrapper .pickup-info{display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:700}.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{margin-top:-1rem;opacity:.7}.cart-dialog .content .step-content .confirm-wrapper .final-price{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;width:100%;padding:1rem 2rem}.cart-dialog .content .step-content .confirm-wrapper .final-price .price{font-size:1.5rem;color:var(--primary-color)}.cart-dialog .content .step-content .confirm-wrapper .action-description{margin-top:.5rem;text-align:center;white-space:break-spaces}.cart-dialog .content .step-content .confirm-wrapper .action-description .checkbox-group{display:flex;align-items:center;justify-content:center}.cart-dialog .content .step-content .confirm-wrapper .action-description .checkbox-group a{text-decoration:underline}.cart-dialog .content .step-content .payment-wrapper{display:flex;flex-direction:column;height:100%}.cart-dialog .content .step-content .payment-wrapper .swiper-pagination{bottom:0}.cart-dialog .content .step-content .payment-wrapper .action-wrapper{display:flex;justify-content:space-between;font-size:.875rem;margin-top:.5rem}.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{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 0;height:100%}.cart-dialog .content .step-content .done-wrapper .done-description{text-align:center;white-space:break-spaces;font-size:1.25rem;margin-top:1rem;margin-bottom:1.5rem;opacity:.8}.cart-dialog .content .step-content .done-wrapper .done-order-number{font-size:1.25rem;font-weight:700;color:var(--primary-color);text-align:center;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;position:absolute;left:.5rem;top:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;background-color:var(--dialog-color);width:1.5rem;height:1.5rem;border-radius:.25rem;color:var(--background);border:1px solid var(--background);pointer-events:none}.cart-dialog .content .step-content .cart-item .cart-item-wrapper{display:flex;align-items:flex-start;justify-content:space-between;padding:.75rem 1rem 0}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img{display:flex;align-items:flex-start;gap:1rem;position:relative}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img img{border-radius:.5rem;border:1px solid var(--gray-alpha-300)}.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{position:absolute;background-color:var(--foreground);color:var(--background);border-radius:.5rem;width:60px;height:60px;opacity:.8}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info{display:flex;flex-direction:column}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .cart-item-name{display:flex;align-items:center;gap:.5rem}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .cart-item-name .sale-tag{border-radius:.5rem;font-size:.7rem;font-weight:700;background:var(--primary-color);padding:.125rem .5rem;text-align:center;color:var(--background);box-shadow:0 0 4px var(--gray-alpha-400)}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .price{display:flex;align-items:baseline;gap:.25rem}.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{font-size:.75rem;font-weight:700;color:var(--gray-alpha-300);text-decoration:line-through}.cart-dialog .content .step-content .cart-item .cart-item-wrapper .cart-item-img .cart-item-info .options{display:flex;font-size:.875rem;margin-top:.5rem;opacity:.8}.cart-dialog .content .step-content .cart-item .cart-item-total-price{display:flex;justify-content:flex-end;padding:0 1rem .75rem;text-align:right;font-size:.9rem;color:var(--primary-color)}.cart-dialog .cart-actions{display:flex;flex-direction:column;padding:1.5rem 1rem;gap:.5rem;background:var(--background)}.cart-dialog .cart-actions .close-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--dialog-color);color:var(--background);border-radius:2rem;margin:auto;font-size:1rem}.cart-dialog .cart-actions .order-btn{font-size:1.125rem;opacity:.4;pointer-events:none;width:100%;padding:.75rem 1rem;transition:opacity .2s;margin:0}.cart-dialog .cart-actions .order-btn.active{opacity:1;pointer-events:auto}.cart-dialog .cart-actions .order-btn .total-price{font-weight:700;color:var(--primary-color);margin:0 .25rem}@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(100vh - 5rem - 7rem);height:calc(100dvh - 5rem - 7rem)}}