/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../woodland/cartridges/app_custom_woodland/cartridge/client/default/scss/experience/components/commerceAssets/zComponent.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.customBullets ul li.fas::before, .customBullets ul li.far::before, .customBullets ul li::before {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
}

.z-image {
  max-width: 100%;
  aspect-ratio: 1.7777777778;
}
.z-image img {
  width: 100%;
}

.reverse {
  background-color: #FCF6F1 !important;
}
.reverse .z-image {
  order: 2;
}
@media (max-width: 768.98px) {
  .reverse .z-image {
    order: 1;
  }
}
.reverse .z-text-section {
  order: 1;
}
@media (max-width: 768.98px) {
  .reverse .z-text-section {
    order: 2;
  }
}

.z-component-section {
  background-color: white;
  padding: 2.25rem 0 0.25rem;
  margin: 0.25rem auto;
  color: #63605a;
}
@media (min-width: 769px) {
  .z-component-section {
    padding-bottom: 2.5rem;
    margin: 1.25rem auto;
  }
}
.z-component-section.reverse {
  margin: 0.75rem auto;
  padding: 2.25rem 0 2.5rem;
}
@media (min-width: 769px) {
  .z-component-section.reverse {
    margin: 1.25rem auto;
    padding-bottom: 2.5rem;
  }
}
.z-component-section .z-component-content {
  max-width: 1300px;
  width: 100vw;
  padding-left: 5px;
  padding-right: 5px;
}

.z-component-wrapper {
  margin: 0px;
  width: 100%;
  padding: 20px 0;
}

.z-section-title {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: rgba(37, 36, 34, 0.8196078431);
}

.z-text-section .z-text p {
  font-size: 1rem;
  line-height: 1.5625rem;
  color: #252422;
}
.z-text-section .z-text ul {
  padding: 0;
  margin-bottom: 1.25rem;
}
.z-text-section .z-text ul li {
  margin: 0.1875rem 0;
  line-height: 1.5;
}
.z-text-section .z-text ul li span {
  color: #63605a !important;
}

.customBullets ul {
  list-style: none;
}
.customBullets ul li {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.customBullets ul li::before {
  font-family: "fontawesome" !important;
  width: 1.5rem;
  display: flex;
  font-size: 1rem;
}
.customBullets ul li.far::before {
  font-family: "fontawesome-regular" !important;
}
.customBullets ul li.fas::before {
  font-family: "fontawesome-solid" !important;
}

/*# sourceMappingURL=zComponent.css.map*/