.cart-item{justify-content:none;filter:grayscale(0);border:1px solid #949494;border-radius:15px;flex-direction:row;align-items:center;gap:30px;width:100%;padding:15px;display:flex;position:relative}@media only screen and (max-width:767px){.cart-item{border-radius:10px;gap:15px;padding:10px}}.cart-item.in-flight{filter:grayscale();transition:filter .2s}.cart-item__product-image-container{aspect-ratio:1;border-radius:15px;align-self:flex-start;width:150px;height:auto;position:relative}@media only screen and (max-width:767px){.cart-item__product-image-container{border-radius:10px;width:90px}}.cart-item__product-image{border-radius:inherit;object-fit:cover}.cart-item__info{align-self:flex-start;justify-content:none;align-items:none;flex-direction:column;gap:10px;display:flex}.cart-item__product-name{max-width:350px;font-family:var(--font-montserrat),sans-serif;color:#262525;font-size:1.125rem;font-weight:500;line-height:19.8px}@media only screen and (max-width:767px){.cart-item__product-name{max-width:180px;font-size:.8125rem;line-height:14.3px}}.cart-item__details-wrapper{width:100%}@media only screen and (max-width:767px){.cart-item__details-wrapper{display:none}}.cart-item__details{justify-content:none;flex-direction:row;align-items:center;gap:10px;display:flex}.cart-item__details-metric,.cart-item__details-shape{font-family:var(--font-montserrat),sans-serif;color:#fcfdff;background-color:#ff5c5f;border-radius:10px;padding:5px 10px;font-size:.75rem;font-weight:400;line-height:13.2px}@media only screen and (max-width:767px){.cart-item__details-metric,.cart-item__details-shape{border-radius:8px;padding:4px 10px;font-size:.5625rem;line-height:10.8px}}.cart-item__customization-list{justify-content:none;flex-flow:wrap;align-items:center;gap:5px;max-width:80%;margin-top:15px;display:flex}@media only screen and (max-width:767px){.cart-item__customization-list{max-width:100%}}.cart-item__customization-photo,.cart-item__customization-inscription,.cart-item__customization-topping{font-family:var(--font-montserrat),sans-serif;color:#949494;font-size:.875rem;font-weight:500;line-height:15.4px}.cart-item__btn-wrapper{align-self:flex-start;justify-content:none;flex-direction:row;align-items:center;gap:15px;display:flex}.cart-item__btn-wrapper.hide{display:none}.cart-item__btn{cursor:pointer;background:0 0;border:none;outline:none;width:24px;height:24px}.cart-item__btn svg{width:18px;height:18px}.cart-item__btn svg path{fill:#262525}.cart-item__qty{font-family:var(--font-montserrat),sans-serif;font-size:1.125rem;font-weight:500;line-height:19.8px}.cart-item__sub-total{font-family:var(--font-montserrat),sans-serif;color:#ff5c5f;font-size:1.5rem;font-weight:500;line-height:26.4px}@media only screen and (max-width:767px){.cart-item__sub-total{font-size:1rem;line-height:19px}}.cart-item__remove-item-btn{cursor:pointer;background:0 0;border:none;outline:none;position:absolute;top:15px;right:15px}@media only screen and (max-width:767px){.cart-item__remove-item-btn{top:10px;right:10px}}.cart-item__remove-item-btn.hide{display:none}
