/* Filamenter premium single product page v1.0.14 */
body.single-product .flmnt-home {
  background: linear-gradient(180deg, #fff 0%, #fbfcfb 44%, #fff 100%);
}

body.single-product .flmnt-home .flmnt-woo-page {
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 0;
}

.flmnt-home .flmnt-product-page {
  --flmnt-product-black: #181B1F;
  --flmnt-product-green: #6BCF3F;
  --flmnt-product-green-dark: #3F8F2F;
  --flmnt-product-muted: #6B7280;
  --flmnt-product-soft: #F3F4F6;
  --flmnt-product-border: #E5E7EB;
  --flmnt-product-blue: #2F80ED;
  --flmnt-product-shadow: 0 14px 40px rgba(24, 27, 31, .06);
  direction: rtl;
  color: var(--flmnt-product-black);
  font-family: var(--flmnt-font, FLMNTYekanBakh, Arial, sans-serif);
}

.flmnt-home .flmnt-product-page *,
.flmnt-home .flmnt-product-page *::before,
.flmnt-home .flmnt-product-page *::after {
  box-sizing: border-box;
}

.flmnt-home .flmnt-product-page a {
  color: inherit;
  text-decoration: none;
}

.flmnt-home .flmnt-product-card-box {
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 26px;
  background: rgba(255, 255, 255, .98);
  box-shadow: var(--flmnt-product-shadow);
}

.flmnt-home .flmnt-product-notices {
  margin: 0 0 16px;
}

.flmnt-home .flmnt-product-notices .woocommerce-message,
.flmnt-home .flmnt-product-notices .woocommerce-info,
.flmnt-home .flmnt-product-notices .woocommerce-error {
  margin: 0 0 12px;
  padding: 15px 18px;
  border: 1px solid rgba(107, 207, 63, .22);
  border-radius: 18px;
  background: rgba(107, 207, 63, .08);
  color: #255d22;
  font-weight: 700;
  list-style: none;
}

.flmnt-home .flmnt-product-breadcrumb,
.flmnt-home .flmnt-product-breadcrumb a,
.flmnt-home .flmnt-product-breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--flmnt-product-muted);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-breadcrumb {
  width: 100%;
  margin: 0 0 18px;
  flex-wrap: wrap;
}

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

.flmnt-home .flmnt-product-breadcrumb__sep {
  color: rgba(107, 114, 128, .55) !important;
}

.flmnt-home .flmnt-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
  gap: 20px;
  align-items: stretch;
}

.flmnt-home .flmnt-product-hero__gallery {
  min-width: 0;
}

.flmnt-home .flmnt-product-gallery {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  min-height: 100%;
}

.flmnt-home .flmnt-product-gallery__thumbs {
  display: grid;
  align-content: start;
  gap: 12px;
}

.flmnt-home .flmnt-product-gallery__thumb,
.flmnt-home .flmnt-product-lightbox__thumbs button {
  width: 92px;
  height: 92px;
  padding: 8px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.flmnt-home .flmnt-product-gallery__thumb img,
.flmnt-home .flmnt-product-lightbox__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.flmnt-home .flmnt-product-gallery__thumb.is-active,
.flmnt-home .flmnt-product-gallery__thumb:hover,
.flmnt-home .flmnt-product-lightbox__thumbs button.is-active,
.flmnt-home .flmnt-product-lightbox__thumbs button:hover {
  border-color: var(--flmnt-product-green-dark);
  box-shadow: 0 10px 24px rgba(63, 143, 47, .12);
}

.flmnt-home .flmnt-product-gallery__stage {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.flmnt-home .flmnt-product-gallery__main {
  width: 100%;
  height: 100%;
  padding: 24px;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  display: none;
  place-items: center;
}

.flmnt-home .flmnt-product-gallery__main.is-active {
  display: grid;
}

.flmnt-home .flmnt-product-gallery__main img {
  width: min(100%, 620px);
  max-height: 480px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 20px 34px rgba(24, 27, 31, .08));
}

.flmnt-home .flmnt-product-gallery__main--empty {
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 28px;
  color: var(--flmnt-product-muted);
  font-weight: 700;
}

.flmnt-home .flmnt-product-gallery__zoom {
  position: absolute;
  right: 24px;
  bottom: 22px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--flmnt-product-black);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease;
}

.flmnt-home .flmnt-product-gallery__zoom:hover {
  transform: translateY(-1px);
  border-color: rgba(63, 143, 47, .35);
}

.flmnt-home .flmnt-product-gallery__zoom svg,
.flmnt-home .flmnt-product-summary svg,
.flmnt-home .flmnt-product-benefits svg,
.flmnt-home .flmnt-product-tabs svg,
.flmnt-home .flmnt-product-consult-cta svg,
.flmnt-home .flmnt-product-sticky-cart svg,
.flmnt-home .flmnt-product-mini-card svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex: 0 0 auto;
}

.flmnt-home .flmnt-product-summary {
  padding: 28px;
}

.flmnt-home .flmnt-product-summary__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.flmnt-home .flmnt-product-brand {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--flmnt-product-green-dark);
  font-size: 15px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-title {
  margin: 0;
  color: var(--flmnt-product-black);
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.55;
  font-weight: 700;
  letter-spacing: -.02em;
}

.flmnt-home .flmnt-product-stock {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(107, 207, 63, .1);
  color: var(--flmnt-product-green-dark);
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-stock i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.flmnt-home .flmnt-product-stock.is-out-of-stock {
  background: rgba(107, 114, 128, .1);
  color: var(--flmnt-product-muted);
}

.flmnt-home .flmnt-product-short-desc {
  margin: 0 0 18px;
  color: var(--flmnt-product-muted);
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}

.flmnt-home .flmnt-product-short-desc p {
  margin: 0;
}

.flmnt-home .flmnt-product-meta-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 18px;
  color: var(--flmnt-product-muted);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-meta-line > span,
.flmnt-home .flmnt-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.flmnt-home .flmnt-product-rating__stars {
  direction: ltr;
  color: rgba(209, 213, 219, .95);
  letter-spacing: 1px;
}

.flmnt-home .flmnt-product-rating__stars .is-filled {
  color: #facc15;
}

.flmnt-home .flmnt-product-rating a {
  color: var(--flmnt-product-muted);
}

.flmnt-home .flmnt-product-quick-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.flmnt-home .flmnt-product-quick-specs span {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--flmnt-product-black);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-quick-specs b {
  color: var(--flmnt-product-muted);
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-static-swatches {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 16px;
  background: #fff;
}

.flmnt-home .flmnt-product-static-swatches strong {
  color: var(--flmnt-product-black);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-static-swatches > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flmnt-home .flmnt-product-static-swatches span,
.flmnt-home .flmnt-product-variation-ui--swatch button {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
}

.flmnt-home .flmnt-product-static-swatches i,
.flmnt-home .flmnt-product-variation-ui--swatch button i {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(24, 27, 31, .08);
  background: var(--flmnt-swatch, #3F8F2F);
}

.flmnt-home .flmnt-product-static-swatches .is-active,
.flmnt-home .flmnt-product-variation-ui button.is-active {
  border-color: var(--flmnt-product-green-dark);
  box-shadow: 0 0 0 4px rgba(107, 207, 63, .13);
}

.flmnt-home .flmnt-product-static-swatches .is-active::after,
.flmnt-home .flmnt-product-variation-ui button.is-active::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--flmnt-product-green-dark);
  box-shadow: 0 0 0 2px #fff;
}

.flmnt-home .flmnt-product-static-swatches .is-active::before,
.flmnt-home .flmnt-product-variation-ui button.is-active::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 3px;
  bottom: 2px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.flmnt-home .flmnt-product-price-box {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(107, 207, 63, .08), rgba(255, 255, 255, .98));
  display: grid;
  gap: 7px;
}

.flmnt-home .flmnt-product-sale-badge {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--flmnt-product-black);
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
}

