.cart-heading {
  margin-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cart-heading__count {
  margin-right: 1.875rem;
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 400;
  color: #000000;
}

.cart__gallery .product-card__inner {
  background-color: #ffffff;
}

.cart__gallery .product-card:last-of-type {
  margin-bottom: 0;
}

.cart__columns {
  display: grid;
  grid-template-columns: 66.5% auto;
  column-gap: 0.5rem;
}

.cart-total__city-picker {
  margin-bottom: 1rem;
}

.cart-total__city-picker .input__field {
  cursor: pointer;
}

.cart-total {
  padding-top: 1.75rem;
}

.cart-total__row {
  margin-bottom: 1.625rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cart-total__row:only-child {
  margin-bottom: 1.75rem;
}

.cart-total__row:last-child {
  margin-bottom: 0;
}

.cart-total__title {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 400;
}

.cart-total__value {
  font-size: 1.625rem;
  line-height: 110%;
  font-weight: 400;
}

@media (any-hover: hover) {
  .cart-total__button-submit:hover {
    --button-bg: #000000;
  }
}
.cart__section {
  margin-bottom: 3.75rem;
}

.cart__section:last-of-type {
  margin-bottom: 2.25rem;
}

.cart__section:last-of-type {
  margin-bottom: 0;
}

.cart__section .gallery-accordion__container {
  width: 100%;
  max-width: 100%;
}

.cart__title {
  margin-bottom: 2.8125rem;
  padding-left: 1.75rem;
}

.cart__gallery {
  margin-bottom: 3.75rem;
}

.cart__gifts-gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.75rem;
  row-gap: 0.75rem;
}

.cart__gifts-gallery .product-card {
  width: 100%;
  max-width: 100%;
}

.cart__gifts-gallery .product-card__name {
  max-width: 90%;
}

.cart__gifts-gallery .product-card__bottom {
  padding-left: 0.125rem;
}

.cart__gift .product-card__link:before {
  border-radius: 1rem;
}

.cart__gift .product-card__pic {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 50%;
}

.cart__gifts-gallery-button {
  --button-color: #000000;
}

.cart-product__button-remove {
  position: absolute;
  top: 1.3125rem;
  right: 1.3125rem;
  z-index: 3;
  width: 1.75rem;
  height: 1.75rem;
  display: block;
}

.cart-product__button-remove:before,
.cart-product__button-remove:after {
  content: '';
  position: absolute;
  top: 0.875rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1.75rem;
  height: 0.125rem;
  display: block;
  background: #a1aeb2;
  transform-origin: center;
}

.cart-product__button-remove:before {
  transform: rotate(45deg);
}

.cart-product__button-remove:after {
  transform: rotate(-45deg);
}

.cart-product .product-card__link:before {
  display: none;
}

.cart-product__button-return {
  margin-right: 1.6875rem;
  display: none;
}

.cart-product .product-card__price {
  font-weight: 400;
}

.cart__button-clear {
  font-family: 'RF Dewi', sans-serif;
  font-size: 0.875rem;
}

.cart .products--layout-horizontal .product-card__pic {
  margin-right: 0.75rem;
  width: 10rem;
}

.cart .products--layout-horizontal .product-card__name {
  max-width: 100%;
}

.cart .products--layout-horizontal .product-card__price {
  font-size: 1.25rem;
}

.cart .products--layout-horizontal .product-card__stepper {
  margin-right: 1.25rem;
}

@media (min-width: 602px) {
  .cart__section .gallery-accordion__content {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cart-heading {
    justify-content: space-between;
  }

  .cart__columns {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .cart-sidebar {
    position: sticky;
    bottom: 0;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    order: 1;
  }

  .cart-sidebar__sticky {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .cart-total {
    position: sticky;
    bottom: 0;
    order: -1;
  }

  .cart__section {
    margin-bottom: 2.5rem;
    width: 100%;
    max-width: 100%;
  }

  .cart__title {
    margin-bottom: 1.5rem;
    padding-left: .76rem;
  }
}
@media (max-width: 767px) {
  .cart__gifts-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .cart-product__button-remove {
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
  }

  .cart-product__button-remove:before, .cart-product__button-remove:after {
    top: 7px;
    width: 14px;
  }

  .cart .products--layout-horizontal .product-card__price {
    font-size: 10px;
  }
}
@media (min-width: 602px) and (max-width: 767px) {
  .cart-total__title {
    font-size: 32px;
  }

  .cart-total__value {
    font-size: 40px;
  }

  .cart-heading__count {
    font-size: 32px;
  }

  .cart__gift .product-card__link:before {
    border-radius: 25px;
  }

  .cart__button-clear {
    font-size: 24px;
  }
}
@media (max-width: 601px) {
  .cart-heading__count {
    font-size: 16px;
  }

  .cart-total {
    padding: 24px 32px 35px;
  }

  .cart-total__row {
    margin-bottom: 27px;
  }

  .cart-total .cart-total__row {
    margin-bottom: 30px;
  }

  .cart-sidebar .cart-total__row {
    margin-bottom: 17px;
  }

  .cart-total__title {
    font-size: 16px;
  }

  .cart-total__value {
    font-size: 20px;
  }

  .cart-total__button-submit {
    padding-top: 13px;
    padding-bottom: 16px;
    font-size: 12px;
  }

  .cart__gifts-gallery {
    margin-bottom: 18px;
  }

  .cart__gifts-gallery .product-card__inner {
    padding: .625rem .625rem .75rem;
  }

  .cart__gifts-gallery .product-card__name {
    max-width: 100%;
    font-size: .9rem;
  }

  .cart__gifts-gallery-button {
    --fz-button: 13.4px;
  }

  .cart-product__button-return {
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: 'RF Dewi', sans-serif;
    font-weight: 500;
  }

  .cart__items {
    margin-bottom: 10px;
  }

  .cart__button-clear {
    font-size: 12px;
  }

  .cart .products--layout-horizontal .product-card__stepper {
    margin-right: 7px;
  }
}
@media (max-width: 576px) {
  .cart-heading {
    margin-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart__section {
    margin-bottom: 32px;
  }

  .cart__gallery {
    margin-bottom: 32px;
  }
}
