/** Shopify CDN: Minification failed

Line 225:1 Expected "}" to go with "{"

**/
.complementary-products li + li {
  margin-top: 2rem;
}
  .complementary-products .button {
width: 10rem;
            height: 3.6rem;
            justify-content: center;
            box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
            background-color: rgb(var(--color-border));
            color: white;
            border-radius: 10px;
  }
.complementary-products .card__badge {
  display: none;
}
.card+.card-information {
    padding-top: .6rem;
    display: flex;
    justify-content: center;
    position: relative;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}
@media screen and (max-width:800px){
.product__accordion .accordion__content {
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
    font-size: 1.4rem;
    line-height: calc(1 + .6 / var(--font-body-scale));
    max-height: fit-content;
    overflow-x: unset;
    overflow-y: unset;
    scroll-snap-type: unset;
    scroll-behavior: unset;
    scrollbar-width: unset;
}
  
}
@media only screen and (min-width: 750px) {
    [data-heading-capitalize] .card-information__text.h4, [data-heading-capitalize] .bundle-products .product-title {
        font-size: calc(var(--font-heading-scale)* 1.6rem - .2rem);
        font-weight: bold;
    }
}
@media screen and (min-width:800px){
  .card+.card-information{
    display:block!important;
  }
  .card--product+.card-information>*+* {
    margin-bottom: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
}
  .price-reviews-button{
    display:block!important;
  }
  .complementary-products .card {
  width: 10rem;}
  .card--product+.card-information .price, .card--product+.card-information .card-information__top{
        justify-content: flex-start!important;
  }
}
.card--product+.card-information>*+*{
      position: absolute;
    bottom: 0px;
  margin-bottom:5px;
}
.complementary-products .card-wrapper {
  display: flex;
  border: 1px solid #118AB2;
}
.price-reviews-button{
  display:flex;
      align-items: flex-end;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 30px;
}
.price-reviews{
  width:100%
}
.card-information{
  text-align:left!important;
  padding-left:5px!important;
}

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

.complementary-products .card__media {
  background: none;
  padding-bottom: 0;
}
@media screen and (hover: none) and (max-width: 1366px), screen and (max-width: 749px) {
    .card-information__button .button {
        text-indent: 0px!important;
    }

.complementary-products .card + .card-information {
  flex: 1 1 auto;
  padding-top: 0;
  padding-inline-start: 2rem;
  flex-direction: column;
}

.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;
}

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

.complementary-products .card-information__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.3rem;
}

.complementary-products .card-information__wrapper > *:not(.visually-hidden:first-child) + * {
  margin-top: 0;
}
.card--product+.card-information .price, .card--product+.card-information .card-information__top {
    justify-content:flex-start!important;
}
.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;
    max-width: max-content;
  }

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

.jdgm-widget.jdgm-widget {
    display: block;
    font-size: 90%;
}

@media screen and (hover: none) and (max-width: 1366px), screen and (max-width: 749px) {
  .complementary-products .card+.card-information {
    padding-inline-start: 0rem;
    justify-content: flex-start;
    min-height: 90px;
  }

  .complementary-products .button {
width: 10rem;
            margin-bottom: 3px;
            margin-right: 0px;
            height: 2.6rem;
            justify-content: center;
            box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
            background-color: rgb(var(--color-border));
            color: white;
            border-radius: 10px;
  }
  .card-information__text{
        font-weight: bold!important;
  }

  .complementary-products .button.loading:after {
    left: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }

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

.complementary-products .price bdi {
  font-size: 15px;
  font-weight: bold;
}