.flmnt-home .flmnt-product-price del {
  color: var(--flmnt-product-muted);
  opacity: .72;
  font-size: 16px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-price ins {
  text-decoration: none;
}

.flmnt-home .flmnt-product-price-box small {
  color: var(--flmnt-product-green-dark);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-buy form.cart {
  margin: 0;
}

.flmnt-home .flmnt-product-buy .variations {
  width: 100%;
  margin: 0 0 14px;
  border-collapse: collapse;
}

.flmnt-home .flmnt-product-buy .variations tr {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(229, 231, 235, .8);
}

.flmnt-home .flmnt-product-buy .variations tr:first-child {
  border-top: 0;
}

.flmnt-home .flmnt-product-buy .variations th,
.flmnt-home .flmnt-product-buy .variations td {
  display: block;
  padding: 0;
  text-align: right;
}

.flmnt-home .flmnt-product-buy .variations label {
  margin: 0;
  color: var(--flmnt-product-black);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-buy .variations select {
  min-height: 44px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 13px;
  background: #fff;
  color: var(--flmnt-product-black);
  font-family: inherit;
  font-weight: 700;
}

.flmnt-home .flmnt-product-variation-ui {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.flmnt-home .flmnt-product-variation-ui button {
  position: relative;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 12px;
  background: #fff;
  color: var(--flmnt-product-black);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.flmnt-home .flmnt-product-variation-ui button.is-active {
  background: rgba(107, 207, 63, .08);
  color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-variation-ui button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.flmnt-home .flmnt-product-variation-ui--swatch button {
  min-height: 34px;
  padding: 0;
}

.flmnt-home .flmnt-product-buy .reset_variations {
  display: inline-flex;
  margin-top: 10px;
  color: var(--flmnt-product-muted);
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-buy .single_variation_wrap,
.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.flmnt-home .flmnt-product-buy form.cart.variations_form .single_variation {
  grid-column: 1 / -1;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-price {
  margin-bottom: 10px;
  color: var(--flmnt-product-black);
  font-weight: 700;
}

.flmnt-home .flmnt-product-buy .quantity {
  height: 52px;
  display: grid;
  grid-template-columns: 44px minmax(48px, 1fr) 44px;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
}

.flmnt-home .flmnt-product-buy .quantity .qty {
  width: 100%;
  min-width: 0;
  height: 100%;
  border: 0;
  border-inline: 1px solid rgba(229, 231, 235, .75);
  background: transparent;
  color: var(--flmnt-product-black);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -moz-appearance: textfield;
}

.flmnt-home .flmnt-product-buy .quantity .qty::-webkit-outer-spin-button,
.flmnt-home .flmnt-product-buy .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flmnt-home .flmnt-qty-btn {
  border: 0;
  background: #fff;
  color: var(--flmnt-product-black);
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.flmnt-home .flmnt-qty-btn:hover {
  color: var(--flmnt-product-green-dark);
  background: rgba(107, 207, 63, .08);
}

.flmnt-home .flmnt-product-buy .single_add_to_cart_button,
.flmnt-home .flmnt-product-buy .button.alt {
  min-height: 52px;
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: var(--flmnt-product-green-dark) !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 14px 26px rgba(63, 143, 47, .2);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.flmnt-home .flmnt-product-buy .single_add_to_cart_button:hover,
.flmnt-home .flmnt-product-buy .button.alt:hover {
  transform: translateY(-1px);
  background: #287820 !important;
  box-shadow: 0 16px 30px rgba(63, 143, 47, .25);
}

.flmnt-home .flmnt-product-buy .single_add_to_cart_button.disabled,
.flmnt-home .flmnt-product-buy .single_add_to_cart_button:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.flmnt-home .flmnt-product-buy__notice,
.flmnt-home .flmnt-product-buy .stock {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(107, 207, 63, .08);
  color: var(--flmnt-product-green-dark);
  font-weight: 700;
}

.flmnt-home .flmnt-product-consult {
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  border: 1px solid rgba(63, 143, 47, .38);
  border-radius: 14px;
  background: #fff;
  color: var(--flmnt-product-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.flmnt-home .flmnt-product-consult:hover {
  transform: translateY(-1px);
  background: rgba(107, 207, 63, .08);
}

.flmnt-home .flmnt-product-benefits {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.flmnt-home .flmnt-product-benefits article {
  min-height: 86px;
  padding: 14px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(24, 27, 31, .035);
  display: grid;
  gap: 4px;
  align-content: center;
}

.flmnt-home .flmnt-product-benefits span {
  color: var(--flmnt-product-green-dark);
}

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

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

.flmnt-home .flmnt-product-tabs {
  margin-top: 22px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--flmnt-product-shadow);
  overflow: hidden;
}

.flmnt-home .flmnt-product-tabs__nav {
  display: flex;
  overflow-x: auto;
  gap: 0;
  padding: 0 18px;
  border-bottom: 1px solid rgba(229, 231, 235, .9);
  scrollbar-width: thin;
}

.flmnt-home .flmnt-product-tabs__nav button {
  min-width: max-content;
  min-height: 64px;
  padding: 0 20px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--flmnt-product-muted);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.flmnt-home .flmnt-product-tabs__nav button.is-active,
.flmnt-home .flmnt-product-tabs__nav button:hover {
  color: var(--flmnt-product-green-dark);
  border-bottom-color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-tabs__panel {
  display: none;
  padding: 30px;
}

.flmnt-home .flmnt-product-tabs__panel.is-active {
  display: block;
}

.flmnt-home .flmnt-product-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: start;
}

.flmnt-home .flmnt-product-copy h2,
.flmnt-home .flmnt-product-section-head h2,
.flmnt-home .flmnt-product-related h2,
.flmnt-home .flmnt-product-consult-cta h2 {
  margin: 0;
  color: var(--flmnt-product-black);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.55;
  font-weight: 700;
}

.flmnt-home .flmnt-product-copy p,
.flmnt-home .flmnt-product-copy li {
  color: var(--flmnt-product-muted);
  font-size: 15px;
  line-height: 2.15;
  font-weight: 500;
}

.flmnt-home .flmnt-product-feature-list {
  display: grid;
  gap: 10px;
}

.flmnt-home .flmnt-product-feature-list article,
.flmnt-home .flmnt-product-apps-grid article {
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 16px;
  background: rgba(248, 250, 252, .7);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--flmnt-product-black);
  font-weight: 700;
}

.flmnt-home .flmnt-product-feature-list svg,
.flmnt-home .flmnt-product-apps-grid svg {
  color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-section-head {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
}

.flmnt-home .flmnt-product-section-head span,
.flmnt-home .flmnt-product-section-head a {
  color: var(--flmnt-product-muted);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-section-head a:hover {
  color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-spec-table {
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 18px;
  overflow: hidden;
}

.flmnt-home .flmnt-product-spec-row {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
  min-height: 54px;
  border-bottom: 1px solid rgba(229, 231, 235, .78);
}

.flmnt-home .flmnt-product-spec-row:last-child {
  border-bottom: 0;
}

.flmnt-home .flmnt-product-spec-row span,
.flmnt-home .flmnt-product-spec-row strong {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.flmnt-home .flmnt-product-spec-row span {
  background: rgba(248, 250, 252, .75);
  color: var(--flmnt-product-black);
  font-weight: 700;
}

.flmnt-home .flmnt-product-spec-row span svg {
  color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-spec-row strong {
  color: var(--flmnt-product-muted);
  font-weight: 700;
  border-right: 1px solid rgba(229, 231, 235, .78);
}

.flmnt-home .flmnt-product-print-grid,
.flmnt-home .flmnt-product-apps-grid,
.flmnt-home .flmnt-product-downloads,
.flmnt-home .flmnt-product-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.flmnt-home .flmnt-product-print-grid article,
.flmnt-home .flmnt-product-downloads a,
.flmnt-home .flmnt-product-downloads > span {
  min-height: 126px;
  padding: 16px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 18px;
  background: #fff;
  display: grid;
  gap: 8px;
  align-content: center;
  color: var(--flmnt-product-black);
  transition: transform 180ms ease, border-color 180ms ease;
}

.flmnt-home .flmnt-product-print-grid article:hover,
.flmnt-home .flmnt-product-downloads a:hover {
  transform: translateY(-2px);
  border-color: rgba(63, 143, 47, .34);
}

.flmnt-home .flmnt-product-print-grid svg,
.flmnt-home .flmnt-product-downloads svg {
  color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-print-grid span,
.flmnt-home .flmnt-product-downloads span,
.flmnt-home .flmnt-product-downloads small {
  color: var(--flmnt-product-muted);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-print-grid strong,
.flmnt-home .flmnt-product-downloads strong {
  color: var(--flmnt-product-black);
  font-size: 16px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-note {
  margin: 18px 0 0;
  padding: 13px 16px;
  border-radius: 14px;
  background: rgba(107, 207, 63, .08);
  color: #2f6b29;
  font-size: 13px;
  line-height: 1.9;
  font-weight: 700;
}

.flmnt-home .flmnt-product-downloads > span.is-disabled {
  opacity: .58;
}

.flmnt-home .flmnt-product-faq {
  display: grid;
  gap: 10px;
}

.flmnt-home .flmnt-product-faq details {
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.flmnt-home .flmnt-product-faq summary {
  min-height: 56px;
  padding: 16px 18px;
  color: var(--flmnt-product-black);
  font-weight: 700;
  cursor: pointer;
}

.flmnt-home .flmnt-product-faq p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--flmnt-product-muted);
  font-size: 14px;
  line-height: 2;
}

.flmnt-home .flmnt-product-reviews-shell #reviews,
.flmnt-home .flmnt-product-reviews-shell .woocommerce-Reviews,
.flmnt-home .flmnt-product-reviews-shell #comments,
.flmnt-home .flmnt-product-reviews-shell #review_form_wrapper {
  margin: 0;
}

.flmnt-home .flmnt-product-reviews-shell .commentlist {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.flmnt-home .flmnt-product-reviews-shell .comment_container {
  padding: 16px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 18px;
  background: #fff;
}

.flmnt-home .flmnt-product-reviews-shell .avatar {
  border-radius: 999px;
  margin-left: 10px;
}

.flmnt-home .flmnt-product-reviews-shell .comment-text {
  margin: 0 !important;
  color: var(--flmnt-product-muted);
  line-height: 2;
}

.flmnt-home .flmnt-product-reviews-shell input,
.flmnt-home .flmnt-product-reviews-shell textarea,
.flmnt-home .flmnt-product-reviews-shell select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
  color: var(--flmnt-product-black);
  font-family: inherit;
}

.flmnt-home .flmnt-product-reviews-shell textarea {
  min-height: 130px;
  padding-top: 12px;
}

.flmnt-home .flmnt-product-reviews-shell .form-submit input {
  width: auto;
  min-width: 150px;
  border: 0;
  background: var(--flmnt-product-green-dark);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.flmnt-home .flmnt-product-related,
.flmnt-home .flmnt-product-consult-cta {
  margin-top: 22px;
}

.flmnt-home .flmnt-product-mini-card {
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 27, 31, .045);
  display: grid;
  gap: 10px;
}

.flmnt-home .flmnt-product-mini-card__media {
  height: 180px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
}

.flmnt-home .flmnt-product-mini-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flmnt-home .flmnt-product-mini-card h3 {
  margin: 0;
  color: var(--flmnt-product-black);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
}

.flmnt-home .flmnt-product-mini-card p {
  min-height: 22px;
  margin: 0;
  color: var(--flmnt-product-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 700;
}

.flmnt-home .flmnt-product-mini-card strong {
  color: var(--flmnt-product-black);
  font-size: 15px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-mini-card__cart {
  min-height: 42px;
  border-radius: 12px;
  background: var(--flmnt-product-green-dark);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-consult-cta {
  padding: 28px;
  border: 1px solid rgba(107, 207, 63, .22);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(107, 207, 63, .12), rgba(255, 255, 255, .96));
  box-shadow: var(--flmnt-product-shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.flmnt-home .flmnt-product-consult-cta div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 6px 16px;
  align-items: center;
}

.flmnt-home .flmnt-product-consult-cta span {
  grid-row: span 2;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #fff;
  color: var(--flmnt-product-green-dark);
  display: grid;
  place-items: center;
  box-shadow: 0 14px 28px rgba(63, 143, 47, .12);
}

.flmnt-home .flmnt-product-consult-cta p {
  margin: 0;
  color: var(--flmnt-product-muted);
  font-weight: 700;
  line-height: 1.9;
}

.flmnt-home .flmnt-product-consult-cta button {
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  background: var(--flmnt-product-green-dark);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}

.flmnt-home .flmnt-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10020;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.flmnt-home .flmnt-product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.flmnt-home .flmnt-product-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 27, 31, .62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.flmnt-home .flmnt-product-lightbox__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(860px, calc(100vw - 36px));
  max-height: calc(100dvh - 36px);
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  transform: translate(-50%, -50%) scale(.98);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .25);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  gap: 14px;
  align-items: center;
}

.flmnt-home .flmnt-product-lightbox.is-open .flmnt-product-lightbox__dialog {
  transform: translate(-50%, -50%) scale(1);
}

.flmnt-home .flmnt-product-lightbox__dialog img[data-flmnt-lightbox-image] {
  width: 100%;
  max-height: 68dvh;
  object-fit: contain;
  display: block;
}

.flmnt-home .flmnt-product-lightbox__close,
.flmnt-home .flmnt-product-lightbox__nav {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
  color: var(--flmnt-product-black);
  font-size: 26px;
  cursor: pointer;
}

.flmnt-home .flmnt-product-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.flmnt-home .flmnt-product-lightbox__thumbs {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  padding-top: 4px;
}

.flmnt-home .flmnt-product-lightbox__thumbs button {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
}

.flmnt-home .flmnt-product-sticky-cart {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 8888;
  width: min(1080px, calc(100vw - 36px));
  min-height: 74px;
  padding: 10px;
  border: 1px solid rgba(229, 231, 235, .92);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 55px rgba(24, 27, 31, .14);
  transform: translate(-50%, 120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 180ms ease;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 220px;
  gap: 14px;
  align-items: center;
}

.flmnt-home .flmnt-product-sticky-cart.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.flmnt-home .flmnt-product-sticky-cart__info {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.flmnt-home .flmnt-product-sticky-cart__image {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.flmnt-home .flmnt-product-sticky-cart__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flmnt-home .flmnt-product-sticky-cart__info strong,
.flmnt-home .flmnt-product-sticky-cart__info small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flmnt-home .flmnt-product-sticky-cart__info strong {
  color: var(--flmnt-product-black);
  font-size: 14px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-sticky-cart__info small {
  color: var(--flmnt-product-muted);
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-sticky-cart__price {
  color: var(--flmnt-product-black);
  font-size: 18px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-sticky-cart button {
  min-height: 52px;
  border: 0;
  border-radius: 15px;
  background: var(--flmnt-product-green-dark);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.flmnt-home .flmnt-product-toast {
  position: fixed;
  top: 92px;
  left: 50%;
  z-index: 10010;
  min-width: min(460px, calc(100vw - 32px));
  padding: 15px 18px;
  border: 1px solid rgba(107, 207, 63, .24);
  border-radius: 18px;
  background: #fff;
  color: var(--flmnt-product-green-dark);
  font-weight: 700;
  text-align: center;
  box-shadow: 0 18px 48px rgba(24, 27, 31, .12);
  transform: translate(-50%, -20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.flmnt-home .flmnt-product-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 1180px) {
  .flmnt-home .flmnt-product-hero {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-product-gallery__stage {
    min-height: 460px;
  }

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

  .flmnt-home .flmnt-product-print-grid,
  .flmnt-home .flmnt-product-apps-grid,
  .flmnt-home .flmnt-product-downloads,
  .flmnt-home .flmnt-product-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.single-product .flmnt-home .flmnt-woo-page {
    width: min(100% - 24px, 720px);
    padding-top: 14px;
  }

  .flmnt-home .flmnt-product-breadcrumb,
  .flmnt-home .flmnt-product-breadcrumb a,
  .flmnt-home .flmnt-product-breadcrumb span {
    font-size: 12px;
  }

  .flmnt-home .flmnt-product-gallery {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
  }

  .flmnt-home .flmnt-product-gallery__thumbs {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .flmnt-home .flmnt-product-gallery__thumb {
    width: 74px;
    height: 74px;
    flex: 0 0 auto;
    border-radius: 15px;
  }

  .flmnt-home .flmnt-product-gallery__stage {
    min-height: 350px;
    border-radius: 22px;
  }

  .flmnt-home .flmnt-product-gallery__main {
    padding: 16px;
  }

  .flmnt-home .flmnt-product-gallery__main img {
    max-height: 330px;
  }

  .flmnt-home .flmnt-product-gallery__zoom {
    right: 14px;
    bottom: 14px;
    min-height: 40px;
  }

  .flmnt-home .flmnt-product-summary {
    padding: 20px;
    border-radius: 22px;
  }

  .flmnt-home .flmnt-product-summary__head {
    display: grid;
  }

  .flmnt-home .flmnt-product-title {
    font-size: 24px;
  }

  .flmnt-home .flmnt-product-quick-specs,
  .flmnt-home .flmnt-product-buy .single_variation_wrap,
  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form),
  .flmnt-home .flmnt-product-buy .variations tr,
  .flmnt-home .flmnt-product-panel-grid {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-product-buy .quantity {
    width: 100%;
  }

  .flmnt-home .flmnt-product-benefits {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 2px;
  }

  .flmnt-home .flmnt-product-benefits article {
    min-width: 170px;
  }

  .flmnt-home .flmnt-product-tabs {
    border-radius: 22px;
  }

  .flmnt-home .flmnt-product-tabs__nav {
    padding: 0 10px;
  }

  .flmnt-home .flmnt-product-tabs__nav button {
    min-height: 56px;
    padding: 0 14px;
    font-size: 13px;
  }

  .flmnt-home .flmnt-product-tabs__panel {
    padding: 20px;
  }

  .flmnt-home .flmnt-product-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .flmnt-home .flmnt-product-spec-row {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-product-spec-row strong {
    border-right: 0;
    border-top: 1px solid rgba(229, 231, 235, .78);
  }

  .flmnt-home .flmnt-product-print-grid,
  .flmnt-home .flmnt-product-apps-grid,
  .flmnt-home .flmnt-product-downloads,
  .flmnt-home .flmnt-product-related__grid {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-product-mini-card__media {
    height: 160px;
  }

  .flmnt-home .flmnt-product-consult-cta {
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
  }

  .flmnt-home .flmnt-product-consult-cta div {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .flmnt-home .flmnt-product-consult-cta span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .flmnt-home .flmnt-product-lightbox__dialog {
    width: min(100vw - 20px, 720px);
    padding: 16px;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    border-radius: 20px;
  }

  .flmnt-home .flmnt-product-lightbox__close,
  .flmnt-home .flmnt-product-lightbox__nav {
    width: 38px;
    height: 38px;
  }

  .flmnt-home .flmnt-product-lightbox__thumbs button {
    width: 58px;
    height: 58px;
  }

  .flmnt-home .flmnt-product-sticky-cart {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 86px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
    transform: translateY(120%);
    grid-template-columns: minmax(0, 1fr) minmax(142px, .9fr);
    gap: 10px;
  }

  .flmnt-home .flmnt-product-sticky-cart.is-visible {
    transform: translateY(0);
  }

  .flmnt-home .flmnt-product-sticky-cart__info {
    display: none;
  }

  .flmnt-home .flmnt-product-sticky-cart__price {
    font-size: 17px;
  }

  .flmnt-home .flmnt-product-sticky-cart button {
    min-height: 54px;
    font-size: 14px;
  }

  body.single-product {
    padding-bottom: 90px;
  }
}

@media (max-width: 480px) {
  body.single-product .flmnt-home .flmnt-woo-page {
    width: min(100% - 20px, 460px);
  }

  .flmnt-home .flmnt-product-gallery__stage {
    min-height: 300px;
  }

  .flmnt-home .flmnt-product-gallery__main img {
    max-height: 280px;
  }

  .flmnt-home .flmnt-product-summary,
  .flmnt-home .flmnt-product-tabs__panel {
    padding: 16px;
  }

  .flmnt-home .flmnt-product-title {
    font-size: 22px;
  }

  .flmnt-home .flmnt-product-price {
    font-size: 23px;
  }

  .flmnt-home .flmnt-product-static-swatches {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Filamenter single product refinements v1.0.14 */
.flmnt-home .flmnt-product-hero {
  direction: ltr;
  grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr);
}

.flmnt-home .flmnt-product-hero__gallery,
.flmnt-home .flmnt-product-summary,
.flmnt-home .flmnt-product-purchase-panel,
.flmnt-home .flmnt-product-trait-rail,
.flmnt-home .flmnt-product-benefits,
.flmnt-home .flmnt-product-tabs,
.flmnt-home .flmnt-product-related,
.flmnt-home .flmnt-product-consult-cta {
  direction: rtl;
}

.flmnt-home .flmnt-product-summary {
  display: grid;
  align-content: start;
}

.flmnt-home .flmnt-product-summary__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.flmnt-home .flmnt-product-summary__identity {
  text-align: right;
}

.flmnt-home .flmnt-product-summary__status {
  justify-self: start;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--flmnt-product-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.flmnt-home .flmnt-product-summary__status > span:not(.flmnt-product-stock) {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border: 1px solid rgba(229, 231, 235, .9);
  border-radius: 999px;
  background: #fff;
}

.flmnt-home .flmnt-product-summary__status b {
  color: var(--flmnt-product-black);
  font-weight: 700;
}

.flmnt-home .flmnt-product-meta-line {
  justify-content: flex-start;
  text-align: right;
}

.flmnt-home .flmnt-product-trait-rail {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.flmnt-home .flmnt-product-trait-rail article {
  min-height: 58px;
  padding: 11px 13px;
  border: 1px solid rgba(229, 231, 235, .94);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, rgba(248, 250, 252, .78) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--flmnt-product-black);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 10px 26px rgba(24, 27, 31, .035);
}

.flmnt-home .flmnt-product-trait-rail svg {
  width: 22px;
  height: 22px;
  color: var(--flmnt-product-green-dark);
  fill: currentColor;
  flex: 0 0 auto;
}

.flmnt-home .flmnt-product-purchase-panel {
  margin-top: 18px;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: start;
}

.flmnt-home .flmnt-product-purchase-panel__options,
.flmnt-home .flmnt-product-purchase-panel__cart {
  min-width: 0;
}

.flmnt-home .flmnt-product-purchase-panel__cart {
  display: grid;
  gap: 12px;
}

.flmnt-home .flmnt-product-purchase-panel .flmnt-product-static-swatches {
  height: 100%;
  min-height: 92px;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(107, 207, 63, .055), #fff 72%);
}

.flmnt-home .flmnt-product-buy form.cart {
  display: grid;
  gap: 12px;
}

.flmnt-home .flmnt-product-buy .variations {
  margin: 0;
}

.flmnt-home .flmnt-product-buy .variations tbody {
  display: grid;
  gap: 10px;
}

.flmnt-home .flmnt-product-buy .variations tr {
  min-height: 56px;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.flmnt-home .flmnt-product-buy .variations label {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.flmnt-home .flmnt-product-buy .variations select {
  max-width: 100%;
}

.flmnt-home .flmnt-product-variation-ui {
  margin-top: 8px;
}

.flmnt-home .flmnt-product-buy .single_variation_wrap,
.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.flmnt-home .flmnt-product-buy form.cart.variations_form .single_variation {
  grid-column: 1 / -1;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-description,
.flmnt-home .flmnt-product-buy .woocommerce-variation-availability {
  margin: 0 0 8px;
  color: var(--flmnt-product-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.9;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-price .price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  color: var(--flmnt-product-black);
  font-size: 20px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-consult {
  margin-top: 0;
}

.flmnt-home .flmnt-product-action-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.flmnt-home .flmnt-product-action-buttons button {
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
  color: var(--flmnt-product-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.flmnt-home .flmnt-product-action-buttons button:hover,
.flmnt-home .flmnt-product-action-buttons button.is-active {
  transform: translateY(-1px);
  border-color: rgba(63, 143, 47, .36);
  background: rgba(107, 207, 63, .075);
  color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-action-buttons svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  flex: 0 0 auto;
}

.flmnt-home .flmnt-product-related {
  margin-top: 26px;
}

.flmnt-home .flmnt-product-related__grid {
  align-items: stretch;
}

.flmnt-home .flmnt-product-mini-card {
  min-width: 0;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(24, 27, 31, .045);
  display: grid;
  grid-template-rows: 190px minmax(120px, 1fr) 46px;
  gap: 12px;
  overflow: hidden;
}

.flmnt-home .flmnt-product-mini-card__media {
  height: 190px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, rgba(248, 250, 252, .9) 100%);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.flmnt-home .flmnt-product-mini-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 220ms ease;
}

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

.flmnt-home .flmnt-product-mini-card__body {
  min-width: 0;
  display: grid;
  gap: 6px;
  align-content: start;
  text-align: right;
}

.flmnt-home .flmnt-product-mini-card h3 {
  margin: 0;
  color: var(--flmnt-product-black);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 700;
  min-height: 48px;
  overflow: hidden;
}

.flmnt-home .flmnt-product-mini-card h3 a {
  color: inherit;
  text-decoration: none;
}

.flmnt-home .flmnt-product-mini-card p {
  margin: 0;
  color: var(--flmnt-product-muted);
  font-size: 12px;
  line-height: 1.7;
  font-weight: 750;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flmnt-home .flmnt-product-mini-card strong {
  display: block;
  color: var(--flmnt-product-black);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.flmnt-home .flmnt-product-mini-card strong del {
  color: var(--flmnt-product-muted);
  font-size: 12px;
  opacity: .7;
}

.flmnt-home .flmnt-product-mini-card strong ins {
  text-decoration: none;
}

.flmnt-home .flmnt-product-mini-card__cart,
.flmnt-home .flmnt-product-mini-card .button {
  position: static !important;
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--flmnt-product-green-dark) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  box-shadow: 0 12px 22px rgba(63, 143, 47, .16) !important;
}

.flmnt-home .flmnt-product-mini-card__cart:hover,
.flmnt-home .flmnt-product-mini-card .button:hover {
  background: #287820 !important;
}

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

@media (max-width: 1180px) {
  .flmnt-home .flmnt-product-hero {
    grid-template-columns: 1fr;
    direction: rtl;
  }

  .flmnt-home .flmnt-product-purchase-panel,
  .flmnt-home .flmnt-product-trait-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .flmnt-home .flmnt-product-summary__status {
    justify-content: flex-start;
  }

  .flmnt-home .flmnt-product-trait-rail {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .flmnt-home .flmnt-product-trait-rail article {
    min-width: 165px;
  }

  .flmnt-home .flmnt-product-purchase-panel {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 22px;
  }

  .flmnt-home .flmnt-product-buy .variations tr,
  .flmnt-home .flmnt-product-buy .single_variation_wrap,
  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-product-action-buttons {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-product-mini-card {
    grid-template-rows: 170px auto 46px;
  }
}

/* Filamenter single product refinements v1.0.14 */
body.single-product .flmnt-home .flmnt-woo-page {
  width: min(1280px, calc(100% - 40px));
  padding-top: 18px;
}

.flmnt-home .flmnt-product-page {
  --flmnt-product-shadow: 0 10px 28px rgba(24, 27, 31, .045);
}

.flmnt-home .flmnt-product-card-box {
  border-radius: 20px;
  box-shadow: var(--flmnt-product-shadow);
}

.flmnt-home .flmnt-product-hero {
  direction: rtl !important;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr) !important;
  gap: 16px;
  align-items: stretch;
}

.flmnt-home .flmnt-product-hero__gallery {
  order: 1;
  direction: rtl;
}

.flmnt-home .flmnt-product-summary {
  order: 2;
  direction: rtl;
  padding: 20px;
  align-content: start;
}

.flmnt-home .flmnt-product-gallery {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
}

.flmnt-home .flmnt-product-gallery__thumb,
.flmnt-home .flmnt-product-lightbox__thumbs button {
  width: 76px;
  height: 76px;
  padding: 6px;
  border-radius: 14px;
}

.flmnt-home .flmnt-product-gallery__stage {
  min-height: 430px;
  border-radius: 20px;
}

.flmnt-home .flmnt-product-gallery__main {
  padding: 18px;
}

.flmnt-home .flmnt-product-gallery__main img {
  width: min(100%, 520px);
  max-height: 390px;
}

.flmnt-home .flmnt-product-gallery__zoom {
  right: 18px;
  bottom: 16px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: 12px;
}

.flmnt-home .flmnt-product-summary__top {
  gap: 10px;
  margin-bottom: 10px;
}

.flmnt-home .flmnt-product-summary__status {
  justify-content: flex-start;
  gap: 6px;
  font-size: 11px;
}

.flmnt-home .flmnt-product-summary__status > span:not(.flmnt-product-stock),
.flmnt-home .flmnt-product-stock {
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  font-size: 11px;
}

.flmnt-home .flmnt-product-brand {
  margin-bottom: 4px;
  font-size: 13px;
}

.flmnt-home .flmnt-product-title {
  font-size: clamp(21px, 2.05vw, 30px);
  line-height: 1.55;
  letter-spacing: -.015em;
}

.flmnt-home .flmnt-product-short-desc {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.9;
}

.flmnt-home .flmnt-product-meta-line {
  margin-bottom: 12px;
  gap: 8px 12px;
  font-size: 12px;
}

.flmnt-home .flmnt-product-quick-specs {
  gap: 8px;
  margin-bottom: 12px;
}

.flmnt-home .flmnt-product-quick-specs span {
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 12px;
  font-size: 12px;
}

.flmnt-home .flmnt-product-price-box {
  margin-bottom: 12px;
  padding: 14px;
  border-radius: 15px;
  gap: 5px;
}

.flmnt-home .flmnt-product-price {
  font-size: 23px;
  line-height: 1.35;
}

.flmnt-home .flmnt-product-price del {
  font-size: 13px;
}

.flmnt-home .flmnt-product-sale-badge {
  min-height: 24px;
  padding: 0 8px;
  font-size: 11px;
}

.flmnt-home .flmnt-product-price-box small {
  font-size: 12px;
}

.flmnt-home .flmnt-product-summary .flmnt-product-purchase-panel {
  margin-top: 0;
  padding: 14px;
  border-radius: 17px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  box-shadow: none;
  background: linear-gradient(180deg, #fff 0%, rgba(248, 250, 252, .58) 100%);
}

.flmnt-home .flmnt-product-purchase-panel__cart {
  gap: 10px;
}

.flmnt-home .flmnt-product-buy form.cart {
  gap: 10px;
}

.flmnt-home .flmnt-product-page.is-variation-ui-ready .flmnt-product-buy .variations select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
}

.flmnt-home .flmnt-product-buy .variations tbody {
  gap: 8px;
}

.flmnt-home .flmnt-product-buy .variations tr {
  min-height: 42px;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.flmnt-home .flmnt-product-buy .variations label {
  min-height: 36px;
  font-size: 12px;
}

.flmnt-home .flmnt-product-variation-ui {
  margin-top: 0;
  gap: 7px;
}

.flmnt-home .flmnt-product-variation-ui button {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 11px;
  font-size: 12px;
}

.flmnt-home .flmnt-product-variation-ui--swatch button,
.flmnt-home .flmnt-product-static-swatches span {
  width: 31px;
  height: 31px;
}

.flmnt-home .flmnt-product-variation-ui--swatch button i,
.flmnt-home .flmnt-product-static-swatches i {
  width: 21px;
  height: 21px;
}

.flmnt-home .flmnt-product-static-swatches .is-active::after,
.flmnt-home .flmnt-product-variation-ui button.is-active::after {
  width: 14px;
  height: 14px;
}

.flmnt-home .flmnt-product-static-swatches .is-active::before,
.flmnt-home .flmnt-product-variation-ui button.is-active::before {
  left: 2px;
  bottom: 2px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.flmnt-home .flmnt-product-buy .single_variation_wrap,
.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 9px;
}

.flmnt-home .flmnt-product-buy form.cart.variations_form .single_variation {
  grid-column: 1 / -1;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-description,
.flmnt-home .flmnt-product-buy .woocommerce-variation-availability {
  font-size: 12px;
  line-height: 1.8;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-price .price {
  font-size: 18px;
}

.flmnt-home .flmnt-product-buy .quantity {
  height: 44px;
  grid-template-columns: 38px minmax(44px, 1fr) 38px;
  border-radius: 13px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.75);
}

.flmnt-home .flmnt-product-buy .quantity .qty {
  font-size: 14px;
}

.flmnt-home .flmnt-qty-btn {
  background: #fff;
  color: var(--flmnt-product-black);
  font-size: 18px;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease;
}

.flmnt-home .flmnt-qty-btn:hover {
  background: rgba(107, 207, 63, .1);
  color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-buy .single_add_to_cart_button,
.flmnt-home .flmnt-product-buy .button.alt {
  min-height: 44px;
  border-radius: 13px;
  font-size: 14px;
  box-shadow: 0 10px 20px rgba(63, 143, 47, .18);
}

.flmnt-home .flmnt-product-consult {
  min-height: 42px;
  border-radius: 13px;
  font-size: 13px;
  gap: 8px;
}

.flmnt-home .flmnt-product-action-buttons {
  gap: 8px;
}

.flmnt-home .flmnt-product-action-buttons button {
  min-height: 38px;
  padding: 0 9px;
  border-radius: 12px;
  font-size: 12px;
  gap: 6px;
}

.flmnt-home .flmnt-product-action-buttons svg,
.flmnt-home .flmnt-product-consult svg {
  width: 17px;
  height: 17px;
}

.flmnt-home .flmnt-product-trait-rail {
  margin-top: 14px;
  gap: 8px;
}

.flmnt-home .flmnt-product-trait-rail article {
  min-height: 50px;
  padding: 9px 10px;
  border-radius: 14px;
  font-size: 11px;
}

.flmnt-home .flmnt-product-benefits {
  margin-top: 14px;
  gap: 8px;
}

.flmnt-home .flmnt-product-benefits article {
  min-height: 72px;
  padding: 11px;
  border-radius: 15px;
}

.flmnt-home .flmnt-product-benefits strong {
  font-size: 12px;
}

.flmnt-home .flmnt-product-benefits small {
  font-size: 10.5px;
}

.flmnt-home .flmnt-product-tabs {
  margin-top: 18px;
  border-radius: 20px;
}

.flmnt-home .flmnt-product-tabs__nav {
  padding: 0 12px;
}

.flmnt-home .flmnt-product-tabs__nav button {
  min-height: 52px;
  padding: 0 15px;
  font-size: 13px;
}

.flmnt-home .flmnt-product-tabs__panel {
  padding: 22px;
}

.flmnt-home .flmnt-product-copy h2,
.flmnt-home .flmnt-product-section-head h2,
.flmnt-home .flmnt-product-related h2,
.flmnt-home .flmnt-product-consult-cta h2 {
  font-size: clamp(20px, 1.8vw, 26px);
}

.flmnt-home .flmnt-product-copy p,
.flmnt-home .flmnt-product-copy li {
  font-size: 14px;
  line-height: 2;
}

.flmnt-home .flmnt-product-related__grid {
  gap: 12px;
}

.flmnt-home .flmnt-product-mini-card {
  padding: 12px;
  border-radius: 18px;
  grid-template-rows: 198px minmax(96px, auto) 42px;
  gap: 9px;
}

.flmnt-home .flmnt-product-mini-card__media {
  height: 198px;
  padding: 8px;
  border-radius: 15px;
  overflow: visible;
}

.flmnt-home .flmnt-product-mini-card__media img {
  width: auto !important;
  height: auto !important;
  max-width: 96% !important;
  max-height: 96% !important;
  object-fit: contain !important;
}

.flmnt-home .flmnt-product-mini-card h3 {
  min-height: 44px;
  font-size: 13px;
  line-height: 1.7;
}

.flmnt-home .flmnt-product-mini-card p {
  font-size: 11.5px;
}

.flmnt-home .flmnt-product-mini-card strong {
  font-size: 14px;
}

.flmnt-home .flmnt-product-mini-card__cart,
.flmnt-home .flmnt-product-mini-card .button {
  height: 42px !important;
  min-height: 42px !important;
  border-radius: 12px !important;
  font-size: 12.5px !important;
}

.flmnt-home .flmnt-product-compare-modal {
  position: fixed;
  inset: 0;
  z-index: 10030;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.flmnt-home .flmnt-product-compare-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.flmnt-home .flmnt-product-compare-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 27, 31, .58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.flmnt-home .flmnt-product-compare-modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(980px, calc(100vw - 30px));
  max-height: calc(100dvh - 30px);
  padding: 20px;
  border-radius: 22px;
  background: #fff;
  transform: translate(-50%, -50%) scale(.98);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .22);
  overflow: auto;
  direction: rtl;
}

.flmnt-home .flmnt-product-compare-modal.is-open .flmnt-product-compare-modal__dialog {
  transform: translate(-50%, -50%) scale(1);
}

.flmnt-home .flmnt-product-compare-modal__close {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 12px;
  background: #fff;
  color: var(--flmnt-product-black);
  font-size: 22px;
  cursor: pointer;
}

.flmnt-home .flmnt-product-compare-modal__head {
  padding-left: 48px;
  margin-bottom: 14px;
}

.flmnt-home .flmnt-product-compare-modal__head span {
  color: var(--flmnt-product-green-dark);
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-modal__head h2 {
  margin: 4px 0 5px;
  color: var(--flmnt-product-black);
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-modal__head p {
  margin: 0;
  color: var(--flmnt-product-muted);
  font-size: 13px;
  line-height: 1.9;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-modal__search {
  position: relative;
  margin-bottom: 12px;
}

.flmnt-home .flmnt-product-compare-modal__search input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 14px;
  background: #fff;
  color: var(--flmnt-product-black);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-modal__results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 3;
  max-height: 280px;
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(24, 27, 31, .12);
}

.flmnt-home .flmnt-product-compare-modal__results:empty {
  display: none;
}

.flmnt-home .flmnt-product-compare-modal__results p {
  margin: 0;
  padding: 14px;
  color: var(--flmnt-product-muted);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-result {
  width: 100%;
  min-height: 74px;
  padding: 9px;
  border: 0;
  border-bottom: 1px solid rgba(229, 231, 235, .8);
  background: #fff;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  text-align: right;
  font-family: inherit;
  cursor: pointer;
}

.flmnt-home .flmnt-product-compare-result:hover {
  background: rgba(107, 207, 63, .06);
}

.flmnt-home .flmnt-product-compare-result__image {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(248, 250, 252, .9);
  display: grid;
  place-items: center;
}

.flmnt-home .flmnt-product-compare-result__image img {
  width: auto;
  height: auto;
  max-width: 92%;
  max-height: 92%;
}

.flmnt-home .flmnt-product-compare-result__text {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.flmnt-home .flmnt-product-compare-result strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--flmnt-product-black);
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-result small,
.flmnt-home .flmnt-product-compare-result em {
  color: var(--flmnt-product-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-result em {
  color: var(--flmnt-product-green-dark);
}

.flmnt-home .flmnt-product-compare-modal__selected {
  min-height: 38px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.flmnt-home .flmnt-product-compare-modal__hint {
  color: var(--flmnt-product-muted);
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-modal__selected button {
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgba(63, 143, 47, .24);
  border-radius: 999px;
  background: rgba(107, 207, 63, .08);
  color: var(--flmnt-product-green-dark);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.flmnt-home .flmnt-product-compare-modal__selected span {
  font-size: 16px;
  line-height: 1;
}

.flmnt-home .flmnt-product-compare-modal__empty {
  margin: 0;
  padding: 28px 18px;
  border: 1px dashed rgba(63, 143, 47, .28);
  border-radius: 16px;
  background: rgba(107, 207, 63, .06);
  color: var(--flmnt-product-muted);
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-modal__scroll {
  overflow: auto;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 16px;
}

.flmnt-home .flmnt-product-compare-modal table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.flmnt-home .flmnt-product-compare-modal th,
.flmnt-home .flmnt-product-compare-modal td {
  padding: 12px;
  border-bottom: 1px solid rgba(229, 231, 235, .82);
  border-left: 1px solid rgba(229, 231, 235, .72);
  color: var(--flmnt-product-black);
  font-size: 13px;
  line-height: 1.75;
  text-align: right;
  vertical-align: middle;
}

.flmnt-home .flmnt-product-compare-modal thead th {
  background: rgba(248, 250, 252, .78);
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-modal tbody th {
  width: 170px;
  background: rgba(248, 250, 252, .62);
  font-weight: 700;
}

.flmnt-home .flmnt-product-compare-modal td {
  color: var(--flmnt-product-muted);
  font-weight: 750;
}

.flmnt-home .flmnt-compare-head-image {
  width: 78px;
  height: 78px;
  margin-bottom: 8px;
  display: grid;
  place-items: center;
}

.flmnt-home .flmnt-compare-head-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.flmnt-home .flmnt-product-compare-modal th strong,
.flmnt-home .flmnt-product-compare-modal th em {
  display: block;
}

.flmnt-home .flmnt-product-compare-modal th em {
  margin-top: 5px;
  color: var(--flmnt-product-green-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.flmnt-home .flmnt-compare-price {
  color: var(--flmnt-product-black) !important;
  font-weight: 700 !important;
}

.flmnt-home .flmnt-compare-price del {
  color: var(--flmnt-product-muted);
  font-size: 11px;
}

.flmnt-home .flmnt-compare-price ins {
  text-decoration: none;
}

@media (max-width: 1180px) {
  .flmnt-home .flmnt-product-hero {
    grid-template-columns: 1fr !important;
  }

  .flmnt-home .flmnt-product-hero__gallery,
  .flmnt-home .flmnt-product-summary {
    order: initial;
  }

  .flmnt-home .flmnt-product-gallery__stage {
    min-height: 390px;
  }
}

@media (max-width: 768px) {
  body.single-product .flmnt-home .flmnt-woo-page {
    width: min(100% - 24px, 720px);
    padding-top: 12px;
  }

  .flmnt-home .flmnt-product-summary {
    padding: 16px;
  }

  .flmnt-home .flmnt-product-title {
    font-size: 22px;
  }

  .flmnt-home .flmnt-product-gallery__stage {
    min-height: 330px;
  }

  .flmnt-home .flmnt-product-gallery__main img {
    max-height: 300px;
  }

  .flmnt-home .flmnt-product-buy .variations tr,
  .flmnt-home .flmnt-product-buy .single_variation_wrap,
  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
    grid-template-columns: 1fr;
  }

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


  .flmnt-home .flmnt-product-related__grid {
    grid-template-columns: 1fr 1fr;
  }

  .flmnt-home .flmnt-product-mini-card {
    grid-template-rows: 160px auto 40px;
  }

  .flmnt-home .flmnt-product-mini-card__media {
    height: 160px;
  }

  .flmnt-home .flmnt-product-compare-modal__dialog {
    width: min(100vw - 18px, 720px);
    padding: 16px;
    border-radius: 20px;
  }

  .flmnt-home .flmnt-product-compare-modal__head h2 {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .flmnt-home .flmnt-product-related__grid {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-product-mini-card {
    grid-template-rows: 210px auto 42px;
  }

  .flmnt-home .flmnt-product-mini-card__media {
    height: 210px;
  }
}

/* Filamenter single product refinements v1.0.14 */
.flmnt-home .flmnt-product-page {
  --flmnt-product-shadow: 0 11px 30px rgba(24, 27, 31, .05);
}

.flmnt-home .flmnt-product-page :where(button, a, strong, b, th, .flmnt-product-tabs__nav button) {
  font-weight: 700;
}

.flmnt-home .flmnt-product-summary :where(p, span, small, li),
.flmnt-home .flmnt-product-buy,
.flmnt-home .flmnt-product-tabs__panel,
.flmnt-home .flmnt-product-benefits,
.flmnt-home .flmnt-product-trait-rail {
  font-weight: 500;
}

.flmnt-home .flmnt-product-title {
  font-weight: 700;
}

.flmnt-home .flmnt-product-summary__status > span:not(.flmnt-product-stock),
.flmnt-home .flmnt-product-stock {
  font-size: 12px;
}

.flmnt-home .flmnt-product-brand {
  font-size: 14px;
}

.flmnt-home .flmnt-product-short-desc {
  font-size: 14px;
}

.flmnt-home .flmnt-product-meta-line,
.flmnt-home .flmnt-product-quick-specs span,
.flmnt-home .flmnt-product-price-box small,
.flmnt-home .flmnt-product-buy .variations label,
.flmnt-home .flmnt-product-variation-ui button,
.flmnt-home .flmnt-product-action-buttons button,
.flmnt-home .flmnt-product-consult,
.flmnt-home .flmnt-product-tabs__nav button,
.flmnt-home .flmnt-product-spec-row,
.flmnt-home .flmnt-product-print-grid article,
.flmnt-home .flmnt-product-apps-grid article,
.flmnt-home .flmnt-product-downloads a,
.flmnt-home .flmnt-product-downloads > span {
  font-size: 13px;
}

.flmnt-home .flmnt-product-price {
  font-size: 24px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-copy p,
.flmnt-home .flmnt-product-copy li {
  font-size: 15px;
}

.flmnt-home .flmnt-product-trait-rail article {
  font-size: 12px;
  font-weight: 600;
}

.flmnt-home .flmnt-product-benefits {
  margin-top: 16px;
}

.flmnt-home .flmnt-product-tabs__nav {
  gap: 16px;
  padding-inline: 16px;
}

.flmnt-home .flmnt-product-tabs__nav button {
  border-bottom-width: 2px;
  padding-inline: 12px;
}

.flmnt-home .flmnt-product-tabs__nav button:hover,
.flmnt-home .flmnt-product-tabs__nav button.is-active {
  border-bottom-width: 2px;
}

.flmnt-home .flmnt-product-page.is-variation-ui-ready .flmnt-product-buy .variations select {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  min-block-size: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 118px !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .quantity,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .quantity {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .single_add_to_cart_button,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .button.alt {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  white-space: nowrap !important;
}

.flmnt-home .flmnt-product-buy .single_variation {
  grid-column: 1 / -1 !important;
}

.flmnt-home .flmnt-product-buy .quantity {
  height: 42px;
  grid-template-columns: 36px minmax(42px, 1fr) 36px;
  border: 1px solid rgba(229, 231, 235, .96);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
  box-shadow: 0 8px 20px rgba(24, 27, 31, .035);
  overflow: hidden;
}

.flmnt-home .flmnt-product-buy .quantity .qty {
  border-inline: 1px solid rgba(229, 231, 235, .82) !important;
  background: #fff !important;
  font-size: 14px;
  font-weight: 700;
}

.flmnt-home .flmnt-qty-btn {
  background: transparent;
  color: #181B1F;
  font-size: 17px;
  font-weight: 700;
}

.flmnt-home .flmnt-qty-btn:hover {
  background: rgba(107, 207, 63, .12);
  color: #3F8F2F;
}

.flmnt-home .flmnt-product-variation-ui--swatch {
  gap: 10px;
}

.flmnt-home .flmnt-product-variation-ui--swatch button,
.flmnt-home .flmnt-product-static-swatches span {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(229, 231, 235, .98);
  box-shadow: 0 8px 20px rgba(24, 27, 31, .055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.flmnt-home .flmnt-product-variation-ui--swatch button i,
.flmnt-home .flmnt-product-static-swatches i {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(24, 27, 31, .08);
}

.flmnt-home .flmnt-product-variation-ui--swatch button.is-active,
.flmnt-home .flmnt-product-static-swatches span.is-active {
  border-color: #3F8F2F;
  box-shadow: 0 0 0 4px rgba(107, 207, 63, .16), 0 10px 24px rgba(63, 143, 47, .16);
  transform: scale(1.08);
}

.flmnt-home .flmnt-product-variation-ui--swatch button.is-active i,
.flmnt-home .flmnt-product-static-swatches span.is-active i {
  box-shadow: inset 0 0 0 1px rgba(24, 27, 31, .1), 0 0 0 2px #fff;
}

.flmnt-home .flmnt-product-static-swatches .is-active::before,
.flmnt-home .flmnt-product-static-swatches .is-active::after,
.flmnt-home .flmnt-product-variation-ui--swatch button.is-active::before,
.flmnt-home .flmnt-product-variation-ui--swatch button.is-active::after {
  content: none !important;
  display: none !important;
}

.flmnt-home .flmnt-product-related__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.flmnt-home .flmnt-product-related .flmnt-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 18px;
  overflow: hidden;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__media {
  height: 156px;
  margin-bottom: 10px;
  flex: 0 0 auto;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__media img {
  width: 100% !important;
  max-width: 210px !important;
  height: 142px !important;
  object-fit: contain !important;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__title {
  min-height: 48px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 700;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__specs {
  min-height: 18px;
  margin: 4px 0 0;
  font-size: 11.5px;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__price {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__button {
  margin-top: auto;
  height: 40px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__meta {
  margin-top: 9px;
  padding-top: 9px;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__link {
  font-size: 11.5px;
  font-weight: 600;
}

.flmnt-home .flmnt-product-action-buttons button.is-active {
  border-color: rgba(63, 143, 47, .4);
  background: rgba(107, 207, 63, .11);
  color: #3F8F2F;
}

.flmnt-home .flmnt-product-action-buttons button:disabled {
  cursor: wait;
  opacity: .72;
}

.flmnt-home .flmnt-wishlist-page {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 44px;
}

.flmnt-home .flmnt-wishlist-hero {
  margin-bottom: 18px;
  padding: 24px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(107, 207, 63, .1), #fff 54%, rgba(243, 244, 246, .78));
  box-shadow: 0 14px 36px rgba(24, 27, 31, .045);
}

.flmnt-home .flmnt-wishlist-hero span {
  color: #3F8F2F;
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-wishlist-hero h1 {
  margin: 6px 0 0;
  color: #181B1F;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.55;
  font-weight: 700;
}

.flmnt-home .flmnt-wishlist-hero p {
  margin: 8px 0 0;
  color: #6B7280;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 500;
}

.flmnt-home .flmnt-wishlist-toolbar {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.flmnt-home .flmnt-wishlist-toolbar strong {
  color: #181B1F;
  font-size: 15px;
  font-weight: 700;
}

.flmnt-home .flmnt-wishlist-toolbar a,
.flmnt-home .flmnt-wishlist-empty a {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #3F8F2F;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

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

.flmnt-home .flmnt-wishlist-item {
  position: relative;
  min-width: 0;
}

.flmnt-home .flmnt-wishlist-item .flmnt-product-card {
  height: 100%;
  padding-bottom: 58px;
}

.flmnt-home .flmnt-wishlist-remove {
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 12px;
  margin: 0;
}

.flmnt-home .flmnt-wishlist-remove button {
  width: 100%;
  min-height: 34px;
  border: 1px solid rgba(229, 231, 235, .95);
  border-radius: 11px;
  background: #fff;
  color: #6B7280;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.flmnt-home .flmnt-wishlist-remove button:hover {
  border-color: rgba(239, 68, 68, .32);
  background: rgba(254, 242, 242, .74);
  color: #dc2626;
}

.flmnt-home .flmnt-wishlist-empty {
  padding: 30px;
  display: grid;
  justify-items: start;
  gap: 10px;
  background: #fff;
}

.flmnt-home .flmnt-wishlist-empty strong {
  color: #181B1F;
  font-size: 20px;
  font-weight: 700;
}

.flmnt-home .flmnt-wishlist-empty p {
  margin: 0;
  color: #6B7280;
  font-size: 14px;
  line-height: 1.9;
}

@media (max-width: 1180px) {
  .flmnt-home .flmnt-product-related__grid,
  .flmnt-home .flmnt-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .flmnt-home .flmnt-product-tabs__nav {
    gap: 10px;
  }

  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
    grid-template-columns: 1fr !important;
  }

  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .quantity,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .quantity,
  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .single_add_to_cart_button,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .single_add_to_cart_button,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .button.alt {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .flmnt-home .flmnt-product-related__grid,
  .flmnt-home .flmnt-wishlist-grid {
    grid-template-columns: 1fr;
  }

  .flmnt-home .flmnt-product-related .flmnt-product-card__media {
    height: 170px;
  }

  .flmnt-home .flmnt-wishlist-page {
    width: min(100% - 28px, 1280px);
    padding-top: 16px;
  }

  .flmnt-home .flmnt-wishlist-hero {
    padding: 20px;
    border-radius: 20px;
  }

  .flmnt-home .flmnt-wishlist-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Preserve the approved main product title weight. */
.flmnt-home .flmnt-product-title {
  font-weight: 950;
}


/* v1.0.15: stable WooCommerce cart layout, Ajax states and refined prices. */
.flmnt-home .flmnt-product-buy form.cart.variations_form {
  display: block !important;
  width: 100% !important;
}

.flmnt-home .flmnt-product-buy form.cart.variations_form .single_variation_wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 112px !important;
  gap: 10px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart input[type="hidden"],
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) input[type="hidden"] {
  display: none !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .quantity,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .quantity {
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: 112px !important;
  max-width: 112px !important;
  min-width: 0 !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .single_add_to_cart_button,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .button.alt {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;
  position: relative !important;
}

.flmnt-home .flmnt-product-buy .single_add_to_cart_button.loading,
.flmnt-home .flmnt-product-buy .single_add_to_cart_button.is-loading {
  opacity: .82 !important;
  pointer-events: none !important;
}

.flmnt-home .flmnt-product-buy .single_add_to_cart_button.loading::after,
.flmnt-home .flmnt-product-buy .single_add_to_cart_button.is-loading::after {
  content: "" !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255,255,255,.45) !important;
  border-top-color: #fff !important;
  animation: flmntProductSpin 650ms linear infinite !important;
}

@keyframes flmntProductSpin { to { transform: rotate(360deg); } }

.flmnt-home .flmnt-product-price-box {
  position: relative;
  overflow: hidden;
  padding: 16px 18px;
  border-color: rgba(107, 207, 63, .18);
  background: linear-gradient(135deg, rgba(107, 207, 63, .11) 0%, rgba(255,255,255,.96) 58%, rgba(243,244,246,.45) 100%);
}

.flmnt-home .flmnt-product-price,
.flmnt-home .flmnt-product-price .price,
.flmnt-home .flmnt-product-buy .woocommerce-variation-price,
.flmnt-home .flmnt-product-buy .woocommerce-variation-price .price {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  direction: rtl !important;
  text-align: right !important;
}

.flmnt-home .flmnt-product-price .amount,
.flmnt-home .flmnt-product-buy .woocommerce-variation-price .amount {
  color: #181B1F !important;
  font-weight: 700 !important;
  letter-spacing: -.02em;
}

.flmnt-home .flmnt-product-price > .amount,
.flmnt-home .flmnt-product-price ins .amount {
  font-size: clamp(22px, 2.05vw, 30px) !important;
}

.flmnt-home .flmnt-product-price del,
.flmnt-home .flmnt-product-buy .woocommerce-variation-price del {
  order: 1;
  color: #9CA3AF !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  opacity: 1 !important;
  text-decoration-thickness: 1px !important;
}

.flmnt-home .flmnt-product-price del .amount,
.flmnt-home .flmnt-product-buy .woocommerce-variation-price del .amount {
  color: #9CA3AF !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.flmnt-home .flmnt-product-price ins,
.flmnt-home .flmnt-product-buy .woocommerce-variation-price ins {
  order: 2;
  padding: 0;
  color: #181B1F !important;
  text-decoration: none !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-price {
  margin: 2px 0 8px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(107, 207, 63, .18) !important;
  border-radius: 14px !important;
  background: rgba(107, 207, 63, .07) !important;
}

.flmnt-home .flmnt-product-buy .woocommerce-variation-price ins .amount,
.flmnt-home .flmnt-product-buy .woocommerce-variation-price > .price > .amount {
  font-size: 18px !important;
}

.flmnt-home .flmnt-product-related .flmnt-product-card,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 14px !important;
  overflow: hidden !important;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__media,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card__media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 168px !important;
  margin: 0 0 12px !important;
  padding: 8px !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #fff 0%, #F8FAF9 100%) !important;
  overflow: hidden !important;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__media img,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__title,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card__title {
  position: static !important;
  margin: 0 !important;
  min-height: 48px !important;
  color: #181B1F !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.85 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__price,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card__price {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #181B1F !important;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__button,
.flmnt-home .flmnt-product-related .flmnt-product-card .button,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card__button,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card .button {
  width: 100% !important;
  min-height: 40px !important;
  margin-top: auto !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: #3F8F2F !important;
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(63, 143, 47, .18) !important;
}

.flmnt-home .flmnt-product-related .flmnt-product-card__button:hover,
.flmnt-home .flmnt-product-related .flmnt-product-card .button:hover,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card__button:hover,
.flmnt-home .flmnt-wishlist-grid .flmnt-product-card .button:hover {
  background: #347d29 !important;
  color: #fff !important;
}

.flmnt-product-toast {
  position: fixed;
  top: 92px;
  left: 50%;
  z-index: 10010;
  min-width: min(460px, calc(100vw - 32px));
  padding: 14px 18px;
  border: 1px solid rgba(107, 207, 63, .24);
  border-radius: 16px;
  background: #fff;
  color: #3F8F2F;
  font-family: FLMNTYekanBakh, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 18px 48px rgba(24, 27, 31, .12);
  transform: translate(-50%, -20px);
  opacity: 0;
  pointer-events: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.flmnt-product-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 768px) {
  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) {
    grid-template-columns: minmax(0, 1fr) 104px !important;
  }

  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .quantity,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .quantity {
    width: 104px !important;
    max-width: 104px !important;
  }

  .flmnt-home .flmnt-product-related .flmnt-product-card__media,
  .flmnt-home .flmnt-wishlist-grid .flmnt-product-card__media {
    height: 150px !important;
  }
}

/* v1.0.16: Ajax notices, calmer spacing, quantity and review polish. */
.flmnt-home .flmnt-product-page .flmnt-product-notices {
  margin: 0 auto 18px;
}

.flmnt-home .flmnt-product-notices .woocommerce-error,
.flmnt-home .flmnt-product-notices .woocommerce-message,
.flmnt-home .flmnt-product-notices .woocommerce-info {
  position: relative;
  margin: 0 0 12px !important;
  padding: 13px 48px 13px 16px !important;
  border: 1px solid rgba(63, 143, 47, .2) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(107, 207, 63, .08), rgba(255, 255, 255, .96)) !important;
  color: #27681e !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.9 !important;
  list-style: none !important;
  box-shadow: 0 12px 32px rgba(24, 27, 31, .05) !important;
  overflow: hidden;
}

.flmnt-home .flmnt-product-notices .woocommerce-error {
  border-color: rgba(220, 38, 38, .18) !important;
  background: linear-gradient(180deg, rgba(254, 242, 242, .95), rgba(255, 255, 255, .98)) !important;
  color: #991b1b !important;
}

.flmnt-home .flmnt-product-notices .woocommerce-error::before,
.flmnt-home .flmnt-product-notices .woocommerce-message::before,
.flmnt-home .flmnt-product-notices .woocommerce-info::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 7px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-62%) rotate(45deg);
  opacity: .9;
}

.flmnt-home .flmnt-product-notices .woocommerce-error::before {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  background: currentColor;
  transform: translateY(-50%);
  opacity: .8;
}

.flmnt-home .flmnt-product-notices .woocommerce-error::after {
  content: "!";
  position: absolute;
  right: 21px;
  top: 50%;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  transform: translateY(-50%);
}

.flmnt-home .flmnt-product-notices .woocommerce-message .button,
.flmnt-home .flmnt-product-notices .woocommerce-message .wc-forward,
.flmnt-home .flmnt-product-notices .woocommerce-info .button,
.flmnt-home .flmnt-product-notices .woocommerce-info .wc-forward {
  float: left !important;
  min-height: 34px !important;
  margin: 0 14px 0 0 !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #181B1F !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 1px #E5E7EB;
}

.flmnt-home .flmnt-product-page > section,
.flmnt-home .flmnt-product-page .flmnt-product-tabs,
.flmnt-home .flmnt-product-page .flmnt-product-benefits,
.flmnt-home .flmnt-product-page .flmnt-product-related,
.flmnt-home .flmnt-product-page .flmnt-product-consult-cta {
  margin-top: 28px;
}

.flmnt-home .flmnt-product-buy .quantity {
  min-height: 42px !important;
  border: 1px solid rgba(229, 231, 235, .98) !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, #fff 0%, #F8FAF9 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(24, 27, 31, .035), 0 8px 22px rgba(24, 27, 31, .04) !important;
  overflow: hidden !important;
}

.flmnt-home .flmnt-product-buy .quantity .qty {
  border-inline: 1px solid #E5E7EB !important;
  background: transparent !important;
  color: #181B1F !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.flmnt-home .flmnt-product-buy .flmnt-qty-btn {
  width: 40px !important;
  height: 100% !important;
  border: 0 !important;
  background: transparent !important;
  color: #181B1F !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background 160ms ease, color 160ms ease;
}

.flmnt-home .flmnt-product-buy .flmnt-qty-btn:hover {
  background: rgba(107, 207, 63, .1) !important;
  color: #3F8F2F !important;
}

.flmnt-home .flmnt-product-reviews-shell {
  padding: 0 !important;
}

.flmnt-home .flmnt-product-reviews-shell .woocommerce-Reviews {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
  gap: 22px;
  align-items: start;
  direction: rtl;
}

.flmnt-home .flmnt-product-reviews-shell #comments,
.flmnt-home .flmnt-product-reviews-shell #review_form_wrapper {
  padding: 22px;
  border: 1px solid #E5E7EB;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(24, 27, 31, .045);
}

.flmnt-home .flmnt-product-reviews-shell .woocommerce-Reviews-title,
.flmnt-home .flmnt-product-reviews-shell .comment-reply-title {
  margin: 0 0 12px;
  display: block;
  color: #181B1F;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}

.flmnt-home .flmnt-product-reviews-shell .woocommerce-noreviews,
.flmnt-home .flmnt-product-reviews-shell .comment-notes {
  margin: 0 0 16px;
  color: #6B7280;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
}

.flmnt-home .flmnt-product-reviews-shell .comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.flmnt-home .flmnt-product-reviews-shell .comment-notes,
.flmnt-home .flmnt-product-reviews-shell .comment-form-rating,
.flmnt-home .flmnt-product-reviews-shell .comment-form-comment,
.flmnt-home .flmnt-product-reviews-shell .comment-form-cookies-consent,
.flmnt-home .flmnt-product-reviews-shell .form-submit {
  grid-column: 1 / -1;
}

.flmnt-home .flmnt-product-reviews-shell label {
  display: block;
  margin: 0 0 7px;
  color: #181B1F;
  font-size: 12px;
  font-weight: 700;
}

.flmnt-home .flmnt-product-reviews-shell textarea,
.flmnt-home .flmnt-product-reviews-shell input[type="text"],
.flmnt-home .flmnt-product-reviews-shell input[type="email"] {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #E5E7EB;
  border-radius: 15px;
  background: #fff;
  color: #181B1F;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.flmnt-home .flmnt-product-reviews-shell textarea {
  min-height: 126px;
  resize: vertical;
}

.flmnt-home .flmnt-product-reviews-shell textarea:focus,
.flmnt-home .flmnt-product-reviews-shell input[type="text"]:focus,
.flmnt-home .flmnt-product-reviews-shell input[type="email"]:focus {
  border-color: rgba(63, 143, 47, .45);
  box-shadow: 0 0 0 4px rgba(107, 207, 63, .12);
}

.flmnt-home .flmnt-product-reviews-shell .comment-form-cookies-consent {
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #E5E7EB;
  border-radius: 14px;
  background: #F8FAF9;
  display: flex;
  align-items: center;
  gap: 10px;
}

.flmnt-home .flmnt-product-reviews-shell .comment-form-cookies-consent input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
  margin: 0 !important;
  accent-color: #3F8F2F;
}

.flmnt-home .flmnt-product-reviews-shell .comment-form-cookies-consent label {
  margin: 0;
  color: #6B7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}

.flmnt-home .flmnt-product-reviews-shell p.stars {
  margin: 0;
}

.flmnt-home .flmnt-product-reviews-shell p.stars span {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 6px;
}

.flmnt-home .flmnt-product-reviews-shell p.stars a {
  width: 34px;
  height: 34px;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  background: #fff;
  color: transparent;
  font-size: 0;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.flmnt-home .flmnt-product-reviews-shell p.stars a::before {
  content: "★";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C9CDD3;
  font-size: 18px;
  line-height: 1;
}

.flmnt-home .flmnt-product-reviews-shell p.stars a:hover,
.flmnt-home .flmnt-product-reviews-shell p.stars.selected a.active,
.flmnt-home .flmnt-product-reviews-shell p.stars a.active {
  border-color: rgba(245, 158, 11, .35);
  background: rgba(245, 158, 11, .08);
  transform: translateY(-1px);
}

.flmnt-home .flmnt-product-reviews-shell p.stars a:hover::before,
.flmnt-home .flmnt-product-reviews-shell p.stars.selected a.active::before,
.flmnt-home .flmnt-product-reviews-shell p.stars a.active::before {
  color: #f59e0b;
}

.flmnt-home .flmnt-product-reviews-shell #submit {
  min-width: 150px;
  min-height: 46px;
  border: 0;
  border-radius: 15px;
  background: #3F8F2F;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(63, 143, 47, .18);
}

.flmnt-home .flmnt-product-reviews-shell ol.commentlist {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.flmnt-home .flmnt-product-reviews-shell .comment_container {
  padding: 14px;
  border: 1px solid #E5E7EB;
  border-radius: 18px;
  background: #F8FAF9;
}

.flmnt-home .flmnt-product-reviews-shell .comment-text {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.flmnt-home .flmnt-product-reviews-shell .meta {
  margin: 0 0 8px;
  color: #6B7280;
  font-size: 12px;
  font-weight: 500;
}

.flmnt-home .flmnt-product-reviews-shell .description {
  color: #181B1F;
  font-size: 13px;
  line-height: 2;
}

@media (max-width: 992px) {
  .flmnt-home .flmnt-product-reviews-shell .woocommerce-Reviews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .flmnt-home .flmnt-product-page > section,
  .flmnt-home .flmnt-product-page .flmnt-product-tabs,
  .flmnt-home .flmnt-product-page .flmnt-product-benefits,
  .flmnt-home .flmnt-product-page .flmnt-product-related,
  .flmnt-home .flmnt-product-page .flmnt-product-consult-cta {
    margin-top: 22px;
  }

  .flmnt-home .flmnt-product-buy .flmnt-qty-btn {
    width: 38px !important;
    font-size: 16px !important;
  }

  .flmnt-home .flmnt-product-reviews-shell #comments,
  .flmnt-home .flmnt-product-reviews-shell #review_form_wrapper {
    padding: 16px;
    border-radius: 18px;
  }

  .flmnt-home .flmnt-product-reviews-shell .comment-form {
    grid-template-columns: 1fr;
  }
}

.flmnt-home .flmnt-product-page > section:first-of-type {
  margin-top: 0;
}

/* v1.0.18: single add-to-cart owner and premium quantity control polish. */
.flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .quantity,
.flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .quantity,
.flmnt-home .flmnt-product-buy .quantity {
  height: 42px !important;
  width: 112px !important;
  max-width: 112px !important;
  display: grid !important;
  grid-template-columns: 34px minmax(36px, 1fr) 34px !important;
  align-items: center !important;
  padding: 3px !important;
  overflow: hidden !important;
  border: 1px solid rgba(229, 231, 235, .92) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #fff 0%, rgba(243, 244, 246, .58) 100%) !important;
  box-shadow: 0 10px 22px rgba(24, 27, 31, .045), inset 0 1px 0 rgba(255, 255, 255, .85) !important;
}

.flmnt-home .flmnt-product-buy .quantity .qty {
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-inline: 1px solid rgba(229, 231, 235, .96) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, .72) !important;
  color: #181B1F !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  text-align: center !important;
  box-shadow: none !important;
}

.flmnt-home .flmnt-qty-btn,
.flmnt-home .flmnt-product-buy .flmnt-qty-btn {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #FFFFFF !important;
  color: #181B1F !important;
  font-family: inherit !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 11px rgba(24, 27, 31, .055) !important;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease !important;
}

.flmnt-home .flmnt-qty-btn:hover,
.flmnt-home .flmnt-product-buy .flmnt-qty-btn:hover {
  background: rgba(107, 207, 63, .14) !important;
  color: #3F8F2F !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 7px 15px rgba(63, 143, 47, .13) !important;
}

.flmnt-home .flmnt-qty-btn:active,
.flmnt-home .flmnt-product-buy .flmnt-qty-btn:active {
  transform: translateY(0) scale(.96) !important;
}

.flmnt-home .flmnt-product-buy .flmnt-qty-btn--minus {
  font-size: 20px !important;
  padding-bottom: 2px !important;
}

.flmnt-home .flmnt-product-buy .flmnt-qty-btn--plus {
  font-size: 18px !important;
}

@media (max-width: 640px) {
  .flmnt-home .flmnt-product-buy .woocommerce-variation-add-to-cart .quantity,
  .flmnt-home .flmnt-product-buy form.cart:not(.variations_form) .quantity,
  .flmnt-home .flmnt-product-buy .quantity {
    height: 40px !important;
    width: 108px !important;
    max-width: 108px !important;
    grid-template-columns: 32px minmax(36px, 1fr) 32px !important;
    border-radius: 15px !important;
  }

  .flmnt-home .flmnt-product-buy .quantity .qty {
    height: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
    font-size: 13px !important;
  }

  .flmnt-home .flmnt-qty-btn,
  .flmnt-home .flmnt-product-buy .flmnt-qty-btn {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    border-radius: 11px !important;
  }
}
