/* Galenic Front Experience v0.12.0 — minimal, logo palette */

:root {
  --gfe-green: #4fb37f;
  --gfe-green-dark: #3d9466;
  --gfe-teal: #9ccbcb;
  --gfe-teal-soft: #e8f3f3;
  --gfe-njap-pink: #e9467b;
  --gfe-njap-pink-dark: #d63a6f;
  --gfe-ink: #2f3a40;
  --gfe-muted: #6b7780;
  --gfe-line: #e8eded;
  --gfe-line-teal: #e8eded;
  --gfe-bg: #f7f9f8;
  --gfe-bg-top: #ebefec;
  --gfe-white: #ffffff;
  --gfe-radius: 16px;
  --gfe-radius-sm: 12px;
  --gfe-shadow: 0 12px 32px rgba(47, 58, 64, 0.06);
  --gfe-max: 1120px;
}

*, *::before, *::after { box-sizing: border-box; }

body.gfe-active {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html:has(body.gfe-active) {
  margin-top: 0 !important;
}

body.gfe-active.admin-bar {
  margin-top: 0 !important;
}

html body.gfe-active.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* One top bar only — hide WP admin bar on storefront preview */
body.gfe-active #wpadminbar {
  display: none !important;
}

/* Hide WP Customizer staging banner (body::before in Additional CSS) */
body.gfe-active::before {
  display: none !important;
  content: none !important;
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  position: absolute !important;
  pointer-events: none !important;
}

@media (min-width: 850px) {
  body.gfe-active { padding-bottom: 0; }
}

/* ——— Header / Flatsome polish ——— */
body.gfe-active #wrapper,
body.gfe-active .page-wrapper { overflow-x: hidden; }

body.gfe-active #header,
body.gfe-active .header,
body.gfe-active .header-wrapper,
body.gfe-active .header-main,
body.gfe-active #masthead,
body.gfe-active .header-inner {
  background: var(--gfe-white) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Hide Flatsome legacy dark wide-nav on desktop — gfe-site-nav replaces category row */
@media (min-width: 992px) {
  body.gfe-active .header-bottom,
  body.gfe-active .header-bottom.wide-nav,
  body.gfe-active #wide-nav {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
}

/* Compact wide-nav — override Flatsome dark bar (white icons) on mobile & tablet */
@media (max-width: 991px) {
  body.gfe-active #wide-nav,
  body.gfe-active .header-bottom.wide-nav,
  body.gfe-active #wide-nav .header-bottom-nav > li > a,
  body.gfe-active #wide-nav .nav-icon > a {
    color: var(--gfe-ink) !important;
    background-color: transparent !important;
  }
}

body.gfe-active #header .is-divider,
body.gfe-active .header .is-divider,
body.gfe-active .header-wrapper .is-divider {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.gfe-active #header li.header-divider,
body.gfe-active .header-main li.header-divider {
  display: none !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.gfe-active .header-main .flex-row {
  max-width: var(--gfe-max);
  margin-left: auto;
  margin-right: auto;
}

body.gfe-active .header-nav-main > li > a,
body.gfe-active .nav > li > a {
  font-weight: 500;
  letter-spacing: 0.01em;
}

body.gfe-active .search-form,
body.gfe-active .header-search-form input {
  border-radius: 999px !important;
}

/* ——— Header top row (phone left, social right) ——— */
body.gfe-active .header-wrapper {
  position: relative;
}

body.gfe-active .header-top:not(.gfe-header-top),
body.gfe-active #header .header-top:not(.gfe-header-top) {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gfe-active .gfe-header-top {
  background: var(--gfe-bg-top);
  border-bottom: 1px solid var(--gfe-line);
  line-height: 1;
  display: flex;
  align-items: center;
}

body.gfe-active .gfe-header-top + header,
body.gfe-active .gfe-header-top + #header {
  margin-top: 0 !important;
}

body.gfe-active .gfe-header-top__inner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 10px;
  width: 100%;
  min-height: 32px;
  max-width: var(--gfe-max);
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

body.gfe-active .gfe-header-top__track {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gfe-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  padding: 0;
  z-index: 1;
}

body.gfe-active .gfe-header-top__track > span:not(.gfe-utility-icon) {
  display: block;
  line-height: 1.2;
}

body.gfe-active .gfe-header-top__track .gfe-utility-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0;
  transform: none;
  line-height: 1 !important;
  width: 20px;
  height: 20px;
}

body.gfe-active .gfe-header-top__track .gfe-utility-icon svg {
  display: block;
  width: 11px;
  height: 11px;
  margin: 0;
}

body.gfe-active .gfe-header-top__track:hover,
body.gfe-active .gfe-header-top__track:focus-visible {
  color: var(--gfe-green-dark);
}

body.gfe-active .gfe-header-top__social {
  display: flex;
  align-items: center;
  line-height: 1;
}

body.gfe-active .gfe-header-top__right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  line-height: 1;
  position: relative;
  z-index: 2;
}

body.gfe-active .gfe-header-top__actions {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.gfe-active .gfe-header-top__actions > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.gfe-active .gfe-header-top__actions .account-item > a,
body.gfe-active .gfe-header-top__actions .cart-item > a.header-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  line-height: 1 !important;
}

body.gfe-active .gfe-header-top__actions .cart-item.has-dropdown {
  position: relative;
}

body.gfe-active .gfe-header-top__actions .cart-item .nav-dropdown {
  right: 0;
  left: auto;
  margin-top: 6px;
}

body.gfe-active .gfe-header-top__social .social-icons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.gfe-active .gfe-header-top__social .social-icons > li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

body.gfe-active .gfe-header-top__social .social-icons a {
  color: var(--gfe-muted) !important;
  width: 20px;
  height: 20px;
  min-height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-size: 12px !important;
  line-height: 1 !important;
  transition: color 0.15s ease, background 0.15s ease;
}

body.gfe-active .gfe-header-top__social .social-icons a i,
body.gfe-active .gfe-header-top__social .social-icons a .icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1 !important;
  margin: 0 !important;
}

body.gfe-active .gfe-header-top__social .social-icons a i::before,
body.gfe-active .gfe-header-top__social .social-icons a .icon::before {
  line-height: 1 !important;
  vertical-align: middle !important;
}

body.gfe-active .gfe-header-top__social .social-icons a:hover {
  color: var(--gfe-green-dark) !important;
  background: rgba(79, 179, 127, 0.12);
}

body.gfe-active .gfe-header-phone {
  display: inline-flex;
  align-items: center;
  color: var(--gfe-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}

body.gfe-active .gfe-header-phone:hover {
  color: var(--gfe-green-dark);
}

@media (min-width: 768px) {
  body.gfe-active .header-main .flex-col.hide-for-medium {
    display: flex !important;
  }

  body.gfe-active .header-main .flex-col.show-for-medium {
    display: none !important;
  }

  body.gfe-active .header-main {
    height: auto !important;
    min-height: 72px;
  }

  body.gfe-active .header-main .header-inner.flex-row {
    position: relative;
    align-items: center;
    min-height: 72px;
    padding-top: 0;
    padding-bottom: 0;
  }

  body.gfe-active .header-main .flex-col.flex-left,
  body.gfe-active .header-main .flex-col.flex-right {
    display: flex;
    align-items: center;
  }

  body.gfe-active .header-main .flex-col.flex-right {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    position: static;
  }

  body.gfe-active #logo {
    position: relative;
    z-index: 2;
  }

  body.gfe-active .header-main .flex-col.flex-left {
    flex: 0 0 auto;
    margin-right: 4px;
    position: relative;
    z-index: 2;
  }

  body.gfe-active #logo,
  body.gfe-active #logo a {
    display: flex;
    align-items: center;
  }

  body.gfe-active #logo img {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  body.gfe-active .header-main .header-nav.nav-right {
    display: flex !important;
    position: static !important;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding-left: 8px;
  }

  body.gfe-active .header-main .header-nav.nav-right > li {
    display: flex;
    align-items: center;
    align-self: center;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.header-divider {
    display: none !important;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.html.custom,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    flex: 0 0 auto;
    min-width: 0;
    width: min(720px, calc(100% - 240px));
    max-width: 720px;
    margin: 0;
    padding: 0;
    order: 0;
    display: flex;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.html.custom .galenic-ai-search,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top .galenic-ai-search,
  body.gfe-active .header-main .header-nav.nav-right > li.html.custom .galenic-ai-search-form,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top .galenic-ai-search-form,
  body.gfe-active .header-main .header-nav.nav-right > li.html.custom .galenic-ai-input-wrap,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top .galenic-ai-input-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    pointer-events: auto;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.account-item {
    display: flex !important;
    order: 2;
    flex: 0 0 auto;
    margin-left: auto !important;
    position: relative;
    z-index: 2;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.cart-item {
    display: flex !important;
    order: 3;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.header-social-icons {
    display: none !important;
  }

  body.gfe-active .gfe-header-top__actions {
    display: none !important;
  }

  body.gfe-active .header-main .galenic-ai-search-input {
    height: 44px !important;
    line-height: 44px !important;
    width: 100% !important;
  }

  body.gfe-active .header-main li.header-social-icons {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.gfe-active .header-main {
    height: auto !important;
    min-height: 0 !important;
    position: relative;
    z-index: 5;
  }

  body.gfe-active .header-main .header-inner.flex-row {
    display: grid !important;
    grid-template-columns: auto 1fr auto auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;
    position: relative;
    min-height: 0;
    padding: 8px 16px 10px;
  }

  body.gfe-active .header-main .flex-col.hide-for-medium.flex-left.flex-grow {
    display: none !important;
  }

  body.gfe-active .header-main #logo.flex-col.logo,
  body.gfe-active .header-main .flex-col.flex-left {
    grid-column: 1;
    grid-row: 1;
    flex: 0 0 auto;
    margin-right: 0;
    position: relative;
    z-index: 3;
    max-width: min(148px, 38vw);
  }

  body.gfe-active .header-main .flex-col.show-for-medium {
    display: none !important;
  }

  body.gfe-active #logo img {
    max-height: 52px !important;
  }

  body.gfe-active .header-main .flex-col.show-for-medium {
    display: none !important;
  }

  body.gfe-active .header-main .flex-col.hide-for-medium.flex-right {
    display: contents !important;
  }

  body.gfe-active .header-main .header-nav.nav-right {
    display: contents !important;
    width: auto;
    padding-left: 0;
  }

  body.gfe-active .header-main .header-nav.nav-right > li {
    display: flex !important;
    align-items: center;
    align-self: center;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.html.custom,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top {
    grid-column: 1 / -1;
    grid-row: 2;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    order: unset;
    flex: none;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 0 50px !important;
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.html.custom .galenic-ai-search,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top .galenic-ai-search,
  body.gfe-active .header-main .header-nav.nav-right > li.html.custom .galenic-ai-search-form,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top .galenic-ai-search-form {
    width: 100% !important;
    max-width: none !important;
    pointer-events: auto;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.account-item {
    grid-column: 3;
    grid-row: 1;
    order: unset;
    margin-left: 0 !important;
    position: relative;
    z-index: 3;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.cart-item {
    grid-column: 4;
    grid-row: 1;
    order: unset;
    position: relative;
    z-index: 3;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.account-item > a,
  body.gfe-active .header-main .header-nav.nav-right > li.cart-item > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  body.gfe-active .header-main .galenic-ai-search-input {
    height: 44px !important;
    line-height: 44px !important;
  }

  body.gfe-active .gfe-site-nav {
    display: block !important;
    margin-top: 0 !important;
  }

  body.gfe-active .gfe-site-nav__inner {
    justify-content: center;
    overflow-x: auto;
    padding: 8px 16px;
    min-height: 40px;
  }

  body.gfe-active .gfe-header-top__track {
    display: none !important;
  }

  body.gfe-active .gfe-header-top__inner {
    gap: 8px;
    padding: 0 12px;
    min-height: 30px;
  }

  body.gfe-active .gfe-header-top__right {
    margin-left: auto;
  }

  body.gfe-active .gfe-tablet-utility-bar__inner {
    gap: 8px 16px;
    padding: 8px 12px;
  }
}

@media (min-width: 992px) {
  body.gfe-active .header-main .flex-col.show-for-medium {
    display: none !important;
  }
}

@media (min-width: 992px) {
  body.gfe-active .header-main .header-inner.flex-row {
    display: grid !important;
    grid-template-columns: auto minmax(300px, 720px) auto auto;
    align-items: center;
    column-gap: 12px;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 72px;
  }

  body.gfe-active .header-main #logo.flex-col.logo {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
  }

  body.gfe-active .header-main .flex-col.hide-for-medium.flex-left.flex-grow {
    display: none !important;
  }

  body.gfe-active .header-main .flex-col.hide-for-medium.flex-right {
    display: contents !important;
  }

  body.gfe-active .header-main .header-nav.nav-right {
    display: contents !important;
    width: auto;
    padding-left: 0;
    gap: 0;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.html.custom,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top {
    grid-column: 2;
    grid-row: 1;
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 720px !important;
    min-width: 0;
    margin: 0;
    pointer-events: auto;
    z-index: 1;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.html.custom .galenic-ai-search,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top .galenic-ai-search,
  body.gfe-active .header-main .header-nav.nav-right > li.html.custom .galenic-ai-search-form,
  body.gfe-active .header-main .header-nav.nav-right > li.html_nav_position_text_top .galenic-ai-search-form {
    width: 100% !important;
    max-width: none !important;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.account-item {
    grid-column: 3;
    grid-row: 1;
    margin-left: 0 !important;
    position: relative;
    z-index: 2;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.cart-item {
    grid-column: 4;
    grid-row: 1;
    position: relative;
    z-index: 2;
  }

  body.gfe-active .header-main .galenic-ai-search-input {
    padding-left: 18px !important;
    padding-right: 52px !important;
  }

  body.gfe-active .header-main .galenic-ai-moving-placeholder {
    left: 18px;
    right: 52px;
  }
}

/* Header account + cart — Galenic icons (replace Flatsome defaults) */
body.gfe-active .account-item > a,
body.gfe-active .cart-item > a.header-cart-link {
  position: relative;
}

body.gfe-active .account-item .icon-user {
  font-size: 0 !important;
  line-height: 0 !important;
  width: 40px;
  height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--gfe-teal-soft);
  border: 1px solid rgba(156, 203, 203, 0.55);
  color: transparent !important;
}

body.gfe-active .header-main .account-item .icon-user::before {
  content: "" !important;
  font-family: inherit !important;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f3a40' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 3.6-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
}

body.gfe-active .header-main .cart-item .cart-icon.image-icon {
  background: var(--gfe-teal-soft) !important;
  background-image: none !important;
  border: 1px solid rgba(156, 203, 203, 0.55);
  border-radius: 999px;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px;
  min-height: 40px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}

body.gfe-active .header-main .cart-item .cart-icon.image-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f3a40' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l-1 13H7L6 8z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E");
}

body.gfe-active .header-main .cart-item .cart-icon.image-icon strong {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--gfe-green);
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 2px 6px rgba(79, 179, 127, 0.35);
}

body.gfe-active .cart-item .cart-icon.image-icon strong.gfe-cart-empty {
  display: none !important;
}

body.gfe-active .cart-item .header-cart-title {
  display: none;
}

/* Header dropdowns — Flatsome positions upward after grid refactor; force open downward */
body.gfe-active .header-wrapper,
body.gfe-active #header,
body.gfe-active .header-main,
body.gfe-active .header-main .header-inner {
  overflow: visible !important;
}

body.gfe-active .header-main .account-item.has-dropdown,
body.gfe-active .header-main .cart-item.has-dropdown {
  position: relative;
  z-index: 30;
}

body.gfe-active .header-main .account-item .nav-dropdown,
body.gfe-active .header-main .cart-item .nav-dropdown {
  top: calc(100% + 8px) !important;
  bottom: auto !important;
  left: auto !important;
  right: 0 !important;
  margin-top: 0 !important;
  min-width: 220px;
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius-sm);
  box-shadow: var(--gfe-shadow);
  background: var(--gfe-white);
  overflow: auto;
  z-index: 1000;
}

body.gfe-active .header-main .account-item.has-dropdown.active .nav-dropdown,
body.gfe-active .header-main .account-item.has-dropdown:hover .nav-dropdown,
body.gfe-active .header-main .account-item.has-dropdown.current-dropdown .nav-dropdown,
body.gfe-active .header-main .cart-item.has-dropdown.active .nav-dropdown,
body.gfe-active .header-main .cart-item.has-dropdown:hover .nav-dropdown,
body.gfe-active .header-main .cart-item.has-dropdown.current-dropdown .nav-dropdown {
  max-height: min(480px, 70vh) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}

body.gfe-active .header-main .account-item .nav-dropdown a,
body.gfe-active .header-main .cart-item .nav-dropdown a {
  line-height: 1.35 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (min-width: 992px) {
  body.gfe-active .header-main .account-item > a,
  body.gfe-active .header-main .cart-item > a.header-cart-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 0 !important;
    line-height: 1 !important;
  }
}

/* Top bar: compact utility-style icons on light background */
body.gfe-active .gfe-header-top__actions .account-item .icon-user {
  width: 28px !important;
  height: 28px !important;
  background: rgba(79, 179, 127, 0.12) !important;
  border-color: rgba(79, 179, 127, 0.18) !important;
}

body.gfe-active .gfe-header-top__actions .account-item .icon-user::before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233d9466' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 3.6-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
}

body.gfe-active .gfe-header-top__actions .account-item > a:hover .icon-user {
  background: rgba(79, 179, 127, 0.18) !important;
  border-color: rgba(79, 179, 127, 0.28) !important;
}

body.gfe-active .gfe-header-top__actions .account-item > a:hover .icon-user::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234fb37f' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 20c0-4 3.6-6 8-6s8 2 8 6'/%3E%3C/svg%3E");
}

body.gfe-active .gfe-header-top__actions .cart-item .cart-icon.image-icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px;
  min-height: 28px;
  background: rgba(79, 179, 127, 0.12) !important;
  border-color: rgba(79, 179, 127, 0.18) !important;
}

body.gfe-active .gfe-header-top__actions .cart-item .cart-icon.image-icon::before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233d9466' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l-1 13H7L6 8z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E");
}

body.gfe-active .gfe-header-top__actions .cart-item > a:hover .cart-icon.image-icon {
  background: rgba(79, 179, 127, 0.18) !important;
  border-color: rgba(79, 179, 127, 0.28) !important;
}

body.gfe-active .gfe-header-top__actions .cart-item > a:hover .cart-icon.image-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234fb37f' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 8h12l-1 13H7L6 8z'/%3E%3Cpath d='M9 8V6a3 3 0 0 1 6 0v2'/%3E%3C/svg%3E");
}

body.gfe-active .gfe-header-top__actions .cart-item .cart-icon.image-icon strong {
  top: -4px;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-variant-numeric: tabular-nums;
  font-size: 9px !important;
}

@media (max-width: 767px) {
  body.gfe-active .gfe-header-top {
    display: none;
  }

  body.gfe-active .galenic-ai-moving-placeholder {
    display: none !important;
    visibility: hidden !important;
  }

  body.gfe-active .galenic-ai-search-input::placeholder {
    color: var(--gfe-muted);
    opacity: 1;
  }

  body.gfe-active .header-main .header-nav.nav-right > li.account-item > a,
  body.gfe-active .header-main .header-nav.nav-right > li.cart-item > a,
  body.gfe-active .header-main .mobile-nav > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    line-height: 1 !important;
  }

  body.gfe-active #logo img {
    max-height: 56px !important;
    padding: 6px 0 !important;
  }

  body.gfe-active #wide-nav .galenic-ai-search-input {
    height: 42px !important;
    line-height: 42px !important;
    font-size: 14px !important;
    padding-right: 48px !important;
  }
}

