/** Shopify CDN: Minification failed

Line 139:0 Expected "}" to go with "{"

**/
.complementary-products li + li {
  margin-top: 0rem;
}

.complementary-products .card__badge {
  display: none;
}



.complementary-products .card {
  width: 8.2rem;
  line-height: 0;
  overflow: hidden;
  border-radius: min(var(--card-radius),0.3rem);
}

.complementary-products .card__media {
  background: none;
  padding-bottom: 0;
}

.complementary-products .card + .card-information {
  flex: 1 1 auto;
  padding-top: 0;
  flex-direction: column;
  text-align: center;
  padding: 12px;
    padding-top: 8px;
}

.complementary-products .product__accordion > .summary__title {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.accordion + .complementary-products .accordion,
.complementary-products.is-accordion + .accordion {
  margin-top: 0;
  border-top: 0;
}

.complementary-products:not(.is-accordion) .accordion {
  border-bottom: 0;
      background-color: #ffffff;
    border: 0px;
  margin-top: -13px;
    margin-bottom: 35px;
  
}




.complementary-products:not(.is-accordion) .accordion__content {
  padding-bottom: 0;
  
}

.complementary-products .card-information__wrapper {

  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.complementary-products .card-information__wrapper > *:not(.visually-hidden:first-child) + * {
  margin-top: 0;
}

.complementary-products .card-information__button {
  position: relative;
  height: 100%;
  bottom: 0;
  flex-direction: column;
  row-gap: 5rem;
  transform: none;
}

.complementary-products .card-information__button add-to-cart {
  display: inline-flex;
  width: max-content;
  font-size: 1rem;
  text-transform: uppercase;
}

@media screen and (min-width: 750px) {
  .complementary-products .card-information__button .button {
    transform: none;
  }

  .complementary-products .card-information__button .button.loading {
    padding-right: 2.5rem;
  }
}

@media screen and (hover: none) and (max-width: 1366px), screen and (max-width: 749px) {
  .complementary-products .card+.card-information {
  
    justify-content: flex-start;
    text-align: center;
  }

.accordion__content .button.button--small.button--cta {
    min-width: 3.5rem !important;
}



  .complementary-products .card-information__button .button {
    width: 3.6rem;
    height: 3.6rem;
    justify-content: center;
    box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
    border-radius: 0;
  }
  .complementary-products .card-information__button .button.loading:after {
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }

  .complementary-products .price--on-sale .price__sale {
    flex-direction: column;
  }

  .complementary-products .card-information__button .button--cta:not(.loading):before,
  .complementary-products .card-information__button .button--cta:not(.loading):after {
    display: none;
  }

