.cart-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-white);width:90%;max-width:516px;padding:1rem 1rem 3.5rem;border-radius:1rem;box-shadow:0 0 10px rgb(0 0 0 / .2);z-index:1000;text-align:center}.cart-popup .modal__close-button{margin-left:auto}.cart-popup .product-card-wrapper{max-width:280px;margin:2.5rem auto;border-radius:1rem;box-shadow:0 0 60px 0 rgb(0 0 0 / .149)}.cart-popup .card__information{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;padding:2rem 1.8rem}.cart-popup .card__information a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:left}modal-overlay{background-color:rgb(0 0 0 / .4);bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}