/* ——— Site nav (category row — replaces trust bar) ——— */
body.gfe-active .gfe-site-nav {
  display: block !important;
  visibility: visible !important;
  position: relative;
  z-index: 20;
  background: var(--gfe-bg) !important;
  border-top: 0 !important;
  border-bottom: 1px solid #e8eded !important;
  min-height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

body.gfe-active .gfe-site-nav__inner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px 14px;
  width: 100%;
  max-width: var(--gfe-max);
  margin: 0 auto;
  padding: 9px 16px;
  min-height: 42px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

body.gfe-active .gfe-site-nav__inner::-webkit-scrollbar { display: none; }

body.gfe-active .gfe-site-nav__link {
  flex: 0 0 auto;
  display: inline-block !important;
  padding: 4px 0;
  margin-right: 0;
  color: var(--gfe-ink) !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.35 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  border-bottom: 0;
  opacity: 1 !important;
  visibility: visible !important;
  transition: color 0.15s ease;
}

body.gfe-active .gfe-site-nav__link:last-child {
  margin-right: 0;
}

body.gfe-active .gfe-site-nav__link:hover,
body.gfe-active .gfe-site-nav__link:focus-visible,
body.gfe-active .gfe-site-nav__link.is-active {
  color: var(--gfe-green-dark) !important;
}

@media (min-width: 1100px) {
  body.gfe-active .gfe-site-nav__inner {
    justify-content: center;
    gap: 10px 16px;
    overflow: visible;
    padding: 9px 20px;
  }

  body.gfe-active .gfe-site-nav__link {
    font-size: 11px !important;
    letter-spacing: 0.02em;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  body.gfe-active .gfe-site-nav__inner {
    justify-content: center;
    overflow-x: auto;
    padding: 9px 16px;
  }
}

@media (max-width: 849px) {
  body.gfe-active .gfe-site-nav__inner {
    justify-content: center;
    gap: 10px 12px;
    padding: 9px 12px;
  }

  body.gfe-active .gfe-site-nav__link {
    font-size: 11px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.gfe-active .gfe-header-top__track {
    display: none !important;
  }

  body.gfe-active .gfe-header-phone {
    font-size: 11px;
  }

  body.gfe-active .gfe-tablet-utility-bar__item {
    font-size: 11px;
  }
}

/* ——— Tablet utility bar ——— */
.gfe-tablet-utility-bar {
  display: none;
  background: var(--gfe-bg);
  border-bottom: 1px solid #e8eded;
  font-size: 12px;
}

.gfe-tablet-utility-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  max-width: var(--gfe-max);
  margin: 0 auto;
  padding: 6px 12px;
  min-height: 0;
}

.gfe-tablet-utility-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gfe-muted);
  text-decoration: none;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
  font-size: 11px;
  padding: 0;
  letter-spacing: 0.01em;
}

.gfe-utility-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  flex-shrink: 0;
  background: rgba(79, 179, 127, 0.12);
  color: var(--gfe-green-dark);
  border: 1px solid rgba(79, 179, 127, 0.18);
}

.gfe-utility-icon svg {
  width: 12px;
  height: 12px;
  display: block;
}

.gfe-utility-icon--pickup {
  background: rgba(156, 203, 203, 0.18);
  color: #3a7a72;
  border-color: rgba(156, 203, 203, 0.35);
}

body.gfe-active .gfe-header-top__track .gfe-utility-icon {
  width: 20px;
  height: 20px;
}

body.gfe-active .gfe-header-top__track .gfe-utility-icon svg {
  width: 11px;
  height: 11px;
}

body.gfe-active .gfe-header-top__track:hover .gfe-utility-icon,
body.gfe-active .gfe-header-top__track:focus-visible .gfe-utility-icon {
  background: rgba(79, 179, 127, 0.18);
  border-color: rgba(79, 179, 127, 0.28);
}

a.gfe-tablet-utility-bar__item:hover .gfe-utility-icon,
a.gfe-tablet-utility-bar__item:focus-visible .gfe-utility-icon {
  background: rgba(79, 179, 127, 0.18);
  border-color: rgba(79, 179, 127, 0.28);
}

a.gfe-tablet-utility-bar__item--pickup:hover .gfe-utility-icon--pickup,
a.gfe-tablet-utility-bar__item--pickup:focus-visible .gfe-utility-icon--pickup {
  background: rgba(156, 203, 203, 0.28);
  border-color: rgba(156, 203, 203, 0.45);
}

a.gfe-tablet-utility-bar__item:hover,
a.gfe-tablet-utility-bar__item:focus-visible {
  color: var(--gfe-green-dark);
}

@media (min-width: 768px) and (max-width: 991px) {
  .gfe-tablet-utility-bar {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .gfe-tablet-utility-bar {
    display: block !important;
  }

  .gfe-tablet-utility-bar__inner {
    justify-content: center;
    padding: 5px 12px !important;
    min-height: 0 !important;
    gap: 0;
  }

  .gfe-tablet-utility-bar__item--track {
    display: none !important;
  }

  .gfe-tablet-utility-bar__item--pickup {
    display: inline-flex !important;
  }
}

/* ——— Trust bar ——— */
.gfe-trust-bar {
  background: var(--gfe-bg);
  border-bottom: 1px solid #e8eded !important;
  font-size: 12px;
  overflow: hidden;
}

.gfe-trust-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  padding: 9px 16px;
  max-width: var(--gfe-max);
  margin: 0 auto;
}

.gfe-trust-bar__item {
  color: var(--gfe-muted);
  text-decoration: none;
  line-height: 1.4;
  min-width: 0;
  flex: 1 1 calc(50% - 12px);
  text-align: center;
}

@media (max-width: 767px) {
  .gfe-trust-bar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px 12px;
  }

  .gfe-trust-bar__item {
    flex: initial;
    text-align: center;
  }

  .gfe-trust-bar__item:nth-child(3) {
    grid-column: 1 / -1;
  }

  .gfe-trust-bar__item--mobile-only {
    grid-column: 1 / -1;
  }
}

@media (min-width: 768px) {
  .gfe-trust-bar__inner {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 16px 24px;
    padding: 10px 16px;
  }

  .gfe-trust-bar__item {
    flex: 1 1 0;
    white-space: nowrap;
  }

  .gfe-trust-bar__item--mobile-only {
    display: none !important;
  }
}

.gfe-trust-bar__item--phone {
  color: var(--gfe-green-dark);
  font-weight: 600;
}

a.gfe-trust-bar__item:hover {
  color: var(--gfe-green-dark);
}

/* ——— Homepage ——— */
@media (max-width: 767px) {
  body.gfe-active.gfe-modern-home,
  body.gfe-active.gfe-modern-home .page-wrapper,
  body.gfe-active.gfe-modern-home #wrapper,
  body.gfe-active.gfe-modern-home #main,
  body.gfe-active.gfe-modern-home .gfe-home,
  body.gfe-active.gfe-modern-home .gfe-home .container,
  body.gfe-active.gfe-modern-home .gfe-promos-section,
  body.gfe-active.gfe-modern-home .gfe-blog-section {
    overflow-x: visible !important;
  }

  .gfe-home {
    overflow-x: visible;
  }

  .gfe-hscroll {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 4px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: none;
    touch-action: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    max-width: 100vw;
    position: relative;
    z-index: 1;
  }

  .gfe-hscroll::-webkit-scrollbar {
    display: none;
  }

  .gfe-promos-scroll,
  .gfe-blog-scroll {
    scroll-snap-type: none;
  }
}

@media (min-width: 768px) {
  .gfe-home {
    overflow-x: hidden;
  }
}

.gfe-home .container {
  width: 100%;
  max-width: var(--gfe-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.gfe-home .gfe-search-band__inner {
  max-width: 640px;
}

.gfe-section { padding: clamp(40px, 8vw, 72px) 0; }
.gfe-section--soft { background: var(--gfe-bg); }
.gfe-section--cgm { background: var(--gfe-teal-soft); }
.gfe-section--editorial { background: var(--gfe-white); border-top: 1px solid var(--gfe-line); }

.gfe-section__head { margin-bottom: 24px; }
.gfe-section__head h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--gfe-ink);
  font-weight: 600;
}
.gfe-section__head p {
  margin: 0;
  color: var(--gfe-muted);
  font-size: clamp(15px, 2.5vw, 17px);
  line-height: 1.55;
  max-width: 48ch;
}
.gfe-section__head--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.gfe-section__foot {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--gfe-muted);
}
.gfe-section__foot-sep { margin: 0 8px; opacity: 0.5; }

.gfe-link {
  color: var(--gfe-green-dark);
  font-weight: 600;
  text-decoration: none;
}
.gfe-link:hover { text-decoration: underline; }

/* ——— Hero ——— */
.gfe-cgm-hero {
  position: relative;
  min-height: clamp(320px, 52vh, 480px);
  display: grid;
  align-items: end;
}

.gfe-cgm-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: left center;
}

.gfe-cgm-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(247,249,248,0.15) 38%, rgba(247,249,248,0.82) 62%, rgba(247,249,248,0.98) 78%, rgba(247,249,248,1) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(247,249,248,0.35) 72%, rgba(247,249,248,1) 100%);
}

.gfe-cgm-hero__inner {
  position: relative;
  z-index: 1;
  padding: 32px 16px 40px;
}

