.shop__cart{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem 0}.shop__cart__products{width:100%;display:flex;flex-direction:column;gap:.5rem;height:auto}.shop__cart__product{display:flex;flex-direction:column;gap:1rem;background-color:#fafafa;border-radius:10px;padding:1rem;border:1px solid #e9e9e9;align-items:center;justify-content:space-between}.shop__cart__detail__container{display:flex;gap:1.25rem;align-items:center;flex:1}.shop__cart__picture{display:block;width:100%;height:-moz-max-content;height:max-content;flex:0 0 30%;max-width:100px;max-height:100px;border-radius:10px;overflow:hidden;padding:.625rem;background-color:#fff}.shop__cart__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;aspect-ratio:1/1;-o-object-position:center;object-position:center}.shop__cart__detail{display:flex;flex-direction:column;gap:.25rem;width:auto}.shop__cart__title{font-size:var(--text-base);font-weight:700;color:var(--one-text-color)}.shop__cart__brand{text-transform:uppercase;color:var(--one-text-color);font-size:var(--text-sm);font-weight:600}.shop__cart__price{font-size:var(--text-base);font-weight:700;color:var(--three-color);padding:0}.shop__cart__quantity{display:flex;align-items:center;gap:.5rem}.shop__cart__operator{background-color:#e9e9e9;font-size:var(--text-base);font-weight:800;padding:.5rem;border-radius:8px;display:inline-flex}.shop_icon__operator{width:1rem;height:1rem}.cart__remove__item{background-color:transparent;color:#e02424;display:inline-flex}.shop__cart__detail__actions{width:100%;flex:.6;display:flex;align-items:center;justify-content:space-between}.shop__cart__count{width:1rem;text-align:center;font-size:var(--text-base);font-weight:700}.shop__cart__subtotal{font-size:var(--text-lg);font-weight:900;width:auto;text-align:center;color:var(--hover-color)}.shop__cart__sumary{width:100%;background-color:#fafafa;border-radius:10px;padding:1.125rem;border:1px solid #e9e9e9;height:-moz-max-content;height:max-content;display:flex;flex-direction:column;gap:.625rem}.shop__cart__sumary__item{font-size:var(--text-base);font-weight:500;display:flex;justify-content:space-between}.shop__cart__sumary__item--total{border-top:1px solid var(--secondary-text-color);padding-top:1rem;font-weight:800}.shop__cart__sumary__button{background-color:var(--three-color);padding:1rem 1.25rem;border-radius:10px;font-weight:600;text-transform:uppercase;color:#fff;font-size:var(--text-sm);text-align:center}.cart__empty{display:flex;flex-direction:row;gap:2.5rem;background-color:#fafafa;border-radius:10px;padding:2.5rem;border:1px solid #e9e9e9;align-items:center;justify-content:center}.cart__empty__container{display:flex;flex-direction:column;gap:.5rem}.cart__empty__image{width:200px;height:auto}.cart__empty__title{font-size:var(--text-2xl);font-weight:800;color:var(--three-color)}.cart__empty__text{font-size:var(--text-sm);font-weight:600;color:var(--one-text-color);max-width:400px}.cart__empty__link{padding:.75rem 1.25rem;font-size:var(--text-xs);font-weight:700;text-transform:uppercase;color:#fff;background-color:var(--four-color);border-radius:10px;display:inline-flex;width:-moz-max-content;width:max-content;margin-top:1rem}@media (width>=768px){.shop__cart{flex-direction:row;width:100%;gap:1.875rem}.shop__cart__title{font-size:var(--text-base)}.shop__cart__products{width:70%}.shop__cart__sumary{width:30%}}@media (width>=1024px){.shop__cart__product{flex-direction:row}}
