.ModalCartContainer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:var(--verezza-gra-tp);display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.ModalCartWrapper{max-width:1300px;width:90%;max-height:80%;border-radius:15px;background-color:var(--verezza-gray-secondary);display:flex;flex-direction:column;box-shadow:0 0 10px 10px #0000001a;overflow-y:auto;position:relative}.ModalCartWrapper::-webkit-scrollbar-thumb{background:transparent;border-radius:10px;height:20px}.ModalCartWrapper::-webkit-scrollbar-track{background:transparent}.ModalCartWrapper::-webkit-scrollbar{width:0px}.ModalCartHeader{display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;padding:20px;background-color:var(--verezza-gray-secondary);z-index:1000}.ModalCartHeader:after{position:absolute;bottom:0;left:0;content:"";width:100%;height:1px;background-color:var(--verezza-black-tp)}.ModalCartHeader h2{color:var(--verezza-black-primary);font-size:1.25rem}.ModalCartHeader button{background:none;display:flex;justify-content:center;align-items:center;border:none;height:fit-content;width:24px;height:24px;cursor:pointer;color:var(--verezza-black-primary);-webkit-tap-highlight-color:transparent}.ModalCartHeader button:hover{color:var(--verezza-black-secondary)}.ModalCartContent{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:20px;gap:20px}.ModalCartContent .ModalCartImgProduct{max-width:400px;width:100%;height:600px;position:relative}.ModalCartContent .ProductCarousel{width:100%;height:100%}.ModalCartContent .ProductCarousel button{opacity:1}.ModalCartContent .ProductCarousel img{height:100%;width:100%;object-fit:cover;border-radius:15px}.ModalCartContent .ModalCartProductInfo{width:100%;display:flex;flex-direction:column;gap:10px}.ModalCartContent .ModalCartProductInfo .ModalCartProductInfoHeader{display:flex;justify-content:space-between;align-items:center}.ModalCartContent .ModalCartProductInfo .ModalCartProductInfoHeader h3{font-size:1.25rem;color:var(--verezza-black-primary);font-weight:700}.ModalCartContent .ModalCartProductInfo .ModalCartProductInfoHeader a{font-size:.875rem;font-weight:600;color:var(--verezza-black-primary);text-transform:uppercase}.ModalCartContent .ModalCartProductInfo .ModalCartProductInfoHeader a:hover{color:var(--verezza-black-secondary)}.ModalCartContent .productDescription{width:100%;height:100%;display:flex;flex-direction:column}.ModalCartContent .productDescription h4{font-size:.875rem;font-weight:700;color:var(--verezza-black-primary);padding:8px 0}.ModalCartContent .productDescription p{font-size:.875rem;font-weight:400;color:var(--verezza-black-primary);padding:8px 0}.ModalCartContent .productPrice{font-size:.875rem;font-weight:600;color:var(--verezza-black-primary);padding:8px 0}.ModalCartContent .ModalCartProductSize{background-color:var(--verezza-white-primary);padding:20px;border-radius:15px}.ModalCartContent .ModalCartProductSize .size-header{display:flex;justify-content:space-between;width:100%;margin-bottom:10px}.ModalCartContent .ModalCartProductSize .size-header span{color:var(--verezza-black-primary);font-weight:600;font-size:.875rem;text-transform:uppercase}.ModalCartContent .ModalCartProductSize .size-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;position:relative}.ModalCartContent .ModalCartProductSize .size-warning{color:var(--verezza-red-primary);font-size:.875rem;font-weight:600}.ModalCartContent .ModalCartProductSize .size-button{flex:1;font-size:.875rem;font-weight:400;padding:10px 32px;border:1px solid var(--verezza-black-tp);border-radius:20px;background-color:var(--verezza-white-primary);cursor:pointer;transition:all .3s ease;-webkit-tap-highlight-color:transparent;text-transform:uppercase}.ModalCartContent .ModalCartProductSize .size-button.selected{border-color:var(--verezza-black-primary)}.ModalCartContent .ModalCartProductSize .size-button[disabled]:hover{border-color:var(--verezza-red-primary);opacity:.5;cursor:not-allowed}.ModalCartContent .ModalCartProductQuantity{display:flex;flex-direction:row;align-items:center;gap:10px;background-color:var(--verezza-white-primary);padding:10px;border-radius:15px;width:fit-content;font-size:.875rem}.ModalCartContent .ModalCartProductQuantity .quantity-button{margin:0;border:1px solid var(--verezza-black-tp);cursor:pointer;padding:10px;width:60px;-webkit-tap-highlight-color:transparent;transition:all .3s ease}.ModalCartContent .ModalCartProductQuantity .quantity-button:hover{border-color:var(--verezza-black-primary)}.ModalCartWrapper .ModalCartFooter{position:sticky;display:flex;justify-content:end;align-items:center;bottom:0;gap:10px;padding:20px;background-color:var(--verezza-gray-secondary);z-index:1000}.ModalCartWrapper .ModalCartFooter:after{position:absolute;top:0;left:50%;transform:translate(-50%);content:"";width:90%;height:1px;background-color:var(--verezza-black-tp)}.ModalCartWrapper .ModalCartFooter button{-webkit-tap-highlight-color:transparent;width:100%;max-width:200px}.productDiscountPrice{text-decoration:line-through;color:var(--verezza-red-primary);margin-right:5px}#ScrollElement{bottom:180px;display:flex}@media screen and (min-width: 768px){.ModalCartContent{flex-direction:row;align-items:center}#ScrollElement{display:none}.ModalCartContent .ProductCarousel button{opacity:1}}@media screen and (max-width: 470px){.ModalCartWrapper .ModalCartFooter{justify-content:center;flex-direction:column}.ModalCartWrapper .ModalCartFooter button{padding:10px;justify-self:center;align-self:center;max-width:100%;width:100%}}