.gfe-cgm-hero__title {
  margin: 0 0 12px;
  max-width: 100%;
  color: var(--gfe-ink);
  font-size: clamp(28px, 7vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.gfe-cgm-hero__lead {
  margin: 0 0 22px;
  max-width: 42ch;
  color: var(--gfe-muted);
  font-size: clamp(15px, 3.5vw, 18px);
  line-height: 1.6;
}

.gfe-cgm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 480px) {
  .gfe-cgm-hero__actions .gfe-btn { width: 100%; }
}

.gfe-eyebrow {
  margin: 0 0 10px;
  color: var(--gfe-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ——— Buttons ——— */
.gfe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.gfe-btn--primary {
  background: var(--gfe-green);
  color: #fff;
}
.gfe-btn--primary:hover { background: var(--gfe-green-dark); }
.gfe-btn--ghost {
  background: var(--gfe-white);
  color: var(--gfe-ink);
  border-color: var(--gfe-line);
}
.gfe-btn--ghost:hover { border-color: rgba(79,179,127,0.35); color: var(--gfe-green-dark); }

/* ——— Search ——— */
.gfe-search-band {
  background: var(--gfe-white);
  border-bottom: 1px solid var(--gfe-line);
  padding: 16px 0 18px;
}

.gfe-search-band__inner {
  max-width: min(640px, 100%);
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.gfe-search-band__form {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 999px;
  background: var(--gfe-bg);
  border: 1px solid var(--gfe-line);
  overflow: hidden;
}

.gfe-search-band__form input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 56px 0 18px;
  font-size: 16px;
  color: var(--gfe-ink);
  appearance: none;
  -webkit-appearance: none;
}

.gfe-search-band__form input:focus { outline: none; }
.gfe-search-band__form input:focus-visible {
  outline: 2px solid var(--gfe-green);
  outline-offset: 2px;
}

.gfe-search-band__form input::placeholder {
  color: var(--gfe-muted);
  opacity: 1;
}

.gfe-search-band__submit {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: var(--gfe-green);
  color: #fff;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
}

.gfe-search-band__submit span {
  width: 18px;
  height: 18px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='22' y2='22'/%3E%3C/svg%3E");
}

.gfe-search-band__submit:hover {
  background: var(--gfe-green-dark);
}

/* ——— Promo cards ——— */
.gfe-promos-section {
  padding: 8px 16px 28px;
  max-width: var(--gfe-max);
  margin: 0 auto;
}

.gfe-promos {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .gfe-promos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

.gfe-promo {
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  border-radius: var(--gfe-radius);
  text-decoration: none;
  color: var(--gfe-ink);
  overflow: hidden;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.gfe-promo__media {
  flex: 1 1 58%;
  min-height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.gfe-promo__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gfe-promo__body {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px 16px;
}

.gfe-promo:hover {
  transform: translateY(-2px);
  opacity: 0.94;
}

.gfe-promo__title {
  font-size: clamp(17px, 2.5vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.gfe-promo__text {
  font-size: 13px;
  line-height: 1.45;
  color: var(--gfe-muted);
  max-width: 22ch;
}

.gfe-promo--soft {
  background: linear-gradient(145deg, #eef8f2 0%, #f7fbfb 100%);
}

.gfe-promo--cgm,
.gfe-promo--featured {
  background: linear-gradient(145deg, #dff0ea 0%, #e8f3f3 55%, #f4faf8 100%);
}

.gfe-promo--featured .gfe-promo__title {
  color: var(--gfe-green-dark);
}

.gfe-promo--featured .gfe-promo__text {
  color: rgba(47, 58, 64, 0.72);
}

.gfe-promo--warm {
  background: linear-gradient(145deg, #faf6f0 0%, #f7f9f8 100%);
}

@media (max-width: 639px) {
  .gfe-promos-section.container {
    overflow-x: visible;
  }

  .gfe-promos-scroll {
    margin-left: -16px;
    margin-right: -16px;
  }

  .gfe-promos {
    display: flex;
    gap: 12px;
    width: max-content;
    max-width: none;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .gfe-promo {
    flex: 0 0 min(72vw, 260px);
    width: min(72vw, 260px);
    scroll-snap-align: none;
    aspect-ratio: 1 / 1;
    min-height: 220px;
    -webkit-tap-highlight-color: transparent;
  }
}

/* ——— Book ——— */
.gfe-book-section {
  padding-top: 8px;
  padding-bottom: clamp(32px, 6vw, 48px);
}

.gfe-book-section .gfe-eyebrow {
  margin: 0;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--gfe-green-dark);
}

.gfe-book {
  display: grid;
  gap: 28px;
  align-items: center;
}

@media (min-width: 768px) {
  .gfe-book {
    grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
  }
}

.gfe-book__media {
  display: flex;
  justify-content: center;
  max-width: min(100%, 280px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .gfe-book__media {
    max-width: 340px;
    margin: 0;
  }
}

.gfe-book__media img {
  width: min(100%, 280px);
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  filter: drop-shadow(0 14px 28px rgba(47, 58, 64, 0.1));
}

@media (min-width: 768px) {
  .gfe-book__media img {
    width: min(100%, 340px);
  }
}

.gfe-book__body {
  display: grid;
  gap: 12px;
}

.gfe-book__title {
  margin: 0;
  font-size: clamp(22px, 4vw, 28px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--gfe-ink);
}

.gfe-book__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  color: var(--gfe-muted);
  font-size: 14px;
  line-height: 1.55;
}

.gfe-book__cta {
  margin-top: 4px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ——— Pillars ——— */
.gfe-pillars { display: grid; gap: 14px; }
@media (min-width: 768px) {
  .gfe-pillars { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
}
.gfe-pillar {
  padding: 22px;
  border-radius: var(--gfe-radius);
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line);
}
.gfe-pillar h2 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 600;
  color: var(--gfe-ink);
}
.gfe-pillar p {
  margin: 0;
  color: var(--gfe-muted);
  line-height: 1.55;
  font-size: 14px;
}

/* ——— Sensors ——— */
.gfe-sensors { display: grid; gap: 12px; }
@media (min-width: 560px) { .gfe-sensors { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 960px) { .gfe-sensors { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.gfe-sensor-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 120px;
  padding: 18px;
  border-radius: var(--gfe-radius);
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line);
  text-decoration: none;
  color: var(--gfe-ink);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.gfe-sensor-card:hover {
  border-color: rgba(79,179,127,0.35);
  box-shadow: var(--gfe-shadow);
}
.gfe-sensor-card__label { font-size: 17px; font-weight: 600; }
.gfe-sensor-card__hint { color: var(--gfe-muted); font-size: 13px; }
.gfe-sensor-card__cta {
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
  color: var(--gfe-green-dark);
}

/* ——— Categories ——— */
.gfe-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (min-width: 640px) { .gfe-categories { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 960px) { .gfe-categories { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; } }

.gfe-category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 10px;
  border-radius: var(--gfe-radius-sm);
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line);
  text-decoration: none;
  color: var(--gfe-ink);
  transition: border-color 0.15s ease;
}
.gfe-category-card:hover { border-color: rgba(79,179,127,0.35); }
.gfe-category-card__media {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  overflow: hidden;
  background: var(--gfe-bg);
  display: grid;
  place-items: center;
}
.gfe-category-card__media img { width: 100%; height: 100%; object-fit: cover; }
.gfe-category-card__fallback { display: block; }
.gfe-category-card__label {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}

/* ——— Needs ——— */
.gfe-needs { display: grid; gap: 10px; }
@media (min-width: 640px) { .gfe-needs { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 960px) { .gfe-needs { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.gfe-need-card {
  display: block;
  padding: 18px;
  border-radius: var(--gfe-radius-sm);
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line);
  text-decoration: none;
  color: var(--gfe-ink);
  transition: border-color 0.15s ease;
}
.gfe-need-card:hover { border-color: rgba(79,179,127,0.35); }
.gfe-need-card h3 { margin: 0 0 6px; font-size: 16px; font-weight: 600; }
.gfe-need-card p { margin: 0; color: var(--gfe-muted); font-size: 13px; line-height: 1.45; }

/* ——— Products (frameless) ——— */
.gfe-product-grid { display: grid; gap: 20px 16px; }
.gfe-product-grid--featured { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 768px) { .gfe-product-grid--featured { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.gfe-product-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  padding: 14px 14px 16px;
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  box-shadow: none;
  text-decoration: none;
  color: var(--gfe-ink);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.gfe-product-card:hover {
  border-color: rgba(79, 179, 127, 0.28);
  box-shadow: var(--gfe-shadow);
  opacity: 1;
}

.gfe-product-card__image {
  aspect-ratio: 1/1;
  background: var(--gfe-white);
  border-radius: var(--gfe-radius-sm);
  display: grid;
  place-items: center;
  padding: 12px;
  margin-bottom: 12px;
}
.gfe-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.gfe-product-card__body { padding: 0; display: grid; gap: 4px; }
.gfe-product-card__title {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gfe-product-card__price { color: var(--gfe-ink); font-weight: 600; font-size: 14px; }

/* ——— Blog ——— */
.gfe-blog-section .gfe-eyebrow {
  margin: 0 0 8px;
  color: var(--gfe-green-dark);
}

@media (max-width: 767px) {
  .gfe-blog-section {
    overflow-x: visible;
  }

  .gfe-blog-section .container {
    overflow-x: visible;
  }

  .gfe-blog-scroll {
    margin-top: 4px;
    margin-left: -16px;
    margin-right: -16px;
  }
}

.gfe-blog-grid {
  display: grid;
  gap: clamp(20px, 4vw, 28px);
}

@media (min-width: 768px) {
  .gfe-blog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .gfe-blog-scroll {
    overflow-x: visible;
  }
}

@media (max-width: 767px) {
  .gfe-blog-grid {
    display: flex;
    gap: clamp(16px, 4vw, 20px);
    width: max-content;
    max-width: none;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .gfe-blog-card {
    flex: 0 0 min(78vw, 300px);
    width: min(78vw, 300px);
    scroll-snap-align: none;
    -webkit-tap-highlight-color: transparent;
  }
}

.gfe-blog-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: var(--gfe-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: opacity 0.15s ease;
}

.gfe-blog-card:hover {
  opacity: 0.9;
}

.gfe-blog-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: var(--gfe-radius);
  background: linear-gradient(145deg, var(--gfe-teal-soft) 0%, var(--gfe-bg) 100%);
}

.gfe-blog-card__image--fallback {
  display: block;
  min-height: 180px;
}

.gfe-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.gfe-blog-card:hover .gfe-blog-card__image img {
  transform: scale(1.02);
}

.gfe-blog-card__body {
  padding: 0;
  display: grid;
  gap: 6px;
}

.gfe-blog-card__eyebrow {
  color: var(--gfe-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gfe-blog-card__title {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gfe-blog-card__excerpt {
  color: var(--gfe-muted);
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gfe-blog-card__cta {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gfe-green-dark);
}

/* ——— CTA ——— */
.gfe-pharmacist-cta {
  background: var(--gfe-white);
  border-top: 1px solid var(--gfe-line);
  padding: clamp(40px, 8vw, 64px) 0;
}
.gfe-pharmacist-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: var(--gfe-max);
}
.gfe-pharmacist-cta h2 {
  margin: 0 0 6px;
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.gfe-pharmacist-cta p {
  margin: 0;
  color: var(--gfe-muted);
  font-size: 15px;
  max-width: 40ch;
}
.gfe-pharmacist-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; }
@media (min-width: 640px) {
  .gfe-pharmacist-cta__actions { width: auto; }
}

@media (max-width: 480px) {
  .gfe-pharmacist-cta__actions .gfe-btn { flex: 1 1 100%; }
}

/* Mobile bar — disabled on phones (header/footer nav is enough) */
body.gfe-active .gfe-mobile-bar {
  display: none !important;
}

body.gfe-active .gfe-mobile-bar__btn {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 48px;
  padding: 6px 4px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--gfe-ink);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}

body.gfe-active .gfe-mobile-bar__btn--accent {
  color: var(--gfe-green-dark);
}

body.gfe-active .gfe-mobile-bar__icon {
  font-size: 16px;
  line-height: 1;
}

@media (min-width: 768px) {
  body.gfe-active {
    padding-bottom: 0;
  }

  body.gfe-active .gfe-mobile-bar {
    display: none !important;
  }
}

/* ——— Cart / shop / checkout (unchanged core) ——— */
.gfe-shipping-progress {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: var(--gfe-radius-sm);
  background: var(--gfe-teal-soft);
  border: 1px solid rgba(156,203,203,0.45);
}
.gfe-shipping-progress__text { font-size: 13px; font-weight: 600; color: var(--gfe-ink); margin-bottom: 8px; }
.gfe-shipping-progress__track { height: 5px; border-radius: 999px; background: rgba(79,179,127,0.15); overflow: hidden; }
.gfe-shipping-progress__track span { display: block; height: 100%; background: var(--gfe-green); }

/* Cart remove — × only (no WooCommerce circular frame) */
body.gfe-active .woocommerce a.remove,
body.gfe-active .widget_shopping_cart a.remove,
body.gfe-active .woocommerce-mini-cart-item a.remove,
body.gfe-active ul.product_list_widget li a.remove {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 2px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: var(--gfe-muted) !important;
  text-decoration: none !important;
}

body.gfe-active .woocommerce a.remove::before,
body.gfe-active .widget_shopping_cart a.remove::before,
body.gfe-active .woocommerce-mini-cart-item a.remove::before {
  display: none !important;
  content: none !important;
}

body.gfe-active .woocommerce a.remove:hover,
body.gfe-active .widget_shopping_cart a.remove:hover,
body.gfe-active .woocommerce-mini-cart-item a.remove:hover {
  color: var(--gfe-ink) !important;
  background: transparent !important;
}

body.gfe-active .cart-item .nav-dropdown .widget_shopping_cart .buttons,
body.gfe-active .cart-item .nav-dropdown .woocommerce-mini-cart__buttons,
body.gfe-active .gfe-header-top__actions .cart-item .nav-dropdown .widget_shopping_cart .buttons,
body.gfe-active .widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin: 0 !important;
  padding: 12px 16px !important;
}

body.gfe-active .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button,
body.gfe-active .cart-item .nav-dropdown .woocommerce-mini-cart__buttons a.button,
body.gfe-active .gfe-header-top__actions .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button,
body.gfe-active .widget_shopping_cart .woocommerce-mini-cart__buttons a.button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  float: none !important;
}

body.gfe-active .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button:not(.checkout),
body.gfe-active .cart-item .nav-dropdown .woocommerce-mini-cart__buttons a.button:not(.checkout),
body.gfe-active .gfe-header-top__actions .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button:not(.checkout),
body.gfe-active .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:not(.checkout) {
  border: 1px solid rgba(79, 179, 127, 0.35) !important;
  background: var(--gfe-white) !important;
  color: var(--gfe-green-dark) !important;
}

body.gfe-active .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button:not(.checkout):hover,
body.gfe-active .cart-item .nav-dropdown .woocommerce-mini-cart__buttons a.button:not(.checkout):hover,
body.gfe-active .gfe-header-top__actions .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button:not(.checkout):hover,
body.gfe-active .widget_shopping_cart .woocommerce-mini-cart__buttons a.button:not(.checkout):hover {
  border-color: var(--gfe-green) !important;
  background: var(--gfe-teal-soft) !important;
  color: var(--gfe-green-dark) !important;
}

body.gfe-active .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button.checkout,
body.gfe-active .cart-item .nav-dropdown .woocommerce-mini-cart__buttons a.button.checkout,
body.gfe-active .gfe-header-top__actions .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button.checkout,
body.gfe-active .widget_shopping_cart .woocommerce-mini-cart__buttons a.button.checkout {
  border: 0 !important;
  background: var(--gfe-green) !important;
  color: #fff !important;
}

body.gfe-active .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button.checkout:hover,
body.gfe-active .cart-item .nav-dropdown .woocommerce-mini-cart__buttons a.button.checkout:hover,
body.gfe-active .gfe-header-top__actions .cart-item .nav-dropdown .widget_shopping_cart .buttons a.button.checkout:hover,
body.gfe-active .widget_shopping_cart .woocommerce-mini-cart__buttons a.button.checkout:hover {
  background: var(--gfe-green-dark) !important;
  color: #fff !important;
}

/* Flatsome free-shipping bar (mini cart / cart / checkout) — hidden when promo off */
body.gfe-active .ux-free-shipping,
body.gfe-active .widget_shopping_cart .ux-free-shipping,
body.gfe-active .widget_shopping_cart_content .ux-free-shipping,
body.gfe-active .cart-item .nav-dropdown .ux-free-shipping,
body.gfe-active .woocommerce-cart .ux-free-shipping,
body.gfe-active .woocommerce-checkout .ux-free-shipping {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Product page — hide "Additional information" tab (weight, dimensions, attributes) */
body.gfe-active.single-product .additional_information_tab,
body.gfe-active.single-product #tab-additional_information,
body.gfe-active.single-product .woocommerce-Tabs-panel--additional_information,
body.gfe-active.single-product .accordion-item.additional_information {
  display: none !important;
}

/* Cart / checkout — hide Flatsome step breadcrumbs */
body.gfe-active.woocommerce-cart .checkout-page-title,
body.gfe-active.woocommerce-checkout .checkout-page-title,
body.gfe-active.gfe-checkout-page .checkout-page-title {
  display: none !important;
}

body.gfe-active.woocommerce-cart {
  --gfe-cart-control-height: 48px;
  --gfe-cart-btn-font-size: 16px;
  --gfe-cart-btn-font-weight: 600;
  --gfe-cart-btn-letter-spacing: 0.02em;
}

body.gfe-active.woocommerce-cart .coupon,
body.gfe-active.woocommerce-cart .woocommerce-cart-form tr.coupon td {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

body.gfe-active.woocommerce-cart .coupon #coupon_code,
body.gfe-active.woocommerce-cart .coupon input.input-text,
body.gfe-active.woocommerce-cart .woocommerce-cart-form tr.coupon #coupon_code,
body.gfe-active.woocommerce-cart .woocommerce-cart-form tr.coupon input.input-text {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: var(--gfe-cart-control-height) !important;
  height: var(--gfe-cart-control-height) !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid var(--gfe-line) !important;
  border-radius: 999px !important;
  background: var(--gfe-white) !important;
  box-shadow: none !important;
  font-size: 15px !important;
  color: var(--gfe-ink) !important;
}

body.gfe-active.woocommerce-cart .coupon button[name="apply_coupon"],
body.gfe-active.woocommerce-cart .coupon .button[name="apply_coupon"],
body.gfe-active.woocommerce-cart .woocommerce-cart-form tr.coupon button[name="apply_coupon"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: var(--gfe-cart-control-height) !important;
  height: var(--gfe-cart-control-height) !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid rgba(79, 179, 127, 0.35) !important;
  border-radius: 999px !important;
  background: var(--gfe-white) !important;
  box-shadow: none !important;
  color: var(--gfe-green-dark) !important;
  font-size: var(--gfe-cart-btn-font-size) !important;
  font-weight: var(--gfe-cart-btn-font-weight) !important;
  letter-spacing: var(--gfe-cart-btn-letter-spacing) !important;
  text-transform: none !important;
  line-height: 1.2 !important;
  cursor: pointer;
}

body.gfe-active.woocommerce-cart .coupon button[name="apply_coupon"]:hover,
body.gfe-active.woocommerce-cart .coupon .button[name="apply_coupon"]:hover,
body.gfe-active.woocommerce-cart .woocommerce-cart-form tr.coupon button[name="apply_coupon"]:hover {
  border-color: var(--gfe-green) !important;
  background: var(--gfe-teal-soft) !important;
  color: var(--gfe-green-dark) !important;
}

body.gfe-active.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.gfe-active.woocommerce-cart .cart_totals .checkout-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: var(--gfe-cart-control-height) !important;
  height: var(--gfe-cart-control-height) !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--gfe-green) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: var(--gfe-cart-btn-font-size) !important;
  font-weight: var(--gfe-cart-btn-font-weight) !important;
  letter-spacing: var(--gfe-cart-btn-letter-spacing) !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

body.gfe-active.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.gfe-active.woocommerce-cart .cart_totals .checkout-button:hover {
  background: var(--gfe-green-dark) !important;
  color: #fff !important;
}

body.gfe-active.woocommerce-cart .woocommerce-cart-form td.actions .button-continue-shopping,
body.gfe-active.woocommerce-cart .woocommerce-cart-form td.actions a.button-continue-shopping,
body.gfe-active.woocommerce-cart .woocommerce-cart-form td.actions button[name="update_cart"] {
  border-radius: 999px !important;
}

body.gfe-active.woocommerce-account {
  --gfe-cart-control-height: 48px;
  --gfe-cart-btn-font-size: 16px;
  --gfe-cart-btn-font-weight: 600;
  --gfe-cart-btn-letter-spacing: 0.02em;
}

body.gfe-active.woocommerce-account .woocommerce-orders-table .button,
body.gfe-active.woocommerce-account .woocommerce-orders-table .woocommerce-button,
body.gfe-active.woocommerce-account .woocommerce-orders-table a.button.view,
body.gfe-active.woocommerce-account .woocommerce-orders-table a.woocommerce-button.view,
body.gfe-active.woocommerce-account .woocommerce-pagination .woocommerce-button,
body.gfe-active.woocommerce-account .woocommerce-pagination .button,
body.gfe-active.woocommerce-account .woocommerce-pagination a,
body.gfe-active.woocommerce-account .woocommerce-MyAccount-content form .button,
body.gfe-active.woocommerce-account .woocommerce-MyAccount-content form button[type="submit"],
body.gfe-active.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-Button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: var(--gfe-cart-control-height) !important;
  height: var(--gfe-cart-control-height) !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--gfe-green) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: var(--gfe-cart-btn-font-size) !important;
  font-weight: var(--gfe-cart-btn-font-weight) !important;
  letter-spacing: var(--gfe-cart-btn-letter-spacing) !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

body.gfe-active.woocommerce-account .woocommerce-orders-table .button:hover,
body.gfe-active.woocommerce-account .woocommerce-orders-table .woocommerce-button:hover,
body.gfe-active.woocommerce-account .woocommerce-orders-table a.button.view:hover,
body.gfe-active.woocommerce-account .woocommerce-orders-table a.woocommerce-button.view:hover,
body.gfe-active.woocommerce-account .woocommerce-pagination .woocommerce-button:hover,
body.gfe-active.woocommerce-account .woocommerce-pagination .button:hover,
body.gfe-active.woocommerce-account .woocommerce-pagination a:hover,
body.gfe-active.woocommerce-account .woocommerce-MyAccount-content form .button:hover,
body.gfe-active.woocommerce-account .woocommerce-MyAccount-content form button[type="submit"]:hover,
body.gfe-active.woocommerce-account .woocommerce-MyAccount-content form .woocommerce-Button:hover {
  background: var(--gfe-green-dark) !important;
  color: #fff !important;
}

/* Checkout — single delivery address (no billing/shipping split UI) */
body.gfe-active.woocommerce-checkout #ship-to-different-address,
body.gfe-active.gfe-checkout-page #ship-to-different-address,
body.gfe-active.woocommerce-checkout .woocommerce-shipping-fields,
body.gfe-active.gfe-checkout-page .woocommerce-shipping-fields {
  display: none !important;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-subtotal,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table tr.cart-subtotal {
  display: none !important;
}

/* Checkout order review — align shipping prices with product totals */
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table td.product-total,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table td.product-total {
  text-align: right !important;
  white-space: nowrap;
  vertical-align: top;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table tfoot .order-total td {
  text-align: right !important;
  white-space: normal;
  vertical-align: top;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td .gfe-order-total-amount,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table tfoot .order-total td .gfe-order-total-amount {
  display: block;
  font-weight: 600;
  line-height: 1.3;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td .gfe-includes-vat,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table tfoot .order-total td .gfe-includes-vat,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td small.includes_tax,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table tfoot .order-total td small.includes_tax {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.35;
  color: #666;
  font-weight: 400;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:last-child,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:last-child,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:last-child,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:last-child {
  margin-bottom: 0;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item > input[type="radio"],
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item > input[type="radio"],
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > input[type="radio"],
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li > input[type="radio"] {
  margin: 0;
  align-self: center;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 72px;
  column-gap: 12px;
  row-gap: 6px;
  align-items: center;
  align-self: center;
  margin: 0;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.6;
  color: #222;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[type="radio"]:checked) > .shipping__list_label,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[type="radio"]:checked) > .shipping__list_label,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[type="radio"]:checked) > label,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[type="radio"]:checked) > label {
  font-weight: 700;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item .gfe-shipping-title,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item .gfe-shipping-title {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label .woocommerce-Price-amount,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label .woocommerce-Price-amount,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label .woocommerce-Price-amount,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label .woocommerce-Price-amount {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  text-align: right !important;
  white-space: nowrap;
  font-weight: 600;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:not(:has(input[type="radio"]:checked)) .woocommerce-Price-amount,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:not(:has(input[type="radio"]:checked)) .woocommerce-Price-amount,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:not(:has(input[type="radio"]:checked)) .gfe-shipping-price,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:not(:has(input[type="radio"]:checked)) .gfe-shipping-price,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:not(:has(input[type="radio"]:checked)) .woocommerce-Price-amount,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:not(:has(input[type="radio"]:checked)) .woocommerce-Price-amount {
  display: none !important;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:not(:has(input[type="radio"]:checked)) > .shipping__list_label,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:not(:has(input[type="radio"]:checked)) > .shipping__list_label {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .gfe-shipping-pickup-detail,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .gfe-shipping-pickup-detail,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods .gfe-shipping-pickup-detail,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods .gfe-shipping-pickup-detail {
  display: none;
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: start;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left !important;
  color: #4a4a4a;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="gfe_local_pickup"]:checked),
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="gfe_local_pickup"]:checked),
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="gfe_local_pickup"]:checked),
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="gfe_local_pickup"]:checked) {
  align-items: start;
  row-gap: 0;
  column-gap: 8px;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="gfe_local_pickup"]:checked) > .shipping__list_label,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="gfe_local_pickup"]:checked) > .shipping__list_label,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="gfe_local_pickup"]:checked) > label,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="gfe_local_pickup"]:checked) > label {
  align-self: start;
  line-height: 1.35;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="gfe_local_pickup"]:checked) > input[type="radio"],
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="gfe_local_pickup"]:checked) > input[type="radio"],
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="gfe_local_pickup"]:checked) > input[type="radio"],
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="gfe_local_pickup"]:checked) > input[type="radio"] {
  margin-top: 4px;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="gfe_local_pickup"]:checked) .gfe-shipping-pickup-detail,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="gfe_local_pickup"]:checked) .gfe-shipping-pickup-detail,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="gfe_local_pickup"]:checked) .gfe-shipping-pickup-detail,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="gfe_local_pickup"]:checked) .gfe-shipping-pickup-detail {
  display: block;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label .plugin-boxnow-map,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label .plugin-boxnow-map,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label #box_now_delivery_button,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label #box_now_delivery_button,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label #box_now_selected_locker_details,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label #box_now_selected_locker_details {
  grid-column: 1;
  justify-self: start;
  max-width: 100%;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label img,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label img,
body.gfe-active.woocommerce-checkout .gfe-shipping-icon--boxnow,
body.gfe-active.gfe-checkout-page .gfe-shipping-icon--boxnow,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .gfe-shipping-heading img,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .gfe-shipping-heading img {
  display: none !important;
}

/* Store pickup shipping — hide BOX NOW locker UI when local pickup is selected */
body.gfe-active.gfe-checkout-pickup.woocommerce-checkout #box_now_delivery_button,
body.gfe-active.gfe-checkout-pickup.woocommerce-checkout #box_now_selected_locker_details,
body.gfe-active.gfe-checkout-pickup.woocommerce-checkout .boxnow-iframe-window,
body.gfe-active.gfe-checkout-pickup.woocommerce-checkout #box_now_delivery_embedded_map,
body.gfe-active.gfe-checkout-pickup.woocommerce-checkout #box_now_delivery_iframe_popup,
body.gfe-active.gfe-checkout-pickup.woocommerce-checkout .plugin-boxnow-map {
  display: none !important;
}

/* COD payment — hide BOX NOW shipping when cash on delivery is selected */
body.gfe-active.gfe-checkout-cod.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]),
body.gfe-active.gfe-checkout-cod.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]),
body.gfe-active.gfe-checkout-cod.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="box_now_delivery"]),
body.gfe-active.gfe-checkout-cod.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="box_now_delivery"]) {
  display: none !important;
}

