/** Shopify CDN: Minification failed

Line 70:2 Unexpected "{"
Line 70:3 Expected identifier but found "%"
Line 93:2 Unexpected "{"
Line 93:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.image-with-text-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 20px 0;
}

.image-with-text-block--reverse {
  flex-direction: row-reverse;
}

.image-with-text-block__image,
.image-with-text-block__text {
  max-width: 400px;
  flex: 1 1 400px;
}

.image-with-text-block__image img {
  width: 100%;
  height: auto;
  display: block;
}

.image-with-text-block__text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.image-with-text-block__text p {
    max-width: 400px;
    font-size: 14px;
}
  @media screen and (max-width: 768px) {
.image-with-text-block-outer.page-width {
    padding: 0;
}

.image-with-text-block {
    padding: 10px 0;
    gap: 20px;
}

.image-with-text-block__text {
    padding: 20px 30px;
}


    
}

  {% if template contains "product" %}

.image-with-text-block__text p {
    max-width: 100%;
}

.image-with-text-block__text {
    align-items: flex-start;
    max-width: 524px;
    margin: auto;
}

.image-with-text-block {}

.image-with-text-block__text li {
    font-size: 14px;
}

.image-with-text-block__text ul {
    padding-left: 30px;
    padding-top: 0;
    margin: 0;
}
  {% endif %}
div.title-and-text-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;

  margin: 0 auto;
}
div.title-and-text-section-outer{
    padding-top: 60px;
  padding-bottom: 60px;
}
.title-and-text-content {
  max-width: 400px;
}

.title-and-text-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.title-and-text-body {
    font-size: 14px;
    color: #333;
}

  .title-and-text-breadcrumb {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}

.title-and-text-breadcrumb a {
  text-decoration: none;
  color: #333;
}

.title-and-text-breadcrumb a + span {
  margin: 0 15px;

}
@media screen and (max-width: 768px) {
div.title-and-text-section-outer{
  padding: 30px;
}
}

  @media screen and (min-width: 768px) {
.title-and-text-breadcrumb.mobile-only {
    display: none;
}
}

@media screen and (max-width: 768px) {

.title-and-text-breadcrumb.desktop-only {
    display: none;
}

.title-and-text-breadcrumb a+span {
    margin: 0;
}

.title-and-text-breadcrumb.mobile-only svg {
    margin-right: 8px;
}

.title-and-text-breadcrumb.mobile-only {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 0;
}
}