/** Shopify CDN: Minification failed

Line 107:13 Expected ":"

**/
/* ==============================
   CWC Ollie Bottom CTA
   ============================== */

/* === Section Wrapper === */
.cwc_ollie-bottom-cta {
  background-color: var(--section-bg);
  color: var(--text-color);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  border-top: 0.5px solid var(--border-color);
}

.cwc_ollie-bottom-cta__container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* === Wrapper === */
.cwc_ollie-bottom-cta__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}

/* === Heading === */
.cwc_ollie-bottom-cta__heading>* {
  /* font-size: 1.375rem; */
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0 0 0.25rem;
  color: inherit;
}

.cwc_ollie-bottom-cta__heading>* strong {
  color: var(--highlight-color);
  font-weight: 700;
}

/* === Button === */
.cwc_ollie-bottom-cta__button {
  display: inline-block;
  background: var(--button-bg);
  color: var(--button-text);
  /* font-size: 1rem; */
  font-weight: 600;
  padding: 1rem 2.5rem;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.01em;
  width: 100%;
  max-width: 420px;
  font-weight: 600;
  padding: 1rem 2.5rem;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  padding: 1rem 2.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  border-radius: 6px;
  border: 2px solid transparent;
  text-decoration: none;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  min-width: 280px;
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;

}

.cwc_ollie-bottom-cta__button:hover {
  transform: translateY(-2px);
  background-color: var(--button-bg-hover);

}

/* === Subtext === */
.cwc_ollie-bottom-cta__subtext p {
  /* font-size: 0.75rem; */
  color: var(--text-color);
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.cwc_ollie-bottom-cta__subtext strong {
  color: var(--highlight-color);
}
  .cwc_ollie-bottom-cta__subtext p {
    font-size.9rem;
  }
/* ==============================
   Tablet Responsive
   ============================== */
@media screen and (max-width: 991px) {
  .cwc_ollie-bottom-cta__container {
    padding: 0 1.25rem;
  }
}

/* ==============================
   Mobile Responsive
   ============================== */
@media screen and (max-width: 768px) {

  .cwc_ollie-bottom-cta {
    padding-top: var(--padding-top-mobile);
    padding-bottom: var(--padding-bottom-mobile);
  }

  .cwc_ollie-bottom-cta__container {
    padding: 0 1rem;
  }

  .cwc_ollie-bottom-cta__heading>* {
    /* font-size: 1.125rem; */
  }

  .cwc_ollie-bottom-cta__button {
    padding: 0.9375rem 2rem;
    /* font-size: 0.9375rem; */
  }
}