/* BOX NOW shipping — hide COD payment when locker delivery is selected */
body.gfe-active.gfe-checkout-boxnow.woocommerce-checkout #payment_method_cod,
body.gfe-active.gfe-checkout-boxnow.gfe-checkout-page #payment_method_cod,
body.gfe-active.gfe-checkout-boxnow.woocommerce-checkout .payment_method_cod,
body.gfe-active.gfe-checkout-boxnow.gfe-checkout-page .payment_method_cod,
body.gfe-active.gfe-checkout-boxnow.woocommerce-checkout li.wc_payment_method.payment_method_cod,
body.gfe-active.gfe-checkout-boxnow.gfe-checkout-page li.wc_payment_method.payment_method_cod {
  display: none !important;
}

/* BOX NOW locker picker on checkout */
body.gfe-active.woocommerce-checkout #box_now_delivery_button,
body.gfe-active.gfe-checkout-page #box_now_delivery_button,
body.gfe-active.woocommerce-checkout #box_now_delivery_button_blocks,
body.gfe-active.gfe-checkout-page #box_now_delivery_button_blocks,
body.gfe-active.woocommerce-checkout .plugin-boxnow-map .button-to-open-map,
body.gfe-active.gfe-checkout-page .plugin-boxnow-map .button-to-open-map {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  border: 0;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
  cursor: pointer;
  flex: 0 0 auto;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:checked) > #box_now_delivery_button,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:checked) > #box_now_delivery_button,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:checked) > #box_now_delivery_button_blocks,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:checked) > #box_now_delivery_button_blocks,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="box_now_delivery"]:checked) > #box_now_delivery_button,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="box_now_delivery"]:checked) > #box_now_delivery_button {
  display: inline-block !important;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_delivery_button,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_delivery_button,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_delivery_button_blocks,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_delivery_button_blocks,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_delivery_button,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_delivery_button,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_selected_locker_details,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_selected_locker_details,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_delivery_embedded_map,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) > #box_now_delivery_embedded_map {
  display: none !important;
}

body.gfe-active.woocommerce-checkout .plugin-boxnow-map,
body.gfe-active.gfe-checkout-page .plugin-boxnow-map {
  display: block;
  margin: 0;
  text-align: left;
}

body.gfe-active.woocommerce-checkout #box_now_selected_locker_details,
body.gfe-active.gfe-checkout-page #box_now_selected_locker_details,
body.gfe-active.woocommerce-checkout #box_now_selected_locker_details_blocks,
body.gfe-active.gfe-checkout-page #box_now_selected_locker_details_blocks {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.45;
  max-width: 100%;
}

body.gfe-active.woocommerce-checkout .boxnow-iframe-window,
body.gfe-active.woocommerce-checkout #box_now_delivery_embedded_map,
body.gfe-active.woocommerce-checkout #box_now_delivery_iframe_popup,
body.gfe-active.woocommerce-checkout .plugin-boxnow-map {
  margin: 12px 0;
  max-width: 100%;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label[for*="box_now_delivery"],
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_label[for*="box_now_delivery"],
body.gfe-active.woocommerce-checkout .woocommerce-shipping-methods li label[for*="box_now_delivery"],
body.gfe-active.gfe-checkout-page .woocommerce-shipping-methods li label[for*="box_now_delivery"] {
  display: contents !important;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)),
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) {
  grid-template-columns: 18px minmax(0, 1fr) 72px;
  align-items: center;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:checked),
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:checked) {
  grid-template-columns: 18px minmax(0, 1fr) auto 72px;
  align-items: center;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]) .gfe-shipping-price,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]) .gfe-shipping-price,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]) .gfe-shipping-price .woocommerce-Price-amount,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]) .gfe-shipping-price .woocommerce-Price-amount {
  display: inline !important;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) .gfe-shipping-heading,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) .gfe-shipping-heading {
  grid-column: 2;
  grid-row: 1;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) .gfe-shipping-price,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(input[id*="box_now_delivery"]:not(:checked)) .gfe-shipping-price {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  text-align: right !important;
  white-space: nowrap;
  font-weight: 600;
  margin: 0;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]),
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) {
  column-gap: 8px;
  row-gap: 6px;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) > input[type="radio"],
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) > input[type="radio"] {
  grid-column: 1;
  grid-row: 1;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .gfe-shipping-heading,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .gfe-shipping-heading {
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: center;
  min-width: 0;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .gfe-shipping-heading .gfe-shipping-title,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .gfe-shipping-heading .gfe-shipping-title {
  min-width: 0;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--gfe-ink);
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) > #box_now_delivery_button,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) > #box_now_delivery_button {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  justify-self: start;
  margin: 0 !important;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .gfe-shipping-price,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .gfe-shipping-price,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .woocommerce-Price-amount,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) .woocommerce-Price-amount {
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  align-self: center;
  text-align: right !important;
  white-space: nowrap;
  font-weight: 600;
  margin: 0;
}

body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) > #box_now_selected_locker_details,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) > #box_now_selected_locker_details,
body.gfe-active.woocommerce-checkout .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) > #box_now_delivery_embedded_map,
body.gfe-active.gfe-checkout-page .woocommerce-checkout-review-order-table #shipping_method .shipping__list_item:has(label[for*="box_now_delivery"]) > #box_now_delivery_embedded_map {
  grid-column: 2 / -1;
  grid-row: 2;
  width: 100%;
  max-width: 100%;
}

body.gfe-njap-site.gfe-active.woocommerce-checkout #box_now_delivery_button,
body.gfe-njap-site.gfe-active.gfe-checkout-page #box_now_delivery_button,
body.gfe-njap-site.gfe-active.woocommerce-checkout #box_now_delivery_button_blocks,
body.gfe-njap-site.gfe-active.gfe-checkout-page #box_now_delivery_button_blocks,
body.gfe-njap-site.gfe-active.woocommerce-checkout .plugin-boxnow-map .button-to-open-map,
body.gfe-njap-site.gfe-active.gfe-checkout-page .plugin-boxnow-map .button-to-open-map {
  background-color: var(--gfe-njap-pink) !important;
  color: #fff !important;
}

body.gfe-njap-site.gfe-active.woocommerce-checkout #box_now_delivery_button:hover,
body.gfe-njap-site.gfe-active.gfe-checkout-page #box_now_delivery_button:hover,
body.gfe-njap-site.gfe-active.woocommerce-checkout #box_now_delivery_button_blocks:hover,
body.gfe-njap-site.gfe-active.gfe-checkout-page #box_now_delivery_button_blocks:hover,
body.gfe-njap-site.gfe-active.woocommerce-checkout .plugin-boxnow-map .button-to-open-map:hover,
body.gfe-njap-site.gfe-active.gfe-checkout-page .plugin-boxnow-map .button-to-open-map:hover {
  background-color: var(--gfe-njap-pink-dark) !important;
}

body.gfe-njap-site.gfe-active.woocommerce-checkout #box_now_selected_locker_details,
body.gfe-njap-site.gfe-active.gfe-checkout-page #box_now_selected_locker_details {
  border-color: var(--gfe-njap-pink);
  background-color: #fff5f8;
}

body.gfe-njap-site.gfe-active.woocommerce-checkout #box_now_selected_locker_details .locker-title,
body.gfe-njap-site.gfe-active.gfe-checkout-page #box_now_selected_locker_details .locker-title {
  color: var(--gfe-njap-pink);
}

body.gfe-active:not(.gfe-njap-site).woocommerce-checkout #box_now_delivery_button,
body.gfe-active:not(.gfe-njap-site).gfe-checkout-page #box_now_delivery_button,
body.gfe-active:not(.gfe-njap-site).woocommerce-checkout #box_now_delivery_button_blocks,
body.gfe-active:not(.gfe-njap-site).gfe-checkout-page #box_now_delivery_button_blocks,
body.gfe-active:not(.gfe-njap-site).woocommerce-checkout .plugin-boxnow-map .button-to-open-map,
body.gfe-active:not(.gfe-njap-site).gfe-checkout-page .plugin-boxnow-map .button-to-open-map {
  background-color: var(--gfe-green) !important;
  color: #fff !important;
}

body.gfe-active:not(.gfe-njap-site).woocommerce-checkout #box_now_delivery_button:hover,
body.gfe-active:not(.gfe-njap-site).gfe-checkout-page #box_now_delivery_button:hover,
body.gfe-active:not(.gfe-njap-site).woocommerce-checkout #box_now_delivery_button_blocks:hover,
body.gfe-active:not(.gfe-njap-site).gfe-checkout-page #box_now_delivery_button_blocks:hover,
body.gfe-active:not(.gfe-njap-site).woocommerce-checkout .plugin-boxnow-map .button-to-open-map:hover,
body.gfe-active:not(.gfe-njap-site).gfe-checkout-page .plugin-boxnow-map .button-to-open-map:hover {
  background-color: var(--gfe-green-dark) !important;
}

body.gfe-active:not(.gfe-njap-site).woocommerce-checkout #box_now_selected_locker_details,
body.gfe-active:not(.gfe-njap-site).gfe-checkout-page #box_now_selected_locker_details {
  border-color: var(--gfe-green);
  background-color: #f0faf5;
}

body.gfe-active:not(.gfe-njap-site).woocommerce-checkout #box_now_selected_locker_details .locker-title,
body.gfe-active:not(.gfe-njap-site).gfe-checkout-page #box_now_selected_locker_details .locker-title {
  color: var(--gfe-green-dark);
}

body.gfe-active.woocommerce-checkout #billing_state_field,
body.gfe-active.gfe-checkout-page #billing_state_field,
body.gfe-active.woocommerce-account #billing_state_field,
body.gfe-active.woocommerce-account #shipping_state_field,
body.gfe-active.woocommerce-account .woocommerce-Address-state {
  display: none !important;
}

.gfe-shop-toolbar { display: none; align-items: center; justify-content: space-between; gap: 12px; margin: 0 0 16px; }
@media (max-width: 849px) {
  body.gfe-active .gfe-shop-toolbar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 30;
    margin: 0 0 12px;
    padding: 8px 0;
    background: var(--gfe-white);
    border-bottom: 1px solid var(--gfe-line);
  }

  body.gfe-active .gfe-shop-toolbar__hint {
    display: none;
  }
}

/* Flatsome duplicate filter toggle — keep GFE drawer only */
@media (max-width: 849px) {
  body.gfe-active .category-filtering,
  body.gfe-active .category-filter-row,
  body.gfe-active .filter-button,
  body.gfe-active a.filter-button {
    display: none !important;
  }
}

body.gfe-active.gfe-catalog-hub-page .category-filtering,
body.gfe-active.gfe-catalog-hub-page .category-filter-row,
body.gfe-active.gfe-catalog-hub-page .filter-button,
body.gfe-active.gfe-catalog-index-page .category-filtering,
body.gfe-active.gfe-catalog-index-page .category-filter-row,
body.gfe-active.gfe-catalog-index-page .filter-button {
  display: none !important;
}

body.gfe-active .woocommerce-no-products-found,
body.gfe-active.woocommerce-shop .shop-container .woocommerce-info,
body.gfe-active.woocommerce-tax-product_cat .category-page-row .woocommerce-info,
body.gfe-active.woocommerce-tax-product_tag .category-page-row .woocommerce-info {
  display: none !important;
}
.gfe-shop-toolbar__filters {
  border: 0;
  border-radius: 999px;
  min-height: 42px;
  padding: 0 18px;
  background: var(--gfe-green);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(79, 179, 127, 0.22);
}

.gfe-filter-drawer { position: fixed; inset: 0; z-index: 10000; }
.gfe-filter-drawer__backdrop { position: absolute; inset: 0; background: rgba(47,58,64,0.35); }
.gfe-filter-drawer__panel {
  position: absolute; top: 0; right: 0; width: min(92vw, 360px); height: 100%;
  background: #fff; overflow: auto; padding: 16px;
}
.gfe-filter-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gfe-line);
}
.gfe-filter-drawer__head strong {
  font-size: 16px;
  font-weight: 600;
  color: var(--gfe-ink);
}
.gfe-filter-drawer__head button {
  border: 0;
  background: transparent;
  color: var(--gfe-muted);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.gfe-filter-drawer__body .widget {
  display: block !important;
  margin-bottom: 18px;
}
.gfe-filter-drawer__body .widget-title {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gfe-ink);
}
.gfe-filter-drawer__body .price_slider {
  display: block !important;
}
body.gfe-drawer-open { overflow: hidden; }

/* Product thumbnail lightbox (cart, checkout, shop loops, orders — not single-product gallery) */
body.gfe-active .woocommerce-cart-form .product-thumbnail img,
body.gfe-active .woocommerce-cart-form__contents .product-thumbnail img,
body.gfe-active .cart_item .product-thumbnail img,
body.gfe-active .widget_shopping_cart .woocommerce-mini-cart-item img,
body.gfe-active .woocommerce-loop-product__link img,
body.gfe-active td.product-thumbnail img,
body.gfe-active .woocommerce-order-details img,
body.gfe-active .woocommerce-table--order-details img,
body.gfe-active .gfe-product-card__image img,
body.gfe-active img[data-gfe-lightbox] {
  cursor: zoom-in;
}

.gfe-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.gfe-image-lightbox[hidden] {
  display: none !important;
}

.gfe-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(47, 58, 64, 0.82);
  cursor: zoom-out;
}

.gfe-image-lightbox__stage {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: min(92vw, 960px);
  max-height: 92vh;
  cursor: zoom-out;
}

.gfe-image-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 92vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  object-fit: contain;
}

body.gfe-lightbox-open {
  overflow: hidden;
}

body.gfe-active.tax-product_brand .category-page-row > .col.large-3,
body.gfe-active.gfe-brand-page .category-page-row > .col.large-3,
body.gfe-active.tax-product_brand #shop-sidebar,
body.gfe-active.gfe-brand-page #shop-sidebar {
  display: none !important;
}

body.gfe-active.tax-product_brand .category-page-row > .col.large-9,
body.gfe-active.gfe-brand-page .category-page-row > .col.large-9 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

