/** Shopify CDN: Minification failed

Line 98:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Montserrat:wght@400;600&display=swap');

.foundation-benefits-section {
  background-color: white;
  padding: 60px 20px;
}

.foundation-benefits-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 20px;
  max-width: 100%;
}

.foundation-col {
  box-sizing: border-box;
}

.foundation-title-col {
  width: 25%;
}

.foundation-text-col {
  width: 37.5%;
}

.foundation-image-col {
  width: 37.5%;
}

.foundation-benefits-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.headline-primary {
  font-family: 'Lora', serif;
  font-weight: 500;
}

.headline-highlight {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-left: 4px;
}

.foundation-benefits-list p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #222;
}

.foundation-benefits-list strong {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.foundation-image-col img {
  width: 100%;
  border-radius: 16px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .foundation-benefits-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .foundation-title-col,
  .foundation-text-col,
  .foundation-image-col {
    width: 100%;
  }

  .foundation-benefits-title {
    font-size: 24px;
  }

  .foundation-benefits-list p {
    text-align: center;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600&display=swap');

.nela-materials-section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
}

.nela-materials-container {
  margin: 0 auto;
  width: 100%;
}

.section-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
  font-family: 'Lora', serif;
  text-align: left;
}

.swiper {
  display: none;
}

.desktop-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.desktop-block {
  flex: 1 1 220px;
  background-color: var(--block-bg-color);
  border-radius: 8px;
  padding: 20px;
}

.desktop-block img {
  border-radius: 6px;
  margin-bottom: 15px;
}

.desktop-block h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.desktop-block p {
  font-size: 14px;
  color: #555;
}

@media screen and (max-width: 768px) {
  .section-title {
    text-align: center;
  }

  .swiper {
    display: block;
    width: 100%;
  }

  .swiper-slide {
    background-color: var(--block-bg-color);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
  }

  .swiper-slide img {
    border-radius: 6px;
    margin: 0 auto 15px;
    display: block;
  }

  .swiper-slide h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .swiper-slide p {
    font-size: 14px;
    color: #555;
  }

  .desktop-grid {
    display: none;
  }

  .swiper-pagination {
    margin-top: 20px;
  }
}

/* CSS from snippet stylesheet tags */
.non-active___thumbnail{
    border: 1px solid gray;
  }
.main_product_swatches_dpl_flex {
    display: flex;
    gap: 10px;
}
  img.swatches_images {
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 50%;
    height: 8vh;
    width: 8vh;
    cursor: pointer;
}
  span.swatches_images {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
  }