/** Shopify CDN: Minification failed

Line 473:0 Unexpected "}"

**/


/* Header */
.m-header__right {
    color: #00a3a5;
}

.m-header__wrapper {
    border-bottom: 1px solid #edf1f3;
}

@media screen and (min-width: 767px) {
  .m-header header {
      padding: 10px 0px;
  }
}

.m-menu {
  gap: 30px;
}

.m-menu__link--main {
    font-size: 20px;
    font-weight: 500;
}

.m-collection-card--standard .m-collection-card__title sup {
  display: none;
}

/* Mobile Menu */
.m-megamenu-mobile .m-mixed-layout--mobile-scroll .m-mixed-layout__inner {
  flex-direction: column;
}

.m-collection-card.m-collection-card--standard.m-collection-card--hover-scaling-up {
  margin-bottom: 40px;
}

.m-menu-customer {
  display: none;
}

/* Page title headers */
.m-page-header {
  background-color: #00a3a5;
  margin-bottom: 100px;
}

.m-collection-page-header__wrapper {
  background-color: #00a3a5;
  margin-bottom: 100px;
}

.m-breadcrumb--wrapper {
  color: white;
  font-size: 8px;
  text-transform: uppercase;
}

.m-page-header h1 {
  color: white;
  font-size: 42px;
}

.m-collection-page-header__title {
  color: white;
}

/* Homepage Hero */
img.hero-logo {
  max-width: 500px;
  margin: auto;
}

img.hero-icons {
  max-width: 350px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-hero__inner.m-hero__inner--top-center.container {
    padding-top: 20px !important;
  }
  
  img.hero-logo {
    max-width: 270px !important;
    margin: auto;
  }
  
  img.hero-icons {
    max-width: 150px !important;
    margin: auto;
  }
}


/* Features & Benefits Widget */
.fb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EDF1F3;
    border-radius: 20px;
}

.fb_section {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.fb_section h3 {
    padding-top: 30px;
}

.fb-icons_wrapper {
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 30px;
    justify-content: space-evenly;
}

.fb-icons_slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}  

.fb-icons_slot img {
    max-width: 80px;
    width: 100%;
}

.fb-icons_slot p {
  font-size: 14px;
}

.fb_separator hr {
    background-color: black;
    width: 200px;
    height: 2px;
    border-radius: 20px;
}

/* Image Card customizations with Footer */
.icwf .m-image-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.icwf p.image-card_footer {
    color: white;
    font-size: 26px;
    font-weight: 600;
}

.icwf .m-image-card__inner {
  border-radius: 20px;
}

.icwf .m-image-card__img {
  border-radius: 20px;
}

/* How It Works Widget */
.hiw_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EDF1F3;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
}
.hiw-points-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}
.hiw-point {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 5px;
}
.hiw-text_wrapper {
    max-width: 550px;
    margin: 20px 0px;
}
.hiw-point > span {
    font-weight: 700;
}
.hiw-point > svg {
    margin-right: 5px;
}

/* Home Featured Collection Cards */
.tcw-col-cards .m-hover-box__wrapper {
  border-radius: 20px;
}

.tcw-col-cards .m-collection-card--inside .m-button {
  display: none;
}

.tcw-col-cards .m-collection-card__link {
  color: white;
  font-weight: 700;
}

.tcw-col-cards .m-collection-card--inside .m-collection-card__info {
  background-color: #00a3a5;
  border-radius: 0px 0px 20px 20px;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .tcw-col-cards .m-mixed-layout--mobile-grid .m-mixed-layout__inner {
    display: flex;
    flex-direction: column;
  }

  .tcw-col-cards .m-collection-card__image {
    border-radius: 20px 20px 0px 0px;
  }
}

/* Interactive Icons */
.interactive-icons h2 {
  text-align: center;
  padding-bottom: 30px;
}

.interactive-icons .m-collage-tabs__wrapper {
  max-width: 1100px;
  margin: auto;
}

.interactive-icons .m-collage-tabs__header {
  gap: 25px;
}

.interactive-icons .m-tab-header.active:after {
  display: none;
}

.interactive-icons .m-collage-tab--content {
  padding: 0px;
  font-size: 24px;
}

.interactive-icons .m-tab-header img {
  max-width: 90%;
  margin: auto;
}

.interactive-icons .m-tab-header.active img {
  max-width: 100%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .m-collage-tabs .m-tab-header {
    width: 20%;
  }
  .interactive-icons .m-collage-tabs__header {
    gap: 15px;
    flex-wrap: wrap;
  }
}

/* Video Wrapper */
.m-video__wrapper {
  border-radius: 20px;
}

/* Product Cards */
.m-product-card {
    background-color: #EDF1F3;
    padding: 20px;
    border-radius: 9.5px;
}
a.m-product-card__name {
    font-weight: 700;
    font-size: 20px;
}

.m-product-card__title {
  min-height: 40px;
}

@media screen and (max-width: 767px) {
  a.m-product-card__name {
      font-size: 12px;
  }

  .m-product-card {
    padding: 10px;
  }
}

