/* Filamenter premium WooCommerce shop v1.0.10 */

.flmnt-home .flmnt-shop-stage,
.flmnt-home .flmnt-shop-shell {
  direction: rtl;
  text-align: right;
  background:
    radial-gradient(circle at 12% 10%, rgba(107, 207, 63, .08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #fbfcfd 38%, #fff 100%);
}

.flmnt-home .flmnt-shop-stage {
  padding-block: 0 74px;
}

.flmnt-home .flmnt-shop-shell {
  position: relative;
}

.flmnt-home .flmnt-shop-notices {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  z-index: 40;
  padding-top: 0;
  pointer-events: none;
}

.flmnt-home .flmnt-shop-notices > * {
  pointer-events: auto;
}

.flmnt-home .flmnt-shop-notices .woocommerce-message,
.flmnt-home .flmnt-shop-notices .woocommerce-info,
.flmnt-home .flmnt-shop-notices .woocommerce-error {
  margin: 0 0 14px;
  border: 1px solid rgba(229, 231, 235, .92);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(24, 27, 31, .06);
  color: var(--flmnt-black);
  font-weight: 800;
}


.flmnt-home .flmnt-shop-mobile-search {
  display: none;
}

.flmnt-home .flmnt-shop-hero {
  position: relative;
  isolation: isolate;
  min-height: 292px;
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: 108px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
}

.flmnt-home .flmnt-shop-hero::before {
  content: "";
  position: absolute;
  inset: 22px 32px 88px;
  z-index: -2;
  border: 1px solid rgba(229, 231, 235, .58);
  border-radius: 30px;
  background:
    radial-gradient(circle at 84% 26%, rgba(107, 207, 63, .16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 250, 249, .92));
  box-shadow: 0 22px 60px rgba(24, 27, 31, .055);
}

.flmnt-home .flmnt-shop-hero__content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.flmnt-home .flmnt-shop-breadcrumb,
.flmnt-home .flmnt-shop-breadcrumb a,
.flmnt-home .flmnt-shop-breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(107, 114, 128, .92);
  font-size: 12px;
  line-height: 1.8;
  font-weight: 800;
}

.flmnt-home .flmnt-shop-breadcrumb a:hover {
  color: var(--flmnt-green-dark);
}

.flmnt-home .flmnt-shop-hero__eyebrow {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--flmnt-green-dark);
  font-size: 13px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-hero__eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: var(--flmnt-green);
  box-shadow: 0 0 0 5px rgba(107, 207, 63, .14);
}

.flmnt-home .flmnt-shop-hero h1 {
  margin-top: 12px;
  color: var(--flmnt-black);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.24;
  letter-spacing: -.04em;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-hero p {
  max-width: 560px;
  margin-top: 12px;
  color: var(--flmnt-muted);
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
}

.flmnt-home .flmnt-shop-hero__actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flmnt-home .flmnt-shop-hero__btn {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 16px;
  background: #fff;
  color: var(--flmnt-black);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(24, 27, 31, .05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.flmnt-home .flmnt-shop-hero__btn--primary {
  border-color: var(--flmnt-green-dark);
  background: var(--flmnt-green-dark);
  color: #fff !important;
  box-shadow: 0 18px 34px rgba(63, 143, 47, .23);
}

.flmnt-home .flmnt-shop-hero__btn:hover {
  transform: translateY(-2px);
  border-color: rgba(63, 143, 47, .28);
  box-shadow: 0 18px 40px rgba(24, 27, 31, .08);
}

.flmnt-home .flmnt-shop-hero__visual {
  position: relative;
  min-height: 240px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.flmnt-home .flmnt-shop-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 34%;
  background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,0));
  pointer-events: none;
}

.flmnt-home .flmnt-shop-hero__visual img {
  width: min(100%, 520px);
  max-height: 270px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 36px rgba(24, 27, 31, .10));
}

.flmnt-home .flmnt-shop-benefits {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 24px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.flmnt-home .flmnt-shop-benefits article {
  min-height: 82px;
  padding: 15px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 34px rgba(24, 27, 31, .055);
}

.flmnt-home .flmnt-shop-benefits span {
  width: 36px;
  height: 36px;
  grid-row: span 2;
  border-radius: 14px;
  background: rgba(107, 207, 63, .12);
  position: relative;
}

.flmnt-home .flmnt-shop-benefits span::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 8px;
  width: 7px;
  height: 12px;
  border-right: 2px solid var(--flmnt-green-dark);
  border-bottom: 2px solid var(--flmnt-green-dark);
  transform: rotate(45deg);
}

