.fst-home-page {
  background: #fff;
  color: var(--fst-text, #343b47);
}

.fst-home-shell {
  width: min(calc(100% - 48px), var(--fst-container, 1240px));
  margin: 0 auto;
}

.fst-home-section {
  padding: 68px 0;
}

.fst-home-eyebrow {
  margin: 0 0 14px;
  color: var(--fst-green-dark, #3d8500);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fst-home-eyebrow--inverse {
  color: #b8dfff;
}

.fst-home-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.fst-home-section-heading h2,
.fst-home-showcase__copy h2,
.fst-home-project h2,
.fst-home-carousel__copy h1 {
  margin: 0;
  color: var(--fst-ink, #202633);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.fst-home-carousel__copy h1 {
  font-size: clamp(2.2rem, 5vw, 4.3rem);
}

.fst-home-section-heading h2,
.fst-home-showcase__copy h2,
.fst-home-project h2 {
  font-size: clamp(1.9rem, 3.8vw, 3rem);
}

.fst-home-section-heading__subtitle,
.fst-home-carousel__lead,
.fst-home-showcase__lead,
.fst-home-project__content > p {
  margin: 12px 0 0;
  max-width: 760px;
  color: var(--fst-muted, #68717d);
  line-height: 1.7;
}

.fst-home-section-heading > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fst-blue-dark, #005a84);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.fst-home-section-heading > a svg,
.fst-home-workspace__item svg,
.fst-home-project__link svg,
.fst-product-card__whatsapp svg,
.fst-button svg,
.fst-home-category__body em svg,
.fst-home-buying__grid svg,
.fst-home-trust__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.fst-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: var(--fst-radius-md, 8px);
  padding: 11px 18px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none !important;
  text-align: center;
}

.fst-button--primary {
  background: var(--fst-blue-dark, #005a84);
  border-color: var(--fst-blue-dark, #005a84);
  color: #fff;
}

.fst-button--primary:hover {
  background: #004a6d;
  border-color: #004a6d;
  color: #fff;
}

.fst-button--secondary {
  background: #fff;
  border-color: var(--fst-border, #dce3e7);
  color: var(--fst-blue-dark, #005a84);
}

.fst-button--light {
  background: #fff;
  border-color: #fff;
  color: var(--fst-blue-dark, #005a84);
}

/* Carousel */
.fst-home-carousel {
  padding: 30px 0 18px;
  background: linear-gradient(180deg, #f4fbfe 0%, #ffffff 100%);
}

.fst-home-carousel__viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(32, 38, 51, 0.06);
}

.fst-home-carousel__track {
  position: relative;
  min-height: 540px;
}

.fst-home-carousel__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 32px;
  align-items: center;
  padding: 42px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(3%);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.fst-home-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
}

.fst-home-carousel__copy {
  align-self: center;
}

.fst-home-carousel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.fst-home-carousel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.fst-home-carousel__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--fst-surface-alt, #f5f8f9);
  color: var(--fst-ink, #202633);
  font-size: 0.78rem;
  font-weight: 700;
}

.fst-home-carousel__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fst-home-carousel__image {
  display: flex;
  width: 100%;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background: radial-gradient(circle at top left, var(--fst-green-soft, #f3f9ec), #ffffff 64%);
}

.fst-home-carousel__image img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: contain;
  padding: 20px;
}

.fst-home-carousel__image--fallback {
  position: relative;
}

.fst-home-carousel__image--fallback span {
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--fst-blue-soft, #eef7fa);
  color: var(--fst-blue-dark, #005a84);
  font-weight: 800;
}

.fst-home-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px 20px;
}

.fst-home-carousel__arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: 999px;
  background: #fff;
  color: var(--fst-blue-dark, #005a84);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.fst-home-carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1 1 auto;
}

.fst-home-page button.fst-home-carousel__dot {
  appearance: none;
  -webkit-appearance: none;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px;
  background: #cfd8de !important;
  color: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

.fst-home-page button.fst-home-carousel__dot:hover {
  background: #9fb6c2 !important;
}

.fst-home-page button.fst-home-carousel__dot.is-active,
.fst-home-page button.fst-home-carousel__dot.is-active:hover {
  width: 34px;
  min-width: 34px;
  background: var(--fst-blue-dark, #005a84) !important;
}

.fst-home-page button.fst-home-carousel__dot:focus {
  background: #9fb6c2 !important;
  outline: none;
}

.fst-home-page button.fst-home-carousel__dot.is-active:focus {
  background: var(--fst-blue-dark, #005a84) !important;
}

.fst-home-page button.fst-home-carousel__dot:focus-visible {
  outline: 2px solid var(--fst-blue-dark, #005a84);
  outline-offset: 3px;
}

.fst-home-page button.fst-home-carousel__arrow {
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.fst-home-page button.fst-home-carousel__arrow:hover,
.fst-home-page button.fst-home-carousel__arrow:focus {
  border-color: var(--fst-blue-dark, #005a84) !important;
  background: var(--fst-blue-soft, #eef7fa) !important;
  color: var(--fst-blue-dark, #005a84) !important;
}

.fst-home-page button.fst-home-carousel__arrow:focus-visible {
  outline: 2px solid var(--fst-blue-dark, #005a84);
  outline-offset: 2px;
}

/* Trust strip */
.fst-home-trust {
  padding: 0 0 18px;
}

.fst-home-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.fst-home-trust__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px 20px;
}

.fst-home-trust__item + .fst-home-trust__item {
  border-left: 1px solid var(--fst-border, #dce3e7);
}

.fst-home-trust__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--fst-blue-soft, #eef7fa);
  color: var(--fst-blue-dark, #005a84);
}

.fst-home-trust__item strong {
  display: block;
  color: var(--fst-ink, #202633);
}

.fst-home-trust__item small {
  display: block;
  margin-top: 6px;
  color: var(--fst-muted, #68717d);
  line-height: 1.45;
}

/* Categories */
.fst-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fst-home-category {
  display: grid;
  grid-template-columns: 142px 1fr;
  min-height: 164px;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: var(--fst-radius-md, 8px);
  overflow: hidden;
  background: #fff;
  color: inherit;
  text-decoration: none !important;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.fst-home-category:hover,
.fst-home-showcase__hero:hover {
  border-color: #b8ced9;
  transform: translateY(-2px);
}

.fst-home-category__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fst-surface-alt, #f5f8f9);
  overflow: hidden;
}

.fst-home-category__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.fst-home-category__fallback {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--fst-blue-dark, #005a84);
}

.fst-home-category__fallback svg {
  width: 42px;
  height: 42px;
}

.fst-home-category__body {
  display: flex;
  flex-direction: column;
  padding: 20px 18px;
}

.fst-home-category__body strong {
  color: var(--fst-ink, #202633);
  font-size: 1rem;
}

.fst-home-category__body small {
  margin-top: 6px;
  color: var(--fst-muted, #68717d);
  font-size: 0.78rem;
  line-height: 1.45;
}

.fst-home-category__body em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 10px;
  color: var(--fst-blue-dark, #005a84);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
}

/* Showcase bands */
.fst-home-showcase {
  border-top: 1px solid #edf1f3;
}

.fst-home-showcase__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbfd 100%);
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.fst-home-showcase--left .fst-home-showcase__copy {
  order: 2;
}

.fst-home-showcase--left .fst-home-showcase__visual {
  order: 1;
}

.fst-home-showcase__visual {
  min-height: 280px;
  overflow: hidden;
  border-radius: 14px;
  background: radial-gradient(circle at top left, var(--fst-blue-soft, #eef7fa), #ffffff 72%);
}

.fst-home-showcase__visual img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: contain;
  padding: 14px;
}

.fst-home-showcase__visual-fallback {
  display: grid;
  place-items: center;
  height: 320px;
}

.fst-home-showcase__visual-fallback span {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--fst-blue-dark, #005a84);
  font-weight: 800;
}

/* Product grid */
.fst-product-section {
  border-top: 1px solid #edf1f3;
}

.fst-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fst-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: var(--fst-radius-md, 8px);
  overflow: hidden;
  background: #fff;
}

.fst-product-card__image {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom: 1px solid #eef1f3;
  overflow: hidden;
}

.fst-product-card__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 16px;
}

.fst-product-card__badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 4px;
  background: var(--fst-green-dark, #3d8500);
  color: #fff;
  font-size: 0.69rem;
  font-weight: 800;
}

.fst-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px;
}

.fst-product-card__category {
  color: var(--fst-muted, #68717d);
  font-size: 0.69rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.fst-product-card__title {
  margin: 7px 0 0;
  font-size: 0.95rem;
  line-height: 1.38;
}

.fst-product-card__title a {
  color: var(--fst-ink, #202633);
  text-decoration: none;
}

.fst-product-card__price {
  margin: 12px 0 0;
  color: var(--fst-ink, #202633);
  font-weight: 800;
  font-size: 1rem;
}

.fst-product-card__price .woocommerce-Price-currencySymbol {
  font-size: 0.78em;
}

.fst-product-card__actions {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 7px;
  margin-top: auto;
  padding-top: 15px;
}

.fst-product-card__actions--single {
  grid-template-columns: 1fr;
}

.fst-product-card__cart,
.fst-product-card__whatsapp {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 6px;
  padding: 9px 10px;
  font-size: 0.76rem;
  font-weight: 800;
  text-decoration: none !important;
  text-align: center;
}

.fst-product-card__cart {
  background: var(--fst-blue-dark, #005a84) !important;
  color: #fff !important;
  border: 1px solid var(--fst-blue-dark, #005a84) !important;
}

.fst-product-card__cart:hover {
  background: #004a6d !important;
  color: #fff !important;
}

.fst-product-card__cart--view {
  background: #fff !important;
  color: var(--fst-blue-dark, #005a84) !important;
}

.fst-product-card__whatsapp {
  border: 1px solid #b9e8c8;
  color: #16763a;
  background: #f6fff8;
}

.fst-product-section__empty {
  padding: 36px;
  border: 1px dashed var(--fst-border, #dce3e7);
  background: var(--fst-surface-alt, #f5f8f9);
  text-align: center;
  color: var(--fst-muted, #68717d);
}

/* Bulk block */
.fst-home-project {
  margin-top: 4px;
  background: var(--fst-blue-dark, #005a84);
  color: #fff;
}

.fst-home-project__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding-block: 66px;
}

.fst-home-project h2 {
  color: #fff;
}

.fst-home-project__content > p {
  color: #d9edf4;
}

.fst-home-project__content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.fst-home-project__content li {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-size: 0.91rem;
}

.fst-home-project__content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fst-green, #4faf00);
}

.fst-home-project__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.fst-home-project__link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

/* Workspace */
.fst-home-workspace__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--fst-border, #dce3e7);
}

.fst-home-workspace__item {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 20px 6px;
  border-bottom: 1px solid var(--fst-border, #dce3e7);
  color: inherit;
  text-decoration: none !important;
}

.fst-home-workspace__item:hover strong {
  color: var(--fst-blue-dark, #005a84);
}

.fst-home-workspace__number {
  color: var(--fst-green-dark, #3d8500);
  font-weight: 800;
  font-size: 0.75rem;
}

.fst-home-workspace__item strong,
.fst-home-workspace__item small {
  display: block;
}

.fst-home-workspace__item strong {
  color: var(--fst-ink, #202633);
  font-size: 1rem;
}

.fst-home-workspace__item small {
  margin-top: 3px;
  color: var(--fst-muted, #68717d);
  font-size: 0.8rem;
}

/* Buying info */
.fst-home-buying {
  border-top: 1px solid #edf1f3;
}

.fst-home-buying__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.fst-home-buying__grid > div {
  padding: 24px;
  border: 1px solid var(--fst-border, #dce3e7);
  border-radius: 8px;
  background: #fff;
}

.fst-home-buying__grid > div > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--fst-blue-soft, #eef7fa);
  color: var(--fst-blue-dark, #005a84);
}

.fst-home-buying__grid strong {
  display: block;
  color: var(--fst-ink, #202633);
}

.fst-home-buying__grid p {
  margin: 8px 0 0;
  color: var(--fst-muted, #68717d);
  font-size: 0.84rem;
  line-height: 1.55;
}

.fst-home-buying__grid a {
  color: var(--fst-blue-dark, #005a84);
  font-weight: 800;
}

/* FAQ */
.fst-home-faq {
  border-top: 1px solid #edf1f3;
}

.fst-home-faq__list {
  border-top: 1px solid var(--fst-border, #dce3e7);
}

.fst-home-faq__item {
  border-bottom: 1px solid var(--fst-border, #dce3e7);
}

.fst-home-faq__item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 4px;
  cursor: pointer;
  list-style: none;
  color: var(--fst-ink, #202633);
  font-weight: 800;
}

.fst-home-faq__item summary::-webkit-details-marker {
  display: none;
}

.fst-home-faq__item summary span {
  font-size: 1.3rem;
  color: var(--fst-blue-dark, #005a84);
}

.fst-home-faq__item[open] summary span {
  transform: rotate(45deg);
}

.fst-home-faq__item div {
  padding: 0 44px 20px 4px;
}

.fst-home-faq__item p {
  margin: 0;
  max-width: 820px;
  color: var(--fst-muted, #68717d);
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .fst-home-trust__grid,
  .fst-home-buying__grid {
    grid-template-columns: 1fr 1fr;
  }

  .fst-home-trust__item:nth-child(3),
  .fst-home-trust__item:nth-child(4) {
    border-top: 1px solid var(--fst-border, #dce3e7);
  }

  .fst-home-trust__item:nth-child(3) {
    border-left: 0;
  }

  .fst-home-categories__grid {
    grid-template-columns: 1fr 1fr;
  }

  .fst-home-carousel__track {
    min-height: 600px;
  }

  .fst-home-carousel__slide,
  .fst-home-showcase__hero,
  .fst-home-project__grid {
    gap: 34px;
  }

  .fst-home-carousel__slide {
    grid-template-columns: 1fr 380px;
  }

  .fst-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .fst-home-shell {
    width: min(calc(100% - 28px), var(--fst-container, 1240px));
  }

  .fst-home-section {
    padding: 48px 0;
  }

  .fst-home-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
  }

  .fst-home-carousel {
    padding-top: 16px;
  }

  .fst-home-carousel__track {
    min-height: 0;
  }

  .fst-home-carousel__slide,
  .fst-home-showcase__hero,
  .fst-home-project__grid {
    grid-template-columns: 1fr;
  }

  .fst-home-carousel__slide {
    position: absolute;
    padding: 26px 18px 20px;
  }

  .fst-home-carousel__slide.is-active {
    position: relative;
  }

  .fst-home-carousel__image,
  .fst-home-carousel__image img,
  .fst-home-showcase__visual img,
  .fst-home-showcase__visual-fallback {
    height: 280px;
    min-height: 280px;
  }

  .fst-home-carousel__nav {
    padding: 0 14px 14px;
  }

  .fst-home-trust__grid,
  .fst-home-categories__grid,
  .fst-home-buying__grid {
    grid-template-columns: 1fr;
  }

  .fst-home-trust__item + .fst-home-trust__item,
  .fst-home-trust__item:nth-child(3),
  .fst-home-trust__item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--fst-border, #dce3e7);
  }

  .fst-home-category {
    grid-template-columns: 112px 1fr;
    min-height: 130px;
  }

  .fst-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fst-product-card__body {
    padding: 11px;
  }

  .fst-product-card__image img {
    padding: 10px;
  }

  .fst-product-card__category {
    font-size: 0.61rem;
  }

  .fst-product-card__title {
    font-size: 0.82rem;
  }

  .fst-product-card__price {
    font-size: 0.9rem;
  }

  .fst-product-card__actions {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .fst-product-card__cart,
  .fst-product-card__whatsapp {
    min-height: 38px;
    padding: 8px 6px;
    font-size: 0.69rem;
  }

  .fst-home-showcase__hero {
    padding: 18px;
  }

  .fst-home-project__content ul {
    grid-template-columns: 1fr;
  }

  .fst-home-project__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .fst-home-workspace__item {
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
  }

  .fst-home-faq__item summary {
    padding-block: 17px;
  }

  .fst-home-faq__item div {
    padding-right: 12px;
  }
}

@media (max-width: 370px) {
  .fst-product-grid {
    gap: 8px;
  }

  .fst-product-card__body {
    padding: 9px;
  }

  .fst-product-card__title {
    font-size: 0.78rem;
  }

  .fst-product-card__actions {
    padding-top: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fst-home-page * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }

  .fst-home-category:hover,
  .fst-home-showcase__hero:hover {
    transform: none;
  }
}


/* Furstatec product-card post-add state.
 * WooCommerce injects .added and .added_to_cart after AJAX add-to-cart.
 * Keep that state inside the card's existing visual language.
 */
.fst-product-card__actions .fst-product-card__cart.added::after,
.fst-product-card__actions .button.added::after {
  content: none !important;
  display: none !important;
}

.fst-product-card__actions .fst-product-card__cart.added,
.fst-product-card__actions .button.added {
  background: var(--fst-blue-dark, #005a84) !important;
  border-color: var(--fst-blue-dark, #005a84) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.fst-product-card__actions .added_to_cart.wc-forward {
  grid-column: 1 / -1;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  max-width: 100%;
  min-height: 0;
  margin: 1px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--fst-blue-dark, #005a84) !important;
  box-shadow: none !important;
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none !important;
}

.fst-product-card__actions .added_to_cart.wc-forward::after {
  content: "→";
  margin-left: 5px;
  font-family: inherit !important;
}

.fst-product-card__actions .added_to_cart.wc-forward:hover,
.fst-product-card__actions .added_to_cart.wc-forward:focus {
  color: var(--fst-green-dark, #3d8500) !important;
  background: transparent !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.fst-product-card__actions .added_to_cart.wc-forward:focus-visible {
  outline: 2px solid var(--fst-blue-dark, #005a84);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .fst-product-card__actions .added_to_cart.wc-forward {
    font-size: .68rem;
  }
}


/* ---------- v2.0.3 homepage carousel control / spacing lock ---------- */

/* Keep the homepage hero substantial without leaving an oversized empty band
 * around the navigation controls.
 */
.fst-home-carousel {
  padding-top: 24px !important;
  padding-bottom: 14px !important;
}

.fst-home-carousel__track {
  min-height: 500px !important;
}

.fst-home-carousel__slide {
  padding: 34px !important;
}

.fst-home-carousel__image {
  min-height: 400px !important;
}

.fst-home-carousel__image img {
  height: 400px !important;
  padding: 18px !important;
}

.fst-home-carousel__nav {
  min-height: 54px;
  padding: 0 14px 14px !important;
}

/* Elementor/global buttons must not convert the carousel controls into
 * pink outlined rectangles or inherited pill buttons.
 */
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow:hover,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow:focus,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow:focus-visible,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  min-width: 38px !important;
  max-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid #c8d7de !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: var(--fst-blue-dark, #005a84) !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transform: none !important;
  font-family: Arial, sans-serif !important;
  font-size: 1.28rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow:hover,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow:focus {
  border-color: var(--fst-blue-dark, #005a84) !important;
  background: var(--fst-blue-soft, #eef7fa) !important;
  color: var(--fst-blue-dark, #005a84) !important;
}

.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow:focus-visible {
  outline: 2px solid rgba(0, 90, 132, .25) !important;
  outline-offset: 2px !important;
}

/* Lock the pagination dots too so Elementor cannot paint them pink. */
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__dot,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__dot:hover,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__dot:focus,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__dot:active {
  box-sizing: border-box !important;
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #cfd8de !important;
  color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__dot.is-active,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__dot.is-active:hover,
.fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__dot.is-active:focus {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  background: var(--fst-blue-dark, #005a84) !important;
}

@media (max-width: 900px) {
  .fst-home-carousel__track {
    min-height: 0 !important;
  }

  .fst-home-carousel__slide {
    padding: 28px !important;
  }

  .fst-home-carousel__image,
  .fst-home-carousel__image img {
    min-height: 340px !important;
    height: 340px !important;
  }
}

@media (max-width: 600px) {
  .fst-home-carousel {
    padding-top: 16px !important;
    padding-bottom: 10px !important;
  }

  .fst-home-carousel__slide {
    padding: 20px !important;
  }

  .fst-home-carousel__image,
  .fst-home-carousel__image img {
    min-height: 280px !important;
    height: 280px !important;
  }

  .fst-home-carousel__nav {
    min-height: 48px;
    padding: 0 10px 10px !important;
  }

  .fst-home-page .fst-home-carousel__viewport button.fst-home-carousel__arrow {
    flex-basis: 36px !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }
}
