.cart-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media (min-width: 576px) {
  .cart-item {
    gap: 0.875rem;
  }
}
.cart-item__image {
  position: relative;
  max-width: 100%;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .cart-item__image {
    max-width: 28.3%;
  }
}
.cart-item__image figure, .cart-item__image picture {
  height: 100%;
}
.cart-item__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.8125rem;
  z-index: 1;
}
.cart-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 0.75rem;
  padding-top: 0.375rem;
}
.cart-item__content h2 {
  max-width: 68.6%;
  width: 100%;
}
.cart-item__price, .cart-item__vendor {
  display: flex;
  align-items: flex-end;
}
.cart-item__price {
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .cart-item__price h3 span {
    display: block;
  }
}
.cart-item__weight {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.cart-item__weight form {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.cart-item__weight form > button {
  padding: 0.375rem 0.625rem;
  border-radius: 0.25rem;
  background-color: #01337C;
  color: #fff;
  transition: 0.4s ease;
}
.cart-item__weight form > button:hover {
  background-color: rgb(5.25, 80.5, 113.75);
}
.cart-item__weight .ui-quantity {
  height: 2.5rem;
}
.cart-item__vendor {
  justify-content: space-between;
  align-items: flex-end;
}
.cart-item__vendor > p:last-of-type {
  text-align: right;
}
.cart-item__actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0.625rem;
}
.cart-item__actions button {
  max-width: 1.5rem;
  width: 100%;
}

#editor .acf-block-preview .shop-cart .wrapper-full,
.shop-cart .wrapper-full {
  padding: 9.1875rem 0 3rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .shop-cart .wrapper-full,
  .shop-cart .wrapper-full {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 11.0625rem 0;
  }
}
#editor .acf-block-preview .shop-cart__title,
.shop-cart__title {
  max-width: 100%;
  width: 100%;
  margin-bottom: 2.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #7A8E95;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3.75rem;
}
#editor .acf-block-preview .shop-cart__heading,
.shop-cart__heading {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .shop-cart__heading,
  .shop-cart__heading {
    gap: 1.25rem;
    align-items: end;
    flex-direction: row;
  }
}
#editor .acf-block-preview .shop-cart__items-count,
.shop-cart__items-count {
  padding-bottom: 0.125rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .shop-cart__items-count,
  .shop-cart__items-count {
    padding-bottom: 0.5rem;
  }
}
#editor .acf-block-preview .shop-cart__close,
.shop-cart__close {
  max-width: 1.125rem;
  width: 100%;
  padding-bottom: 0.125rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .shop-cart__close,
  .shop-cart__close {
    padding-bottom: 0.5rem;
  }
}
#editor .acf-block-preview .shop-cart__close:hover svg,
.shop-cart__close:hover svg {
  transform: rotate(90deg);
}
#editor .acf-block-preview .shop-cart__close svg,
.shop-cart__close svg {
  transition: 0.4s ease;
}
#editor .acf-block-preview .shop-cart__notifications,
.shop-cart__notifications {
  max-width: 100%;
  width: 100%;
}
#editor .acf-block-preview .shop-cart__items,
.shop-cart__items {
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .shop-cart__items,
  .shop-cart__items {
    max-width: 61.55%;
    width: 100%;
    margin-bottom: 0;
  }
}
#editor .acf-block-preview .shop-cart__items ul,
.shop-cart__items ul {
  margin: -2.125rem 0;
}
#editor .acf-block-preview .shop-cart__items li,
.shop-cart__items li {
  padding: 2.125rem 0;
  border-bottom: 0.0625rem solid #7A8E95;
}
#editor .acf-block-preview .shop-cart__order,
.shop-cart__order {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  #editor .acf-block-preview .shop-cart__order,
  .shop-cart__order {
    max-width: 34%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #editor .acf-block-preview .shop-cart__order,
  .shop-cart__order {
    max-width: 24%;
    width: 100%;
  }
}
#editor .acf-block-preview .shop-cart__order ul,
.shop-cart__order ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #7A8E95;
}
#editor .acf-block-preview .shop-cart__order li,
#editor .acf-block-preview .shop-cart__order .shop-cart__total,
.shop-cart__order li,
.shop-cart__order .shop-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}