.flmnt-home .flmnt-shop-benefits strong {
  color: var(--flmnt-black);
  font-size: 13px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-benefits small {
  color: var(--flmnt-muted);
  font-size: 11px;
  font-weight: 800;
}

.flmnt-home .flmnt-shop-main {
  padding-top: 12px;
}

.flmnt-home .flmnt-shop-tabs {
  margin-bottom: 18px;
  display: flex;
  gap: 9px;
  align-items: center;
  overflow-x: auto;
  padding: 4px 1px 12px;
  scrollbar-width: thin;
}

.flmnt-home .flmnt-shop-tab {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 999px;
  background: #fff;
  color: var(--flmnt-black);
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(24, 27, 31, .04);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.flmnt-home .flmnt-shop-tab:hover,
.flmnt-home .flmnt-shop-tab.is-active {
  border-color: rgba(63, 143, 47, .38);
  background: var(--flmnt-green-dark);
  color: #fff;
  transform: translateY(-1px);
}

.flmnt-home .flmnt-shop-layout {
  position: relative;
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.flmnt-home .flmnt-shop-filter-overlay {
  display: none;
}

.flmnt-home .flmnt-shop-sidebar {
  position: sticky;
  top: 98px;
  align-self: start;
  max-height: calc(100dvh - 116px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(229, 231, 235, .92);
  border-radius: 24px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 16px 45px rgba(24, 27, 31, .055);
}

.flmnt-home .flmnt-shop-filters {
  padding: 16px;
}

.flmnt-home .flmnt-shop-filters__head {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.flmnt-home .flmnt-shop-filters__head span {
  display: block;
  color: var(--flmnt-green-dark);
  font-size: 12px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-filters__head strong {
  display: block;
  margin-top: 2px;
  color: var(--flmnt-black);
  font-size: 16px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-filters__close {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
  color: var(--flmnt-black);
  place-items: center;
}

.flmnt-home .flmnt-shop-search-mini {
  min-height: 44px;
  margin-bottom: 12px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 15px;
  background: #fff;
  color: var(--flmnt-muted);
}

.flmnt-home .flmnt-shop-search-mini svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.flmnt-home .flmnt-shop-search-mini input {
  width: 100%;
  min-width: 0;
  height: 42px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--flmnt-black);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-shop-search-mini input::placeholder {
  color: rgba(107, 114, 128, .8);
  font-weight: 400;
}

.flmnt-home .flmnt-shop-filter {
  border-top: 1px solid rgba(229, 231, 235, .8);
}

.flmnt-home .flmnt-shop-filter summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  color: var(--flmnt-black);
  font-size: 13px;
  font-weight: 950;
  list-style: none;
}

.flmnt-home .flmnt-shop-filter summary::-webkit-details-marker {
  display: none;
}

.flmnt-home .flmnt-shop-filter summary span {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 8px;
  background: var(--flmnt-soft);
}

.flmnt-home .flmnt-shop-filter summary span::before,
.flmnt-home .flmnt-shop-filter summary span::after {
  content: "";
  position: absolute;
  inset: 9px 5px auto;
  height: 2px;
  border-radius: 99px;
  background: var(--flmnt-muted);
  transition: transform 180ms ease;
}

.flmnt-home .flmnt-shop-filter summary span::after {
  transform: rotate(90deg);
}

.flmnt-home .flmnt-shop-filter[open] summary span::after {
  transform: rotate(0);
}

.flmnt-home .flmnt-shop-filter__body {
  padding-bottom: 14px;
}

.flmnt-home .flmnt-shop-filter__checks {
  display: grid;
  gap: 8px;
}

.flmnt-home .flmnt-shop-check {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #39404a;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
}

.flmnt-home .flmnt-shop-check input,
.flmnt-home .flmnt-shop-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.flmnt-home .flmnt-shop-check i {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 1px solid rgba(148, 163, 184, .72);
  border-radius: 6px;
  background: #fff;
  position: relative;
  transition: background-color 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.flmnt-home .flmnt-shop-check i::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 1px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(.82);
  opacity: 0;
}

.flmnt-home .flmnt-shop-check input:checked + i {
  border-color: var(--flmnt-green-dark);
  background: var(--flmnt-green-dark);
  box-shadow: 0 0 0 4px rgba(107, 207, 63, .12);
}

.flmnt-home .flmnt-shop-check input:checked + i::after {
  opacity: 1;
}

.flmnt-home .flmnt-shop-filter__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.flmnt-home .flmnt-shop-swatch {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.flmnt-home .flmnt-shop-swatch i {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(148, 163, 184, .68);
  border-radius: 99px;
  background: var(--flmnt-swatch, #d1d5db);
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .64);
  transition: transform 170ms ease, box-shadow 170ms ease;
}

.flmnt-home .flmnt-shop-swatch input:checked + i {
  transform: scale(1.08);
  box-shadow: 0 0 0 4px rgba(107, 207, 63, .16), inset 0 0 0 3px rgba(255,255,255,.72);
}

.flmnt-home .flmnt-shop-swatch span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.flmnt-home .flmnt-shop-filter__empty {
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--flmnt-soft);
  color: var(--flmnt-muted);
  font-size: 11px;
  line-height: 1.8;
  font-weight: 700;
}

.flmnt-home .flmnt-shop-price-range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.flmnt-home .flmnt-shop-price-range label {
  display: grid;
  gap: 6px;
  color: var(--flmnt-muted);
  font-size: 11px;
  font-weight: 900;
}

.flmnt-home .flmnt-shop-price-range input {
  width: 100%;
  min-height: 38px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 12px;
  background: #fff;
  color: var(--flmnt-black);
  padding: 0 10px;
  outline: none;
}

.flmnt-home .flmnt-shop-filters__actions {
  position: sticky;
  bottom: 0;
  margin-top: 14px;
  padding-top: 12px;
  display: grid;
  gap: 9px;
  background: linear-gradient(180deg, rgba(255,255,255,.75), #fff 28%);
}

.flmnt-home .flmnt-shop-filter-submit,
.flmnt-home .flmnt-shop-filter-reset {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-filter-submit {
  border: 0;
  background: var(--flmnt-green-dark);
  color: #fff;
  box-shadow: 0 14px 28px rgba(63, 143, 47, .18);
}

.flmnt-home .flmnt-shop-filter-reset {
  border: 1px solid rgba(229, 231, 235, .95);
  background: #fff;
  color: var(--flmnt-green-dark);
}

.flmnt-home .flmnt-shop-toolbar {
  min-height: 72px;
  margin-bottom: 16px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid rgba(229, 231, 235, .92);
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 34px rgba(24, 27, 31, .05);
}

.flmnt-home .flmnt-shop-toolbar__count {
  display: grid;
  gap: 3px;
}

.flmnt-home .flmnt-shop-toolbar__count strong {
  color: var(--flmnt-black);
  font-size: 15px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-toolbar__count span {
  color: var(--flmnt-muted);
  font-size: 12px;
  font-weight: 800;
}

.flmnt-home .flmnt-shop-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flmnt-home .flmnt-shop-toolbar__filter {
  display: none;
}

.flmnt-home .flmnt-shop-toolbar__filter,
.flmnt-home .flmnt-shop-view button,
.flmnt-home .flmnt-shop-toolbar .woocommerce-ordering select {
  min-height: 42px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
  color: var(--flmnt-black);
  font-size: 12px;
  font-weight: 900;
}

.flmnt-home .flmnt-shop-toolbar__filter {
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
}

.flmnt-home .flmnt-shop-toolbar__filter svg,
.flmnt-home .flmnt-shop-view svg {
  width: 18px;
  height: 18px;
}

.flmnt-home .flmnt-shop-toolbar .woocommerce-ordering {
  margin: 0;
  float: none;
}

.flmnt-home .flmnt-shop-toolbar .woocommerce-ordering select {
  min-width: 184px;
  padding-inline: 12px;
  outline: none;
}

.flmnt-home .flmnt-shop-view {
  display: flex;
  gap: 6px;
}

.flmnt-home .flmnt-shop-view button {
  width: 42px;
  display: grid;
  place-items: center;
  color: var(--flmnt-muted);
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.flmnt-home .flmnt-shop-view button.is-active {
  border-color: rgba(63, 143, 47, .34);
  background: rgba(107, 207, 63, .11);
  color: var(--flmnt-green-dark);
}

.flmnt-home .flmnt-shop-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.flmnt-home .flmnt-shop-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border: 1px solid rgba(229, 231, 235, .94);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 27, 31, .048);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.flmnt-home .flmnt-shop-card:hover {
  transform: translateY(-3px);
  border-color: rgba(63, 143, 47, .26);
  box-shadow: 0 24px 54px rgba(24, 27, 31, .08);
}

.flmnt-home .flmnt-shop-card__media {
  position: relative;
  height: 188px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.flmnt-home .flmnt-shop-card__media img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.flmnt-home .flmnt-shop-card:hover .flmnt-shop-card__media img {
  transform: scale(1.035);
}

.flmnt-home .flmnt-shop-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  min-height: 25px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-card__badge.is-instock {
  background: rgba(107, 207, 63, .14);
  color: var(--flmnt-green-dark);
}

.flmnt-home .flmnt-shop-card__badge.is-outstock {
  background: #fff1f2;
  color: #be123c;
}

.flmnt-home .flmnt-shop-card__body {
  padding: 12px 2px 0;
  display: grid;
  gap: 8px;
}

.flmnt-home .flmnt-shop-card__title {
  min-height: 50px;
  margin: 0;
  color: var(--flmnt-black);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-card__title a:hover {
  color: var(--flmnt-green-dark);
}

.flmnt-home .flmnt-shop-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.flmnt-home .flmnt-shop-card__specs span {
  min-height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  background: var(--flmnt-soft);
  color: var(--flmnt-muted);
  font-size: 11px;
  font-weight: 850;
}

.flmnt-home .flmnt-shop-card__specs b {
  color: var(--flmnt-black);
  font-weight: 950;
}

.flmnt-home .flmnt-shop-card__swatches {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 18px;
}

.flmnt-home .flmnt-shop-card__swatches span {
  width: 14px;
  height: 14px;
  border-radius: 99px;
  background: var(--flmnt-swatch, #d1d5db);
  border: 1px solid rgba(148, 163, 184, .55);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.62);
}

.flmnt-home .flmnt-shop-card__price {
  color: var(--flmnt-black);
  font-size: 15px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-card__price del {
  color: var(--flmnt-muted);
  opacity: .7;
  font-weight: 700;
}

.flmnt-home .flmnt-shop-card__price ins {
  text-decoration: none;
}

.flmnt-home .flmnt-shop-card__actions {
  margin-top: auto;
  padding-top: 12px;
  display: grid;
  gap: 9px;
}

.flmnt-home .flmnt-shop-card__cart {
  min-height: 44px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 15px;
  background: var(--flmnt-green-dark);
  color: #fff !important;
  font-size: 13px;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(63, 143, 47, .19);
  transition: transform 170ms ease, box-shadow 170ms ease, background-color 170ms ease;
}

.flmnt-home .flmnt-shop-card__cart svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.flmnt-home .flmnt-shop-card__cart:hover {
  transform: translateY(-1px);
  color: #fff !important;
  background: #347d29;
  box-shadow: 0 18px 36px rgba(63, 143, 47, .25);
}

.flmnt-home .flmnt-shop-card__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.flmnt-home .flmnt-shop-card__links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 12px;
  background: #fff;
  color: var(--flmnt-muted);
  font-size: 11px;
  font-weight: 900;
}

.flmnt-home .flmnt-shop-card__links a:hover {
  color: var(--flmnt-green-dark);
  border-color: rgba(63, 143, 47, .28);
  background: rgba(107, 207, 63, .08);
}

.flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-products {
  grid-template-columns: 1fr;
}

.flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: center;
}

.flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-card__media {
  height: 150px;
}

.flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-card__body {
  padding: 0;
}

.flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-card__title {
  min-height: 0;
  font-size: 17px;
}

.flmnt-home .flmnt-shop-shell.is-loading .flmnt-shop-products {
  opacity: .5;
  pointer-events: none;
}

.flmnt-home .flmnt-shop-shell.is-loading .flmnt-shop-card__media::after,
.flmnt-home .flmnt-shop-sidebar.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.62) 42%, transparent 74%);
  animation: flmntShopShimmer 1.1s infinite;
}

@keyframes flmntShopShimmer {
  0% { transform: translateX(120%); }
  100% { transform: translateX(-120%); }
}

.flmnt-home .flmnt-shop-pagination {
  margin-top: 22px;
}

.flmnt-home .flmnt-shop-pagination .woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.flmnt-home .flmnt-shop-pagination .woocommerce-pagination li {
  border: 0;
}

.flmnt-home .flmnt-shop-pagination .page-numbers {
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(229, 231, 235, .95) !important;
  border-radius: 13px;
  background: #fff !important;
  color: var(--flmnt-muted) !important;
  font-size: 13px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-pagination .page-numbers.current,
.flmnt-home .flmnt-shop-pagination .page-numbers:hover {
  border-color: var(--flmnt-green-dark) !important;
  background: var(--flmnt-green-dark) !important;
  color: #fff !important;
}

.flmnt-home .flmnt-shop-empty {
  min-height: 430px;
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  border: 1px solid rgba(229, 231, 235, .92);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 27, 31, .055);
}

.flmnt-home .flmnt-shop-empty__art {
  width: min(340px, 100%);
  margin-bottom: 16px;
}

.flmnt-home .flmnt-shop-empty span {
  color: var(--flmnt-green-dark);
  font-size: 12px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-empty h2 {
  margin-top: 7px;
  color: var(--flmnt-black);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 950;
}

.flmnt-home .flmnt-shop-empty p {
  max-width: 560px;
  margin-top: 10px;
  color: var(--flmnt-muted);
  font-size: 14px;
  line-height: 2;
  font-weight: 750;
}

.flmnt-home .flmnt-shop-empty__actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.flmnt-home .flmnt-shop-empty__actions a,
.flmnt-home .flmnt-shop-empty__actions button {
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-empty__actions a {
  border: 1px solid rgba(229, 231, 235, .95);
  background: #fff;
  color: var(--flmnt-green-dark);
}

.flmnt-home .flmnt-shop-empty__actions button {
  border: 0;
  background: var(--flmnt-green-dark);
  color: #fff;
}

.flmnt-home .flmnt-search-result-card__body em,
.flmnt-home .flmnt-search-result-card__body b {
  font-style: normal;
  color: var(--flmnt-muted);
  font-size: 11px;
  line-height: 1.55;
  font-weight: 800;
}

.flmnt-home .flmnt-search-result-card__body b {
  color: var(--flmnt-green-dark);
}

.flmnt-home .flmnt-search-results__all {
  min-height: 42px;
  margin-top: 12px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(107, 207, 63, .10);
  color: var(--flmnt-green-dark);
  font-size: 13px;
  font-weight: 950;
}

@media (min-width: 1280px) {
  .flmnt-home .flmnt-shop-layout {
    grid-template-columns: 310px minmax(0, 1fr);
  }

  .flmnt-home .flmnt-shop-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1480px) {
  .flmnt-home .flmnt-shop-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .flmnt-home .flmnt-shop-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 16px;
  }

  .flmnt-home .flmnt-shop-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flmnt-home .flmnt-shop-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .flmnt-home .flmnt-shop-hero {
    grid-template-columns: 1fr;
    padding-bottom: 128px;
  }

  .flmnt-home .flmnt-shop-hero__visual {
    position: absolute;
    left: 34px;
    bottom: 110px;
    width: 34%;
    min-height: 150px;
    opacity: .88;
  }

  .flmnt-home .flmnt-shop-layout {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-shop-toolbar__filter,
  .flmnt-home .flmnt-shop-filters__close {
    display: inline-flex;
  }

  .flmnt-home .flmnt-shop-sidebar {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10001;
    max-height: 88dvh;
    border-radius: 28px 28px 0 0;
    transform: translateY(106%);
    transition: transform 260ms cubic-bezier(.22,.9,.28,1);
  }

  .flmnt-home .flmnt-shop-layout.is-filter-open .flmnt-shop-sidebar {
    transform: translateY(0);
  }

  .flmnt-home .flmnt-shop-filter-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 0;
    background: rgba(14, 17, 22, .28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: opacity 180ms ease, visibility 180ms ease;
  }

  .flmnt-home .flmnt-shop-layout.is-filter-open .flmnt-shop-filter-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-card__actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (max-width: 768px) {

  .flmnt-home .flmnt-shop-mobile-search {
    min-height: 46px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-inline: 16px;
  }

  .flmnt-home .flmnt-shop-mobile-search input {
    width: 100%;
    min-width: 0;
    height: 46px;
    border: 1px solid rgba(229, 231, 235, .96);
    border-radius: 15px;
    background: #fff;
    color: var(--flmnt-black);
    padding: 0 14px;
    outline: none;
    box-shadow: 0 10px 26px rgba(24, 27, 31, .045);
    font-size: 13px;
    font-weight: 700;
  }

  .flmnt-home .flmnt-shop-mobile-search input::placeholder {
    color: rgba(107, 114, 128, .78);
    font-weight: 400;
  }

  .flmnt-home .flmnt-shop-mobile-search button {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(229, 231, 235, .96);
    border-radius: 15px;
    background: #fff;
    color: var(--flmnt-green-dark);
    box-shadow: 0 10px 26px rgba(24, 27, 31, .045);
  }

  .flmnt-home .flmnt-shop-mobile-search button svg {
    width: 19px;
    height: 19px;
  }
  .flmnt-home .flmnt-shop-stage {
    padding-bottom: 44px;
  }

  .flmnt-home .flmnt-shop-hero {
    min-height: 0;
    padding: 18px 16px 108px;
    margin-inline: 0;
  }

  .flmnt-home .flmnt-shop-hero::before {
    inset: 10px 16px 84px;
    border-radius: 24px;
  }

  .flmnt-home .flmnt-shop-breadcrumb {
    display: none;
  }

  .flmnt-home .flmnt-shop-hero h1 {
    font-size: clamp(27px, 8vw, 36px);
  }

  .flmnt-home .flmnt-shop-hero p {
    font-size: 13px;
    line-height: 1.9;
  }

  .flmnt-home .flmnt-shop-hero__actions {
    margin-top: 15px;
  }

  .flmnt-home .flmnt-shop-hero__btn {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .flmnt-home .flmnt-shop-hero__visual {
    left: 10px;
    bottom: 86px;
    width: 42%;
    min-height: 112px;
    opacity: .9;
  }

  .flmnt-home .flmnt-shop-benefits {
    left: 16px;
    right: 16px;
    bottom: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .flmnt-home .flmnt-shop-benefits article {
    min-height: 56px;
    padding: 10px;
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 8px;
    border-radius: 15px;
  }

  .flmnt-home .flmnt-shop-benefits span {
    width: 28px;
    height: 28px;
    border-radius: 10px;
  }

  .flmnt-home .flmnt-shop-benefits span::after {
    right: 10px;
    top: 5px;
  }

  .flmnt-home .flmnt-shop-benefits strong {
    font-size: 11px;
  }

  .flmnt-home .flmnt-shop-benefits small {
    display: none;
  }

  .flmnt-home .flmnt-shop-main {
    padding-inline: 16px;
  }

  .flmnt-home .flmnt-shop-toolbar {
    align-items: stretch;
    flex-direction: column;
    border-radius: 20px;
  }

  .flmnt-home .flmnt-shop-toolbar__actions {
    justify-content: stretch;
  }

  .flmnt-home .flmnt-shop-toolbar__filter,
  .flmnt-home .flmnt-shop-toolbar .woocommerce-ordering,
  .flmnt-home .flmnt-shop-toolbar .woocommerce-ordering select {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
  }

  .flmnt-home .flmnt-shop-view {
    display: none;
  }

  .flmnt-home .flmnt-shop-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .flmnt-home .flmnt-shop-card {
    padding: 9px;
    border-radius: 18px;
  }

  .flmnt-home .flmnt-shop-card__media {
    height: clamp(126px, 39vw, 164px);
    border-radius: 15px;
  }

  .flmnt-home .flmnt-shop-card__badge {
    top: 7px;
    right: 7px;
    min-height: 22px;
    font-size: 10px;
  }

  .flmnt-home .flmnt-shop-card__body {
    gap: 6px;
    padding-top: 9px;
  }

  .flmnt-home .flmnt-shop-card__title {
    min-height: 43px;
    font-size: 12.5px;
    line-height: 1.7;
  }

  .flmnt-home .flmnt-shop-card__specs span {
    min-height: 21px;
    padding-inline: 6px;
    font-size: 10px;
  }

  .flmnt-home .flmnt-shop-card__price {
    font-size: 12.5px;
  }

  .flmnt-home .flmnt-shop-card__cart {
    min-height: 38px;
    border-radius: 12px;
    font-size: 11px;
  }

  .flmnt-home .flmnt-shop-card__cart svg {
    width: 15px;
    height: 15px;
  }

  .flmnt-home .flmnt-shop-card__links {
    display: none;
  }

  .flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-products,
  .flmnt-home .flmnt-shop-shell.is-list-view .flmnt-shop-card {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .flmnt-home .flmnt-shop-main {
    padding-inline: 14px;
  }

  .flmnt-home .flmnt-shop-tab {
    min-height: 38px;
    padding-inline: 15px;
    font-size: 12px;
  }

  .flmnt-home .flmnt-shop-card__media {
    height: 128px;
  }

  .flmnt-home .flmnt-shop-card__swatches span:nth-child(n+6),
  .flmnt-home .flmnt-shop-card__specs span:nth-child(n+3) {
    display: none;
  }
}


/* v1.0.9 hardening: if WooCommerce fallback loop renders for any reason, keep it usable instead of broken. */
.flmnt-shop-stage .products,
.flmnt-shop-stage ul.products {
  direction: rtl;
}

.flmnt-shop-stage ul.products:not(.flmnt-shop-products) {
  width: min(100% - 32px, 1200px);
  margin: 32px auto 72px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
  list-style: none !important;
}

.flmnt-shop-stage ul.products:not(.flmnt-shop-products) li.product {
  width: auto !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 27, 31, .055);
  text-align: right;
}

.flmnt-shop-stage ul.products:not(.flmnt-shop-products) li.product img {
  width: 100% !important;
  height: 190px !important;
  object-fit: contain !important;
  margin: 0 auto 12px !important;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.flmnt-shop-stage ul.products:not(.flmnt-shop-products) li.product .woocommerce-loop-product__title {
  min-height: 46px;
  color: var(--flmnt-black, #181B1F);
  font-size: 14px !important;
  line-height: 1.65;
  font-weight: 950;
}

.flmnt-shop-stage ul.products:not(.flmnt-shop-products) li.product .price {
  color: var(--flmnt-black, #181B1F) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.flmnt-shop-stage ul.products:not(.flmnt-shop-products) li.product .button {
  width: 100%;
  min-height: 42px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
  background: var(--flmnt-green-dark, #3F8F2F) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

@media (max-width: 980px) {
  .flmnt-shop-stage ul.products:not(.flmnt-shop-products) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .flmnt-shop-stage ul.products:not(.flmnt-shop-products) {
    width: calc(100% - 24px);
    gap: 10px !important;
  }

  .flmnt-shop-stage ul.products:not(.flmnt-shop-products) li.product {
    padding: 10px !important;
    border-radius: 18px;
  }

  .flmnt-shop-stage ul.products:not(.flmnt-shop-products) li.product img {
    height: 128px !important;
  }
}

/* v1.0.9 refinements: home-grade hero, term-id filters, custom cart button and SEO block. */
.flmnt-home .flmnt-shop-hero.flmnt-wrap {
  width: 100%;
  max-width: none;
  min-height: 430px;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 48%, rgba(107, 207, 63, .12), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(63, 143, 47, .07), transparent 37%),
    linear-gradient(180deg, #fff 0%, #fff 70%, #fbfcfb 100%);
  border-bottom: 1px solid rgba(229, 231, 235, .35);
}

.flmnt-home .flmnt-shop-hero.flmnt-wrap::before {
  display: none;
}

.flmnt-home .flmnt-shop-hero__content {
  order: 1;
  width: min(100%, 640px);
  max-width: 640px;
  align-self: center;
  justify-self: center;
  padding-inline: 48px 32px;
}

.flmnt-home .flmnt-shop-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.flmnt-home .flmnt-shop-hero__eyebrow {
  display: flex;
  width: max-content;
  margin-top: 0;
  margin-bottom: 14px;
}

.flmnt-home .flmnt-shop-hero h1 {
  margin-top: 0;
  font-size: clamp(45px, 4.35vw, 66px);
  line-height: 1.25;
  letter-spacing: -.055em;
}

.flmnt-home .flmnt-shop-hero p {
  max-width: 610px;
  font-size: 16px;
  line-height: 2.05;
}

.flmnt-home .flmnt-shop-hero__visual {
  order: 2;
  position: relative;
  min-height: 430px;
  height: 430px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}

.flmnt-home .flmnt-shop-hero__visual::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 72%;
  inset-inline-start: 4%;
  top: 14%;
  border-radius: 999px;
  background: rgba(107, 207, 63, .07);
  filter: blur(34px);
  pointer-events: none;
}

.flmnt-home .flmnt-shop-hero__visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  left: auto;
  width: clamp(160px, 18vw, 360px);
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.65) 52%, #fff 100%);
}

.flmnt-home .flmnt-shop-hero__visual img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: 48% 52%;
  margin: 0;
  filter: none;
}

.flmnt-home .flmnt-shop-benefits {
  left: 50%;
  right: auto;
  bottom: 22px;
  width: min(calc(100% - 64px), 1120px);
  transform: translateX(-50%);
}

.flmnt-home .flmnt-shop-card a.flmnt-shop-card__cart,
body.woocommerce .flmnt-home .flmnt-shop-card a.flmnt-shop-card__cart,
.flmnt-shop-stage .flmnt-shop-card a.flmnt-shop-card__cart {
  min-height: 44px !important;
  padding: 0 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  border: 0 !important;
  border-radius: 15px !important;
  background: var(--flmnt-green-dark, #3F8F2F) !important;
  color: #fff !important;
  opacity: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 28px rgba(63, 143, 47, .19) !important;
}

.flmnt-home .flmnt-shop-card a.flmnt-shop-card__cart.loading {
  opacity: .76 !important;
}

.flmnt-home .flmnt-shop-card a.flmnt-shop-card__cart.added,
.flmnt-home .flmnt-shop-card a.flmnt-shop-card__cart:hover {
  background: #347d29 !important;
  color: #fff !important;
}

.flmnt-home .flmnt-shop-card__actions .added_to_cart.wc-forward {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(63, 143, 47, .24);
  border-radius: 12px;
  background: rgba(107, 207, 63, .08);
  color: var(--flmnt-green-dark);
  font-size: 11px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-seo {
  margin-top: clamp(32px, 4vw, 56px);
}

.flmnt-home .flmnt-shop-seo__inner {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(229, 231, 235, .92);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 14%, rgba(107, 207, 63, .10), transparent 30%),
    linear-gradient(135deg, #fff, #fbfdf9);
  box-shadow: 0 18px 48px rgba(24, 27, 31, .055);
}

.flmnt-home .flmnt-shop-seo__inner::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: -42px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(107, 207, 63, .08);
  filter: blur(4px);
  pointer-events: none;
}

.flmnt-home .flmnt-shop-seo span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--flmnt-green-dark);
  font-size: 12px;
  font-weight: 950;
}

.flmnt-home .flmnt-shop-seo span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--flmnt-green);
  box-shadow: 0 0 0 5px rgba(107, 207, 63, .14);
}

.flmnt-home .flmnt-shop-seo h2 {
  max-width: 820px;
  margin: 10px 0 0;
  color: var(--flmnt-black);
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.55;
  font-weight: 950;
  letter-spacing: -.025em;
}

.flmnt-home .flmnt-shop-seo__text {
  max-width: 920px;
  margin-top: 12px;
  color: var(--flmnt-muted);
  font-size: 14px;
  line-height: 2.15;
  font-weight: 750;
}

.flmnt-home .flmnt-shop-seo__text p {
  margin: 0 0 10px;
}

.flmnt-home .flmnt-shop-seo__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .flmnt-home .flmnt-shop-hero.flmnt-wrap {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 34px;
    padding-bottom: 0;
    overflow: visible;
  }

  .flmnt-home .flmnt-shop-hero__content {
    order: 1;
    justify-self: stretch;
    width: 100%;
    max-width: none;
    padding-inline: 24px;
    text-align: center;
  }

  .flmnt-home .flmnt-shop-breadcrumb,
  .flmnt-home .flmnt-shop-hero__eyebrow,
  .flmnt-home .flmnt-shop-hero__actions {
    justify-content: center;
  }

  .flmnt-home .flmnt-shop-hero p {
    margin-inline: auto;
  }

  .flmnt-home .flmnt-shop-hero__visual {
    position: relative;
    order: 2;
    left: auto;
    bottom: auto;
    width: calc(100% + 32px);
    max-width: none;
    min-height: 320px;
    height: 320px;
    margin: 22px -16px 0;
    opacity: 1;
  }

  .flmnt-home .flmnt-shop-hero__visual::before,
  .flmnt-home .flmnt-shop-hero__visual::after {
    display: none !important;
  }

  .flmnt-home .flmnt-shop-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .flmnt-home .flmnt-shop-benefits {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    max-width: none;
    margin: -34px 24px 0;
    transform: none;
  }
}

@media (max-width: 768px) {
  .flmnt-home .flmnt-shop-hero.flmnt-wrap {
    padding-top: 28px;
  }

  .flmnt-home .flmnt-shop-breadcrumb {
    display: none;
  }

  .flmnt-home .flmnt-shop-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .flmnt-home .flmnt-shop-hero p {
    font-size: 14px;
    line-height: 1.9;
  }

  .flmnt-home .flmnt-shop-hero__visual {
    min-height: clamp(245px, 53vw, 290px);
    height: clamp(245px, 53vw, 290px);
  }

  .flmnt-home .flmnt-shop-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -34px 16px 0;
    gap: 8px;
  }

  .flmnt-home .flmnt-shop-main {
    padding-top: 24px;
  }

  .flmnt-home .flmnt-shop-card a.flmnt-shop-card__cart {
    min-height: 38px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
  }

  .flmnt-home .flmnt-shop-seo {
    margin-top: 28px;
    padding-inline: 16px;
  }

  .flmnt-home .flmnt-shop-seo__inner {
    padding: 22px 18px;
    border-radius: 22px;
  }
}

@media (max-width: 992px) {
  .flmnt-home .flmnt-shop-hero.flmnt-wrap {
    padding-inline: 0;
  }

  .flmnt-home .flmnt-shop-hero__eyebrow {
    margin-inline: auto;
  }
}

/* v1.0.9 refinements: hero overlap position, mobile order, SEO blur, typography weights. */
.flmnt-home .flmnt-shop-stage,
.flmnt-home .flmnt-shop-shell {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.flmnt-home .flmnt-shop-hero.flmnt-wrap {
  margin-top: 0 !important;
  overflow: visible !important;
  z-index: 2;
}

.flmnt-home .flmnt-shop-hero__visual {
  overflow: hidden !important;
  z-index: 1;
}

.flmnt-home .flmnt-shop-hero__content {
  z-index: 5;
}

.flmnt-home .flmnt-shop-benefits {
  bottom: -34px !important;
  z-index: 15 !important;
}

.flmnt-home .flmnt-shop-benefits article {
  position: relative;
  z-index: 16;
}

.flmnt-home .flmnt-shop-main {
  padding-top: 72px !important;
}

.flmnt-home p,
.flmnt-home .flmnt-shop-hero p,
.flmnt-home .flmnt-shop-seo__text,
.flmnt-home .flmnt-shop-seo__text p,
.flmnt-home .flmnt-shop-card__specs span,
.flmnt-home .flmnt-shop-filter__empty,
.flmnt-home .flmnt-shop-no-products p {
  font-weight: 400 !important;
}

.flmnt-home .flmnt-shop-filter summary,
.flmnt-home .flmnt-shop-filter-submit,
.flmnt-home .flmnt-shop-filter-reset,
.flmnt-home .flmnt-shop-toolbar__count strong,
.flmnt-home .flmnt-shop-card__title,
.flmnt-home .flmnt-shop-card__price,
.flmnt-home .flmnt-shop-card__links a,
.flmnt-home .flmnt-shop-benefits strong,
.flmnt-home .flmnt-shop-benefits small,
.flmnt-home .flmnt-shop-seo span {
  font-weight: 700 !important;
}

.flmnt-home .flmnt-shop-hero h1,
.flmnt-home .flmnt-shop-seo h2 {
  font-weight: 900 !important;
}

.flmnt-home .flmnt-shop-seo__inner::after {
  filter: blur(40px) !important;
}

@media (max-width: 992px) {
  .flmnt-home .flmnt-shop-hero.flmnt-wrap {
    padding-top: 0 !important;
    overflow: visible !important;
  }

  .flmnt-home .flmnt-shop-hero__content {
    order: 1 !important;
    padding-top: 30px;
  }

  .flmnt-home .flmnt-shop-hero__visual {
    order: 2 !important;
    z-index: 1;
  }

  .flmnt-home .flmnt-shop-benefits {
    order: 3 !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 15 !important;
    width: auto !important;
    margin: -34px 24px 0 !important;
    transform: none !important;
  }

  .flmnt-home .flmnt-shop-main {
    padding-top: 42px !important;
  }
}

@media (max-width: 768px) {
  .flmnt-home .flmnt-shop-mobile-search {
    margin-top: 0 !important;
  }

  .flmnt-home .flmnt-shop-hero__content {
    padding-top: 26px;
  }

  .flmnt-home .flmnt-shop-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: -34px 16px 0 !important;
  }

  .flmnt-home .flmnt-shop-main {
    padding-top: 38px !important;
  }
}

/* Filamenter shop refinements v1.0.10 */
.flmnt-home .flmnt-shop-filters__actions {
  padding-bottom: 7px;
}

.flmnt-home .flmnt-shop-filters__close {
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.flmnt-home .flmnt-shop-filters__close svg {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
}

@media (max-width: 992px) {
  .flmnt-home .flmnt-shop-filters__close {
    display: inline-grid !important;
    place-items: center;
  }
}

@media (max-width: 768px) {
  .flmnt-home .flmnt-shop-mobile-search {
    margin-top: 12px !important;
    margin-bottom: 4px;
    padding-block: 0;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .flmnt-home .flmnt-shop-mobile-search input,
  .flmnt-home .flmnt-shop-mobile-search button {
    box-shadow: 0 8px 20px rgba(24, 27, 31, .035);
  }

  .flmnt-home .flmnt-shop-benefits article {
    grid-template-columns: 28px minmax(0, max-content);
    grid-template-rows: 1fr;
    justify-content: start;
    align-items: center;
    text-align: start;
  }

  .flmnt-home .flmnt-shop-benefits span {
    grid-row: auto !important;
  }

  .flmnt-home .flmnt-shop-benefits strong {
    align-self: center;
    line-height: 1.35;
    white-space: nowrap;
  }

  .flmnt-home .flmnt-shop-benefits small {
    display: none !important;
  }
}
