.cart__item{border-radius:15px;box-shadow:0 3px 20px 0 rgba(51,51,51,.08);display:flex;gap:24px;padding:clamp(8px,1.6px + 1vw,16px);padding:clamp(8px,1.6px + 1vi,16px);position:relative}.cart__item a{-webkit-text-decoration:none;text-decoration:none}.cart__item .product-details{width:100%}.cart__item .product-thumbnail{aspect-ratio:1;border-radius:15px;box-shadow:0 3px 20px 0 rgba(51,51,51,.08);height:100%;max-height:184px;max-width:184px;-o-object-fit:cover;object-fit:cover;width:100%}.cart__item .product-quantity{display:flex;justify-content:flex-end}.cart__item .product-quantity input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cart__item .product-remove{background-color:var(--green-300,#38ac59);border-radius:1000px;color:#fff;height:32px;line-height:1;position:absolute;right:0;top:0;transition:all .2s ease-in-out;translate:50% -50%;width:32px}.cart__item .product-remove a{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;translate:0 -1px;width:100%}@media(hover:hover){.cart__item .product-remove:hover{background-color:#333}}
