cart-items .title-wrapper-with-link {
  margin-top: 0;
}
.cart-items td,
.cart-items th {
  border: none;
  padding: 0;
}
.cart-items th {
  font-weight: 400;
  opacity: 0.85;
  padding-bottom: 1.8rem;
  text-align: left;
}
.cart-item__quantity {
  margin-top: auto;
}
.cart-item__quantity.mobile {
  display: none;
  margin-top: 6px;
}
@media screen and (max-width: 990px) {
  .cart-item__quantity.mobile {
    display: block;
  }
  .cart-item__quantity {
    display: none;
  }
}
.cart-item__quantity-wrapper {
  display: flex;
}
.cart-item__totals {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 21%;
  position: relative;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .cart-item__totals {
    max-width: 26%;
  }
}
.cart-item__image-container:after {
  content: none;
}
.cart-item__image {
  border-radius: 8px 0px 0px 8px;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.cart-item__details {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media screen and (max-width: 990px) {
  .cart-item__details {
    width: 46%;
  }
}
.cart-item__media {
  max-width: 150px;
}
@media screen and (max-width: 990px) {
  .cart-item__media {
    width: 32%;
  }
  .cart-item__image {
  border-radius: 8px 0px 0px 0px;
  }
  .cart-item__quantity.mobile{
  margin-top: 0px;
  }
  .cart-quantity{
      border-radius: 0px 0px 0px 8px !important;
  }
  .quantity{
    max-width: 100% !important;
  }
}
.cart-item__media-wrapper {
  position: relative;
}
.cart-item__link {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cart-item__name {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.cart-item__price-wrapper > * {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 100 !important;
}
.cart-item__discounted-prices dd {
  margin: 0;
}
.cart-item__discounted-prices .cart-item__old-price {
  white-space: nowrap;
}
.cart-item__old-price {
  color: #a1a1a1;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 5px;
}
.cart-item__final-price {
  font-weight: 400;
}
.product-option {
  color: #7d7d7d;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 990px) {
  .product-option {
    margin-bottom: 5px;
  }
}
.cart-item cart-remove-button {
  display: flex;
}
.cart-item cart-remove-button svg {
  display: block;
}
cart-remove-button .button {
  display: block;
  height: 24px;
  width: 24px;
}
@media screen and (max-width: 990px) {
  cart-remove-button .button {
    height: 12px;
    width: 12px;
  }
}
.cart-item .loading__spinner {
  bottom: 0;
  left: auto;
  padding: 0;
  right: auto;
  top: 0;
}
@media screen and (min-width: 750px) {
  .cart-item .loading__spinner {
    bottom: auto;
    padding-top: 4.5rem;
    right: 0;
  }
}
.cart-item .loading__spinner:not(.hidden) ~ * {
  visibility: hidden;
}
.cart-item__error {
  align-items: flex-start;
  display: flex;
  margin-top: 0.2rem;
  min-width: 100%;
  width: min-content;
}
.cart-item__error-text {
  font-size: 1.3rem;
  letter-spacing: 0.04rem;
  line-height: 1.4;
  order: 1;
}
.cart-item__error-text + .svg-wrapper {
  flex-shrink: 0;
  height: 1.5rem;
  margin-right: 0.7rem;
  margin-top: 0.25rem;
  width: 1.5rem;
}
.cart-item__error-text:empty + .svg-wrapper {
  display: none;
}
.product-option + .product-option {
  margin-top: 0.4rem;
}
.product-option * {
  display: inline;
  margin: 0;
}
.cart-items thead th {
  text-transform: uppercase;
}
@media screen and (max-width: 749px) {
  .cart-items,
  .cart-items tbody,
  .cart-items thead {
    display: block;
    width: 100%;
  }
  .cart-items thead tr {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.2);
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
  }
  .cart-item__quantity-wrapper {
    flex-wrap: wrap;
  }
}
.cart-item > td + td {
  padding: 10px;
}
@media screen and (max-width: 990px) {
  .cart-item > td + td {
    padding-left: 20px;
  }
}
.cart-item {
  display: flex;
  margin-bottom: 25px;
  border: 1px solid #efefef;
  border-radius: 8px;
}

.cart-item:hover {
  box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.1), 4px 4px 8px -2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.cart-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 989px) {
  .cart-items .quantity-popover__info-button {
    padding-left: 0;
  }
}
.product_badges {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 3px;
  margin-bottom: 15px;
}
.product_badges:empty {
  display: none;
}
.product_badges .badge {
  background-color: #264f76;
  border-radius: 20px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 15px 6px;
}
.product_badges .new-badge {
  color: #fff;
}
.product_badges .soldOut-badge {
  background-color: #c6c6c6;
  color: #fff;
}
.product_badges .sale-badge {
  background-color: #f08584;
  color: #fff;
}
.product_badges [data-label-sale] {
  text-transform: lowercase;
}
