.cart{width:100%;display:grid;grid-template-rows:auto;gap:1em}.cart__item{display:flex;gap:1em;min-width:100%}.cart__item__media{width:10em;min-width:10em}@media (max-width:1024px){.cart__item__media{width:7em;min-width:7em}}.cart__item__media img{box-shadow:1px 1px 3px rgba(0,0,0,.1)}.cart__item__meta{width:100%}.cart__item__meta__content{display:grid;grid-template-rows:auto;gap:.5em}.cart__item__meta__content--header{display:grid;grid-template-rows:auto;gap:.25em}.cart__item__meta__content--header a{text-decoration:none;font-size:1.2em;font-weight:700}@media (max-width:768px){.cart__item__meta__content--header a{font-size:1em}}.cart__item__meta__content--header a:hover{text-decoration:underline}.cart__item__meta__content--actions{display:flex;align-items:center;gap:1em;margin-top:.25em}.cart__item__meta__content--price{display:flex;gap:.25em;line-height:1}.cart__item__meta__content--price del{color:var(--color-grey-dark);font-weight:400;text-decoration-thickness:1px}.cart__item__meta__content--price ins{border:none}.cart__item__meta__content--remove{font-size:.8em}.cart__item__meta__content--remove span{display:none}.cart__item__meta__content--remove svg{width:1em;height:auto;fill:var(--color-grey-dark);display:block;line-height:1}.cart__item__meta__content--remove a:hover svg{fill:var(--color-black)}