.edit-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:none}.edit-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--color-foreground),.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.edit-modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgb(var(--color-background));border-radius:8px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.edit-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.edit-modal__title{font-size:1.8rem;margin:0;font-weight:500}.edit-modal__close{background:none;border:none;padding:.5rem;cursor:pointer;color:rgb(var(--color-foreground))}.edit-modal__close:hover{color:rgba(var(--color-foreground),.75)}.edit-modal__body{padding:2rem 1.5rem}.edit-modal__product-info{display:flex;gap:2rem;margin-bottom:2rem}.edit-modal__image{width:100px;height:100px;object-fit:cover;border-radius:4px}.edit-modal__details{flex:1}.edit-modal__product-title{font-size:1.6rem;margin:0 0 .5rem;font-weight:500}.edit-modal__price{font-size:1.4rem;margin:0 0 1rem;color:rgba(var(--color-foreground),.75)}.edit-modal__option{font-size:1.4rem;margin-bottom:.5rem}.edit-modal__option-name{font-weight:500;margin-right:.5rem}.edit-modal__quantity{margin-top:2rem}.edit-modal__quantity label{display:block;margin-bottom:.5rem;font-size:1.4rem;font-weight:500}.edit-modal__quantity-select{width:100%;padding:.8rem;border:1px solid rgba(var(--color-foreground),.08);border-radius:4px;font-size:1.4rem;background-color:rgb(var(--color-background))}.edit-modal__footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid rgba(var(--color-foreground),.08)}.edit-modal__footer .button{min-width:100px}@media screen and (max-width:749px){.edit-modal__content{width:95%}.edit-modal__product-info{flex-direction:column;gap:1rem}.edit-modal__image{width:100%;height:200px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/edit-modal.css.map */
