/**
 * 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-related-products {
  max-width: 1200px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-block-fl-related-products .products {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.wp-block-fl-related-products .image-selector,
.wp-block-fl-related-products .image {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 120%;
  background-size: cover;
  background-position: center center;
}
.wp-block-fl-related-products .image-bounds {
  overflow: hidden;
}
.wp-block-fl-related-products .image {
  transition: transform 0.2s ease;
  cursor: pointer;
}
.wp-block-fl-related-products .image:hover {
  transform: scale(1.2);
}
.wp-block-fl-related-products .image-selector {
  cursor: pointer;
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  transition: transform 0.1s;
}
.wp-block-fl-related-products .image-selector:hover {
  transform: scale(1.01);
}
@media (max-width: 700px) {
  .wp-block-fl-related-products .products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
  }
}

.wp-block-fl-related-products .product {
  max-width: 288px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block-fl-related-products .title-text {
  text-align: center !important;
  font-size: 48px !important;
  margin: unset !important;
  margin-bottom: 32px !important;
  color: #000000 !important;
}
.wp-block-fl-related-products .product-title-text {
  font-size: 32px !important;
  margin: unset !important;
  margin-bottom: 8px !important;
  color: #000000 !important;
}
@media (max-width: 720px) {
  .wp-block-fl-related-products .title-text {
    font-size: 36px !important;
  }
  .wp-block-fl-related-products .product-title-text {
    font-size: 24px !important;
  }
}

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

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