h1{justify-self:center;color:#b20606}.cart{display:flex;flex-flow:column wrap;align-items:center;gap:2rem}.cart section{flex-flow:column wrap}.cart__total{display:flex;flex-flow:column nowrap;align-items:end;justify-self:end}.cart__footer{display:grid;grid-template:auto/auto;grid-auto-flow:column dense;width:100%;justify-content:space-between}.cart__footer #opciones{justify-content:end}.cart__notas{flex-flow:column wrap;justify-self:start;width:100%}.cart__notas textarea{width:minmax(16rem,64rem);height:16rem}.cart__grid{display:grid;grid-auto-rows:minmax(1rem,min-content);gap:2rem;align-content:space-between;align-items:center;justify-items:center;min-height:70vh;padding:0 0 2rem}@media screen and (max-width:768px){.cart__grid{min-height:48rem}}.cart__grid form{display:grid;grid-auto-flow:row;gap:1rem}.cart__grid__row{display:grid;grid-template:"img producto precio cantidad total remove" auto/6rem;grid-auto-columns:minmax(3rem,12rem);grid-auto-flow:column;gap:2rem;justify-items:center;align-items:center;justify-content:center;text-align:center}@media screen and (max-width:768px){.cart__grid__row{grid-template:"img producto total" auto/auto;gap:1rem}}.cart__grid__row span{color:#b20606}.cart__grid__row del{color:#4e4e4e}.cart__grid__row img{max-width:100%;max-height:6rem;grid-area:img}.cart__grid__row__product{font-size:14pt;gap:.5rem}.cart__grid__row__product input{width:100%;text-align:center}.cart__grid__row__cantidad{width:3rem}.cart__grid__row__remover{background:none;border:none;cursor:pointer}.cart__grid__row__remover svg{stroke:#b20606}
