/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/featured-products/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Featured Products block — color overrides + column layout.
 * Base layout lives in theme style.css (.featured-products).
 */
.wp-block-geocare-featured-products.geocare-featured-products,
.geocare-featured-products {
  background: var(--fp-section-bg, transparent);
  padding: 60px 0 40px;
}
.wp-block-geocare-featured-products.geocare-featured-products > .container,
.geocare-featured-products > .container {
  max-width: min(100%, 1840px);
  padding-left: clamp(12px, 1.25vw, 18px);
  padding-right: clamp(12px, 1.25vw, 18px);
}
.wp-block-geocare-featured-products.geocare-featured-products .featured-header,
.geocare-featured-products .featured-header {
  box-sizing: border-box;
  width: 46%;
  margin-left: auto;
  margin-right: auto;
  background: var(--fp-header-bg, var(--green, #012e2b));
  color: var(--fp-header-text, var(--mt-accent-white, #fff));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 14px 24px;
  border-radius: 10px 10px 0 0;
}
.wp-block-geocare-featured-products.geocare-featured-products.geocare-featured-products--cols-2 .featured-header,
.geocare-featured-products.geocare-featured-products--cols-2 .featured-header {
  width: 42%;
}
.wp-block-geocare-featured-products.geocare-featured-products.geocare-featured-products--cols-4 .featured-header,
.geocare-featured-products.geocare-featured-products--cols-4 .featured-header {
  width: 68%;
}
.wp-block-geocare-featured-products.geocare-featured-products .products-main,
.geocare-featured-products .products-main {
  background-color: var(--fp-grid-bg, transparent);
}
.wp-block-geocare-featured-products.geocare-featured-products .products-main .products-grid,
.geocare-featured-products .products-main .products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border-top: 1px solid var(--mt-border-clr, #d9d9d9);
  border-left: 1px solid var(--mt-border-clr, #d9d9d9);
}
.wp-block-geocare-featured-products.geocare-featured-products .products-main .products-grid .product-card,
.geocare-featured-products .products-main .products-grid .product-card {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border-right: 1px solid var(--mt-border-clr, #d9d9d9);
  border-bottom: 1px solid var(--mt-border-clr, #d9d9d9);
}
.wp-block-geocare-featured-products.geocare-featured-products .product-card-top,
.geocare-featured-products .product-card-top {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-content .product-name,
.wp-block-geocare-featured-products.geocare-featured-products .product-content .product-name a,
.geocare-featured-products .product-content .product-name,
.geocare-featured-products .product-content .product-name a {
  color: var(--fp-product-title, inherit);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.1923rem + 0.2564vw, 1.5rem);
}
.wp-block-geocare-featured-products.geocare-featured-products,
.geocare-featured-products {
  /*
   * Clamp features to exactly 4 visual lines.
   * max-height must be ONLY the text height — padding stays outside
   * (content-box), otherwise the extra px shows a partial 5th line.
   * Include .product-card so this beats shop/default.css specificity.
   */
}
.wp-block-geocare-featured-products.geocare-featured-products .product-card .product-content .product-features,
.geocare-featured-products .product-card .product-content .product-features {
  --fp-feature-font-size: 1rem;
  --fp-feature-line-height: 1.5;
  --fp-feature-max-lines: 4;
  box-sizing: content-box;
  font-size: var(--fp-feature-font-size);
  line-height: var(--fp-feature-line-height);
  max-height: calc(var(--fp-feature-font-size) * var(--fp-feature-line-height) * var(--fp-feature-max-lines));
  overflow: hidden;
  padding-bottom: 10px;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-card .product-content .product-features li,
.geocare-featured-products .product-card .product-content .product-features li {
  font-size: var(--fp-feature-font-size);
  line-height: var(--fp-feature-line-height);
  margin: 0;
  padding: 0;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-price-box,
.geocare-featured-products .product-price-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  text-align: center;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-price-box .price-wrapper,
.geocare-featured-products .product-price-box .price-wrapper {
  width: 100%;
  margin: 0;
  justify-content: center;
  box-sizing: border-box;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-price-box .button-wrapper,
.geocare-featured-products .product-price-box .button-wrapper {
  width: 100%;
}
.wp-block-geocare-featured-products.geocare-featured-products .price-wrapper,
.geocare-featured-products .price-wrapper {
  background: var(--fp-price-badge-bg, var(--gold));
  font-size: 16px;
}
.wp-block-geocare-featured-products.geocare-featured-products .price-wrapper .price-from,
.wp-block-geocare-featured-products.geocare-featured-products .price-wrapper .price-amount,
.geocare-featured-products .price-wrapper .price-from,
.geocare-featured-products .price-wrapper .price-amount {
  color: var(--fp-price-text, var(--mt-accent-white));
}
.wp-block-geocare-featured-products.geocare-featured-products .price-wrapper .price-amount,
.geocare-featured-products .price-wrapper .price-amount {
  font-size: 1.2em;
  font-weight: 700;
}
.wp-block-geocare-featured-products.geocare-featured-products .button-wrapper .btn-primary,
.geocare-featured-products .button-wrapper .btn-primary {
  width: 100%;
  background-color: var(--green) !important;
  color: var(--fp-button-text, var(--mt-accent-white, #fff));
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 991px) {
  .wp-block-geocare-featured-products.geocare-featured-products.geocare-featured-products--show-features .product-content .product-features,
  .geocare-featured-products.geocare-featured-products--show-features .product-content .product-features {
    display: block;
  }
}
.wp-block-geocare-featured-products.geocare-featured-products .product-content .product-delivery,
.geocare-featured-products .product-content .product-delivery {
  color: var(--fp-delivery-text, var(--mt-heading, #0c0d11));
  font-weight: 700;
  margin-top: 20px;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-content .product-delivery span,
.geocare-featured-products .product-content .product-delivery span {
  color: var(--fp-delivery-accent, #36a306);
  font-weight: 700;
}
.wp-block-geocare-featured-products.geocare-featured-products.geocare-featured-products--cols-2 .products-grid .product-card,
.geocare-featured-products.geocare-featured-products--cols-2 .products-grid .product-card {
  flex: 1 1 50%;
}
.wp-block-geocare-featured-products.geocare-featured-products.geocare-featured-products--cols-3 .products-grid .product-card,
.geocare-featured-products.geocare-featured-products--cols-3 .products-grid .product-card {
  flex: 1 1 33.333%;
}
.wp-block-geocare-featured-products.geocare-featured-products.geocare-featured-products--cols-4 .products-grid .product-card,
.geocare-featured-products.geocare-featured-products--cols-4 .products-grid .product-card {
  flex: 1 1 25%;
}
.wp-block-geocare-featured-products.geocare-featured-products.geocare-featured-products--hide-features .product-content .product-features,
.geocare-featured-products.geocare-featured-products--hide-features .product-content .product-features {
  display: none;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-card-top .product-img,
.geocare-featured-products .product-card-top .product-img {
  position: relative;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-card-top .product-img > a,
.geocare-featured-products .product-card-top .product-img > a {
  display: block;
  background: #fff;
  border: 1px solid #fde3bf;
  border-radius: 8px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-card-top .product-img img,
.geocare-featured-products .product-card-top .product-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel,
.geocare-featured-products .product-img--carousel {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel,
.geocare-featured-products .product-img--carousel .fp-carousel {
  position: relative;
  display: block;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-viewport,
.geocare-featured-products .product-img--carousel .fp-carousel-viewport {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #fde3bf;
  border-radius: 8px;
  padding: 0;
  box-sizing: border-box;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-track,
.geocare-featured-products .product-img--carousel .fp-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  min-width: 0;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-slide,
.geocare-featured-products .product-img--carousel .fp-carousel-slide {
  flex: 0 0 var(--fp-slide-width, 100%);
  width: var(--fp-slide-width, 100%);
  min-width: 0;
  max-width: var(--fp-slide-width, 100%);
  box-sizing: border-box;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-slide a,
.geocare-featured-products .product-img--carousel .fp-carousel-slide a {
  display: block;
  padding: 5px 7px 5px 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-slide img,
.geocare-featured-products .product-img--carousel .fp-carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow,
.geocare-featured-products .product-img--carousel .fp-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(120, 120, 120, 0.45);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-transform: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, background 0.2s ease;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow:hover:not(:disabled),
.geocare-featured-products .product-img--carousel .fp-carousel-arrow:hover:not(:disabled) {
  background: rgba(90, 90, 90, 0.55);
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow:disabled,
.geocare-featured-products .product-img--carousel .fp-carousel-arrow:disabled {
  cursor: default;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow span,
.geocare-featured-products .product-img--carousel .fp-carousel-arrow span {
  display: block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: currentColor;
  border-width: 2px 2px 0 0;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel:hover .fp-carousel-arrow,
.geocare-featured-products .product-img--carousel:hover .fp-carousel-arrow {
  visibility: visible;
  pointer-events: auto;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel:hover .fp-carousel-arrow:not(:disabled),
.geocare-featured-products .product-img--carousel:hover .fp-carousel-arrow:not(:disabled) {
  opacity: 1;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel:hover .fp-carousel-arrow:disabled,
.geocare-featured-products .product-img--carousel:hover .fp-carousel-arrow:disabled {
  opacity: 0.35;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow:focus-visible,
.geocare-featured-products .product-img--carousel .fp-carousel-arrow:focus-visible {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow--prev,
.geocare-featured-products .product-img--carousel .fp-carousel-arrow--prev {
  left: 8px;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow--prev span,
.geocare-featured-products .product-img--carousel .fp-carousel-arrow--prev span {
  transform: rotate(-135deg);
  margin-left: 2px;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow--next,
.geocare-featured-products .product-img--carousel .fp-carousel-arrow--next {
  right: 8px;
}
.wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow--next span,
.geocare-featured-products .product-img--carousel .fp-carousel-arrow--next span {
  transform: rotate(45deg);
  margin-right: 2px;
}
@media (hover: none) {
  .wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow,
  .geocare-featured-products .product-img--carousel .fp-carousel-arrow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-arrow:disabled,
  .geocare-featured-products .product-img--carousel .fp-carousel-arrow:disabled {
    opacity: 0.35;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-geocare-featured-products.geocare-featured-products .product-img--carousel .fp-carousel-track,
  .geocare-featured-products .product-img--carousel .fp-carousel-track {
    transition: none;
  }
}
@media only screen and (max-width: 1024px) {
  .wp-block-geocare-featured-products.geocare-featured-products .products-main .products-grid .product-card,
  .geocare-featured-products .products-main .products-grid .product-card {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

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