/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-fl-category-card {
  display: inline-block;
  margin: 0 !important;
}

.wp-block-fl-category-card .info-card {
  display: flex;
  flex-direction: column;
  margin: 10px;
  width: 288px;
}

.wp-block-fl-category-card .image-selector,
.wp-block-fl-category-card .image-container {
  width: 288px;
  height: 325px;
  overflow: hidden;
  margin-bottom: 12px;
}
.wp-block-fl-category-card .image-selector img,
.wp-block-fl-category-card .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none !important;
  transition: transform 0.2s ease;
}
.wp-block-fl-category-card .image-selector img:hover,
.wp-block-fl-category-card .image-container img:hover {
  transform: scale(1.1);
}
.wp-block-fl-category-card .image-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.wp-block-fl-category-card .image-selector {
  border: 1px solid #000000;
  outline: none;
  padding: 0;
  display: block;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.wp-block-fl-category-card .image-selector:hover {
  transform: scale(1.03);
}
.wp-block-fl-category-card .image-insts,
.wp-block-fl-category-card .no-image-text {
  color: #aaa;
  font-style: italic;
}
.wp-block-fl-category-card .no-image-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.wp-block-fl-category-card .title-input {
  width: 100%;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
  margin: unset;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
}

@media (max-width: 640px) {
  .wp-block-fl-category-card .info-card {
    margin: 5px;
    width: 40vw;
  }
  .wp-block-fl-category-card .image-container,
.wp-block-fl-category-card .image-selector {
    width: 40vw;
    height: 50vw;
  }
  .wp-block-fl-category-card .title-input {
    font-weight: bold;
    font-size: 20px !important;
  }
}

.wp-block-fl-category-card .instructions {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-fl-category-card .instructions p {
  margin: 0 !important;
  font-size: 18px;
}

#product-categories-section-title {
  width: 99vw;
  left: calc(-50vw + 50%);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  /* or 24px */
  text-align: center;
  color: #26313A;
  margin: 0 auto 16px;
}
@media (min-width: 775px) {
  #product-categories-section-title {
    font-size: 36px;
  }
}

#product-categories-section-description {
  width: 99vw;
  left: calc(-50vw + 50%);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  text-align: center;
  color: #26313A;
  margin: 0 auto 16px;
  flex-basis: 100%;
}
@media (min-width: 775px) {
  #product-categories-section-description {
    font-size: 18px;
    margin: 0 auto 48px;
  }
}

.wp-block-group.custom-container {
  width: 99.7vw;
  position: relative;
  left: calc(-50vw + 50%);
  padding: 56px 20px;
  position: relative;
  background: #F8F5F2;
  margin: 0 auto;
}
.wp-block-group.custom-container .wp-block-group__inner-container {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
}
.wp-block-group.custom-container .wp-block-group__inner-container .wp-block-fl-category-card .info-card {
  margin-bottom: 40px;
}
.wp-block-group.custom-container .wp-block-group__inner-container .wp-block-fl-category-card .info-card .title-input {
  text-align: left;
  line-height: 120%;
  margin: 0 auto;
}
@media (min-width: 966px) and (max-width: 1275px) {
  .wp-block-group.custom-container .wp-block-group__inner-container .wp-block-fl-category-card {
    width: 50%;
    margin: 0 0 40px !important;
  }
  .wp-block-group.custom-container .wp-block-group__inner-container .wp-block-fl-category-card .info-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: calc(100% - 8px);
  }
  .wp-block-group.custom-container .wp-block-group__inner-container .wp-block-fl-category-card .info-card .image-container {
    width: 100%;
  }
}
@media (min-width: 1276px) {
  .wp-block-group.custom-container .wp-block-group__inner-container {
    max-width: 1200px;
  }
  .wp-block-group.custom-container .wp-block-group__inner-container .wp-block-fl-category-card {
    width: 25%;
  }
  .wp-block-group.custom-container .wp-block-group__inner-container .wp-block-fl-category-card .info-card {
    width: calc(100% - 8px);
  }
  .wp-block-group.custom-container .wp-block-group__inner-container .wp-block-fl-category-card .info-card .image-container {
    width: 100%;
  }
}
.wp-block-group.custom-container .wp-block-fl-link-button {
  width: 99vw;
  left: calc(-50vw + 50%);
  margin: 0 auto 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-group.custom-container .wp-block-fl-link-button .button-wrapper {
  display: flex;
}
.wp-block-group.custom-container .wp-block-fl-link-button:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1276px) {
  .wp-block-group.custom-container .wp-block-fl-link-button {
    margin: 40px auto 48px;
  }
}

/*# sourceMappingURL=style-index.css.map*/