/** Shopify CDN: Minification failed

Line 151:21 Expected identifier but found whitespace
Line 151:23 Unexpected "{"
Line 151:30 Expected ":"
Line 152:10 Expected identifier but found whitespace
Line 152:12 Unexpected "{"
Line 152:19 Expected ":"

**/
/* ==============================
   CWC Free Trial
   ============================== */

/* === Section Wrapper === */
.cwc_free-trial {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.cwc_free-trial__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.cwc_free-trial__container--reverse {
  flex-direction: row-reverse;
}

/* === Content Column === */
.cwc_free-trial__content {
  flex: 1;
  max-width: 494px;
  text-align: center;
  margin-bottom: 2.25rem;
}

/* === Badge === */
.cwc_free-trial__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cwc_free-trial__badge-bg img {
  width: 108px;
  height: 108px;
  display: block;
}

.cwc_free-trial__badge-text {
  width: 108px;
  height: 108px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
  margin-bottom: 10px;
}

.cwc_free-trial__badge-number {
  display: block;
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: -1px;
  margin-top: 0.5rem;
}

/* === Subhead === */
.cwc_free-trial__subhead {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  /*  */
  font-weight: bold;
}

/* === Headline === */
.cwc_free-trial__headline {
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 1.07rem;
  color: inherit;
}

/* === Subtext === */
.cwc_free-trial__subtext {
  margin-bottom: 1.25rem;
}

.cwc_free-trial__subtext p {
  font-size: 0.875rem;
  font-size: 0.9rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 0;
}

/* === CTA Button === */
.cwc_free-trial__cta {
  width: 100%;
}

.cwc_free-trial__cta a {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  font-size: 1.058rem;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  width: 100%;
  max-width: 100%;
  /* testing */
      padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    border-radius: 6px;
    border: 2px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    background-color: {{ block.settings.button_bg_color }};
    color: {{ block.settings.button_text_color }};
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    width: 100%;
    max-width: max-content;
    white-space: nowrap;
    width: 100%;
    max-width: max-content;
    display: inline-block;
    padding: .85rem 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    border-radius: 6px;
    border: 2px solid transparent;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 100%;
    letter-spacing: normal;
    font-size: 1.125rem;
}

.cwc_free-trial__cta .cwc-reasons__btn:hover {
  background-color: transparent !important;
}

/* === Image Column === */
.cwc_free-trial__image {
  width: 100%;
  max-width: 42%;
}

.cwc_free-trial__image img {
  width: 100%;
  height: auto;
  max-width: 400px;
  display: block;
  margin: 0;
}

/* === Placeholder === */
.cwc_free-trial__placeholder {
  aspect-ratio: 3 / 4;
  background: #f5f5f5;
  border: 2px dashed #ddd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 0.9rem;
  max-width: 400px;
}

/* ==============================
   Tablet Responsive
   ============================== */
@media screen and (max-width: 991px) {
  .cwc_free-trial {
    padding-top: 1.75rem;
    padding-bottom: var(--padding-bottom-mobile);
  }

  .cwc_free-trial__container,
  .cwc_free-trial__container--reverse {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 0 1.25rem;
  }

  .cwc_free-trial__content {
    order: 1;
  }

  .cwc_free-trial__image {
    order: 2;
    min-width: 100%;
  }

  .cwc_free-trial__image img {
    margin: 0 auto;
  }

  .cwc_free-trial__headline {
    font-size: 1.25rem;
  }

  .cwc_free-trial__subtext p {
    /* font-size: 0.8125rem; */
  }

  .cwc_free-trial__cta a {
    max-width: 277px;
    /* max-width: 100%; */
    border-radius: 5px;
    font-size: 1rem;
    padding: 1.1rem 0.85rem;
    line-height: 1;
  }
}

/* ==============================
   Mobile Responsive
   ============================== */
@media screen and (max-width: 768px) {
  .cwc_free-trial {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }

  .cwc_free-trial__container {
    padding: 0 1rem;
  }
}
