* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--glk-bg);
  color: var(--glk-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing-container {
  width: min(100% - 48px, 1840px);
  margin: 0 auto;
}

.gloketh-page {
  min-height: 100vh;
  background: #fffefa;
}

.top-strip {
  background: #115f05;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.top-strip__inner,
.top-strip__left,
.top-strip__right {
  display: flex;
  align-items: center;
}

.top-strip__inner {
  justify-content: space-between;
  min-height: 42px;
  gap: 24px;
}

.top-strip__left,
.top-strip__right {
  gap: 28px;
  flex-wrap: wrap;
}

.top-strip i {
  margin-right: 6px;
}

.social-icons {
  display: inline-flex;
  gap: 14px;
}

.language-button,
.menu-toggle {
  border: 0;
  background: transparent;
  color: inherit;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #eceee8;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.main-nav__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 900;
  color: var(--glk-green);
}

.brand__mark {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 252px;
  height: 74px;
  border: 0;
  border-radius: 0;
  background: transparent url("/assets/gloketh/Gloketh_logo.png") left center / contain no-repeat;
}

.brand__mark::before,
.brand__mark::after,
.brand__mark span::before,
.brand__mark span::after {
  display: none;
}

.brand__text {
  display: none;
  font-size: 38px;
  line-height: 1;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: center;
  gap: 34px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 86px;
}

.nav-links a.active {
  color: var(--glk-green);
}

.nav-links a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: var(--glk-green);
}

.nav-actions {
  justify-content: flex-end;
  gap: 18px;
}

.action-icon {
  position: relative;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  font-size: 23px;
}

.action-icon span {
  position: absolute;
  top: -8px;
  right: -7px;
  display: grid;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  place-items: center;
  border-radius: 999px;
  background: var(--glk-green);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.login-button,
.primary-button,
.add-cart-button,
.update-card button,
.search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 6px;
  background: var(--glk-green);
  color: #fff;
  font-weight: 900;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--glk-line);
  border-radius: 6px;
  color: var(--glk-green);
  font-size: 22px;
}

.search-panel {
  position: relative;
  z-index: 4;
  margin-top: 22px;
  margin-bottom: 10px;
  padding: 28px 32px 22px;
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.search-form {
  display: grid;
  grid-template-columns: 290px 1fr 300px;
  gap: 16px;
}

.search-form select,
.search-form input {
  width: 100%;
  min-height: 66px;
  border: 1px solid #dfe4dc;
  border-radius: 7px;
  background: #fff;
  color: #575c63;
}

.search-form select {
  padding: 0 54px 0 20px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23575c63' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 24px center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.search-field {
  position: relative;
  margin: 0;
}

.search-field input {
  padding: 0 62px 0 26px;
}

.search-field i {
  position: absolute;
  top: 50%;
  right: 24px;
  color: #111;
  font-size: 28px;
  transform: translateY(-50%);
}

.popular-searches {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
  font-size: 14px;
}

.popular-searches a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #dfe4dc;
  border-radius: 999px;
  background: #fff;
  font-weight: 700;
}

.popular-searches .advanced-search {
  margin-left: auto;
  border-color: transparent;
  color: #252525;
  gap: 10px;
}

.hero-section {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: #f8fbf2;
}

.hero-section__image {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 21%, rgba(255, 255, 255, 0.52) 45%, rgba(255, 255, 255, 0.08) 72%), url("../../../gloketh/hero.png");
  background-position: center;
  background-size: cover;
}

.hero-section__content {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: center;
  gap: 64px;
  min-height: 660px;
}

.hero-copy {
  max-width: 590px;
}

.hero-copy h1 {
  margin: 0 0 12px;
  color: #232323;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.03;
}

.hero-copy h1 span {
  display: block;
  color: var(--glk-green);
}

.hero-copy h2 {
  margin: 0 0 28px;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 900;
}

.hero-copy p,
.hero-points {
  max-width: 460px;
  margin: 0 0 30px;
  color: #30333a;
  font-size: 18px;
  line-height: 1.75;
}

.hero-points {
  padding: 0;
  list-style: none;
}

.hero-points li + li {
  margin-top: 2px;
}

.hero-actions,
.happy-customers {
  display: flex;
  align-items: center;
  gap: 20px;
}

.secondary-button,
.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border: 1px solid var(--glk-green);
  border-radius: 6px;
  background: #fff;
  color: var(--glk-green);
  font-weight: 900;
}

