:root {
  --wp--preset--color---primary: $primary;
  --wp--preset--color---secondary: $secondary;
  --wp--preset--color---white: $white;
  --wp--preset--color---black: $black;
  --wp--preset--color---light-grey: $light_grey;
  --font-default: "Inter", sans-serif;
  --font-primary: "Noto Sans", sans-serif;
  --font-size-default: 16px;
  --font-weight-default: 400;
  --line-height-default: 1.633;
}

body {
  --wp--preset--font-size--medium: 18px;
}

/**  end vars */
.wp-block-acf-woo-products-rows {
  font-family: "Noto Sans", sans-serif;
}
.wp-block-acf-woo-products-rows .shell {
  display: flex;
  flex-direction: column;
}
.wp-block-acf-woo-products-rows {
  /* ----------------------------
  * Filters (FacetWP)
  * ---------------------------- */
}
.wp-block-acf-woo-products-rows .filters .filterwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.wp-block-acf-woo-products-rows .filters .filterlist {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin: 0;
}
.wp-block-acf-woo-products-rows .filters .resetwrapper {
  flex: 0 0 auto;
}
.wp-block-acf-woo-products-rows .filters .facetwp-facet {
  margin: 0;
}
.wp-block-acf-woo-products-rows .filters .facetwp-dropdown,
.wp-block-acf-woo-products-rows .filters select.facetwp-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 30, 39, 0.18);
  height: 40px;
  line-height: 38px;
  padding: 0 40px 0 14px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 260px;
  box-shadow: none;
  outline: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 30, 39, 0.65) 50%), linear-gradient(135deg, rgba(0, 30, 39, 0.65) 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%, 100% 0;
  background-size: 6px 6px, 6px 6px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.wp-block-acf-woo-products-rows .filters .facetwp-dropdown:hover,
.wp-block-acf-woo-products-rows .filters select.facetwp-dropdown:hover {
  border-color: rgba(0, 30, 39, 0.28);
}
.wp-block-acf-woo-products-rows .filters .facetwp-dropdown:focus,
.wp-block-acf-woo-products-rows .filters select.facetwp-dropdown:focus {
  border-color: rgba(236, 0, 68, 0.75);
  box-shadow: 0 0 0 3px rgba(236, 0, 68, 0.12);
}
.wp-block-acf-woo-products-rows .filters .selectionswrapper {
  margin-top: 10px;
}
.wp-block-acf-woo-products-rows .filters .selectionswrapper .facetwp-selections {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.wp-block-acf-woo-products-rows .filters .selectionswrapper .facetwp-selections .facetwp-selection {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 30, 39, 0.12);
  background: rgba(0, 30, 39, 0.04);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.wp-block-acf-woo-products-rows .filters .selectionswrapper .facetwp-selections .facetwp-selection .facetwp-remove {
  width: 18px;
  height: 18px;
  background: rgba(0, 30, 39, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wp-block-acf-woo-products-rows .filters .selectionswrapper .facetwp-selections .facetwp-selection .facetwp-remove:hover {
  background: rgba(0, 30, 39, 0.12);
}
.wp-block-acf-woo-products-rows .filters .facetwp-facet.facetwp-facet-reset .facetwp-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(0, 30, 39, 0.18);
  background: #ffffff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.wp-block-acf-woo-products-rows .filters .facetwp-facet.facetwp-facet-reset .facetwp-reset:hover {
  border-color: rgba(0, 30, 39, 0.28);
}
.wp-block-acf-woo-products-rows .filters .facetwp-facet.facetwp-facet-reset .facetwp-reset:focus {
  outline: none;
  border-color: rgba(236, 0, 68, 0.75);
  box-shadow: 0 0 0 3px rgba(236, 0, 68, 0.12);
}
.wp-block-acf-woo-products-rows {
  /* keep debugging formatting */
}
.wp-block-acf-woo-products-rows .woo-products-rows__debug {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
  font-size: 14px;
  line-height: 1.2;
  margin: 12px 0 0;
}
.wp-block-acf-woo-products-rows .woo-products-rows__debug .woo-products-rows__debug-pill {
  display: inline-flex;
  gap: 6px;
  padding: 6px 6px;
  background: rgba(0, 30, 39, 0.06);
  white-space: nowrap;
}
.wp-block-acf-woo-products-rows {
  /* ----------------------------
  * Rows grid
  * ---------------------------- */
}
.wp-block-acf-woo-products-rows .woo-products-rows {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}
.wp-block-acf-woo-products-rows .woo-products-rows__header {
  display: none;
}
.wp-block-acf-woo-products-rows .woo-products-rows__row {
  display: grid;
  grid-template-columns: 1.2fr 100px 250px 250px 190px 120px;
  align-items: center;
  gap: 16px;
  padding: 0;
  cursor: pointer;
}
.wp-block-acf-woo-products-rows .woo-products-rows__row:hover .woo-products-rows__title-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.wp-block-acf-woo-products-rows .woo-products-rows__row:focus-within {
  outline: none;
}
.wp-block-acf-woo-products-rows .woo-products-rows__cell {
  min-width: 0;
}
.wp-block-acf-woo-products-rows .woo-products-rows__cell--title {
  font-weight: 700;
}
.wp-block-acf-woo-products-rows .woo-products-rows__cell--title .woo-products-rows__title-link {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
  font-size: 0.85rem;
}
.wp-block-acf-woo-products-rows .woo-products-rows__cell--title .woo-products-rows__title-link:focus {
  outline: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wp-block-acf-woo-products-rows .woo-products-rows__price {
  margin-top: 8px;
  font-weight: 500;
  font-size: 0.85rem;
  opacity: 0.9;
}
.wp-block-acf-woo-products-rows .woo-products-rows__cell--ages,
.wp-block-acf-woo-products-rows .woo-products-rows__cell--dates,
.wp-block-acf-woo-products-rows .woo-products-rows__cell--times,
.wp-block-acf-woo-products-rows .woo-products-rows__cell--location {
  background: #F4F2FA;
  padding: 16px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wp-block-acf-woo-products-rows .woo-products-rows__cell--cta {
  display: flex;
  justify-content: flex-end;
}
.wp-block-acf-woo-products-rows .btn {
  margin-bottom: 0;
  width: 100%;
  padding: 12px 16px;
}
.wp-block-acf-woo-products-rows {
  /* ----------------------------
  * Responsive
  * ---------------------------- */
}
@media (max-width: 1100px) {
  .wp-block-acf-woo-products-rows .woo-products-rows__row {
    grid-template-columns: 1.4fr 160px 160px 160px 170px 120px;
    gap: 14px;
  }
}
@media (max-width: 900px) {
  .wp-block-acf-woo-products-rows .woo-products-rows__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .wp-block-acf-woo-products-rows .woo-products-rows__cell--cta {
    grid-column: 1/-1;
    justify-content: flex-start;
  }
  .wp-block-acf-woo-products-rows .woo-products-rows__cell--ages,
  .wp-block-acf-woo-products-rows .woo-products-rows__cell--dates,
  .wp-block-acf-woo-products-rows .woo-products-rows__cell--times,
  .wp-block-acf-woo-products-rows .woo-products-rows__cell--location {
    text-align: left;
    white-space: normal;
  }
}

.wp-block-acf-woo-products-rows.style2 .articles {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.wp-block-acf-woo-products-rows.style2 .articles.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-acf-woo-products-rows.style2 .articles {
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
}
@media (max-width: 768px) {
  .wp-block-acf-woo-products-rows.style2 .articles {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 32px;
  }
}
.wp-block-acf-woo-products-rows.style2 .articles .article {
  text-decoration: none;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 0;
  transition: all 0.8s;
}
@media (max-width: 768px) {
  .wp-block-acf-woo-products-rows.style2 .articles .article {
    gap: 8px;
    padding-bottom: 16px;
  }
}
.wp-block-acf-woo-products-rows.style2 .articles .article .article__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border: 1px solid #F4F2FA;
}
.wp-block-acf-woo-products-rows.style2 .articles .article .article__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.8s;
}
.wp-block-acf-woo-products-rows.style2 .articles .article .article__body {
  position: relative;
  color: var(--wp--preset--color---primary);
  height: auto;
  padding: 0rem;
}
.wp-block-acf-woo-products-rows.style2 .articles .article .article__body .article__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wp-block-acf-woo-products-rows.style2 .articles .article .article__body .article__content h3 {
  color: var(--wp--preset--color---primary);
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  margin-bottom: 0;
}
.wp-block-acf-woo-products-rows.style2 .articles .article .article__body .article__content h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.wp-block-acf-woo-products-rows.style2 .articles .article .article__body .article__content .kicker.division {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 2px;
}
.wp-block-acf-woo-products-rows.style2 .articles .article:hover .article__image {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
.wp-block-acf-woo-products-rows.style2 .articles .article:hover .article__image > img {
  padding: 0;
  transform: scale(1.3);
}
.wp-block-acf-woo-products-rows.style2 .articles .article:hover h2 {
  color: var(--wp--preset--color---primary);
}
