/** Shopify CDN: Minification failed

Line 172:8 Expected identifier but found whitespace
Line 172:10 Unexpected "{"
Line 172:16 Expected ":"
Line 180:8 Expected identifier but found whitespace
Line 180:10 Unexpected "{"
Line 180:20 Expected ":"

**/
.collection-header {
  display: flex;
}
.collection-header:after {
  content: "flickity";
  display: none;
}
/*
.collection-header-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 798px) {
  .collection-header-block {
    margin-bottom: 20px;
    min-height: initial;
  }
}

.collection-header-block.collection-header-border--true {
  border: thin solid {{ border_color }};
}
*/
.collection-header-border--true {
  border: 1px solid rgb(230, 230, 230);
}

.collection-header-align--center .collection-header__description,
.collection-header-align--center .collection-header__name,
.collection-header-align--center .collection-header__features,
.collection-header-align--center .feature_icon,
.collection-header-button_align--center .collection-header__button {
  justify-content: center;
  text-align: center;
}

.collection-header-button_align--left .collection-header__button {
  align-items: flex-start;
}
.collection-header-button_align--right .collection-header__button {
  align-items: flex-end;
}

.collection-header-block {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.collection-header__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.collection-header__description,
.collection-header__name,
.collection-header__button,
.collection-header__features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 0 15px 15px;
}
.no-featured-collection-header-image .collection-header__features {
  flex-direction: row;
}
.collection-header__button {
  padding: 0 25px 25px;
}
.collection-header__button .button {
  border: none;
  border-bottom: 1px solid;
  padding: 0;
  transition: color 0.3s ease-in-out;
}
.collection-header__button .button:after {
  content: "\f061";
  padding-left: 10px;
  font-family: "font awesome 5 pro" !important;
  font-size: 75%;
  line-height: 75%;
}
.collection-header__description {
  align-self: center;
  height: 100%;
  padding: 0 15px 25px;
}

.collection-header__image .image-element__wrap img {
  width: 100%;
}
.collection-header__image.image-style--circle img,
.collection-header__image.image-style--circle svg {
  border-radius: 50%;
}

.testimonial__nav-wrapper {
  justify-content: flex-end;
}
@media only screen and (max-width: 480px) {
  .testimonial__nav-wrapper {
    justify-content: space-between;
  }
}
.collection-header__name p {
  font-size: clamp(16px, 5vw, 18px);
  font-weight: 600;
}
.collection-header-block.has-images-enabled-true .collection-header__name {
  margin-top: 20px;
}
.collection-header-block.has-images-enabled-false
  .collection-header__name
  .collection-header__description {
  padding: 40px;
}

.is-width-wide .testimonial__nav:last-child {
  margin-right: 10px;
}

/* START Icon Group */
.collection-header__features {
  gap: 15px;
}
.no-featured-collection-header-image .feature_icon {
  flex:1 0 auto;
}
.has-featured-collection-header-image .feature_icon {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.feature_icon svg {
  max-width: 25px;
  max-height: 25px;
}
/* END Icon Group */

@media only screen and (min-width: 799px) {
  .mobile-slider .collection-header:after {
    content: "";
  }
}

@media only screen and (min-width: 799px) {
  .desktop-slider--disabled .testimonial__nav-wrapper {
    display: none;
  }
}
.desktop-slider--disabled .collection-header__description {
  height: initial;
}

.testimonial__nav {
  color: {{ link }};
  margin-bottom: 10px;
  cursor: pointer;
}
.testimonial__nav:first-child {
  margin-right: 10px;
}
.testimonial__nav:hover {
  color: {{ settings.link_hover_color }};
}