.happy-customers {
  margin-top: 28px;
  font-size: 15px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #5d2c1b, #f4bd72);
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.avatar-stack span:nth-child(2) {
  background: linear-gradient(135deg, #213d2a, #85bc54);
}

.avatar-stack span:nth-child(3) {
  background: linear-gradient(135deg, #38251b, #dca266);
}

.farm-flow {
  justify-self: end;
  width: 335px;
  padding: 28px 32px 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--glk-shadow);
}

.farm-flow h3 {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 900;
}

.farm-flow ol {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.farm-flow ol::before {
  position: absolute;
  top: 48px;
  bottom: 48px;
  left: 25px;
  width: 7px;
  content: "";
  border-radius: 999px;
  background: #dcebd6;
}

.farm-flow li {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
  align-items: center;
  min-height: 72px;
  font-weight: 800;
}

.farm-flow li::after {
  position: absolute;
  bottom: -9px;
  left: 103px;
  z-index: 2;
  content: "↓";
  color: #121212;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.farm-flow li:last-child::after {
  display: none;
}

.farm-flow span {
  display: grid;
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #eaf5e7;
  color: var(--glk-green);
  font-size: 25px;
}

.farm-flow strong {
  display: block;
  max-width: 175px;
  font-size: 16px;
  line-height: 1.15;
}

.farm-flow small {
  display: block;
  color: var(--glk-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.farm-flow li:last-child {
  grid-template-rows: auto auto;
}

.farm-flow li:last-child span {
  grid-row: 1 / 3;
}

.farm-flow li:last-child strong {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

.farm-flow li:last-child small {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: 2px;
}

.delivery-card {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 380px 1fr 170px;
  gap: 24px;
  align-items: center;
  margin-top: -18px;
  padding: 36px 52px 44px;
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--glk-shadow);
}

.delivery-card__intro {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.step-number {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--glk-green);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.delivery-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
}

.delivery-card p {
  margin: 0;
  color: var(--glk-muted);
}

.date-track {
  display: grid;
  grid-template-columns: repeat(7, minmax(72px, 1fr));
  gap: 16px;
  align-items: center;
}

.date-card {
  display: grid;
  min-height: 94px;
  place-items: center;
  border: 1px solid #dfe4dc;
  border-radius: 6px;
  background: #fff;
  font-weight: 800;
}

.date-card strong {
  font-size: 30px;
  line-height: 1;
}

.date-card small {
  color: var(--glk-green);
}

.date-card.active {
  background: var(--glk-green);
  color: #fff;
}

.date-card.active small {
  color: #fff;
}

.other-date {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  min-height: 94px;
  border-left: 1px solid var(--glk-line);
  color: #202020;
  font-size: 13px;
  font-weight: 900;
}

.other-date i {
  color: var(--glk-green);
  font-size: 34px;
}

.availability {
  grid-column: 2 / -1;
  margin-top: 18px;
  color: var(--glk-green) !important;
  font-size: 14px;
  font-weight: 700;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-top: 34px;
}

.metric-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 110px;
  padding: 20px;
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background: #fff;
}

.metric-card i {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #eaf5e7;
  color: var(--glk-green);
  font-size: 25px;
}

.metric-card span,
.metric-card small {
  display: block;
  color: var(--glk-muted);
  font-size: 12px;
  font-weight: 700;
}

.metric-card strong {
  display: block;
  color: #111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
}

.section-block {
  margin-top: 26px;
}

.category-section {
  margin-top: 24px;
}

.section-heading,
.product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-heading h2,
.how-it-works h2,
.update-card h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.section-heading a {
  color: var(--glk-green);
  font-weight: 900;
}

.category-section .section-heading {
  margin-bottom: 18px;
}

.category-section .section-heading h2 {
  font-size: 24px;
  line-height: 1.1;
}

.category-section .section-heading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #066b00;
  font-size: 14px;
  line-height: 1;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 24px;
  padding-top: 14px;
}

.category-card {
  position: relative;
  display: grid;
  grid-template-rows: 102px auto auto;
  min-height: 158px;
  justify-items: center;
  align-content: start;
  padding: 0 14px 14px;
  border: 1px solid #e0e2df;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(18, 104, 5, 0.04);
  text-align: center;
}

.category-card__image {
  display: grid;
  width: 116px;
  height: 116px;
  margin-top: -14px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #ecefec;
  border-radius: 50%;
  background: #fff;
}

.category-card img {
  width: 104px;
  height: 86px;
  object-fit: contain;
}

.category-card strong {
  align-self: end;
  margin-top: 12px;
  color: #050505;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.category-card > span:not(.category-card__image) {
  color: var(--glk-muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 2px;
}

.product-toolbar {
  align-items: flex-start;
}

.filter-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mobile-more,
.how-it-works .section-heading a {
  display: none;
}

.filter-pills a,
.filter-pills button,
.sort-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 20px;
  border: 1px solid #dfe4dc;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.filter-pills button {
  cursor: pointer;
}

.filter-pills a.active {
  border-color: var(--glk-green);
  background: var(--glk-green);
  color: #fff;
}

.sort-button {
  border-radius: 6px;
  gap: 6px;
}

.mobile-extra-tags {
  display: none;
}

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

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background: #fff;
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.product-badge--green {
  background: #18810b;
}

.product-badge--purple {
  background: #9243e6;
}

.wishlist-link {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  color: #8b8b8b;
  font-size: 20px;
}

.product-image {
  display: grid;
  height: 170px;
  place-items: center;
  padding: 24px 18px 8px;
}

.product-image img {
  width: 100%;
  height: 138px;
  object-fit: contain;
}

.product-card__body {
  padding: 12px 18px 18px;
}

.product-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
}

.product-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 900;
}

.rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.rating span {
  color: var(--glk-yellow);
  font-size: 13px;
}

.rating small,
.product-card p {
  color: var(--glk-muted);
  font-size: 12px;
  font-weight: 700;
}

.product-card p {
  margin: 0 0 14px;
}

.add-cart-button {
  width: 100%;
  min-height: 42px;
}

.glk-product-card {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 440px;
  flex-direction: column;
  overflow: hidden;
  padding: 18px;
  border: 1px solid #dfe4dc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(20, 84, 7, 0.05);
  cursor: pointer;
}

.glk-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.glk-product-card__badge--green {
  background: #18810b;
}

.glk-product-card__badge--purple {
  background: #9243e6;
}

.glk-product-card__wishlist {
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 2;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #8b8b8b;
  font-size: 24px;
}

.glk-product-card__wishlist.active,
.glk-product-card__wishlist:hover {
  color: var(--glk-green);
}

.glk-product-card__image {
  display: grid;
  height: 188px;
  place-items: center;
  padding: 14px 6px 6px;
}

.glk-product-card__image img {
  width: 100%;
  height: 164px;
  object-fit: contain;
}

.glk-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 10px;
}