.m-product-card__info {
    text-align: center;
}
span.spr-badge-caption {
    display: none;
}
.spr-badge-starrating {
    margin: 0;
}
span.m-price-item.m-price-item--regular {
    color: #00A3A5;
    font-size: 1.25em;
    font-weight: 700;
}
span.m-price-item.m-price-item--sale.m-price-item--last {
    font-size: 1.25em;
    font-weight: 700;
}
.m-product-card__media {
    border-radius: 9.5px;
}
.m-product-card__reviews {
    margin-bottom: 2px !important;
}

@media screen and (max-width: 767px) {
  .m-product-card__action {
    display: none;
  }
}

span.stamped-badge-caption {
  display: none;
}


/* Default Collection Page */
span.m-breadcrumb--separator {
    font-size: 1.4em;
}

.m-collection--wrapper {
    margin-top: 20px !important;
}
.m-collection-page-header__inner {
    padding-bottom: 0px;
}

.m-product-card__action .m-button--icon {
  border-radius: 10px !important;
  box-shadow: 0px 0px 5px #00000052 !important;
}

.m-product-card__action svg {
    width: 20px !important;
    height: 20px !important;
    color: #00a9a1;
}

.m-product-card .m-product-option {
  margin-top: 0px !important;
}

.m-product-card .m-product-option--color .m-product-option--content {
  display: flex;
  flex-direction: column;
}

.m-product-card .m-product-option {
  position: absolute;
  left: -15px;
  top: -20px;
}

.m-filter--widget-title {
    font-size: 24px;
    font-weight: 600 !important;
}

.m-link-lists .m-link {
    font-size: 20px;
    color: black;
}

.m-sidebar--title {
  font-size: 34px;
}

.m-select-custom--trigger {
    font-size: 20px;
    color: black;  
}

/* Product Pages */
.tcw-product-assets {
  background-color: #edf1f3;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 30px;
}

.tcw-product-testimonials h5 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
}

.tcw-product-testimonials p {
  margin-bottom: 20px;
}

.m-product-option--button .m-product-option--node__label {
  border: 1px solid black;
}

.m-quantity {
  border: 1px solid black;
}

.m-collapsible--button span, .collapsible--button span {
  font-weight: 600;
}

collapsible-tab.m-collapsible.no-js-hidden.is-expanded .m-collapsible--button span, .collapsible--button span {
  color: #00a9a2;
}

.m-breadcrumb--wrapper.m\:flex.m\:items-center.m\:justify-left {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

/* Custom Section - You May Also Like */
.tcw-ymal .m-section__tabs.m-scroll-trigger.animate--fade-in-up {
  width: 100%;
}

.m-product-tabs .m-tabs__wrapper {
  width: 100% !important;
  gap: 0px;
  border-bottom: 1px solid #edf1f3;
}

.tcw-ymal a.m-tab-header {
  font-size: 24px;
  font-weight: 700;
  padding: 0px;
}
  
}

.tcw-ymal .m-tab-header:after {
  position: relative;
}

.tcw-ymal .m-tab-header.active:after {
  position: relative;
}

.tcw-ymal .m-tab-header.active:after {
  max-width: 150px;
  margin: auto;
  margin-top: 30px;
}

.m-tab-header.active {
  color: #00a3a5 !important;
}

.tcw-ymal .m-tab-header[data-index="0"] {
  flex-grow: 3;
}

.tcw-ymal .m-tab-header {
  flex-grow: 1;
}

.tcw-ymal .m-mixed-layout__wrapper {
    display: flex;
    flex-direction: row;
}

.tcw-ymal .CTA {
  width: 50%;
}

.tcw-ymal .m-mixed-layout__inner {
  width: 50%;
  display: flex;
  flex-wrap: wrap;  
  justify-content: center;
  align-items: flex-start;
  padding: 0px 20px;
}

.tcw-ymal .m\:column {
  flex: 1 1 calc(50% - 2px);
  max-width: 400px;
}

.CTA-title-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  bottom: 100px;
}

.CTA-title-button h5 {
  font-size: 24px;
  padding-bottom: 20px;
}

.tcw-ymal a.m-product-card__name {
  font-size: 14px;
  text-align: left;
}

.tcw-ymal .m-product-card__reviews {
  text-align: left;
}

.tcw-ymal .m-product-card__price {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tcw-ymal .m-mixed-layout__wrapper {
    flex-direction: column;
  }
  .tcw-ymal .CTA {
    width: 100%;
  }
  .tcw-ymal .m-mixed-layout__inner {
    width: 100%;
  }
  .tcw-ymal .m-mixed-layout__inner {
    padding: 0px;
  }
  .tcw-ymal a.m-product-card__name {
    font-size: 12px;
    text-align: left;
  }
}

/* In the Press page */
.in-the-press img {
  border-radius: 15px;
}

/* Blog Ads Sidebar Section */
.blog-ads_wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}


/* Mobile Responsiveness */
@media screen and (min-width: 768px) {
  .tcw-hide-on-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .tcw-hide-on-mobile {
    display: none;
  }
}

/* Business blueprint workshop form */
 .infusion-form input {
    display: block;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 0 10px;
    margin: 0;
    line-height: 22px;
    border: 1px solid #cccccc;
    outline: none;
    background: #fff;
    color: #5f6a7d;
    font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }

 .infusion-form label {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.infusion-form button {
    background: #00a3a5;
    color: #ffffff;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    min-height: 44px;
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}