body.gfe-modern-home #content,
body.gfe-modern-home .slider-wrapper,
body.gfe-modern-home #content .section {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ——— Product cards (shop, related, sliders, upsells) ——— */
body.gfe-active .product-small .col-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.gfe-active .product-small.box {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  padding: 14px 14px 16px;
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line) !important;
  border-radius: var(--gfe-radius);
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.gfe-active .product-small .box-image,
body.gfe-active .product-small .box-text,
body.gfe-active .product-small .box-text-products {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.gfe-active .has-equal-box-heights .box-image,
body.gfe-active .has-equal-box-heights .product-small .box-image,
body.gfe-active .product-small .box-image {
  padding: 0 !important;
  padding-top: 0 !important;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: var(--gfe-bg);
  border-radius: var(--gfe-radius-sm);
}

body.gfe-active .product-small .box-image .image-fade_in_back {
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.gfe-active .product-small .box-image a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative !important;
  inset: auto !important;
  width: 100%;
  height: 100%;
  padding: 12px;
}

body.gfe-active .product-small .box-image img.attachment-woocommerce_thumbnail,
body.gfe-active .product-small .box-image img:not(.back-image):not(.show-on-hover),
body.gfe-active.woocommerce ul.products li.product .box-image img.attachment-woocommerce_thumbnail {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.gfe-active .product-small .box-image img.back-image,
body.gfe-active .product-small .box-image img.show-on-hover {
  display: none !important;
}

body.gfe-active .product-small .box-text {
  padding: 12px 2px 0 !important;
  flex: 1 1 auto;
}

body.gfe-active .product-small.col:hover .product-small.box,
body.gfe-active .product-small.box:hover {
  border-color: rgba(79, 179, 127, 0.28) !important;
  box-shadow: var(--gfe-shadow) !important;
}

body.gfe-active .product-small .title-wrapper,
body.gfe-active .product-small .price-wrapper,
body.gfe-active .product-small .name {
  font-weight: 500;
}

body.gfe-active .product-small .price {
  color: var(--gfe-ink) !important;
  font-weight: 600;
}

body.gfe-active .products .add-to-cart-button,
body.gfe-active .products .ajax_add_to_cart,
body.gfe-active .product-small .add-to-cart-button,
body.gfe-active .product-small .ajax_add_to_cart,
body.gfe-active .product-small .button {
  margin-top: 8px !important;
  padding: 0 !important;
  min-height: auto !important;
  background: transparent !important;
  color: var(--gfe-green-dark) !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.gfe-active .products .add-to-cart-button:hover,
body.gfe-active .products .ajax_add_to_cart:hover,
body.gfe-active .product-small .add-to-cart-button:hover,
body.gfe-active .product-small .ajax_add_to_cart:hover,
body.gfe-active .product-small .button:hover {
  color: var(--gfe-green) !important;
  background: transparent !important;
  opacity: 0.85;
}

body.gfe-active .product-small .box-text .added_to_cart {
  display: inline-block;
  margin-top: 6px;
  color: var(--gfe-green-dark);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

/* Flatsome product sliders: show arrows on hover, no edge shadow */
body.gfe-active .slider-nav-reveal .flickity-prev-next-button,
body.gfe-active .slider-nav-reveal .flickity-prev-next-button:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  top: 40% !important;
  bottom: 40% !important;
  width: 36px !important;
}

body.gfe-active .slider-nav-reveal .flickity-prev-next-button svg {
  margin-top: 0 !important;
}

/* Single product — hide long category breadcrumb trail */
body.gfe-active.single-product .product-page-title:not(.featured-title),
body.gfe-active.gfe-product-page .product-page-title:not(.featured-title) {
  display: none !important;
}

body.gfe-active.single-product .product-page-title.featured-title .woocommerce-breadcrumb,
body.gfe-active.gfe-product-page .product-page-title.featured-title .woocommerce-breadcrumb {
  display: none !important;
}

/* ——— Single product gallery — clean image area (no card frame) ——— */
body.gfe-active.single-product .woocommerce-product-gallery,
body.gfe-active.gfe-product-page .woocommerce-product-gallery {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.gfe-active.single-product .woocommerce-product-gallery:hover,
body.gfe-active.gfe-product-page .woocommerce-product-gallery:hover {
  border-color: transparent !important;
  box-shadow: none !important;
}

body.gfe-active.single-product .woocommerce-product-gallery__wrapper,
body.gfe-active.gfe-product-page .woocommerce-product-gallery__wrapper {
  background: transparent !important;
  border-radius: 0;
}

/* Stack thumbnails under main image (Flatsome default: left column after JS). */
body.gfe-active.single-product .product-gallery > .row.row-small,
body.gfe-active.gfe-product-page .product-gallery > .row.row-small {
  display: flex;
  flex-direction: column;
}

body.gfe-active.single-product .product-gallery .col.large-10,
body.gfe-active.gfe-product-page .product-gallery .col.large-10 {
  order: 1;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 280px;
  max-height: min(92vw, 520px);
}

body.gfe-active.single-product .product-gallery .col.large-2,
body.gfe-active.gfe-product-page .product-gallery .col.large-2 {
  order: 2;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  margin-top: 12px;
}

body.gfe-active.single-product .product-gallery .product-gallery-slider,
body.gfe-active.gfe-product-page .product-gallery .product-gallery-slider,
body.gfe-active.single-product .product-gallery .woocommerce-product-gallery,
body.gfe-active.gfe-product-page .product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
}

body.gfe-active.single-product .product-gallery .product-gallery-slider .flickity-viewport,
body.gfe-active.gfe-product-page .product-gallery .product-gallery-slider .flickity-viewport {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  transition: height 0.2s ease;
}

body.gfe-active.single-product .product-gallery .product-gallery-slider .flickity-slider,
body.gfe-active.gfe-product-page .product-gallery .product-gallery-slider .flickity-slider {
  height: 100% !important;
}

body.gfe-active.single-product .product-gallery .product-gallery-slider .flickity-slider,
body.gfe-active.gfe-product-page .product-gallery .product-gallery-slider .flickity-slider {
  height: 100% !important;
}

/* Thumbnail strip: flat horizontal row (disable Flatsome flickity carousel squish). */
body.gfe-active.single-product .product-gallery .vertical-thumbnails,
body.gfe-active.gfe-product-page .product-gallery .vertical-thumbnails {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 12px;
  overflow: hidden;
}

body.gfe-active.single-product .product-gallery .product-thumbnails,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gfe-active.single-product .product-gallery .product-thumbnails .flickity-viewport,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails .flickity-viewport {
  height: auto !important;
  min-height: 76px;
  overflow: visible !important;
  width: 100% !important;
}

body.gfe-active.single-product .product-gallery .product-thumbnails .flickity-slider,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails .flickity-slider {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 8px;
  transform: none !important;
  left: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 76px;
  position: relative !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

body.gfe-active.single-product .product-gallery .product-thumbnails .flickity-slider > .col,
body.gfe-active.single-product .product-gallery .product-thumbnails .flickity-slider > .woocommerce-product-gallery__image,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails .flickity-slider > .col,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails .flickity-slider > .woocommerce-product-gallery__image {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  width: 72px !important;
  max-width: 72px !important;
  min-width: 72px !important;
  flex: 0 0 72px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.gfe-active.single-product .product-gallery .product-thumbnails .col,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails .col {
  flex: 0 0 72px;
  max-width: 72px;
  width: 72px;
  min-width: 72px;
}

body.gfe-active.single-product .product-gallery .product-thumbnails img,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails img {
  display: block;
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain !important;
  border: 1px solid var(--gfe-line);
  border-radius: 8px;
  background: var(--gfe-white);
  margin: 0 auto;
}

body.gfe-active.single-product .product-gallery .product-thumbnails .is-nav-selected img,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails .is-nav-selected img {
  border-color: var(--gfe-green);
  box-shadow: 0 0 0 1px rgba(79, 179, 127, 0.35);
}

body.gfe-active.single-product .product-gallery .product-thumbnails .flickity-button,
body.gfe-active.single-product .product-gallery .product-thumbnails .flickity-page-dots,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails .flickity-button,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails .flickity-page-dots {
  display: none !important;
}

body.gfe-active.single-product .product-gallery .product-thumbnails.gfe-thumbs-flat > .flickity-viewport,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails.gfe-thumbs-flat > .flickity-viewport {
  height: auto !important;
  overflow: visible !important;
}

body.gfe-active.single-product .product-gallery .product-thumbnails.gfe-thumbs-flat,
body.gfe-active.gfe-product-page .product-gallery .product-thumbnails.gfe-thumbs-flat {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Flickity fade: every slide fills the same square frame. */
body.gfe-active.single-product .product-gallery-slider.flickity-enabled .woocommerce-product-gallery__image,
body.gfe-active.gfe-product-page .product-gallery-slider.flickity-enabled .woocommerce-product-gallery__image,
body.gfe-active.single-product .product-gallery-slider .woocommerce-product-gallery__image,
body.gfe-active.gfe-product-page .product-gallery-slider .woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit;
  padding: 16px;
  box-sizing: border-box;
  background: var(--gfe-white) !important;
}

/* Before Flickity init, keep first slide visible without collapsing the frame. */
body.gfe-active.single-product .product-gallery-slider:not(.flickity-enabled) .woocommerce-product-gallery__image:not(:first-child),
body.gfe-active.gfe-product-page .product-gallery-slider:not(.flickity-enabled) .woocommerce-product-gallery__image:not(:first-child) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

body.gfe-active.single-product .product-gallery-slider:not(.flickity-enabled),
body.gfe-active.gfe-product-page .product-gallery-slider:not(.flickity-enabled) {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

body.gfe-active.single-product .product-gallery-slider:not(.flickity-enabled) .woocommerce-product-gallery__image:first-child,
body.gfe-active.gfe-product-page .product-gallery-slider:not(.flickity-enabled) .woocommerce-product-gallery__image:first-child {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

body.gfe-active.single-product .woocommerce-product-gallery__image,
body.gfe-active.gfe-product-page .woocommerce-product-gallery__image {
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--gfe-white) !important;
}

body.gfe-active.single-product .woocommerce-product-gallery__image img,
body.gfe-active.gfe-product-page .woocommerce-product-gallery__image img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  background: var(--gfe-white);
}

body.gfe-active.single-product .woocommerce-product-gallery__image a,
body.gfe-active.gfe-product-page .woocommerce-product-gallery__image a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

/* ——— WooCommerce blocks + blog embedded products ——— */
body.gfe-active .wc-block-grid__product,
body.gfe-active .wp-block-woocommerce-product-collection .wc-block-product,
body.gfe-active .wp-block-woocommerce-handpicked-products .wc-block-grid__product {
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  padding: 14px 14px 16px;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

body.gfe-active .wc-block-grid__product:hover,
body.gfe-active .wp-block-woocommerce-product-collection .wc-block-product:hover,
body.gfe-active .wp-block-woocommerce-handpicked-products .wc-block-grid__product:hover {
  border-color: rgba(79, 179, 127, 0.28);
  box-shadow: var(--gfe-shadow);
}

body.gfe-active .wc-block-grid__product-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none !important;
  color: var(--gfe-ink) !important;
}

body.gfe-active .wc-block-grid__product-image,
body.gfe-active .wc-block-product .wc-block-components-product-image {
  aspect-ratio: 1 / 1;
  background: var(--gfe-bg);
  border-radius: var(--gfe-radius-sm);
  display: grid;
  place-items: center;
  padding: 12px;
  overflow: hidden;
}

body.gfe-active .wc-block-grid__product-image img,
body.gfe-active .wc-block-product .wc-block-components-product-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

body.gfe-active .wc-block-grid__product-title,
body.gfe-active .wc-block-grid__product-price {
  font-size: 13px;
  line-height: 1.4;
}

body.gfe-active .wc-block-grid__product-price {
  font-weight: 600;
  color: var(--gfe-ink);
}

/* ——— Contact page ——— */
body.gfe-contact-page #content,
body.gfe-contact-page .blog-wrapper,
body.gfe-contact-page .error-404 {
  display: none !important;
}

.gfe-contact {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(32px, 6vw, 56px);
}

.gfe-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
  align-items: stretch;
  max-width: var(--gfe-max);
  margin: 0 auto;
  padding: clamp(20px, 4vw, 40px) clamp(16px, 3vw, 24px) 0;
  min-height: 0;
  background: var(--gfe-white);
}

@media (max-width: 900px) {
  .gfe-contact-hero {
    grid-template-columns: 1fr;
    padding-top: 16px;
  }
}

.gfe-contact-hero__media {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  min-height: clamp(280px, 52vw, 520px);
  padding: clamp(10px, 1.6vw, 16px);
  overflow: hidden;
  border-radius: var(--gfe-radius-sm);
  background: var(--gfe-white);
}

.gfe-contact-hero__media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  display: block;
}

@media (min-width: 901px) {
  .gfe-contact-hero {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr);
  }

  .gfe-contact-hero__media {
    min-height: 100%;
    height: auto;
    padding: clamp(12px, 1.5vw, 18px);
  }

  .gfe-contact-hero__media img {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    object-fit: contain;
  }
}

.gfe-contact-hero__media iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: 300px;
  border: 0;
  display: block;
}

.gfe-contact-hero__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: clamp(20px, 3vw, 36px);
  border-left: 1px solid var(--gfe-line);
}

@media (max-width: 900px) {
  .gfe-contact-hero__panel {
    border-left: 0;
    border-top: 1px solid var(--gfe-line);
  }
}

.gfe-contact-hero__title {
  margin: 0;
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--gfe-ink);
}

.gfe-contact-hero__lead {
  margin: 0;
  color: var(--gfe-muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 44ch;
}

.gfe-contact-details {
  margin: 4px 0 0;
  display: grid;
  gap: 14px;
}

.gfe-contact-details__row {
  display: grid;
  gap: 4px;
}

.gfe-contact-details dt {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gfe-green-dark);
}

.gfe-contact-details dd {
  margin: 0;
  display: grid;
  gap: 2px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--gfe-ink);
}

.gfe-contact-details dd a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.gfe-contact-details dd a:hover {
  color: var(--gfe-green-dark);
}

.gfe-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.gfe-contact-pickup {
  padding: clamp(36px, 6vw, 56px) 0;
}

.gfe-contact-pickup__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  max-width: var(--gfe-max);
}

.gfe-contact-pickup h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 3.5vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.gfe-contact-pickup p {
  margin: 0;
  max-width: 52ch;
  color: var(--gfe-muted);
  font-size: 15px;
  line-height: 1.6;
}

.gfe-contact-map {
  padding-bottom: clamp(40px, 7vw, 72px);
}

@media (max-width: 849px) {
  body.gfe-contact-page .gfe-contact-map {
    padding-bottom: clamp(40px, 7vw, 72px);
  }
}

