/** Shopify CDN: Minification failed

Line 121:8 Expected identifier but found whitespace
Line 121:10 Unexpected "{"
Line 121:16 Expected ":"
Line 129:8 Expected identifier but found whitespace
Line 129:10 Unexpected "{"
Line 129:20 Expected ":"

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

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

.product-header-block {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.product-header-block.product-header-align--center .product-header__description,
.product-header-block.product-header-align--center .product-header__name {
  justify-content: center;
  text-align: center;
}
.product-header-block.product-header-align--center .product-header__image {
  left: 50%;
  /* margin-left: -50px; */
}
.product-header__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.product-header__description,
.product-header__name,
.product-header__button,
.product-header__features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 0 15px 15px;
}

.product-header__button {
  align-items: flex-end;
  padding:0 25px 25px;  
}
.product-header__button .button {
  border: none;
  border-bottom: 1px solid;
  padding: 0; 
  transition:color 0.3s ease-in-out;
}
.product-header__button .button:after {
    content: "\f061";
    padding-left: 10px;
    font-family: "font awesome 5 pro" !important;
    font-size: 75%;
    line-height: 75%;
}
.product-header__description {
  align-self: center;
  height: 100%;
  padding:0 15px 25px;
}

.product-header__image .image-element__wrap img {
  width: 100%;
}
.product-header__image.image-style--circle img,
.product-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;
  }
}
.product-header__name p {
    font-size: clamp(16px, 5vw, 18px);
    font-weight: 600;
}
.product-header-block.has-images-enabled-true .product-header__name {
  margin-top: 20px;
}
.testimonial__nav {
  color: {{ link }};
  margin-bottom: 10px;
  cursor: pointer;
}
.testimonial__nav:first-child {
  margin-right: 10px;
}
.testimonial__nav:hover {
  color: {{ settings.link_hover_color }};
}
.product-header-block.has-images-enabled-false
  .product-header__name
  .product-header__description {
  padding: 40px;
}

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

/* START Icon Group */
.product-header__features {
  gap: 15px;
}
.feature_icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.feature_icon svg {
  max-width: 25px;
  max-height: 25px;
}
/* END Icon Group */


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

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