.glk-product-card__title {
  margin-bottom: 10px;
  color: #050505;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.15;
}

.glk-product-card__price {
  display: block;
  margin-bottom: 12px;
  color: #050505;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
}

.glk-product-card__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.glk-product-card__rating span {
  display: inline-flex;
  gap: 2px;
  color: var(--glk-yellow);
  font-size: 11px;
}

.glk-product-card__rating small {
  color: #59606a;
  font-size: 15px;
  font-weight: 800;
}

.glk-product-card__area {
  margin: 0 0 14px;
  color: #59606a;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.glk-product-card__cart {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 7px;
  background: #0f7a08;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.glk-product-card__cart:hover {
  background: #0b6505;
  color: #fff;
}

.glk-product-card__cart.is-disabled {
  background: #8b9488;
  cursor: not-allowed;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.outline-button {
  min-width: 260px;
  border-color: #dfe4dc;
  color: #111;
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 24px;
}

.promo-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.9fr) minmax(190px, 1.1fr);
  min-height: 156px;
  overflow: hidden;
  align-items: center;
  padding: 22px 28px;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(23, 114, 11, 0.1);
  isolation: isolate;
}

.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.promo-card > div {
  position: relative;
  z-index: 2;
  max-width: 210px;
}

.promo-card h2 {
  margin: 0 0 11px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.12;
}

.promo-card p {
  margin: 0 0 13px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
}

.promo-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--glk-green);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.promo-card img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56%;
  height: 100%;
  z-index: 0;
  object-fit: contain;
  object-position: right bottom;
}

.promo-card--dark {
  background:
    linear-gradient(90deg, #155f13 0%, #155f13 44%, #1d6c18 100%),
    #17720b;
  color: #fff;
}

.promo-card--dark::after {
  background: linear-gradient(90deg, rgba(21, 95, 19, 0) 0%, rgba(21, 95, 19, 0.08) 40%, rgba(21, 95, 19, 0.38) 51%, rgba(21, 95, 19, 0.06) 68%, rgba(21, 95, 19, 0) 100%);
}

.promo-card--dark img {
  right: -6px;
  bottom: -20px;
  width: 58%;
  height: 132%;
  object-fit: contain;
  object-position: right bottom;
}

.promo-card--dark span {
  color: #a9e85a;
}

.promo-card--light {
  background: linear-gradient(90deg, #f1f8e4 0%, #f1f8e4 46%, #f9fcf3 100%);
}

.promo-card--light::after {
  background: linear-gradient(90deg, rgba(241, 248, 228, 0) 0%, rgba(241, 248, 228, 0.12) 42%, rgba(241, 248, 228, 0.45) 54%, rgba(249, 252, 243, 0.1) 73%, rgba(249, 252, 243, 0) 100%);
}

.promo-card--light img {
  right: -4px;
  bottom: -10px;
  width: 62%;
  height: 118%;
  object-fit: contain;
  object-position: right bottom;
}

.promo-card--farmer {
  grid-template-columns: 1fr;
  background-image:
    url("../../../gloketh/farmer-holds-produce-stockcake.jpg");
  background-color: #ffedc6;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 140%;
}

.promo-card--farmer::after {
  background: linear-gradient(90deg, rgba(255, 239, 205, 0.99) 0%, rgba(255, 239, 205, 0.9) 43%, rgba(255, 239, 205, 0.48) 63%, rgba(255, 239, 205, 0.08) 82%, rgba(255, 239, 205, 0) 100%);
}

.how-it-works {
  margin-top: 26px;
  text-align: center;
}

.how-it-works .section-heading {
  justify-content: center;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-top: 18px;
  padding: 28px 18px;
  border-radius: 8px;
  background: #fbfaf2;
}

.process-step {
  position: relative;
  padding: 0 14px;
}

.process-step:not(:last-child)::after {
  position: absolute;
  top: 24px;
  right: -10px;
  content: "→";
  color: var(--glk-green);
  font-size: 22px;
  font-weight: 900;
}

.process-step span {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  place-items: center;
  border: 1px solid #bedab4;
  border-radius: 50%;
  background: #fff;
  color: var(--glk-green);
  font-size: 24px;
}

.process-step strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 900;
}

.process-step p {
  margin: 0;
  color: var(--glk-muted);
  font-size: 11px;
  font-weight: 700;
}

.partners-section {
  margin-top: 28px;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.partner-grid a {
  display: grid;
  min-height: 116px;
  place-items: center;
  padding: 12px;
  border: 1px solid #e3e7df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(20, 84, 7, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.partner-grid a:hover {
  border-color: #cbdcc4;
  box-shadow: 0 14px 24px rgba(20, 84, 7, 0.08);
  transform: translateY(-2px);
}

.partner-grid img {
  width: 100%;
  height: 76px;
  object-fit: contain;
}

.update-card {
  display: grid;
  grid-template-columns: 1fr 700px;
  align-items: center;
  gap: 28px;
  margin-top: 24px;
  margin-bottom: 34px;
  padding: 26px 40px;
  border-radius: 8px;
  background: #f7f6ed;
}

.update-card > div,
.update-card form {
  display: flex;
  align-items: center;
  gap: 20px;
}

.update-card > div > i {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: #e2f1dc;
  color: var(--glk-green);
  font-size: 28px;
}

.update-card p {
  margin: 4px 0 0;
  color: var(--glk-muted);
  font-weight: 700;
}

.update-card input {
  width: 100%;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #dfe4dc;
  border-radius: 6px;
  background: #fff;
}

.update-card button {
  min-width: 180px;
}

.mobile-benefits,
.mobile-tabbar {
  display: none;
}

.mobile-label {
  display: none;
}

.mobile-link-label {
  display: none;
}

.landing-footer {
  background: #fff;
  border-top: 1px solid #e4e7df;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr repeat(4, 1fr) 1.5fr;
  gap: 42px;
  padding: 34px 0 28px;
}

.footer-grid .brand__mark {
  width: 210px;
  height: 62px;
}

.footer-grid .brand__text {
  font-size: 30px;
}

.footer-brand p {
  max-width: 275px;
  margin: 16px 0;
  color: var(--glk-muted);
  font-weight: 700;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #e8f4e4;
  color: var(--glk-green);
}

.footer-grid h3 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 900;
}

.footer-grid nav,
.footer-grid address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #2e3034;
  font-style: normal;
  font-weight: 700;
}

