.container-cart {
  gap: 40px;
  margin: 0 auto 78px;
  padding: 0 95px;
}
@media screen and (max-width: 1224px) {
  .container-cart {
    padding: 0 15px;
  }
}
.cart-page {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
}
@media screen and (max-width: 990px) {
  .cart-page {
    flex-direction: column;
  }
}
.cart-items {
  width: 100%;
}
.shipping-date {
  align-items: center;
  display: flex;
  justify-content: space-between;3
  background-color: rgba(201, 214, 223, 0.3);
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(201, 214, 223, 0.5);

}

@media screen and (max-width: 690px) {
  .shipping-date {
  flex-flow: column; 
    }
}

.shipping-date__text,
.shipping-date__title {
  color: rgb(55 65 81);
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 17px;
}
.shipping-date__text {
  background:rgb(255, 255, 255) 0 0 no-repeat padding-box;
  border-radius: 8px;
  padding: 12px 32px;
  font-weight: 700;
}

@media screen and (max-width: 990px) {
.shipping-date__text {
  padding: 12px 12px;
}
}

.cart-page__content {
  max-width: 58%;
  width: 100%;
}
.cart-page__content.empty {
  max-width: 100%;
}
@media screen and (max-width: 990px) {
  .cart-page__content {
    max-width: 100%;
  }
}
.cart-page__faq,
.cart-page__products,
cart-items {
  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);
  border-radius: 12px;
  padding: 25px 25px;
}
@media screen and (max-width: 990px) {
  .cart-page__faq,
  .cart-page__products,
  cart-items {
    border: none;
    padding: 0;
    box-shadow: none;
  }
}
.cart-page__line {
  background: #efefef 0 0 no-repeat padding-box;
  height: 6px;
  margin: 20px auto;
  width: calc(100% - 40px);
}
@media screen and (max-width: 990px) {
  .cart-page__line {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.cart-page--title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 21px;
  max-width: 1920px;
}
@media screen and (max-width: 990px) {
  .cart-page--title {
    margin: 29px auto 13px;
    text-align: center;
  }
}
.cart-page__header {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}

.progress-bar{
background: rgb(229 231 235 / 0.7) !important;
height: 0.5rem;
}
.progress{
background: #c9d6df !important;
}

@media screen and (max-width: 990px) {
  .cart-page__header {
    margin-left: -15px;
    padding: 10px 15px;
    text-align: center;
    width: calc(100% + 30px);
  }
}
#main-cart-footer {
  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);
  border-radius: 12px;
  height: fit-content;
  left: 0;
  max-width: 42%;
  padding: 25px 25px;
  position: sticky;
  top: 120px;
  width: 100%;
}
#main-cart-footer.is-empty {
  display: none;
}
@media screen and (max-width: 990px) {
  #main-cart-footer {
    border: none;
    border-radius: 0;
    display: none;
    max-width: 100%;
    padding: 0;
    position: static;
  }
}
#main-cart-footer-mobile {
  display: none;
}
@media screen and (max-width: 990px) {
  #main-cart-footer-mobile {
    display: block;
  }
}
.mobile-block,
.mobile-block-c-cart {
  display: none;
}
@media screen and (max-width: 990px) {
  .mobile-block-c-cart {
    background: #fff;
    bottom: 0;
    display: block;
    left: 0;
    margin-left: -15px;
    padding: 10px 15px;
    position: sticky;
    width: calc(100% + 30px);
    z-index: 10;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
  }
  .mobile-block-c-cart .mobile-block {
    background-color: #fff;
    display: block;
    padding: 0;
    width: 100%;
    z-index: 99;
  }
  .mobile-block-c-cart .sale,
  .mobile-block-c-cart .sale + .totals,
  .mobile-block-c-cart .voller-preis {
    display: none;
  }
  .mobile-block-c-cart .totals {
    margin-bottom: 15px !important;
  }
  .mobile-block-c-cart .cart__ctas button {
    font-size: 20px;
    padding: 10px;
  }
  #main-cart-footer-mobile .cart__ctas,
  #main-cart-footer-mobile .cart__payments,
  #main-cart-footer-mobile .totals {
    display: none !important;
  }
}
.cart__empty-text,
.is-empty .cart__contents,
.is-empty .cart__footer,
cart-items.is-empty .title-wrapper-with-link {
  display: none;
}
.is-empty .cart__empty-text,
.is-empty .cart__warnings {
  display: block;
}
.cart__warnings {
  display: none;
  padding: 3rem 0 1rem;
  text-align: center;
}
.percent {
  background: #fb6565;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  left: 0;
  line-height: 1;
  padding: 4px 9px 4px;
  position: absolute;
  width: fit-content;
}
.cart__login-paragraph a {
  font-size: inherit;
}
@media screen and (min-width: 990px) {
  .cart__warnings {
    padding: 7rem 0 1rem;
  }
  .cart__empty-text {
    margin: 0 0 3rem;
  }
}
cart-items {
  display: block;
}
.cart__items {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  position: relative;
}
.cart__items--disabled {
  pointer-events: none;
}
.cart__note {
  height: fit-content;
  top: 2.5rem;
}
.cart__note label {
  align-items: flex-end;
  color: rgba(var(--color-foreground), 0.75);
  display: flex;
  height: 1.8rem;
  line-height: 1;
  position: absolute;
  top: -3rem;
}
.cart__note .field__input {
  border-radius: var(--inputs-radius);
  height: 100%;
  padding: 1rem 2rem;
  position: relative;
}
.cart__note .text-area {
  resize: vertical;
}
.cart__ctas button {
  background: #000 0 0 no-repeat padding-box;
  border-radius: 4px;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 16px 18px 20px;
  width: 100%;
}
.cart-note__label {
  display: inline-block;
  line-height: calc(1 + 1 / var(--font-body-scale));
  margin-bottom: 1rem;
}
.tax-note {
  display: block;
  margin: 2.2rem 0 1.6rem auto;
}
.cart__ctas,
.tax-note {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .cart-note {
    max-width: 35rem;
  }
  .cart__update-button {
    margin-bottom: 0;
    margin-right: 0.8rem;
  }
  .tax-note {
    margin-bottom: 2.2rem;
    text-align: right;
  }
  [data-shopify-buttoncontainer] {
    justify-content: flex-end;
  }
  .cart__ctas {
    display: flex;
    gap: 1rem;
  }
}
.reserviert {
  align-items: center;
  display: flex;
  gap: 15px;
  padding-top: 10px;
}
.reserviert__text {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 15px;
}
.reserviert__icon svg {
  display: block;
  height: 100%;
  max-height: 22px;
  max-width: 22px;
  width: 100%;
}
.cart__payments {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 40px;
}
.gutscheine {
  margin-bottom: 55px;
}
.gutscheine__line {
  background: #efefef 0 0 no-repeat padding-box;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 990px) {
  .gutscheine__line {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
.gutscheine__content {
  align-items: center;
  display: flex;
  gap: 15px;
  padding: 0.75rem 0;
}
@media screen and (max-width: 990px) {
  .gutscheine__content {
    padding: 13px 0px;
  }
}
.gutscheine__text {
  color: #7d7d7d;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
}
@media screen and (max-width: 990px) {
  .gutscheine__text {
    font-size: 15px;
  }
}
.gutscheine__icon svg {
  display: block;
  height: 100%;
  max-height: 22px;
  max-width: 22px;
  width: 100%;
}
.cart-page__products--title {
  color: #131313;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .cart-page__products--title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.cart-page__products--subtitle {
  color: #616161;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .cart-page__products--subtitle {
    display: none;
  }
}
.products-slider__sliders {
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .products-slider__sliders {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 990px) {
  .products-slider__sliders {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    width: calc(100% + 15px);
  }
}
.products-slider__sliders .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.products-slider__item--img {
  margin-bottom: 28px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-slider__item--img {
    margin-bottom: 12px;
  }
}
.products-slider__item--img:before {
  content: "";
  display: block;
  padding-top: 133%;
}
.products-slider__item--img img {
  border-radius: 8px;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products-slider__item--img img {
    border-radius: 8px;
  }
}
.products-slider__item--title {
  color: #474747;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 12px;
  margin-bottom: 10px;
  text-align: center;
  white-space: nowrap;      /* nicht umbrechen */
  overflow: hidden;         /* Überlauf abschneiden */
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .products-slider__item--title {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 2px;
  }
}
.products-slider__item--price {
  color: #474747;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 12px;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-slider__item--price {
    font-size: 10px;
    font-weight: 700;
  }
}
.products-slider__button {
  background: #fff 0 0 no-repeat padding-box;
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  margin: auto auto 0;
  padding: 10px 15px 10px;
  text-align: center;
  transition: all 0.4s;
  width: 100%;
}
.products-slider__button:hover {
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .products-slider__button {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 38px 8px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 395px) {
  .products-slider__button {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.products-slider__next:after,
.products-slider__prev:after {
  content: "";
  display: none;
}
.products-slider__next,
.products-slider__prev {
  height: 40px;
  width: 40px;
}
.products-slider__next.swiper-button-disabled,
.products-slider__prev.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 990px) {
  .products-slider__next,
  .products-slider__prev {
    display: none !important;
  }
}
.products-slider__next {
  right: -15px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1440px) {
  .products-slider__next {
    right: 0;
  }
}
.products-slider__prev {
  left: -15px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 1440px) {
  .products-slider__prev {
    left: 0;
  }
}
.cart-page__faq--title {
  color: #131313;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 35px;
}
.kundenservice__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 73px;
}
@media screen and (max-width: 990px) {
  .kundenservice__wrapper {
    flex-direction: column;
  }
}
.kundenservice__title {
  color: #131313;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 20px;
  width: 40%;
}
@media screen and (max-width: 990px) {
  .kundenservice__title {
    margin-bottom: 30px;
    width: 100%;
  }
}
.kundenservice__info {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  width: 60%;
}
@media screen and (max-width: 990px) {
  .kundenservice__info {
    width: 100%;
    gap: 20px;
  }
  .kundenservice__title {
    font-size: 18px;
   } 
}
.kundenservice__item--title {
  align-items: center;
  color: #060606;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 15px;
}
.kundenservice__item--title svg {
  display: block;
  max-width: 22px;
  height: auto;
  width: 100%;
}
.kundenservice__item--text {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 15px;
  margin-bottom: 15px;
}
.kundenservice__item--phone {
  color: #060606;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 21px;
}
@media screen and (max-width: 990px) {
  .cart-page__products .products-slider__item-slider {
    padding-right: 15px;
  }
}
.sale,
.voller-preis {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.voller-preis__title {
  color: #888;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
}
@media screen and (max-width: 990px) {
  .voller-preis__title {
    font-size: 13px;
  }
}
.voller-preis__value {
  color: #9e9e9e;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
  text-decoration: line-through;
}
.sale__title {
  color: #e53434;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 21px;
}
@media screen and (max-width: 990px) {
  .sale__title {
    font-size: 13px;
  }
}
.sale__value {
  color: #e53434;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
}

/* handle display cart totals desktop/mobile */
@media screen and (max-width: 990px) {
  .js-contents > .totals{
    display:none;
  }
}
