/** Shopify CDN: Minification failed

Line 135:7 Unexpected "and"

**/
.complementary-products.is-active {
  padding-top: var(--offset-top-mobile);
  padding-bottom: var(--offset-bottom-mobile);
}
.complementary-products .complementary-products__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.complementary-products .complementary-products__header .h4 {
    font-size: 20px;
    line-height: 25px;
    color: #1E1C1C;
    font-family: 'Outfit' !important;
    font-weight: 700;
}
.complementary-products .product-card .product-card__footer {
    padding: 15px 0 20px;
    background: transparent;
    border-radius: 0;
}
.complementary-products .product-card .product-card__title {
    font-size: 18px;
    color: #1E1C1C;
    font-family: 'Outfit' !important;
    font-weight: 700;
}
.complementary-products .product-card .product-card__additional-buttons,
.complementary-products .product-card .product-card__price .price__saving{
  display:none;
}
.complementary-products .complementary-products-content-slider {
  overflow-x: clip;
  overflow-y: visible;
  padding: 1px;
}
.complementary-products .complementary-products__slider-wrapper {
  display: flex;
  align-items: stretch;
}
.complementary-products .complementary-products__slider-wrapper.swiper-wrapper {
  align-items: stretch;
}
.complementary-products .complementary-products__slider-slide {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.complementary-products .complementary-products__slider-slide:not(:last-child):after {
    position: absolute;
    content: "+";
    font-size: 28px;
    top: 110px;
    bottom: 0;
    right: -25px;
    margin: auto;
}
button#bundleAddBtn {
    border: 1.5px solid #E45213;
    background: #FFE4D9;
    color: #E45213;
}

button#bundleAddBtn:before {
    background: #FFE4D9;
}
.complementary-products .product-card .product-card__image-wrapper.product-card__image-wrapper--portrait {
    padding-top: 105%;
}
.complementary-products .complementary-products__controls {
  position: relative;
  display: flex;
  flex-shrink: 0;
  margin-inline-start: auto;
  column-gap: 8px;
}
.complementary-products .complementary-products__control {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
}
.complementary-products .complementary-products__control .icon {
  width: 16px;
  height: 16px;
}
@media (min-width: 576px) {
  .complementary-products {
    /*.complementary-products-content-slider {
    	margin: 0 auto;
    	padding: 0;
    }*/
  }
  .complementary-products .complementary-products__slider-slide {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .complementary-products.is-active {
    padding-top: var(--offset-top-desktop);
    padding-bottom: var(--offset-bottom-desktop);
  }
  .complementary-products .product-card .product-card__labels {
    top: 8px;
    left: 8px;
  }
  .complementary-products .product-card .product-card__additional-buttons {
    top: 8px;
    right: 8px;
    gap: 4px;
  }
  .complementary-products .product-card .product-card__quick-view-button,
  .complementary-products .product-card .product-card__compare-products-button {
    width: 32px;
    height: 32px;
  }
  .complementary-products .product-card .product-card__quick-view-button .icon,
  .complementary-products .product-card .product-card__compare-products-button .icon {
    width: 16px;
    height: 16px;
  }
  .complementary-products .product-card .product-card__quick-view-button .icon:nth-child(2),
  .complementary-products .product-card .product-card__compare-products-button .icon:nth-child(2) {
    top: -3px;
    right: -3px;
    width: 12px;
    height: 12px;
  }
}
@media and (min-width:576px) and (max-width: 767px){
.complementary-products .complementary-products__slider-slide:not(:last-child):after {
    position: absolute;
    content: "+";
    font-size: 28px;
    top: 0;
    bottom: 130px;
    right: -19px;
    margin: auto;
    display: flex;
    align-items: center;
}
}
@media (max-width: 575px){
  .complementary-products .complementary-products__header .h4 {
    font-size: 18px;
    line-height: 100%;
}
button#bundleAddBtn {
    border: 1px solid #E45213;
    padding: 10px;
    font-size: 16px;
    border-radius: 12px;
}
.complementary-products .product-card .product-card__footer {
    padding: 10px 0 15px;
}
.complementary-products .product-card .product-card__title {
    font-size: 12px;
    line-height:15px;
}
.complementary-products .complementary-products__slider-slide:not(:last-child):after {
    font-size: 20px;
    top: 42px;
    right: -16px;
}
}