.footer-grid address span,
.footer-grid address a {
  display: inline-flex;
  gap: 10px;
}

.footer-bottom {
  background: var(--glk-green);
  color: #fff;
  font-weight: 800;
}

.footer-bottom .landing-container {
  display: flex;
  justify-content: space-between;
  min-height: 42px;
  align-items: center;
}

.whatsapp-float,
.back-to-top {
  position: fixed;
  right: 34px;
  z-index: 40;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.whatsapp-float {
  bottom: 90px;
  background: #25d366;
  font-size: 34px;
}

.back-to-top {
  bottom: 26px;
  background: #0c5902;
  font-size: 22px;
}

@media (max-width: 1500px) {
  .landing-container {
    width: min(100% - 38px, 1320px);
  }

  .nav-links {
    gap: 18px;
    font-size: 13px;
  }

  .brand__text {
    font-size: 32px;
  }

  .search-form {
    grid-template-columns: 220px 1fr 190px;
  }

  .hero-section__content {
    grid-template-columns: 1fr 335px;
  }

  .farm-flow {
    width: 335px;
  }

  .delivery-card {
    grid-template-columns: 260px 1fr 150px;
    padding: 28px;
  }

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

  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .partner-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1100px) {
  .top-strip__inner {
    justify-content: center;
  }

  .top-strip__right {
    display: none;
  }

  .main-nav__inner {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
  }

  .nav-links {
    position: absolute;
    top: 86px;
    right: 24px;
    left: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--glk-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--glk-shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 38px;
  }

  .nav-links a.active::after {
    display: none;
  }

  .nav-actions {
    display: none;
  }

  .search-form,
  .hero-section__content,
  .delivery-card,
  .update-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .farm-flow {
    justify-self: start;
    width: min(100%, 335px);
  }

  .delivery-card {
    margin-top: 0;
  }

  .availability {
    grid-column: auto;
  }

  .date-track {
    grid-template-columns: repeat(4, 1fr);
  }

  .promo-grid {
    grid-template-columns: 1fr;
  }

  .process-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step::after {
    display: none;
  }

  .update-card form {
    align-items: stretch;
  }
}

@media (max-width: 760px) {
  .landing-container {
    width: min(100% - 28px, 680px);
  }

  .top-strip__left {
    justify-content: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 12px;
  }

  .main-nav__inner {
    min-height: 70px;
  }

  .brand__mark {
    width: 196px;
    height: 58px;
  }

  .brand__mark::before {
    top: 15px;
    left: 4px;
    width: 26px;
  }

  .brand__mark::after,
  .brand__mark span::before,
  .brand__mark span::after {
    top: 4px;
    left: 15px;
    height: 26px;
  }

  .brand__text {
    font-size: 28px;
  }

  .nav-links {
    top: 70px;
  }

  .search-panel {
    padding: 18px;
  }

  .search-form select,
  .search-form input {
    min-height: 52px;
  }

  .popular-searches .advanced-search {
    margin-left: 0;
  }

  .hero-section,
  .hero-section__content {
    min-height: auto;
  }

  .hero-section__content {
    padding: 54px 0;
    gap: 28px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .hero-actions,
  .happy-customers,
  .update-card > div,
  .update-card form {
    flex-direction: column;
    align-items: flex-start;
  }

  .date-track,
  .metrics-grid,
  .category-grid,
  .product-grid,
  .process-row {
    grid-template-columns: 1fr;
  }

  .delivery-card {
    padding: 22px;
  }

  .promo-card {
    grid-template-columns: 1fr;
  }

  .footer-bottom .landing-container,
  .section-heading,
  .product-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float,
  .back-to-top {
    right: 18px;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 640px) {
  .gloketh-page {
    padding-bottom: 76px;
    background: #fff;
  }

  .landing-container {
    width: calc(100% - 28px);
  }

  .top-strip,
  .nav-links,
  .login-button,
  .farm-flow,
  .popular-searches,
  .search-form select,
  .sort-button,
  .desktop-pill,
  .products-section .section-heading a span,
  .footer-grid nav a,
  .footer-grid address span,
  .footer-grid address a,
  .footer-bottom span + span,
  .back-to-top {
    display: none;
  }

  .mobile-benefits {
    display: block;
  }

  .landing-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0 1px 0 rgba(21, 95, 19, 0.08);
  }

  .main-nav__inner {
    display: grid;
    grid-template-columns: 32px 1fr auto;
    gap: 12px;
    min-height: 70px;
  }

  .menu-toggle {
    display: inline-flex;
    order: 1;
    width: 32px;
    height: 32px;
    border: 0;
    color: #111;
    font-size: 20px;
  }

  .brand {
    order: 2;
    justify-self: start;
    gap: 8px;
  }

  .brand__mark {
    width: 152px;
    height: 45px;
  }

  .brand__mark::before {
    top: 11px;
    left: 3px;
    width: 20px;
    height: 3px;
  }

  .brand__mark::after,
  .brand__mark span::before,
  .brand__mark span::after {
    top: 3px;
    left: 11px;
    width: 3px;
    height: 20px;
  }

  .brand__text {
    font-size: 20px;
  }

  .nav-actions {
    order: 3;
    display: flex;
    gap: 18px;
  }

  .action-icon {
    width: 28px;
    height: 32px;
    font-size: 21px;
  }

  .action-icon:first-child span {
    display: none;
  }

  .action-icon span {
    top: -2px;
    right: -7px;
    width: 17px;
    height: 17px;
    font-size: 10px;
  }

  .search-panel {
    width: calc(100% - 28px);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .search-form {
    display: grid;
    grid-template-columns: 1fr 52px;
    gap: 0;
  }

  .search-form input {
    min-height: 46px;
    padding: 0 14px;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
  }

  .search-field i {
    display: none;
  }

  .search-form button {
    min-height: 46px;
    min-width: 0;
    padding: 0;
    border-radius: 0 5px 5px 0;
    font-size: 0;
  }

  .search-form button::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
    font-weight: 900;
  }

  .hero-section {
    min-height: 520px;
    background: #f4f7ec;
  }

  .hero-section__image {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 34%, rgba(255, 255, 255, 0.32) 62%, rgba(255, 255, 255, 0) 100%), url("../../../gloketh/hero.png");
    background-position: 58% bottom;
    background-size: auto 100%;
  }

  .hero-section__content {
    display: block;
    min-height: 520px;
    padding: 46px 0 18px;
  }

  .hero-copy {
    max-width: 300px;
  }

  .hero-copy h1 {
    margin-bottom: 8px;
    font-size: 29px;
    line-height: 1.08;
  }

  .hero-copy h2 {
    max-width: 220px;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.32;
  }

  .hero-points {
    max-width: 255px;
    margin-bottom: 18px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.55;
  }

  .hero-points li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
  }

  .hero-points li::before {
    display: grid;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    place-items: center;
    border-radius: 50%;
    background: var(--glk-green);
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 8px;
    font-weight: 900;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 18px;
  }

  .hero-actions a {
    min-height: 42px;
    padding: 0 20px;
    font-size: 12px;
  }

  .happy-customers {
    flex-direction: row;
    gap: 10px;
    font-size: 11px;
  }

  .avatar-stack span {
    width: 28px;
    height: 28px;
  }

  .delivery-card {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 8px;
    margin-top: 0;
    padding: 18px 14px 16px;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
  }

  .delivery-card__intro {
    grid-column: 1 / -1;
    margin-bottom: 12px;
  }

  .step-number,
  .delivery-card__intro p {
    display: none;
  }

  .delivery-card h3 {
    font-size: 14px;
  }

  .date-track {
    display: contents;
  }

  .date-track .date-card:nth-child(n+5) {
    display: none;
  }

  .date-card {
    min-height: 72px;
    border-radius: 6px;
    font-size: 11px;
  }

  .date-card strong {
    font-size: 18px;
  }

  .other-date {
    grid-column: 5;
    float: none;
    width: 100%;
    min-height: 72px;
    margin-top: 0;
    border: 0;
    background: #f7f8f3;
    font-size: 10px;
  }

  .other-date i {
    font-size: 22px;
  }

  .availability {
    grid-column: 1 / -1;
    clear: both;
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.55;
  }

  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 14px;
  }

  .metric-card {
    flex-direction: column;
    justify-content: center;
    min-height: 106px;
    padding: 14px;
    border-radius: 8px;
    text-align: center;
  }

  .metric-card i {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .metric-card div {
    display: grid;
    justify-items: center;
  }

  .metric-card span {
    font-size: 10px;
  }

  .metric-card strong {
    font-size: 19px;
  }

  .metric-card small {
    font-size: 10px;
  }

  .desktop-link-label {
    display: none;
  }

  .mobile-link-label {
    display: inline;
  }

  .section-block,
  .mobile-benefits,
  .partners-section,
  .how-it-works {
    margin-top: 22px;
  }

  .section-heading,
  .product-toolbar {
    flex-direction: row;
    align-items: center;
    margin-bottom: 14px;
  }

  .section-heading h2,
  .how-it-works h2,
  .update-card h2 {
    font-size: 16px;
    line-height: 1.35;
  }

  .category-section .section-heading h2 {
    font-size: 14px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .section-heading a {
    font-size: 16px;
    white-space: nowrap;
  }

  .category-section .section-heading a {
    font-size: 16px;
  }

  .how-it-works .section-heading a {
    display: inline-flex;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 0;
  }

  .category-card {
    grid-template-rows: 72px auto auto;
    min-height: 120px;
    padding: 8px 6px 10px;
    border-radius: 8px;
  }

  .category-card__image {
    width: 70px;
    height: 70px;
    margin-top: 0;
    border: 0;
  }

  .category-card img {
    width: 66px;
    height: 58px;
  }

  .category-card strong {
    max-width: 100%;
    margin-top: 4px;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
  }

  .category-card > span:not(.category-card__image) {
    font-size: 10px;
  }

  .product-toolbar .sort-button,
  .filter-pills .desktop-pill {
    display: none;
  }

  .products-section .section-heading a span {
    display: none;
  }

  .filter-pills {
    width: 100%;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .filter-pills.is-open {
    flex-wrap: wrap;
    overflow: visible;
  }

  .filter-pills::-webkit-scrollbar {
    display: none;
  }

  .filter-pills a,
  .filter-pills button,
  .sort-button {
    min-height: 32px;
    padding: 0 14px;
    border-color: #e4e8e0;
    font-size: 10px;
    white-space: nowrap;
  }

  .mobile-more {
    display: inline-flex;
    gap: 6px;
  }

  .mobile-more[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .mobile-extra-tags.is-open {
    display: contents;
  }

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

  .product-card {
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(20, 84, 7, 0.08);
  }

  .product-image {
    height: 128px;
    padding: 22px 10px 8px;
  }

  .product-image img {
    height: 98px;
    object-fit: contain;
  }

  .product-card__body {
    padding: 0 12px 12px;
  }

  .product-card__body h3 {
    margin-bottom: 6px;
    color: #171717;
    font-size: 12px;
    line-height: 1.2;
  }

  .product-card__body strong {
    margin-bottom: 8px;
    color: #171717;
    font-size: 12px;
    line-height: 1.2;
  }

  .rating {
    gap: 4px;
    margin-bottom: 8px;
  }

  .rating small,
  .product-card__body p {
    font-size: 10px;
    line-height: 1.35;
  }

  .rating span {
    font-size: 10px;
  }

  .add-cart-button {
    min-height: 34px;
    border-radius: 5px;
    font-size: 10px;
  }

  .add-cart-button::before {
    content: "\f07a";
    margin-right: 7px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }

  .product-badge {
    top: 8px;
    left: 8px;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 8px;
    line-height: 1;
  }

  .wishlist-link {
    top: 8px;
    right: 8px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    font-size: 15px;
  }

  .glk-product-card {
    display: flex;
    min-height: 220px;
    padding: 8px;
    flex-direction: column;
    column-gap: 0;
    border-radius: 7px;
    box-shadow: 0 6px 14px rgba(20, 84, 7, 0.06);
  }

  .glk-product-card__badge {
    top: 7px;
    left: 7px;
    padding: 3px 6px;
    font-size: 7.5px;
  }

  .glk-product-card__wishlist {
    top: 7px;
    right: 7px;
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .glk-product-card__image {
    height: 86px;
    padding: 18px 4px 2px;
  }

  .glk-product-card__image img {
    height: 66px;
  }

  .glk-product-card__body {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 5px 0 0;
  }

  .glk-product-card__title {
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .glk-product-card__price {
    margin-bottom: 5px;
    font-size: 9.5px;
    line-height: 1.1;
  }

  .glk-product-card__rating {
    gap: 4px;
    margin-bottom: 5px;
  }

  .glk-product-card__rating span {
    font-size: 7px;
  }

  .glk-product-card__rating small,
  .glk-product-card__area {
    font-size: 8px;
    line-height: 1.2;
  }

  .glk-product-card__area {
    margin-bottom: 8px;
  }

  .glk-product-card__cart {
    width: 100%;
    min-height: 27px;
    margin-top: auto;
    border-radius: 5px;
    font-size: 8px;
  }

  .glk-product-card__cart::before {
    content: "\f07a";
    margin-right: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }

  .center-action .outline-button {
    min-height: 40px;
    padding: 0 32px;
    font-size: 12px;
  }

  .mobile-benefits__grid {
    display: grid;
    gap: 10px;
  }

  .mobile-benefit-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 94px;
    padding: 16px;
    border: 1px solid #edf0e8;
    border-radius: 8px;
    background: #fff;
  }

  .mobile-benefit-card i {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: #edf7e7;
    color: var(--glk-green);
    font-size: 23px;
  }

  .mobile-benefit-card h3 {
    margin: 0 0 5px;
    font-size: 13px;
  }

  .mobile-benefit-card p {
    margin: 0;
    color: #30333a;
    font-size: 12px;
    line-height: 1.45;
  }

  .promo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }

  .promo-card {
    min-height: 152px;
    padding: 18px;
  }

  .promo-card > div {
    max-width: 165px;
  }

  .promo-card h2 {
    font-size: 21px;
  }

  .promo-card p {
    font-size: 12px;
  }

  .promo-card--dark img {
    right: -5px;
    width: 58%;
    height: 124%;
  }

  .promo-card--light img {
    width: 60%;
    height: 116%;
  }

  .promo-card--farmer {
    background-position: right center;
    background-size: auto 116%;
  }

  .how-it-works {
    text-align: left;
  }

  .how-it-works .section-heading {
    justify-content: space-between;
  }

  .process-row {
    position: relative;
    display: grid;
    gap: 0;
    margin-top: 8px;
    padding: 12px 14px 12px 18px;
  }

  .process-row::before {
    position: absolute;
    top: 32px;
    bottom: 32px;
    left: 40px;
    width: 3px;
    content: "";
    background: #dfeedd;
  }

  .process-step {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 5px;
    align-content: center;
    min-height: 78px;
    padding: 10px 0;
    text-align: left;
  }

  .process-step span {
    position: relative;
    z-index: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: 46px;
    height: 46px;
    margin: 0;
    font-size: 20px;
  }

  .process-step strong,
  .process-step p {
    grid-column: 2;
  }

  .process-step strong {
    align-self: end;
    margin-bottom: 0;
    font-size: 12px;
  }

  .process-step p {
    align-self: start;
    font-size: 11px;
    line-height: 1.45;
  }

  .partner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .partner-grid a {
    display: grid;
    min-height: 88px;
    place-items: center;
    padding: 8px;
    border: 1px solid #edf0e8;
    border-radius: 8px;
    background: #fff;
  }

  .partner-grid img {
    width: 100%;
    height: 64px;
    object-fit: contain;
  }

  .update-card {
    display: block;
    margin-top: 20px;
    margin-bottom: 18px;
    padding: 18px;
  }

  .update-card > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
  }

  .update-card > div > i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .update-card p {
    font-size: 12px;
    line-height: 1.45;
  }

  .update-card form {
    display: grid;
    grid-template-columns: 1fr 112px;
    gap: 8px;
    margin-top: 14px;
  }

  .update-card input,
  .update-card button {
    min-height: 42px;
    font-size: 11px;
  }

  .update-card button {
    min-width: 0;
    padding: 0 14px;
  }

  .landing-footer {
    background: #075e06;
    color: #fff;
  }

  .footer-grid {
    display: block;
    padding: 28px 0 16px;
  }

  .footer-brand p,
  .footer-grid nav,
  .footer-grid address {
    color: rgba(255, 255, 255, 0.92);
  }

  .footer-grid .brand {
    color: #fff;
  }

  .footer-grid .brand__mark {
    border-color: #fff;
  }

  .footer-grid .brand__mark::before,
  .footer-grid .brand__mark::after,
  .footer-grid .brand__mark span::before,
  .footer-grid .brand__mark span::after {
    background: #fff;
  }

  .footer-grid .brand__text {
    color: #fff;
    font-size: 28px;
  }

  .footer-socials i {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }

  .footer-grid nav,
  .footer-grid address {
    position: relative;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-grid h3 {
    margin: 0;
    color: #fff;
    font-size: 13px;
  }

  .footer-grid nav::after,
  .footer-grid address::after {
    position: absolute;
    top: 14px;
    right: 0;
    content: "+";
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }

  .footer-bottom {
    background: #075e06;
    color: rgba(255, 255, 255, 0.9);
  }

  .footer-bottom .landing-container {
    min-height: 36px;
    padding-bottom: 10px;
    font-size: 11px;
  }

  .mobile-tabbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-height: 66px;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid #e2e7dc;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(21, 95, 19, 0.08);
  }

  .mobile-tabbar a {
    display: grid;
    place-items: center;
    gap: 3px;
    color: #222;
    font-size: 10px;
    font-weight: 700;
  }

  .mobile-tabbar i {
    font-size: 18px;
  }

  .mobile-tabbar .active {
    color: var(--glk-green);
  }

  .whatsapp-float {
    right: 18px;
    bottom: 82px;
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 430px) {
  .landing-container {
    width: calc(100% - 22px);
  }

  .main-nav__inner {
    min-height: 54px;
    grid-template-columns: 26px 1fr auto;
    gap: 10px;
  }

  .menu-toggle {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .brand__mark {
    width: 132px;
    height: 39px;
  }

  .brand__mark::before {
    top: 9px;
    width: 17px;
  }

  .brand__mark::after,
  .brand__mark span::before,
  .brand__mark span::after {
    top: 2px;
    left: 9px;
    height: 18px;
  }

  .brand__text {
    font-size: 17px;
  }

  .nav-actions {
    gap: 14px;
  }

  .action-icon {
    width: 22px;
    height: 26px;
    font-size: 17px;
  }

  .action-icon span {
    width: 14px;
    height: 14px;
    font-size: 8px;
  }

  .search-panel {
    width: calc(100% - 22px);
    padding-bottom: 10px;
  }

  .search-form {
    grid-template-columns: 1fr 40px;
  }

  .search-form input {
    min-height: 34px;
    padding: 0 10px;
    font-size: 10px;
  }

  .search-form button {
    min-height: 34px;
  }

  .search-form button::before {
    font-size: 13px;
  }

  .hero-section {
    min-height: 324px;
  }

  .hero-section__image {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 39%, rgba(255, 255, 255, 0.34) 66%, rgba(255, 255, 255, 0) 100%), url("../../../gloketh/hero.png");
    background-position: 60% bottom;
    background-size: auto 100%;
  }

  .hero-section__content {
    min-height: 324px;
    padding: 26px 0 10px;
  }

  .hero-copy {
    max-width: 235px;
  }

  .hero-copy h1 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.07;
  }

  .hero-copy h2 {
    max-width: 170px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.25;
  }

  .hero-points {
    max-width: 215px;
    margin-bottom: 12px;
    font-size: 8.5px;
    line-height: 1.55;
  }

  .hero-points li {
    gap: 6px;
  }

  .hero-points li + li {
    margin-top: 3px;
  }

  .hero-points li::before {
    width: 11px;
    height: 11px;
    flex-basis: 11px;
    font-size: 6px;
  }

  .hero-actions {
    gap: 8px;
    margin-bottom: 12px;
  }

  .hero-actions a {
    min-height: 31px;
    padding: 0 14px;
    border-radius: 4px;
    font-size: 8.5px;
  }

  .happy-customers {
    gap: 7px;
  }

  .avatar-stack span {
    width: 22px;
    height: 22px;
    border-width: 1px;
  }

  .happy-customers strong {
    max-width: 92px;
    font-size: 9px;
    line-height: 1.15;
  }

  .delivery-card {
    padding: 10px 10px 9px;
    background: #fff;
    column-gap: 9px;
    row-gap: 4px;
  }

  .delivery-card__intro {
    margin-bottom: 3px;
  }

  .delivery-card h3 {
    margin: 0;
    color: #111;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.25;
  }

  .date-track {
    display: contents;
  }

  .date-card {
    position: relative;
    width: 100%;
    min-height: 64px;
    border-color: #edf0e8;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(20, 84, 7, 0.03);
  }

  .date-card:not(:nth-child(4))::after {
    position: absolute;
    top: 50%;
    right: -8px;
    color: #a6aaa2;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;
    transform: translateY(-50%);
  }

  .date-card.active::after {
    color: #a6aaa2;
  }

  .date-card span,
  .date-card small {
    font-size: 7px;
    font-weight: 800;
    line-height: 1.1;
  }

  .date-card strong {
    font-size: 17px;
    line-height: 1;
  }

  .other-date {
    float: none;
    width: 100%;
    min-height: 64px;
    margin-top: 0;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #edf0e8;
    border-radius: 6px;
    background: #f8f8f3;
    font-size: 7px;
    font-weight: 900;
    line-height: 1.08;
    text-align: center;
  }

  .other-date i {
    margin-bottom: 0;
    font-size: 18px;
  }

  .other-date span {
    display: block;
    max-width: 34px;
  }

  .desktop-other-label {
    display: none;
  }

  .availability {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.55;
  }

  .availability i {
    margin-top: 2px;
    font-size: 10px;
  }

  .metrics-grid {
    gap: 7px;
    margin-top: 9px;
  }

  .metric-card {
    display: grid;
    grid-template-columns: 32px 1fr;
    min-height: 76px;
    padding: 11px 10px;
    gap: 9px;
    align-items: center;
    justify-content: start;
    border-color: #edf0e8;
    border-radius: 7px;
    box-shadow: 0 3px 10px rgba(20, 84, 7, 0.03);
    text-align: left;
  }

  .metric-card i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #edf7e7;
    font-size: 18px;
  }

  .metric-card span,
  .metric-card small {
    color: #33383f;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.2;
  }

  .metric-card strong {
    margin: 2px 0;
    font-size: 16px;
    line-height: 1;
  }

  .metric-card div {
    display: grid;
    justify-items: start;
  }

  .section-block,
  .mobile-benefits,
  .partners-section,
  .how-it-works {
    margin-top: 18px;
  }

  .section-heading,
  .product-toolbar {
    margin-bottom: 10px;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }

  .section-heading h2,
  .how-it-works h2,
  .update-card h2 {
    font-size: 12px;
    line-height: 1.25;
  }

  .category-section .section-heading h2 {
    font-size: 12px;
    line-height: 1.25;
  }

  .section-heading a {
    font-size: 12px;
  }

  .category-section .section-heading a {
    font-size: 12px;
  }

  .category-grid {
    gap: 8px;
  }

  .category-card {
    grid-template-rows: 58px auto auto;
    min-height: 96px;
    padding: 6px 4px 8px;
    border-radius: 6px;
  }

  .category-card__image {
    width: 58px;
    height: 58px;
  }

  .category-card img {
    width: 54px;
    height: 48px;
  }

  .category-card strong {
    font-size: 8.8px;
  }

  .category-card > span:not(.category-card__image) {
    max-width: 45px;
    overflow: hidden;
    font-size: 8px;
    white-space: nowrap;
  }

  .filter-pills {
    gap: 7px;
  }

  .filter-pills a.mobile-more {
    display: inline-flex;
  }

  .filter-pills a,
  .filter-pills button,
  .sort-button {
    min-height: 28px;
    padding: 0 11px;
    font-size: 8.8px;
  }

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

  .product-image {
    height: 92px;
    padding: 18px 8px 6px;
  }

  .product-image img {
    height: 70px;
    object-fit: contain;
  }

  .product-card__body {
    padding: 0 10px 10px;
  }

  .product-card__body h3,
  .product-card__body strong {
    font-size: 9.5px;
  }

  .rating,
  .product-card__body p {
    font-size: 8.5px;
  }

  .product-card__body p {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .rating {
    gap: 4px;
    margin: 6px 0;
  }

  .add-cart-button {
    min-height: 30px;
    border-radius: 4px;
    font-size: 8.8px;
  }

  .wishlist-link {
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .product-badge {
    padding: 2px 5px;
    font-size: 7px;
  }

  .glk-product-card {
    min-height: 204px;
    padding: 7px;
    cursor: pointer;
  }

  .glk-product-card__image {
    height: 78px;
    padding: 16px 3px 2px;
  }

  .glk-product-card__image img {
    height: 58px;
  }

  .glk-product-card__title {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .glk-product-card__price {
    margin-bottom: 4px;
    font-size: 8.8px;
  }

  .glk-product-card__rating {
    gap: 4px;
    margin-bottom: 4px;
  }

  .glk-product-card__rating small,
  .glk-product-card__area {
    font-size: 7.8px;
  }

  .glk-product-card__area {
    margin-bottom: 7px;
  }

  .glk-product-card__cart {
    width: 100%;
    min-height: 24px;
    border-radius: 4px;
    font-size: 7.4px;
  }

  .process-row {
    padding: 10px 10px 10px 14px;
  }

  .process-row::before {
    left: 36px;
  }

  .process-step {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 10px;
  }

  .partner-grid a {
    min-height: 78px;
    padding: 7px;
  }

  .partner-grid img {
    width: 100%;
    height: 58px;
  }

  .mobile-tabbar {
    min-height: 58px;
    padding-top: 6px;
  }

  .mobile-tabbar a {
    font-size: 8px;
  }

  .mobile-tabbar i {
    font-size: 15px;
  }
}