.gfe-contact-map__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gfe-contact-map__head h2 {
  margin: 0;
  font-size: clamp(20px, 3.5vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.gfe-contact-map__frame {
  border-radius: var(--gfe-radius);
  overflow: hidden;
  border: 1px solid var(--gfe-line);
  box-shadow: var(--gfe-shadow);
  background: var(--gfe-teal-soft);
  aspect-ratio: 16 / 9;
}

.gfe-contact-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 480px) {
  .gfe-contact-hero__actions .gfe-btn,
  .gfe-contact-pickup__inner .gfe-btn {
    flex: 1 1 100%;
  }
}

/* ——— Payment methods page ——— */
body.gfe-payment-methods-page #content,
body.gfe-payment-methods-page .blog-wrapper,
body.gfe-payment-methods-page .error-404 {
  display: none !important;
}

.gfe-payment-methods {
  position: relative;
  z-index: 1;
  background: var(--gfe-white);
}

.gfe-info-page .container,
.gfe-payment-methods .container {
  width: 100%;
  max-width: var(--gfe-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 4vw, 24px);
  padding-right: clamp(16px, 4vw, 24px);
  box-sizing: border-box;
}

.gfe-payment-methods__intro {
  padding-top: clamp(28px, 5vw, 44px);
  padding-bottom: clamp(8px, 2vw, 16px);
}

.gfe-payment-methods__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4.5vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.gfe-payment-methods__lead {
  margin: 0;
  max-width: 58ch;
  color: var(--gfe-muted);
  font-size: clamp(15px, 2.2vw, 17px);
  line-height: 1.55;
}

.gfe-payment-methods__body {
  padding-top: clamp(24px, 4vw, 36px);
  padding-bottom: clamp(40px, 7vw, 72px);
}

@media (max-width: 849px) {
  body.gfe-payment-methods-page .gfe-payment-methods__body {
    padding-bottom: clamp(40px, 7vw, 72px);
  }
}

.gfe-payment-methods__list {
  display: grid;
  gap: 14px;
}

@media (min-width: 768px) {
  .gfe-payment-methods__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

.gfe-payment-method {
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  background: var(--gfe-white);
}

.gfe-payment-method__title {
  margin: 0 0 10px;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gfe-payment-method__text {
  margin: 0;
  color: var(--gfe-ink);
  font-size: 14px;
  line-height: 1.55;
}

.gfe-payment-method__note {
  margin: 12px 0 0;
  color: var(--gfe-muted);
  font-size: 13px;
  font-weight: 600;
}

.gfe-info-page__prose {
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  color: var(--gfe-ink);
  font-size: 15px;
  line-height: 1.65;
}

.gfe-info-page__prose > :first-child {
  margin-top: 0;
}

.gfe-info-page__prose p,
.gfe-info-page__prose ul,
.gfe-info-page__prose ol {
  margin: 0 0 1em;
}

.gfe-info-page__prose h2,
.gfe-info-page__prose h3,
.gfe-info-page__prose h4 {
  margin: 1.6em 0 0.65em;
  font-size: clamp(16px, 2.4vw, 20px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.gfe-info-page__prose h2:first-child,
.gfe-info-page__prose h3:first-child {
  margin-top: 0;
}

.gfe-info-page__prose ul,
.gfe-info-page__prose ol {
  padding-left: 1.25em;
}

.gfe-info-page__prose li + li {
  margin-top: 0.35em;
}

.gfe-info-page__prose a {
  color: var(--gfe-green-dark);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gfe-info-page__prose .page-header-wrapper,
.gfe-info-page__prose .page-title,
.gfe-info-page__prose .featured-title,
.gfe-info-page__prose .is-divider {
  display: none !important;
}

.gfe-info-card__html ul {
  margin: 0;
  padding-left: 1.1em;
}

.gfe-info-card__html li + li {
  margin-top: 0.45em;
}

@media (max-width: 849px) {
  body.gfe-info-page-active .gfe-info-page__body {
    padding-bottom: clamp(40px, 7vw, 72px);
  }
}

/* ——— GDPR request form ——— */
body.gfe-info-gdpr-page .gfe-info-page__intro {
  text-align: center;
}

body.gfe-info-gdpr-page .gfe-info-page__lead {
  margin-left: auto;
  margin-right: auto;
}

body.gfe-info-gdpr-page .gfe-info-page__prose {
  width: 100%;
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  overflow-wrap: break-word;
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-box {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: min(640px, 100%);
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  background: var(--gfe-white);
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-box h2 {
  margin-top: 0;
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form {
  width: 100%;
  max-width: min(640px, 100%);
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  padding: clamp(18px, 3vw, 24px);
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  background: var(--gfe-white);
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form label,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form label {
  display: block;
  margin: 14px 0 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gfe-ink);
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form input[type="text"],
body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form input[type="email"],
body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form textarea,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form input[type="text"],
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form input[type="email"],
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gfe-line);
  border-radius: 12px;
  background: var(--gfe-white);
  color: var(--gfe-ink);
  font-size: 15px;
  line-height: 1.4;
  font-family: inherit;
  box-sizing: border-box;
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form select,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  height: auto;
  padding: 10px 40px 10px 14px;
  border: 1px solid var(--gfe-line);
  border-radius: 12px;
  background-color: var(--gfe-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%232f3a40' d='M1.4.7 6 5.3 10.6.7 12 2.1 6 8.1 0 2.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
  color: var(--gfe-ink);
  font-size: 15px;
  line-height: 1.4;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
  white-space: normal;
  text-overflow: ellipsis;
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form input[type="text"]:focus,
body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form input[type="email"]:focus,
body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form select:focus,
body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form textarea:focus,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form input[type="text"]:focus,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form input[type="email"]:focus,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form select:focus,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form textarea:focus {
  outline: none;
  border-color: var(--gfe-green);
  box-shadow: 0 0 0 3px rgba(79, 179, 127, 0.15);
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form textarea,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form textarea {
  min-height: 120px;
  resize: vertical;
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form .gdpr-manager-radio,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form .gdpr-manager-radio,
body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form p:has(input[type="radio"]),
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form p:has(input[type="radio"]) {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.45;
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form input[type="radio"],
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form input[type="radio"] {
  width: auto;
  margin-top: 3px;
  accent-color: var(--gfe-green);
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-note {
  font-size: 13px;
  color: var(--gfe-muted);
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form button[type="submit"],
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form button[type="submit"],
body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form .button,
body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 16px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--gfe-green) !important;
  color: #fff !important;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-success,
body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-error {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 12px;
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-success {
  background: var(--gfe-teal-soft);
  border: 1px solid rgba(79, 179, 127, 0.35);
}

body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-error {
  background: #fff0f0;
  border: 1px solid #e3b5b5;
}

@media (max-width: 849px) {
  body.gfe-info-gdpr-page .gfe-info-page {
    overflow-x: clip;
  }

  body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-box,
  body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form,
  body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form {
    padding: 16px;
    border-radius: var(--gfe-radius-sm);
  }

  body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-box h2 {
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form select,
  body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form select {
    font-size: 14px;
    line-height: 1.35;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form .gdpr-manager-radio,
  body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form .gdpr-manager-radio,
  body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form p:has(input[type="radio"]),
  body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form p:has(input[type="radio"]) {
    flex-direction: row;
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

  body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form button[type="submit"],
  body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form button[type="submit"],
  body.gfe-info-gdpr-page .gfe-info-page__prose .gdpr-manager-form .button,
  body.gfe-info-gdpr-page .gfe-info-page__prose form.gdpr-manager-form .button {
    width: 100%;
    margin-top: 18px;
  }
}

/* ——— Track order page ——— */
body.gfe-track-order-page #content,
body.gfe-track-order-page .blog-wrapper,
body.gfe-track-order-page .error-404,
body.gfe-track-order-page.page-template-page-my-account main {
  display: none !important;
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-MyAccount-navigation,
body.gfe-track-order-page .gfe-info-page__prose .woocommerce-account-login,
body.gfe-track-order-page .gfe-info-page__prose .author,
body.gfe-track-order-page .gfe-info-page__prose .entry-meta,
body.gfe-track-order-page .gfe-info-page__prose .page-header-wrapper,
body.gfe-track-order-page .gfe-info-page__prose .featured-title {
  display: none !important;
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order {
  max-width: 520px;
  margin: 0;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  background: var(--gfe-white);
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order > p:first-of-type {
  margin-top: 0;
  color: var(--gfe-muted);
  font-size: 15px;
  line-height: 1.55;
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order .form-row {
  margin-bottom: 14px;
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gfe-ink);
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order input.input-text {
  width: 100%;
  border: 1px solid var(--gfe-line);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.4;
  background: var(--gfe-white);
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order input.input-text:focus {
  outline: 2px solid rgba(79, 179, 127, 0.35);
  outline-offset: 1px;
  border-color: var(--gfe-green);
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order button[type="submit"],
body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order .button {
  margin-top: 4px;
  border: 0;
  border-radius: var(--gfe-radius);
  padding: 12px 24px;
  background: var(--gfe-green);
  color: var(--gfe-white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order button[type="submit"]:hover,
body.gfe-track-order-page .gfe-info-page__prose .woocommerce-form-track-order .button:hover {
  background: var(--gfe-green-dark);
}

@media (max-width: 849px) {
  body.gfe-track-order-page .gfe-info-page__body {
    padding-bottom: clamp(40px, 7vw, 72px);
  }
}

/* ——— Catalog hub (ofarmakopoiosmou-style) ——— */
.gfe-catalog-index,
.gfe-catalog-hub {
  margin: 0 0 clamp(28px, 5vw, 48px);
}

.gfe-catalog-index__head,
.gfe-catalog-hub__head {
  padding: clamp(20px, 4vw, 32px) 0 clamp(16px, 3vw, 24px);
  position: relative;
  z-index: 2;
}

.gfe-catalog-hub__head-inner {
  display: grid;
  gap: 20px;
  align-items: start;
}

@media (min-width: 768px) {
  .gfe-catalog-hub__head-inner {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
    gap: clamp(24px, 4vw, 48px);
  }
}

@media (min-width: 1024px) {
  .gfe-catalog-hub__head-inner {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  }
}

.gfe-catalog-hub__head-copy {
  min-width: 0;
}

.gfe-catalog-hub__banner {
  margin: 0;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(156, 203, 203, 0.28);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gfe-white);
  align-self: start;
  justify-self: end;
}

@media (max-width: 767px) {
  .gfe-catalog-hub__banner {
    max-width: min(280px, 72vw);
    justify-self: center;
  }
}

.gfe-catalog-hub__banner img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 5px;
  display: block;
  box-sizing: border-box;
  background: linear-gradient(145deg, #f4faf7 0%, #eef8f2 100%);
  border-radius: 10px;
}

.gfe-catalog-hub__banner--teal img {
  background: linear-gradient(145deg, #f2f9f6 0%, #eaf5f2 100%);
}

.gfe-catalog-hub__banner--soft img {
  background: linear-gradient(145deg, #f4faf7 0%, #eef8f2 100%);
}

.gfe-catalog-hub__banner--warm img {
  background: linear-gradient(145deg, #faf8f4 0%, #f4faf7 100%);
}

.gfe-catalog-hub__banner--teal {
  background: var(--gfe-white);
  border-color: rgba(96, 168, 154, 0.22);
}

.gfe-catalog-hub__banner--soft {
  background: var(--gfe-white);
  border-color: rgba(156, 203, 203, 0.28);
}

.gfe-catalog-hub__banner--warm {
  background: var(--gfe-white);
  border-color: rgba(210, 196, 176, 0.28);
}

.gfe-catalog-hub__banner-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.gfe-catalog-hub__banner-disc {
  width: 42%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 32px rgba(47, 58, 64, 0.1);
}

.gfe-catalog-index__title,
.gfe-catalog-hub__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--gfe-ink);
}

.gfe-catalog-index__lead {
  margin: 10px 0 0;
  max-width: 52ch;
  color: var(--gfe-muted);
  font-size: 15px;
  line-height: 1.6;
}

.gfe-catalog-hub__desc,
.gfe-catalog-hub__column-desc,
body.gfe-active .term-description,
body.gfe-active .taxonomy-description {
  color: var(--gfe-muted);
  font-size: 14px;
  line-height: 1.65;
}

.gfe-catalog-hub__desc {
  margin: 10px 0 0;
  max-width: 58ch;
}

body.gfe-active .term-description,
body.gfe-active .taxonomy-description {
  max-width: var(--gfe-max);
  margin: 0 auto 20px;
  padding: 0 16px;
}

body.gfe-catalog-hub-page .term-description,
body.gfe-catalog-hub-page .taxonomy-description,
body.gfe-catalog-index-page .term-description,
body.gfe-catalog-index-page .taxonomy-description {
  display: none !important;
}

.gfe-catalog-hub__grid {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 3vw, 28px) 0 clamp(12px, 3vw, 24px);
}

@media (min-width: 640px) {
  .gfe-catalog-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  .gfe-catalog-hub__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

.gfe-catalog-hub__card {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  padding: 18px 18px 14px;
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gfe-catalog-hub__card:hover {
  border-color: rgba(79, 179, 127, 0.28);
  box-shadow: var(--gfe-shadow);
}

.gfe-catalog-hub__card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  margin-bottom: 14px;
}

.gfe-catalog-hub__visual {
  width: 92px;
  height: 92px;
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--gfe-bg);
  border: 1px solid var(--gfe-line);
  flex-shrink: 0;
}

.gfe-catalog-hub__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  display: block;
  box-sizing: border-box;
  transition: transform 0.25s ease;
}

.gfe-catalog-hub__card-head:hover .gfe-catalog-hub__visual img {
  transform: scale(1.04);
}

.gfe-catalog-hub__visual--brand {
  border: 0;
  padding: 0;
}

.gfe-catalog-hub__visual--teal {
  background: linear-gradient(145deg, #dff0ea 0%, #9ccbcb 52%, #60a89a 100%);
}

.gfe-catalog-hub__visual--soft {
  background: linear-gradient(145deg, #eef8f2 0%, #dff0ea 100%);
}

.gfe-catalog-hub__visual--warm {
  background: linear-gradient(145deg, #faf6f0 0%, #eef8f2 100%);
}

.gfe-catalog-hub__visual-disc {
  width: 62%;
  height: 62%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(47, 58, 64, 0.08);
}

.gfe-catalog-hub__visual-disc,
.gfe-catalog-hub__banner-disc,
.gfe-category-card__fallback {
  background-repeat: no-repeat;
  background-position: center;
}

.gfe-catalog-hub__visual-disc {
  background-size: 56%;
}

.gfe-catalog-hub__banner-disc {
  background-size: 58%;
}

.gfe-category-card__fallback {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.96);
  background-size: 62%;
}

.gfe-catalog-hub__visual-disc--patch,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--patch,
.gfe-category-card__fallback--patch {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Ccircle cx='16' cy='16' r='9'/%3E%3Ccircle cx='16' cy='16' r='3'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--beauty,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--beauty,
.gfe-category-card__fallback--beauty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M16 6v20M6 16h20M9 9l14 14M23 9L9 23'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--skin,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--skin,
.gfe-category-card__fallback--skin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Cpath d='M16 6c-4 6-8 10-8 14a8 8 0 0 0 16 0c0-4-4-8-8-14z'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--body,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--body,
.gfe-category-card__fallback--body {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Crect x='10' y='8' width='12' height='18' rx='6'/%3E%3Cpath d='M13 14h6M13 18h6'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--hair,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--hair,
.gfe-category-card__fallback--hair {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M6 18c4-4 8-4 10 0s6 4 10 0M8 24c3-3 6-3 8 0s5 3 8 0'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--baby,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--baby,
.gfe-category-card__fallback--baby {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Crect x='12' y='10' width='8' height='14' rx='3'/%3E%3Cpath d='M14 8h4v2h-4z'/%3E%3Cpath d='M13 16h6'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--pet,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--pet,
.gfe-category-card__fallback--pet {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Cellipse cx='16' cy='19' rx='5' ry='4'/%3E%3Ccircle cx='10' cy='11' r='2.5'/%3E%3Ccircle cx='16' cy='8' r='2.5'/%3E%3Ccircle cx='22' cy='11' r='2.5'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--device,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--device,
.gfe-category-card__fallback--device {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Crect x='8' y='8' width='16' height='16' rx='3'/%3E%3Cpath d='M16 12v8M12 16h8'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--vitamin,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--vitamin,
.gfe-category-card__fallback--vitamin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Crect x='9' y='12' width='6' height='12' rx='3'/%3E%3Crect x='17' y='12' width='6' height='12' rx='3'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--ortho,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--ortho,
.gfe-category-card__fallback--ortho {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Crect x='8' y='12' width='16' height='10' rx='2'/%3E%3Cpath d='M16 12v10M8 17h16'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--season,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--season,
.gfe-category-card__fallback--season {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='16' cy='16' r='5'/%3E%3Cpath d='M16 5v4M16 23v4M5 16h4M23 16h4M8 8l3 3M21 21l3 3M24 8l-3 3M11 21l-3 3'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--rx,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--rx,
.gfe-category-card__fallback--rx {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M9 8h8a5 5 0 0 1 0 10H12l10 8'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--eye,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--eye,
.gfe-category-card__fallback--eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Cpath d='M4 16s4-8 12-8 12 8 12 8-4 8-12 8-12-8-12-8z'/%3E%3Ccircle cx='16' cy='16' r='3'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--oral,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--oral,
.gfe-category-card__fallback--oral {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Cpath d='M12 8h8l2 6-2 12h-8l-2-12 2-6z'/%3E%3Cpath d='M13 14h6'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--leaf,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--leaf,
.gfe-category-card__fallback--leaf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Cpath d='M16 6c-8 8-10 14-10 18 4 0 8-2 10-6 2 4 6 6 10 6 0-4-2-10-10-18z'/%3E%3Cpath d='M16 18v8'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--face,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--face,
.gfe-category-card__fallback--face {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Ccircle cx='16' cy='16' r='9'/%3E%3Ccircle cx='12.5' cy='14' r='1.2' fill='%232f6b5f'/%3E%3Ccircle cx='19.5' cy='14' r='1.2' fill='%232f6b5f'/%3E%3Cpath d='M12 20c2 2 6 2 8 0' stroke-linecap='round'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--hands,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--hands,
.gfe-category-card__fallback--hands {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M12 18V10a1.5 1.5 0 0 1 3 0v8M15 18V8a1.5 1.5 0 0 1 3 0v10M18 18v-6a1.5 1.5 0 0 1 3 0v8M21 20v-4a1.5 1.5 0 0 1 3 0v6c0 3-2 5-5 5h-4c-3 0-5-2-5-5v-2'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--bottle,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--bottle,
.gfe-category-card__fallback--bottle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Cpath d='M13 8h6v3h-6zM12 11h8l-2 15H14L12 11z'/%3E%3Ccircle cx='16' cy='18' r='2'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--nursing,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--nursing,
.gfe-category-card__fallback--nursing {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M16 26c-4-3-8-7-8-12a4 4 0 0 1 8 0 4 4 0 0 1 8 0c0 5-4 9-8 12z'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--rattle,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--rattle,
.gfe-category-card__fallback--rattle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Ccircle cx='16' cy='12' r='5'/%3E%3Cpath d='M16 17v8M13 25h6' stroke-linecap='round'/%3E%3Ccircle cx='14' cy='11' r='1' fill='%232f6b5f'/%3E%3Ccircle cx='18' cy='13' r='1' fill='%232f6b5f'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--child,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--child,
.gfe-category-card__fallback--child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='16' cy='9' r='3'/%3E%3Cpath d='M10 26v-6l6-4 6 4v6'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--yoga,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--yoga,
.gfe-category-card__fallback--yoga {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M8 24c4-8 8-12 8-16s4 8 8 16'/%3E%3Ccircle cx='16' cy='8' r='2.5'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--band,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--band,
.gfe-category-card__fallback--band {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M6 20c6-8 14-8 20 0M8 24c5-5 11-5 16 0'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--tube,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--tube,
.gfe-category-card__fallback--tube {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M8 16h16M8 16l-2-4M24 16l2-4M8 16l-2 4M24 16l2 4'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--ball,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--ball,
.gfe-category-card__fallback--ball {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8'%3E%3Ccircle cx='16' cy='16' r='9'/%3E%3Cpath d='M10 12c4 2 8 2 12 0M10 20c4-2 8-2 12 0'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--sun,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--sun,
.gfe-category-card__fallback--sun {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='16' cy='16' r='5'/%3E%3Cpath d='M16 5v3M16 24v3M5 16h3M24 16h3M8.5 8.5l2 2M21.5 21.5l2 2M23.5 8.5l-2 2M10.5 21.5l-2 2'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--home,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--home,
.gfe-category-card__fallback--home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M6 14l10-7 10 7v12H6z'/%3E%3Cpath d='M13 26v-7h6v7'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--snow,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--snow,
.gfe-category-card__fallback--snow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M16 5v22M8 9l16 14M24 9L8 23M6 16h20M10 7l12 18M22 7L10 25'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--fitness,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--fitness,
.gfe-category-card__fallback--fitness {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='4' y='12' width='4' height='8' rx='1'/%3E%3Crect x='24' y='12' width='4' height='8' rx='1'/%3E%3Cpath d='M8 16h16M6 14v4M26 14v4'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--lab,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--lab,
.gfe-category-card__fallback--lab {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M12 8h8v4l-4 14-4-14v-4z'/%3E%3Cpath d='M10 26h12'/%3E%3Cpath d='M14 14h4'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--packaging,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--packaging,
.gfe-category-card__fallback--packaging {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M8 12l8-4 8 4v12l-8 4-8-4V12z'/%3E%3Cpath d='M16 8v20M8 12l8 4 8-4'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--flask,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--flask,
.gfe-category-card__fallback--flask {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M13 7h6l-2 10 2 10H13l2-10-2-10z'/%3E%3Cpath d='M11 27h10'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--diy,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--diy,
.gfe-category-card__fallback--diy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M8 24l12-12M20 12l4-4M14 18l-4 4M18 8l2 2'/%3E%3Cpath d='M6 26l4-1 1-4-3-3-4 1-1 4 3 3z'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--firstaid,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--firstaid,
.gfe-category-card__fallback--firstaid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Crect x='8' y='8' width='16' height='16' rx='2'/%3E%3Cpath d='M16 12v8M12 16h8'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--medequip,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--medequip,
.gfe-category-card__fallback--medequip {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='10' cy='22' r='3'/%3E%3Cpath d='M13 21c2-6 6-9 11-9'/%3E%3Ccircle cx='24' cy='12' r='3'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--patient,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--patient,
.gfe-category-card__fallback--patient {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 22h20M8 22v-5h7v5M17 22v-8h7v8'/%3E%3Cpath d='M8 17h7'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--healthcross,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--healthcross,
.gfe-category-card__fallback--healthcross {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M16 7v18M7 16h18'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--heart,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--heart,
.gfe-category-card__fallback--heart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M16 26c-4-3-8-7-8-12a4 4 0 0 1 8 0 4 4 0 0 1 8 0c0 5-4 9-8 12z'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--shield,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--shield,
.gfe-category-card__fallback--shield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linejoin='round'%3E%3Cpath d='M16 5l9 4v8c0 5.5-3.8 9.8-9 11.5C10.8 26.8 7 22.5 7 17V9l9-4z'/%3E%3Cpath d='M12 16l3 3 6-6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__visual-disc--wellness,
.gfe-catalog-hub__banner-disc.gfe-catalog-hub__visual-disc--wellness,
.gfe-category-card__fallback--wellness {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none' stroke='%232f6b5f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='9'/%3E%3Cpath d='M11 16c0-2 2-4 5-4s5 2 5 4-2 4-5 4-5-2-5-4z'/%3E%3C/svg%3E");
}

.gfe-catalog-hub__card-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.35;
  color: var(--gfe-ink);
}

.gfe-catalog-hub__card-lead {
  margin: -6px 0 12px;
  color: var(--gfe-muted);
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gfe-catalog-hub__links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--gfe-line);
  display: grid;
}

.gfe-catalog-hub__links li + li {
  border-top: 1px solid var(--gfe-line);
}

.gfe-catalog-hub__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: var(--gfe-muted);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.45;
  transition: color 0.15s ease;
}

.gfe-catalog-hub__links a::after {
  content: "→";
  color: var(--gfe-green-dark);
  opacity: 0.45;
  font-size: 12px;
  flex-shrink: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.gfe-catalog-hub__links a:hover,
.gfe-catalog-hub__links a:focus-visible {
  color: var(--gfe-green-dark);
}

.gfe-catalog-hub__links a:hover::after,
.gfe-catalog-hub__links a:focus-visible::after {
  opacity: 1;
  transform: translateX(2px);
}

.gfe-catalog-hub__shop-all {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--gfe-line);
  color: var(--gfe-green-dark);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.gfe-catalog-hub__shop-all:hover {
  color: var(--gfe-green);
}

body.gfe-catalog-hub-page .page-title,
body.gfe-catalog-index-page .page-title,
body.gfe-catalog-hub-page .shop-page-title,
body.gfe-catalog-index-page .shop-page-title {
  display: none !important;
}

/* Leaf category pages — premium back row (matches sidebar widget titles) */
body.gfe-active.gfe-category-back-page .shop-page-title {
  padding-top: 24px;
  padding-bottom: 0;
  margin-bottom: 0 !important;
  min-height: 0 !important;
  border-bottom: 0 !important;
}

body.gfe-active.gfe-category-back-page .shop-page-title .page-title-inner {
  padding-top: 0;
  padding-bottom: 4px;
  min-height: 0 !important;
  margin-bottom: 0;
}

body.gfe-active.gfe-category-back-page .shop-page-title .page-title-inner .flex-col {
  text-align: left !important;
  padding-bottom: 0;
}

body.gfe-active.gfe-category-back-page .shop-page-title .is-large {
  min-height: 0;
  text-align: left;
  padding: 0;
  margin: 0;
}

body.gfe-active.gfe-category-back-page .shop-page-title + #main,
body.gfe-active.gfe-category-back-page #main > .category-page-row {
  margin-top: 0 !important;
  padding-top: 6px !important;
}

body.gfe-active.gfe-category-back-page .category-page-row > .col.large-3 .sidebar-inner {
  padding-top: 0;
}

body.gfe-active.gfe-category-back-page .gfe-category-breadcrumb {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

body.gfe-active.gfe-category-back-page .gfe-category-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--gfe-ink);
  font-size: 1em;
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.15s ease;
}

body.gfe-active.gfe-category-back-page .gfe-category-breadcrumb a::before {
  content: '\2039';
  font-size: 1.15em;
  line-height: 1;
  color: var(--gfe-muted);
  margin-right: 1px;
  transition: color 0.15s ease;
}

body.gfe-active.gfe-category-back-page .gfe-category-breadcrumb a:hover,
body.gfe-active.gfe-category-back-page .gfe-category-breadcrumb a:focus-visible {
  color: var(--gfe-green-dark);
}

body.gfe-active.gfe-category-back-page .gfe-category-breadcrumb a:hover::before,
body.gfe-active.gfe-category-back-page .gfe-category-breadcrumb a:focus-visible::before {
  color: var(--gfe-green);
}

body.gfe-active.gfe-category-back-page .gfe-category-breadcrumb a ~ * {
  display: none !important;
}

@media (max-width: 849px) {
  body.gfe-active.gfe-category-back-page .shop-page-title {
    padding-top: 18px;
  }

  body.gfe-active.gfe-category-back-page .shop-page-title .page-title-inner {
    padding-bottom: 3px;
  }

  body.gfe-active.gfe-category-back-page #main > .category-page-row {
    padding-top: 5px !important;
  }
}

body.gfe-catalog-hub-page .gfe-shop-toolbar,
body.gfe-catalog-index-page .gfe-shop-toolbar,
body.gfe-catalog-hub-page ul.products,
body.gfe-catalog-index-page ul.products,
body.gfe-catalog-hub-page div.products,
body.gfe-catalog-index-page div.products,
body.gfe-catalog-hub-page .woocommerce-pagination,
body.gfe-catalog-index-page .woocommerce-pagination,
body.gfe-catalog-hub-page .woocommerce-result-count,
body.gfe-catalog-index-page .woocommerce-result-count,
body.gfe-catalog-hub-page .woocommerce-ordering,
body.gfe-catalog-index-page .woocommerce-ordering {
  display: none !important;
}

body.gfe-catalog-hub-page .category-page-row > .col.large-3,
body.gfe-catalog-index-page .category-page-row > .col.large-3,
body.gfe-catalog-hub-page #shop-sidebar,
body.gfe-catalog-index-page #shop-sidebar {
  display: none !important;
}

body.gfe-catalog-hub-page .category-page-row > .col.large-9,
body.gfe-catalog-index-page .category-page-row > .col.large-9 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* ——— Cookie banner: WPConsent — override plugin pink (#e9467b) with GFE greens ——— */
.cky-consent-container,
.cky-btn-revisit-wrapper,
.cky-modal,
.cky-overlay {
  display: none !important;
}

#wpconsent-root,
#wpconsent-container {
  --wpconsent-background: var(--gfe-white) !important;
  --wpconsent-text: var(--gfe-ink) !important;
  --wpconsent-outline-color: rgba(47, 58, 64, 0.15) !important;
  --wpconsent-accept-bg: var(--gfe-green) !important;
  --wpconsent-accept-color: var(--gfe-white) !important;
  --wpconsent-cancel-bg: var(--gfe-white) !important;
  --wpconsent-cancel-color: var(--gfe-ink) !important;
  --wpconsent-preferences-bg: var(--gfe-white) !important;
  --wpconsent-preferences-color: var(--gfe-ink) !important;
  --wpconsent-close-color: var(--gfe-muted) !important;
  --wpconsent-focus-outline-color: var(--gfe-green) !important;
}

#wpconsent-container::part(wpconsent-button-accept),
#wpconsent-container::part(wpconsent-preferences-accept-button) {
  background: var(--gfe-green) !important;
  border-color: var(--gfe-green) !important;
  color: var(--gfe-white) !important;
}

#wpconsent-container::part(wpconsent-button-cancel),
#wpconsent-container::part(wpconsent-button-preferences),
#wpconsent-container::part(wpconsent-preferences-cancel-button),
#wpconsent-container::part(wpconsent-preferences-close-button),
#wpconsent-container::part(wpconsent-preferences-save-button) {
  background: var(--gfe-white) !important;
  border-color: var(--gfe-line) !important;
  color: var(--gfe-ink) !important;
}

#wpconsent-container::part(wpconsent-settings-button) {
  background: var(--gfe-white) !important;
  color: var(--gfe-ink) !important;
  border: 1px solid var(--gfe-line) !important;
  box-shadow: var(--gfe-shadow) !important;
}

#wpconsent-container::part(wpconsent-settings-button):hover {
  border-color: var(--gfe-teal) !important;
}

.wpconsent-banner,
.wpconsent-preferences-modal,
.wpconsent-preferences-content {
  border-color: var(--gfe-line) !important;
  box-shadow: var(--gfe-shadow) !important;
}

.wpconsent-banner-title,
.wpconsent-banner-message,
.wpconsent-preferences-title,
.wpconsent-cookie-category-text,
.wpconsent-cookie-policy-text,
.wpconsent-preferences-accordion-header {
  color: var(--gfe-ink) !important;
}

.wpconsent-banner-message a,
.wpconsent-cookie-policy-text a,
.wpconsent-preferences-accordion-content a {
  color: var(--gfe-green-dark) !important;
}

.wpconsent-banner-button.wpconsent-accept-all,
.wpconsent-banner-button.wpconsent-accept-cookies,
.wpconsent-banner-button.wpconsent-save-preferences {
  background: var(--gfe-green) !important;
  border-color: var(--gfe-green) !important;
  color: var(--gfe-white) !important;
  font-weight: 600 !important;
}

.wpconsent-banner-button.wpconsent-accept-all:hover,
.wpconsent-banner-button.wpconsent-accept-cookies:hover,
.wpconsent-banner-button.wpconsent-save-preferences:hover {
  background: var(--gfe-green-dark) !important;
  border-color: var(--gfe-green-dark) !important;
}

.wpconsent-banner-button.wpconsent-cancel-all,
.wpconsent-banner-button.wpconsent-cancel-cookies,
.wpconsent-banner-button.wpconsent-close-preferences,
.wpconsent-banner-button.wpconsent-preferences-all {
  background: var(--gfe-white) !important;
  border-color: var(--gfe-line) !important;
  color: var(--gfe-ink) !important;
  font-weight: 600 !important;
}

.wpconsent-banner-button.wpconsent-cancel-all:hover,
.wpconsent-banner-button.wpconsent-cancel-cookies:hover,
.wpconsent-banner-button.wpconsent-close-preferences:hover,
.wpconsent-banner-button.wpconsent-preferences-all:hover {
  border-color: var(--gfe-teal) !important;
  color: var(--gfe-green-dark) !important;
}

.wpconsent-consent-floating-button,
.wpconsent-settings-button {
  background: var(--gfe-white) !important;
  color: var(--gfe-ink) !important;
  border: 1px solid var(--gfe-line) !important;
  box-shadow: var(--gfe-shadow) !important;
}

.wpconsent-consent-floating-button:hover,
.wpconsent-settings-button:hover {
  border-color: var(--gfe-teal) !important;
}

.wpconsent-consent-floating-button .wpconsent-icon path,
.wpconsent-settings-button svg path {
  fill: var(--gfe-ink) !important;
  stroke: var(--gfe-ink) !important;
}

.wpconsent-preferences-checkbox-toggle input:checked + .wpconsent-preferences-checkbox-toggle-slider,
.wpconsent-checkbox-toggle input:checked + .wpconsent-checkbox-toggle-slider {
  background: var(--gfe-green) !important;
}

.wpconsent-always-active {
  color: var(--gfe-green-dark) !important;
}

/* ===================================================================
   COMPACT HEADER — mobile & tablet (max-width: 991px)
   Desktop (992px+): logo + search + gfe-site-nav row unchanged
   =================================================================== */
@media (max-width: 991px) {
  body.gfe-active .gfe-site-nav {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.gfe-active .header-main {
    height: auto !important;
    min-height: 0 !important;
  }

  body.gfe-active .header-main .header-inner.flex-row {
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
    padding: 8px 12px 0 !important;
    flex-wrap: nowrap;
  }

  body.gfe-active .header-main .flex-col.show-for-medium.flex-left {
    display: flex !important;
    grid-column: 1;
    grid-row: 1;
  }

  body.gfe-active #logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    max-width: min(180px, 52vw);
  }

  body.gfe-active .header-main .flex-col.show-for-medium.flex-right {
    display: flex !important;
    grid-column: 3;
    grid-row: 1;
  }

  body.gfe-active .header-main .flex-col.hide-for-medium {
    display: none !important;
  }

  body.gfe-active #wide-nav {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 12px 8px !important;
    border: 0 !important;
    background: var(--gfe-white) !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.gfe-active #wide-nav .hide-for-medium,
  body.gfe-active #wide-nav .header-block {
    display: none !important;
  }

  body.gfe-active #wide-nav .flex-col.show-for-medium {
    display: block !important;
    width: 100%;
  }

  body.gfe-active #wide-nav .show-for-medium .header-bottom-nav {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  body.gfe-active #wide-nav .show-for-medium .nav-icon {
    flex: 0 0 auto;
  }

  body.gfe-active #wide-nav .show-for-medium .nav-icon > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    line-height: 1 !important;
    border-radius: 999px;
    background: var(--gfe-teal-soft);
    border: 1px solid rgba(156, 203, 203, 0.45);
  }

  body.gfe-active #wide-nav .show-for-medium .html.custom,
  body.gfe-active #wide-nav .show-for-medium .html_nav_position_text_top {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  body.gfe-active #wide-nav .show-for-medium .galenic-ai-search,
  body.gfe-active #wide-nav .show-for-medium .galenic-ai-search-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.gfe-active .header-wrapper {
    position: relative;
  }

  /* One hamburger only — hide mobile duplicate row in wide-nav */
  body.gfe-active #wide-nav .show-for-medium {
    display: none !important;
  }

  body.gfe-active #wide-nav {
    display: block !important;
    visibility: visible !important;
    position: absolute;
    left: 12px;
    top: var(--gfe-hamburger-top, 92px);
    width: 42px;
    height: 42px;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: 15;
    pointer-events: none;
  }

  body.gfe-active #wide-nav .flex-row.container {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 0;
  }

  body.gfe-active #wide-nav .hide-for-medium.flex-left {
    display: flex !important;
    pointer-events: auto;
  }

  body.gfe-active #wide-nav .hide-for-medium.flex-center,
  body.gfe-active #wide-nav .hide-for-medium.flex-right {
    display: none !important;
  }

  body.gfe-active #wide-nav .nav-icon > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0 !important;
    line-height: 1 !important;
    border-radius: 999px;
    background: var(--gfe-teal-soft);
    border: 1px solid rgba(156, 203, 203, 0.45);
    pointer-events: auto;
  }
}

/* Menu toggle — same circle + 3 dark lines on mobile & tablet (replaces Flatsome icon font) */
body.gfe-active a[data-open="#main-menu"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  padding: 0 !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  background: var(--gfe-teal-soft) !important;
  border: 1px solid rgba(156, 203, 203, 0.45) !important;
  color: var(--gfe-ink) !important;
  box-shadow: none !important;
}

body.gfe-active a[data-open="#main-menu"] .icon-menu {
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  width: 18px;
  height: 12px;
  display: block !important;
  position: relative;
  flex-shrink: 0;
  background: none !important;
}

body.gfe-active a[data-open="#main-menu"] .icon-menu::before,
body.gfe-active a[data-open="#main-menu"] .icon-menu::after {
  content: "" !important;
  font-family: inherit !important;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: #2f3a40 !important;
  color: transparent !important;
  border: 0 !important;
}

body.gfe-active a[data-open="#main-menu"] .icon-menu::before {
  top: 0;
  box-shadow: 0 5px 0 #2f3a40;
}

body.gfe-active a[data-open="#main-menu"] .icon-menu::after {
  bottom: 0;
}

/* ——— Footer (Flatsome dark → GFE light) ——— */
body.gfe-active #footer.footer-wrapper,
body.gfe-active #footer .footer-widgets.footer.dark,
body.gfe-active #footer .footer-2.dark,
body.gfe-active #footer .row.dark {
  background: var(--gfe-bg) !important;
  color: var(--gfe-ink) !important;
}

body.gfe-active #footer .absolute-footer.dark {
  background: var(--gfe-bg) !important;
  color: var(--gfe-muted) !important;
  border-top: 1px solid var(--gfe-line);
}

body.gfe-active #footer .widget-title {
  color: var(--gfe-ink) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.gfe-active #footer .is-divider {
  background-color: var(--gfe-line) !important;
  opacity: 1 !important;
}

body.gfe-active #footer .textwidget,
body.gfe-active #footer .custom-html-widget {
  color: var(--gfe-muted);
  line-height: 1.55;
}

body.gfe-active #footer a {
  color: var(--gfe-muted) !important;
  text-decoration: none;
}

body.gfe-active #footer a:hover,
body.gfe-active #footer a:focus-visible {
  color: var(--gfe-green-dark) !important;
}

body.gfe-active #footer .copyright-footer,
body.gfe-active #footer .copyright-footer strong {
  color: var(--gfe-muted) !important;
  font-weight: 500;
}

/* ——— Blog archive / listings (Flatsome) ——— */
body.gfe-blog-page #content,
body.gfe-blog-page .blog-wrapper {
  background: var(--gfe-bg) !important;
}

body.gfe-blog-page .blog-wrapper {
  padding-top: clamp(24px, 5vw, 40px);
  padding-bottom: clamp(40px, 8vw, 64px);
}

body.gfe-blog-page .archive-page-header,
body.gfe-blog-page .page-title-inner {
  text-align: left;
}

body.gfe-blog-page .archive-page-header .page-title,
body.gfe-blog-page .page-title-inner .page-title,
body.gfe-blog-page .archive-page-header h1 {
  color: var(--gfe-ink) !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
}

body.gfe-blog-page .archive-page-header .lead,
body.gfe-blog-page .taxonomy-description {
  color: var(--gfe-muted);
  font-size: 15px;
  line-height: 1.6;
  max-width: 62ch;
}

body.gfe-blog-page article.post,
body.gfe-blog-page .blog-post {
  background: var(--gfe-white);
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  padding: clamp(16px, 3vw, 24px);
  margin-bottom: clamp(20px, 4vw, 28px);
  box-shadow: none;
}

body.gfe-blog-page article.post .entry-title a,
body.gfe-blog-page .blog-post .entry-title a {
  color: var(--gfe-ink) !important;
  font-weight: 600;
  text-decoration: none;
}

body.gfe-blog-page article.post .entry-title a:hover,
body.gfe-blog-page .blog-post .entry-title a:hover {
  color: var(--gfe-green-dark) !important;
}

body.gfe-blog-page article.post .entry-meta,
body.gfe-blog-page .blog-post .entry-meta,
body.gfe-blog-page article.post .post-meta,
body.gfe-blog-page .blog-post .post-meta {
  color: var(--gfe-muted);
  font-size: 12px;
}

body.gfe-blog-page article.post .entry-summary,
body.gfe-blog-page .blog-post .entry-summary,
body.gfe-blog-page article.post .from_the_blog_excerpt,
body.gfe-blog-page .blog-post .from_the_blog_excerpt {
  color: var(--gfe-muted);
  font-size: 14px;
  line-height: 1.6;
}

body.gfe-blog-page .more-link,
body.gfe-blog-page a.gfe-blog-read-more,
body.gfe-blog-page .blog-posts .button.is-outline,
body.gfe-blog-page .blog-posts .button.is-outline.is-smaller,
body.gfe-blog-page .post-item .button.is-outline,
body.gfe-blog-page .post-item .button.is-outline.is-smaller,
body.gfe-blog-page .from_the_blog_comments .button.is-outline {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  background: var(--gfe-white) !important;
  color: var(--gfe-green-dark) !important;
  border: 1px solid rgba(79, 179, 127, 0.35) !important;
  box-shadow: none !important;
  margin-top: 12px;
}

body.gfe-blog-page .more-link:hover,
body.gfe-blog-page a.gfe-blog-read-more:hover,
body.gfe-blog-page .blog-posts .button.is-outline:hover,
body.gfe-blog-page .blog-posts .button.is-outline.is-smaller:hover,
body.gfe-blog-page .post-item .button.is-outline:hover,
body.gfe-blog-page .post-item .button.is-outline.is-smaller:hover,
body.gfe-blog-page .from_the_blog_comments .button.is-outline:hover {
  border-color: var(--gfe-green) !important;
  color: var(--gfe-green-dark) !important;
  background: var(--gfe-teal-soft) !important;
  opacity: 1 !important;
}

body.gfe-blog-page .page-numbers li .page-number,
body.gfe-blog-page .pagination .page-number {
  border-radius: 999px;
  border-color: var(--gfe-line);
  color: var(--gfe-ink);
}

body.gfe-blog-page .page-numbers li .page-number.current,
body.gfe-blog-page .pagination .page-number.current {
  background: var(--gfe-green) !important;
  border-color: var(--gfe-green) !important;
  color: #fff !important;
}

/* ——— Single post prev/next navigation ——— */
body.gfe-blog-page.single-post #nav-below .next-prev-nav {
  margin-top: clamp(24px, 4vw, 32px);
  border-color: var(--gfe-line) !important;
  background: var(--gfe-white);
  border-radius: var(--gfe-radius);
  overflow: hidden;
}

body.gfe-blog-page.single-post #nav-below .next-prev-nav > .flex-col {
  padding: 14px 16px;
}

body.gfe-blog-page.single-post #nav-below .next-prev-nav > .flex-col + .flex-col {
  border-left: 1px solid var(--gfe-line);
}

body.gfe-blog-page.single-post #nav-below .nav-prev:not(:has(.gfe-post-nav)),
body.gfe-blog-page.single-post #nav-below .nav-next:not(:has(.gfe-post-nav)) {
  display: none;
}

body.gfe-blog-page.single-post #nav-below .gfe-post-nav a {
  display: block;
  text-decoration: none;
  color: var(--gfe-ink);
}

body.gfe-blog-page.single-post #nav-below .gfe-post-nav a:hover {
  color: var(--gfe-green-dark);
}

body.gfe-blog-page.single-post #nav-below .gfe-post-nav__label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gfe-muted);
}

body.gfe-blog-page.single-post #nav-below .gfe-post-nav__row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

body.gfe-blog-page.single-post #nav-below .gfe-post-nav--next .gfe-post-nav__row {
  justify-content: flex-end;
  text-align: right;
}

body.gfe-blog-page.single-post #nav-below .gfe-post-nav__icon {
  flex: 0 0 auto;
  margin-top: 3px;
  font-size: 18px;
  line-height: 1;
  color: var(--gfe-green);
}

body.gfe-blog-page.single-post #nav-below .gfe-post-nav__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 549px) {
  body.gfe-blog-page.single-post #nav-below .next-prev-nav {
    flex-direction: column;
  }

  body.gfe-blog-page.single-post #nav-below .next-prev-nav > .flex-col + .flex-col {
    border-left: 0;
    border-top: 1px solid var(--gfe-line);
  }

  body.gfe-blog-page.single-post #nav-below .gfe-post-nav--next .gfe-post-nav__label,
  body.gfe-blog-page.single-post #nav-below .gfe-post-nav--next .gfe-post-nav__row {
    text-align: left;
    justify-content: flex-start;
  }

  body.gfe-blog-page.single-post #nav-below .gfe-post-nav--next .gfe-post-nav__row {
    flex-direction: row-reverse;
  }
}

/* ——— Shop empty state ——— */
.gfe-shop-empty {
  margin: 24px 0 40px;
  padding: 28px 24px;
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius);
  background: var(--gfe-white);
  text-align: center;
}

.gfe-shop-empty h2 {
  margin: 0 0 8px;
  font-size: 22px;
  color: var(--gfe-ink);
}

.gfe-shop-empty p {
  margin: 0 0 18px;
  color: var(--gfe-muted);
}

.gfe-shop-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

/* ——— Product trust block ——— */
.gfe-product-trust {
  list-style: none;
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--gfe-line);
  border-radius: var(--gfe-radius-sm);
  background: var(--gfe-bg);
}

.gfe-product-trust li {
  margin: 0 0 6px;
  font-size: 13px;
  color: var(--gfe-muted);
}

.gfe-product-trust li:last-child {
  margin-bottom: 0;
}

.gfe-product-trust a {
  color: var(--gfe-green-dark);
  text-decoration: none;
}

.gfe-product-trust a:hover {
  text-decoration: underline;
}

.sku-inline-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gfe-muted, #6b7780);
}

.sku-inline-label svg {
    flex: 0 0 auto;
    opacity: 0.75;
}

.gfe-product-help {
  margin: 10px 0 12px;
  font-size: 14px;
  color: var(--gfe-muted);
}

/* Single product — tighten gap between summary and description tabs */
body.gfe-active.single-product .product-main .row.content-row,
body.gfe-active.gfe-product-page .product-main .row.content-row {
  align-items: flex-start;
}

body.gfe-active.single-product .product-info.summary,
body.gfe-active.gfe-product-page .product-info.summary {
  align-self: flex-start;
  padding-bottom: 8px !important;
}

body.gfe-active.single-product .product-main,
body.gfe-active.gfe-product-page .product-main {
  padding-bottom: 12px !important;
}

body.gfe-active.single-product .product-footer,
body.gfe-active.gfe-product-page .product-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.gfe-active.single-product .product-footer > .container,
body.gfe-active.gfe-product-page .product-footer > .container {
  padding-top: 0 !important;
}

body.gfe-active.single-product .product-footer .woocommerce-tabs,
body.gfe-active.gfe-product-page .product-footer .woocommerce-tabs {
  margin-top: 0 !important;
  padding-top: 8px !important;
}

body.gfe-active.single-product .product-footer .woocommerce-tabs .tabs.wc-tabs,
body.gfe-active.gfe-product-page .product-footer .woocommerce-tabs .tabs.wc-tabs {
  margin-top: 2px;
}

.gfe-skroutz-buy {
  flex: 0 1 auto;
  min-width: 0;
}

body.gfe-active.single-product form.cart,
body.gfe-active.gfe-product-page form.cart {
  --gfe-cart-control-height: 48px;
  --gfe-cart-btn-font-size: 16px;
  --gfe-cart-btn-font-weight: 600;
  --gfe-cart-btn-letter-spacing: 0.02em;
  --gfe-cart-btn-row-gap: 4px;
  align-items: center;
  gap: 10px;
}

body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .single_add_to_cart_button,
body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .single_add_to_cart_button {
  margin-bottom: 0 !important;
}

body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy,
body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy {
  margin-top: 0 !important;
}

body.gfe-active.single-product form.cart .single_add_to_cart_button,
body.gfe-active.gfe-product-page form.cart .single_add_to_cart_button {
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: var(--gfe-cart-control-height) !important;
  height: var(--gfe-cart-control-height) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2 !important;
  font-size: var(--gfe-cart-btn-font-size) !important;
  font-weight: var(--gfe-cart-btn-font-weight) !important;
  letter-spacing: var(--gfe-cart-btn-letter-spacing) !important;
  box-shadow: 0 1px 3px rgba(79, 179, 127, 0.24) !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease !important;
}

body.gfe-active.single-product form.cart .single_add_to_cart_button:hover,
body.gfe-active.gfe-product-page form.cart .single_add_to_cart_button:hover,
body.gfe-active.single-product form.cart .single_add_to_cart_button:focus-visible,
body.gfe-active.gfe-product-page form.cart .single_add_to_cart_button:focus-visible {
  background: var(--gfe-green-dark) !important;
  color: #fff !important;
  box-shadow: 0 4px 14px rgba(79, 179, 127, 0.42) !important;
  transform: translateY(-1px);
}

body.gfe-active.single-product form.cart .single_add_to_cart_button:focus-visible,
body.gfe-active.gfe-product-page form.cart .single_add_to_cart_button:focus-visible {
  outline: 2px solid rgba(79, 179, 127, 0.55);
  outline-offset: 2px;
}

body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy__btn,
body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy__btn {
  font-size: var(--gfe-cart-btn-font-size);
  font-weight: var(--gfe-cart-btn-font-weight);
  letter-spacing: var(--gfe-cart-btn-letter-spacing);
}

body.gfe-active.woocommerce-cart form.woocommerce-cart-form {
  --gfe-cart-control-height: 48px;
}

body.gfe-active.single-product form.cart .quantity,
body.gfe-active.gfe-product-page form.cart .quantity,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity {
  display: inline-flex;
  align-items: stretch;
  height: var(--gfe-cart-control-height, 48px);
  min-height: var(--gfe-cart-control-height, 48px);
  box-sizing: border-box;
  border: 1px solid var(--gfe-line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--gfe-white);
  vertical-align: middle;
}

body.gfe-active.single-product form.cart .quantity .minus,
body.gfe-active.single-product form.cart .quantity .plus,
body.gfe-active.gfe-product-page form.cart .quantity .minus,
body.gfe-active.gfe-product-page form.cart .quantity .plus,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity .minus,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity .plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 38px;
  height: 100%;
  min-height: 0;
  padding: 0 10px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--gfe-ink) !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

body.gfe-active.single-product form.cart .quantity .qty,
body.gfe-active.single-product form.cart .quantity input.qty,
body.gfe-active.gfe-product-page form.cart .quantity .qty,
body.gfe-active.gfe-product-page form.cart .quantity input.qty,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity .qty,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity input.qty {
  width: 44px;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0 !important;
  border-left: 1px solid var(--gfe-line) !important;
  border-right: 1px solid var(--gfe-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--gfe-ink);
  -moz-appearance: textfield;
  appearance: textfield;
}

body.gfe-active.single-product form.cart .quantity .qty::-webkit-outer-spin-button,
body.gfe-active.single-product form.cart .quantity .qty::-webkit-inner-spin-button,
body.gfe-active.gfe-product-page form.cart .quantity .qty::-webkit-outer-spin-button,
body.gfe-active.gfe-product-page form.cart .quantity .qty::-webkit-inner-spin-button,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity .qty::-webkit-outer-spin-button,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.gfe-active.single-product form.cart .quantity .minus:hover,
body.gfe-active.single-product form.cart .quantity .plus:hover,
body.gfe-active.gfe-product-page form.cart .quantity .minus:hover,
body.gfe-active.gfe-product-page form.cart .quantity .plus:hover,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity .minus:hover,
body.gfe-active.woocommerce-cart .woocommerce-cart-form .quantity .plus:hover {
  background: var(--gfe-teal-soft) !important;
  color: var(--gfe-green-dark) !important;
}

/* Skroutz cart: stack on mobile/tablet; one row on desktop (≥850px). */
body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy),
body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) {
  display: grid !important;
  grid-template-columns: 1fr;
  row-gap: var(--gfe-cart-btn-row-gap, 6px);
  column-gap: 10px;
  align-items: stretch;
}

body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) > :not(.quantity):not(.single_add_to_cart_button):not(.gfe-skroutz-buy),
body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) > :not(.quantity):not(.single_add_to_cart_button):not(.gfe-skroutz-buy) {
  grid-column: 1 / -1;
}

body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .quantity,
body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .quantity {
  grid-column: 1;
  width: fit-content;
}

body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .single_add_to_cart_button,
body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .single_add_to_cart_button {
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
}

body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy,
body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 0;
}

@media (min-width: 850px) {
  body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy),
  body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) {
    grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .quantity,
  body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .quantity {
    grid-column: 1;
    grid-row: 1;
    width: auto;
  }

  body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .single_add_to_cart_button,
  body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .single_add_to_cart_button {
    grid-column: 2;
    grid-row: 1;
    max-width: none !important;
  }

  body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy,
  body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy {
    grid-column: 3;
    grid-row: 1;
  }

  body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .single_add_to_cart_button,
  body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .single_add_to_cart_button,
  body.gfe-active.single-product form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy__btn,
  body.gfe-active.gfe-product-page form.cart:has(.gfe-skroutz-buy) .gfe-skroutz-buy__btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto !important;
    min-height: var(--gfe-cart-control-height, 48px) !important;
    padding-left: clamp(12px, 1.2vw, 18px) !important;
    padding-right: clamp(12px, 1.2vw, 18px) !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    white-space: nowrap !important;
    text-align: center;
    line-height: 1.2 !important;
    font-size: clamp(11px, 1.1vw, var(--gfe-cart-btn-font-size, 16px)) !important;
    letter-spacing: 0.005em !important;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}

.gfe-skroutz-buy__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: var(--gfe-cart-control-height, 48px);
  height: var(--gfe-cart-control-height, 48px);
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background-color: #ff6e00;
  color: #fff;
  font-size: var(--gfe-cart-btn-font-size, 16px);
  font-weight: var(--gfe-cart-btn-font-weight, 600);
  letter-spacing: var(--gfe-cart-btn-letter-spacing, 0.02em);
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
  box-shadow: 0 1px 3px rgba(255, 110, 0, 0.24);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.18s ease;
}

body.gfe-active.single-product .gfe-skroutz-buy__btn:hover,
body.gfe-active.gfe-product-page .gfe-skroutz-buy__btn:hover,
.gfe-skroutz-buy__btn:hover,
body.gfe-active.single-product .gfe-skroutz-buy__btn:focus-visible,
body.gfe-active.gfe-product-page .gfe-skroutz-buy__btn:focus-visible,
.gfe-skroutz-buy__btn:focus-visible {
  background-color: #e85d00;
  color: #fff;
  box-shadow: 0 4px 14px rgba(255, 110, 0, 0.42);
  transform: translateY(-1px);
}

.gfe-skroutz-buy__btn:focus-visible {
  outline: 2px solid rgba(255, 110, 0, 0.55);
  outline-offset: 2px;
}

.gfe-product-help__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gfe-green-dark);
  font-weight: 600;
  text-decoration: none;
}

.gfe-product-help__link:hover,
.gfe-product-help__link:focus-visible {
  color: var(--gfe-green);
  text-decoration: underline;
}

.gfe-product-help__icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.gfe-product-help__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.gfe-product-reviews-empty {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--gfe-muted);
}

@media (max-width: 991px) {
  body.gfe-active .gfe-trust-bar {
    display: none !important;
  }
}

@media (min-width: 992px) {
  body.gfe-active .gfe-tablet-utility-bar {
    display: none !important;
  }
}
