.glk-category-page {
  border-top: 1px solid #eef1ed;
  background: #fff;
  color: #101828;
  font-family: "Poppins", Arial, sans-serif;
}

.glk-category-container {
  width: min(1720px, calc(100% - 104px));
  margin: 0 auto;
  padding: 18px 0 0;
}

.glk-category-breadcrumb {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
}

.glk-category-breadcrumb a,
.glk-category-breadcrumb strong {
  color: inherit;
}

.glk-category-breadcrumb span {
  width: 6px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.glk-category-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 680px;
  align-items: end;
  min-height: 128px;
  margin-top: 12px;
  overflow: hidden;
}

.glk-category-hero h1 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.glk-category-hero p {
  margin: 0 0 18px;
  color: #475467;
  font-size: 15px;
  font-weight: 600;
}

.glk-category-hero strong {
  color: #0b6d06;
}

.glk-category-hero img {
  justify-self: end;
  width: 680px;
  height: 128px;
  object-fit: cover;
  object-position: right 58%;
}

.glk-category-layout {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.glk-mobile-filter-bar {
  display: none;
}

.glk-filter-panel {
  border: 1px solid #dbe4d8;
  border-radius: 9px;
  background: #fff;
  overflow: hidden;
}

.glk-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 18px;
  border-bottom: 1px solid #e3e8df;
}

.glk-filter-title h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.glk-filter-title a {
  color: #0b6d06;
  font-size: 13px;
  font-weight: 900;
}

.glk-filter-group {
  padding: 14px 18px 12px;
  border-bottom: 1px solid #e6ebe3;
}

.glk-filter-group:last-child {
  border-bottom: 0;
}

.glk-filter-group > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

.glk-check-row,
.glk-sort-radios label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 23px;
  margin: 0;
  color: #313641;
  font-size: 13px;
  font-weight: 600;
}

.glk-check-row input,
.glk-sort-radios input {
  width: 15px;
  height: 15px;
  accent-color: #0b6d06;
}

.glk-check-row small {
  color: #475467;
  font-size: 12px;
}

.glk-stars {
  color: #f7aa00;
  font-size: 13px;
  letter-spacing: 0;
  white-space: nowrap;
}

.glk-view-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 700;
}

.glk-price-labels {
  display: flex;
  justify-content: space-between;
  margin: 2px 0 15px;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.glk-price-slider {
  position: relative;
  height: 4px;
  margin: 0 7px 20px;
  border-radius: 99px;
  background: #0b6d06;
}

.glk-price-slider::before,
.glk-price-slider::after {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #0b6d06;
  box-shadow: 0 0 0 1px #96b28e;
  content: "";
  transform: translateY(-50%);
}

.glk-price-slider::before {
  left: 0;
}

.glk-price-slider::after {
  right: 0;
}

.glk-apply-filter {
  display: grid;
  min-height: 34px;
  place-items: center;
  border-radius: 5px;
  background: linear-gradient(180deg, #126f07 0%, #075d02 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.glk-sort-radios label {
  grid-template-columns: 18px 1fr;
}

.glk-category-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  margin-bottom: 14px;
  padding: 0 20px;
  border: 1px solid #dbe4d8;
  border-radius: 8px;
  background: #fff;
}

.glk-category-toolbar strong {
  color: #111827;
  font-size: 16px;
  font-weight: 900;
}

.glk-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
}

.glk-toolbar-actions button {
  display: grid;
  width: 25px;
  height: 28px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 17px;
}

.glk-toolbar-actions button.active {
  color: #0b6d06;
}

.glk-toolbar-actions label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-left: 46px;
}

.glk-toolbar-actions select {
  width: 148px;
  height: 36px;
  border: 1px solid #dbe4d8;
  border-radius: 6px;
  padding: 0 14px;
  background: #fff;
  color: #475467;
  font-size: 13px;
  font-weight: 600;
}

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

.glk-category-card {
  position: relative;
  min-height: 382px;
  padding: 12px 16px 13px;
  border: 1px solid #dbe4d8;
  border-radius: 9px;
  background: #fff;
}

.glk-category-card__badge {
  position: absolute;
  top: 12px;
  left: 14px;
  z-index: 2;
  padding: 5px 8px;
  border-radius: 4px;
  background: #0b6d06;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.glk-category-card__wish {
  position: absolute;
  top: 12px;
  right: 13px;
  z-index: 2;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid #dfe7dc;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-size: 17px;
  box-shadow: 0 5px 15px rgba(15, 23, 42, .08);
}

.glk-category-card__image {
  display: grid;
  height: 162px;
  place-items: center;
  padding: 16px 4px 2px;
}

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

.glk-card-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 18px;
  margin-top: 3px;
}

.glk-card-rating small,
.glk-category-card p small {
  color: #475467;
  font-size: 11px;
  font-weight: 700;
}

.glk-category-card h2 {
  margin: 2px 0 4px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.glk-category-card h2 a {
  color: #111827;
}

.glk-category-card > strong {
  display: block;
  margin-bottom: 8px;
  color: #0b6d06;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

.glk-category-card p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 6px;
  color: #3c424d;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.glk-category-card p i {
  width: 13px;
  color: #0b6d06;
  text-align: center;
}

.glk-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 14px;
  margin-top: 12px;
}

.glk-card-actions a,
.glk-card-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 31px;
  border: 1px solid #0b6d06;
  border-radius: 5px;
  background: #fff;
  color: #0b6d06;
  font-size: 12px;
  font-weight: 900;
}

.glk-card-actions button {
  font-size: 15px;
}

body.glk-modal-open {
  overflow: hidden;
}

.glk-product-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  padding: 18px;
}

.glk-product-modal.is-open {
  display: grid;
  place-items: center;
}

.glk-product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 9, 0.48);
  backdrop-filter: blur(8px);
}

.glk-product-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(330px, 0.92fr) minmax(360px, 0.96fr) 320px;
  gap: 28px;
  width: min(1660px, calc(100vw - 32px));
  max-height: calc(100vh - 28px);
  overflow: auto;
  padding: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(5, 35, 2, 0.28);
}

.glk-product-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dbe4d8;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-size: 18px;
}

.glk-product-modal__gallery {
  padding: 8px 0 14px 48px;
}

.glk-product-modal__image-wrap {
  position: relative;
  display: grid;
  height: 420px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d8e4d2;
  border-radius: 9px;
  background: #fff;
}

.glk-product-modal__image-wrap > span {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 9px 14px;
  border-radius: 6px;
  background: #0b7106;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.glk-product-modal__image-wrap > button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cfdccc;
  border-radius: 50%;
  background: #fff;
  color: #041b04;
  font-size: 19px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.18);
  transform: translateY(-50%);
}

.glk-product-modal__image-wrap > button:first-of-type {
  left: 16px;
}

.glk-product-modal__image-wrap > button:last-of-type {
  right: 16px;
}

.glk-product-modal__image-wrap > a {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #dfe7dc;
  border-radius: 50%;
  background: #fff;
  color: #667085;
  font-size: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.glk-product-modal__image-wrap img {
  width: min(72%, 420px);
  height: 300px;
  object-fit: contain;
}

.glk-product-modal__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 112px);
  gap: 14px;
  margin-top: 16px;
}

.glk-product-modal__thumbs button {
  display: grid;
  height: 105px;
  place-items: center;
  border: 1px solid #dbe4d8;
  border-radius: 8px;
  background: #fff;
}

.glk-product-modal__thumbs button.active {
  border: 2px solid #0b7106;
}

.glk-product-modal__thumbs img {
  width: 82px;
  height: 70px;
  object-fit: contain;
}

.glk-product-modal__gallery > small {
  display: block;
  margin-top: 9px;
  color: #1f3151;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.glk-product-modal__details {
  min-width: 0;
  padding: 8px 0 14px;
}

.glk-product-modal__category {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border-radius: 5px;
  background: #e1efd8;
  color: #087004;
  font-size: 16px;
  font-weight: 900;
}

.glk-product-modal__details h2 {
  margin: 10px 0 6px;
  color: #0f172a;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.glk-product-modal__rating,
.glk-product-modal__source {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.glk-product-modal__rating span,
.glk-product-modal__stars {
  color: #f5a400;
  letter-spacing: 1px;
}

.glk-product-modal__rating strong,
.glk-product-modal__rating b {
  color: #344054;
  font-size: 14px;
  font-weight: 900;
}

.glk-product-modal__farm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #dbe4d8;
  border-radius: 9px;
  background: #fbfdf9;
}

.glk-product-modal__farm > div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 14px 22px;
}

.glk-product-modal__farm > div + div {
  border-left: 1px solid #dbe4d8;
}

.glk-product-modal__farm i,
.glk-product-modal__source i {
  color: #0b7106;
  font-size: 30px;
}

.glk-product-modal__farm span,
.glk-product-modal__farm strong {
  display: block;
  color: #101828;
  font-size: 15px;
  font-weight: 900;
}

.glk-product-modal__farm strong {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  line-height: 1;
}

.glk-product-modal__farm .glk-product-modal__stars {
  color: #f5a400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.glk-product-modal__farm b {
  color: #101828;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.glk-product-modal__source {
  margin: 18px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbe4d8;
  color: #101828;
  font-size: 14px;
  font-weight: 900;
}

.glk-product-modal__source i {
  margin-right: 8px;
  font-size: 16px;
}

.glk-product-modal__price {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: baseline;
  gap: 9px;
}

.glk-product-modal__price span {
  color: #101828;
  font-size: 16px;
  font-weight: 900;
}

.glk-product-modal__price strong {
  color: #087004;
  font-size: 29px;
  font-weight: 900;
}

.glk-product-modal__price em {
  color: #101828;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}

.glk-product-modal__price small {
  grid-column: 1 / -1;
  margin-top: 2px;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.glk-product-modal__weight {
  display: grid;
  grid-template-columns: 108px 118px 48px;
  align-items: center;
  margin-top: 18px;
  color: #101828;
  font-size: 13px;
  font-weight: 900;
}

.glk-product-modal__weight input {
  height: 40px;
  min-width: 0;
  border: 1px solid #dbe4d8;
  border-radius: 8px 0 0 8px;
  padding: 0 16px;
  color: #101828;
  font-weight: 800;
}

.glk-product-modal__weight strong {
  display: grid;
  height: 40px;
  place-items: center;
  border: 1px solid #dbe4d8;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  background: #fbfdf9;
}

.glk-product-modal__limits {
  display: flex;
  gap: 20px;
  margin: 10px 0 0;
  color: #667085;
  font-size: 13px;
  font-weight: 800;
}

.glk-product-modal__limits span {
  width: 1px;
  background: #8b95a7;
}

.glk-product-modal__cultivation {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #dbe4d8;
  border-radius: 9px;
  background: #fbfdf9;
}

.glk-product-modal__cultivation h3 {
  margin: 0 0 10px;
  color: #087004;
  font-size: 17px;
  font-weight: 900;
}

.glk-product-modal__cultivation dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 24px;
  margin: 0;
}

.glk-product-modal__cultivation dt,
.glk-product-modal__cultivation dd {
  margin: 0;
  color: #101828;
  font-size: 12px;
  font-weight: 900;
}

.glk-product-modal__cultivation dt {
  color: #344054;
}

.glk-product-modal__checkout {
  align-self: start;
  margin: 56px 46px 16px 0;
  padding: 26px 26px;
  border: 1px solid #dbe4d8;
  border-radius: 9px;
  background: #fff;
}

.glk-product-modal__totals {
  display: grid;
  gap: 20px;
}

.glk-product-modal__totals p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  color: #101828;
  font-size: 16px;
  font-weight: 900;
}

.glk-product-modal__totals strong {
  color: #087004;
  font-size: 22px;
  white-space: nowrap;
}

.glk-product-modal__checkout > button,
.glk-product-modal__checkout > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  margin-top: 24px;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 900;
}

.glk-product-modal__checkout > button {
  border: 0;
  background: #087004;
  color: #fff;
}

.glk-product-modal__checkout > a {
  border: 1px solid #087004;
  background: #fff;
  color: #087004;
}

.glk-product-modal__assurance {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.glk-product-modal__assurance div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.glk-product-modal__assurance i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: #eaf5e7;
  color: #087004;
  font-size: 20px;
}

.glk-product-modal__assurance strong,
.glk-product-modal__assurance small {
  display: block;
}

.glk-product-modal__assurance strong {
  color: #101828;
  font-size: 14px;
  font-weight: 900;
}

.glk-product-modal__assurance small {
  margin-top: 3px;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .glk-product-modal__panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    width: min(720px, 100%);
    padding: 18px;
  }

  .glk-product-modal__gallery,
  .glk-product-modal__details,
  .glk-product-modal__checkout {
    padding: 0;
    margin: 0;
  }

  .glk-product-modal__image-wrap {
    height: 360px;
  }

  .glk-product-modal__image-wrap img {
    height: 270px;
  }

  .glk-product-modal__thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .glk-product-modal__checkout {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .glk-product-modal {
    padding: 10px;
  }

  .glk-product-modal__panel {
    max-height: calc(100vh - 20px);
    padding: 12px;
    border-radius: 9px;
  }

  .glk-product-modal__close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .glk-product-modal__image-wrap {
    height: 260px;
  }

  .glk-product-modal__image-wrap > span {
    top: 12px;
    left: 12px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .glk-product-modal__image-wrap > a {
    top: 12px;
    right: 50px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .glk-product-modal__image-wrap > button {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .glk-product-modal__image-wrap > button:first-of-type {
    left: 10px;
  }

  .glk-product-modal__image-wrap > button:last-of-type {
    right: 10px;
  }

  .glk-product-modal__image-wrap img {
    width: 82%;
    height: 205px;
  }

  .glk-product-modal__thumbs {
    gap: 10px;
    margin-top: 12px;
  }

  .glk-product-modal__thumbs button {
    height: 76px;
  }

  .glk-product-modal__thumbs img {
    width: 66px;
    height: 54px;
  }

  .glk-product-modal__gallery > small {
    margin-top: 9px;
    font-size: 13px;
  }

  .glk-product-modal__category {
    min-height: 30px;
    font-size: 13px;
  }

  .glk-product-modal__details h2 {
    margin-top: 10px;
    font-size: 30px;
  }

  .glk-product-modal__rating {
    gap: 9px;
  }

  .glk-product-modal__rating strong,
  .glk-product-modal__rating b {
    font-size: 13px;
  }

  .glk-product-modal__farm {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .glk-product-modal__farm > div {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    min-height: 78px;
    padding: 12px;
  }

  .glk-product-modal__farm > div + div {
    border-top: 1px solid #dbe4d8;
    border-left: 0;
  }

  .glk-product-modal__farm i {
    font-size: 24px;
  }

  .glk-product-modal__farm span,
  .glk-product-modal__farm strong {
    font-size: 13px;
  }

  .glk-product-modal__source {
    gap: 10px;
    margin: 16px 0;
    padding-bottom: 14px;
    font-size: 13px;
  }

  .glk-product-modal__price {
    grid-template-columns: auto auto 1fr;
    gap: 8px;
  }

  .glk-product-modal__price span {
    font-size: 15px;
  }

  .glk-product-modal__price strong,
  .glk-product-modal__price em {
    font-size: 25px;
  }

  .glk-product-modal__price small {
    font-size: 12px;
  }

  .glk-product-modal__weight {
    grid-template-columns: 1fr 86px 46px;
    margin-top: 18px;
    font-size: 13px;
  }

  .glk-product-modal__weight input,
  .glk-product-modal__weight strong {
    height: 40px;
  }

  .glk-product-modal__limits {
    font-size: 13px;
  }

  .glk-product-modal__cultivation {
    margin-top: 18px;
    padding: 14px;
  }

  .glk-product-modal__cultivation h3 {
    font-size: 17px;
  }

  .glk-product-modal__cultivation dl {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .glk-product-modal__cultivation dt,
  .glk-product-modal__cultivation dd {
    font-size: 12px;
  }

  .glk-product-modal__checkout {
    padding: 16px;
  }

  .glk-product-modal__totals {
    gap: 16px;
  }

  .glk-product-modal__totals p {
    font-size: 15px;
  }

  .glk-product-modal__totals strong {
    font-size: 20px;
  }

  .glk-product-modal__checkout > button,
  .glk-product-modal__checkout > a {
    min-height: 52px;
    margin-top: 14px;
    font-size: 16px;
  }

  .glk-product-modal__assurance {
    gap: 16px;
    margin-top: 22px;
  }

  .glk-product-modal__assurance div {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .glk-product-modal__assurance i {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .glk-product-modal__assurance strong {
    font-size: 14px;
  }

  .glk-product-modal__assurance small {
    font-size: 12px;
  }
}

.glk-category-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 14px;
}

.glk-category-pagination a,
.glk-category-pagination span {
  display: grid;
  min-width: 40px;
  height: 34px;
  place-items: center;
  border: 1px solid #dfe7dc;
  border-radius: 5px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.glk-category-pagination a.active {
  border-color: #0b6d06;
  background: #0b6d06;
  color: #fff;
}

.glk-category-pagination .disabled {
  color: #cbd3c9;
}

.glk-service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 22px auto 18px;
  padding: 14px 54px;
  border: 1px solid #dfe7dc;
  border-radius: 8px;
  background: #fff;
}

.glk-service-strip div {
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 14px;
  align-items: center;
}

.glk-service-strip i {
  grid-row: 1 / 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #edf7e7;
  color: #0b6d06;
  font-size: 21px;
}

.glk-service-strip strong {
  color: #0b6d06;
  font-size: 13px;
  font-weight: 900;
}

.glk-service-strip small {
  color: #475467;
  font-size: 12px;
  font-weight: 600;
}

.glk-category-promos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.glk-promo-card {
  position: relative;
  min-height: 144px;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px 22px;
  background: #f3f8ed;
}

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

.glk-promo-card h2 {
  margin: 0 0 9px;
  color: #111827;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.05;
}

.glk-promo-card p {
  margin: 0 0 14px;
  color: #111827;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.glk-promo-card a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b6d06;
  font-size: 13px;
  font-weight: 900;
}

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

.glk-promo-card--fresh {
  background: linear-gradient(90deg, #eef8e7 0%, #f9fcf4 100%);
}

.glk-promo-card--farmer {
  background: linear-gradient(90deg, rgba(255, 241, 213, .98) 0%, rgba(255, 241, 213, .82) 54%, rgba(255, 241, 213, .08) 100%), url("../../../gloketh/farmer-holds-produce-stockcake.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 132%;
}

.glk-promo-card--app {
  background: #eaf7e6;
}

.glk-promo-card--app span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 29px;
  margin-right: 4px;
  padding: 0 9px;
  border-radius: 4px;
  background: #050505;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.glk-promo-card--app img {
  right: 12px;
  width: 34%;
  height: 92%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}

.glk-promo-card--help {
  background: linear-gradient(90deg, #ecf6ff 0%, #f8fcff 100%);
}

.glk-category-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 28px;
  align-items: center;
  min-height: 43px;
  margin-bottom: 0;
  padding: 0 36px;
  border-radius: 7px;
  background: linear-gradient(180deg, #075f01 0%, #034d00 100%);
  color: #fff;
}

.glk-category-newsletter div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.glk-category-newsletter i {
  color: #f5b529;
  font-size: 24px;
}

.glk-category-newsletter strong {
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.glk-category-newsletter span {
  color: rgba(255, 255, 255, .86);
  font-size: 12px;
  font-weight: 600;
}

.glk-category-newsletter form {
  display: grid;
  grid-template-columns: 1fr 112px;
}

.glk-category-newsletter input,
.glk-category-newsletter button {
  min-height: 31px;
  border: 0;
}

.glk-category-newsletter input {
  min-width: 0;
  padding: 0 14px;
  border-radius: 5px 0 0 5px;
  color: #111827;
  font-size: 12px;
}

.glk-category-newsletter button {
  border-radius: 0 5px 5px 0;
  background: #187b0c;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.glk-category-page + .glk-market-updates {
  display: none;
}

.landing-footer {
  border-top: 0;
}

.landing-footer .footer-grid {
  padding: 18px 0 16px;
}

.landing-footer .footer-brand p {
  max-width: 270px;
}

.landing-footer .footer-bottom .landing-container {
  justify-content: center;
  min-height: 34px;
  color: #0b6d06;
  font-weight: 700;
}

@media (max-width: 767px) {
  .glk-category-page {
    padding-bottom: 72px;
    background: #fbfcfa;
  }

  .glk-category-container {
    width: calc(100% - 24px);
    padding-top: 10px;
  }

  .glk-category-breadcrumb {
    gap: 9px;
    overflow-x: auto;
    padding-bottom: 4px;
    font-size: 11px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .glk-category-breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .glk-category-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    min-height: 142px;
    margin-top: 10px;
    padding: 17px 16px;
    border: 1px solid #dfe7dc;
    border-radius: 8px;
    background: linear-gradient(90deg, #f8fbf5 0%, #f8fbf5 57%, rgba(248, 251, 245, .5) 100%);
  }

  .glk-category-hero > div {
    position: relative;
    z-index: 2;
    max-width: 68%;
  }

  .glk-category-hero h1 {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 1.05;
  }

  .glk-category-hero p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.45;
  }

  .glk-category-hero img {
    position: absolute;
    right: -28px;
    bottom: 0;
    display: block;
    width: 210px;
    height: 132px;
    opacity: .88;
    object-fit: contain;
    object-position: right bottom;
  }

  .glk-mobile-filter-bar {
    position: sticky;
    top: 58px;
    z-index: 18;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 12px 0;
    padding: 8px;
    border: 1px solid #dfe7dc;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 22px rgba(18, 104, 5, .08);
  }

  .glk-mobile-filter-bar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    min-height: 38px;
    border: 1px solid #bfd4ba;
    border-radius: 6px;
    background: #fff;
    color: #0b6d06;
    font-size: 11px;
    font-weight: 900;
  }

  .glk-category-layout {
    gap: 0;
  }

  .glk-category-toolbar {
    position: static;
    display: grid;
    gap: 10px;
    min-height: 0;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
  }

  .glk-category-toolbar strong {
    font-size: 14px;
  }

  .glk-toolbar-actions {
    display: grid;
    grid-template-columns: auto auto auto minmax(0, 1fr);
    gap: 9px;
    width: 100%;
    font-size: 11px;
  }

  .glk-toolbar-actions > span {
    align-self: center;
  }

  .glk-toolbar-actions button {
    width: 30px;
    height: 30px;
    border: 1px solid #dfe7dc;
    border-radius: 6px;
    font-size: 14px;
  }

  .glk-toolbar-actions label {
    justify-content: flex-end;
    width: auto;
    margin-left: 0;
    gap: 7px;
    white-space: nowrap;
  }

  .glk-toolbar-actions select {
    width: min(100%, 132px);
    height: 31px;
    padding: 0 8px;
    font-size: 11px;
  }

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

  .glk-category-card {
    display: flex;
    min-height: 326px;
    padding: 10px;
    border-radius: 8px;
    flex-direction: column;
    box-shadow: 0 8px 18px rgba(18, 104, 5, .06);
  }

  .glk-category-card__badge {
    top: 9px;
    left: 9px;
    max-width: calc(100% - 46px);
    padding: 4px 7px;
    overflow: hidden;
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .glk-category-card__wish {
    top: 8px;
    right: 8px;
    width: 27px;
    height: 27px;
    font-size: 14px;
  }

  .glk-category-card__image {
    height: 112px;
    padding: 22px 2px 4px;
  }

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

  .glk-card-rating {
    gap: 4px;
    min-height: 16px;
    margin-top: 2px;
  }

  .glk-stars {
    font-size: 9px;
  }

  .glk-card-rating small,
  .glk-category-card p,
  .glk-category-card p small {
    font-size: 9px;
    line-height: 1.25;
  }

  .glk-category-card h2 {
    margin: 4px 0;
    font-size: 12px;
    line-height: 1.18;
  }

  .glk-category-card > strong {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.2;
  }

  .glk-category-card p {
    gap: 5px;
    margin-bottom: 5px;
    min-width: 0;
  }

  .glk-category-card p:first-of-type {
    display: none;
  }

  .glk-category-card p i {
    width: 11px;
    flex: 0 0 11px;
    font-size: 9px;
  }

  .glk-card-actions {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 7px;
    margin-top: auto;
  }

  .glk-card-actions a,
  .glk-card-actions button {
    min-height: 32px;
    border-radius: 6px;
    font-size: 9px;
  }

  .glk-card-actions button {
    font-size: 13px;
  }

  .glk-category-pagination {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }

  .glk-category-pagination a,
  .glk-category-pagination span {
    min-width: 33px;
    height: 32px;
    font-size: 12px;
  }

  .glk-service-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 18px 0 14px;
    padding: 12px;
  }

  .glk-service-strip div {
    grid-template-columns: 38px 1fr;
    column-gap: 11px;
    min-height: 48px;
  }

  .glk-service-strip i {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .glk-service-strip strong {
    font-size: 12px;
  }

  .glk-service-strip small {
    font-size: 11px;
  }

  .glk-category-promos {
    grid-template-columns: 1fr;
    gap: 11px;
  }

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

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

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

  .glk-category-newsletter {
    gap: 12px;
    margin-bottom: 10px;
    padding: 16px;
    border-radius: 8px;
  }

  .glk-category-newsletter div {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 6px 10px;
    align-items: center;
  }

  .glk-category-newsletter i {
    grid-row: 1 / 3;
    font-size: 22px;
  }

  .glk-category-newsletter strong {
    font-size: 13px;
    white-space: normal;
  }

  .glk-category-newsletter span {
    font-size: 11px;
    line-height: 1.35;
  }

  .glk-category-newsletter form {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .glk-category-newsletter input,
  .glk-category-newsletter button {
    min-height: 40px;
    border-radius: 6px;
  }
}

@media (max-width: 430px) {
  .glk-category-container {
    width: calc(100% - 20px);
  }

  .glk-category-grid {
    gap: 9px;
  }

  .glk-category-card {
    min-height: 304px;
    padding: 8px;
  }

  .glk-category-card__image {
    height: 98px;
  }

  .glk-category-card__image img {
    height: 74px;
  }

  .glk-category-card h2,
  .glk-category-card > strong {
    font-size: 10.5px;
  }

  .glk-card-rating small,
  .glk-category-card p,
  .glk-category-card p small {
    font-size: 8.5px;
  }

  .glk-mobile-filter-bar button {
    gap: 4px;
    font-size: 9.5px;
  }
}

@media (max-width: 1500px) {
  .glk-site-header .glk-header-main,
  .glk-category-container {
    width: min(1320px, calc(100% - 56px));
  }

  .glk-site-header .glk-header-main {
    grid-template-columns: 188px minmax(430px, 1fr) 214px auto;
    gap: 22px;
  }

  .glk-site-header .nav-links {
    gap: 58px;
  }

  .glk-site-header .nav-links li {
    display: flex;
    align-items: center;
  }

  .glk-category-layout {
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 30px;
  }

  .glk-category-card {
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media (max-width: 1199px) {
  .glk-site-header .glk-header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 70px;
  }

  .glk-header-search,
  .glk-delivery-date,
  .glk-site-header .login-button {
    display: none;
  }

  .glk-site-header .main-nav__inner {
    justify-content: center;
    min-height: 0;
  }

  .glk-site-header .menu-toggle {
    display: grid;
    place-items: center;
  }

  .glk-site-header .nav-links {
    position: absolute;
    top: 118px;
    right: 28px;
    left: 28px;
    display: none;
    gap: 0;
    padding: 12px;
    border: 1px solid #dfe7dc;
    border-radius: 8px;
    background: #fff;
  }

  .glk-site-header .nav-links.is-open {
    display: grid;
  }

  .glk-site-header .nav-links a {
    display: block;
    padding: 11px 8px;
  }

  .glk-category-layout {
    grid-template-columns: 1fr;
  }

  .glk-filter-panel {
    display: none;
  }

  .glk-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .glk-service-strip,
  .glk-category-promos {
    grid-template-columns: repeat(2, 1fr);
  }

  .glk-category-newsletter {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 18px;
  }
}

@media (max-width: 767px) {
  .glk-category-container {
    width: calc(100% - 28px);
    padding-top: 12px;
  }

  .glk-site-header .glk-header-main {
    width: calc(100% - 28px);
    grid-template-columns: 24px minmax(0, 1fr) auto;
    gap: 12px 14px;
    padding: 10px 0 12px;
  }

  .glk-site-header .menu-toggle {
    grid-column: 1;
    grid-row: 1;
    width: 24px;
    height: 32px;
    padding: 0;
    font-size: 18px;
  }

  .glk-site-header .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }

  .glk-site-header .brand__mark {
    width: 152px;
    height: 45px;
  }

  .glk-site-header .nav-actions {
    grid-column: 3;
    grid-row: 1;
    gap: 12px;
    justify-self: end;
  }

  .glk-site-header .action-icon small,
  .glk-site-header .action-icon span {
    display: none;
  }

  .glk-site-header .action-icon {
    grid-template-columns: 24px;
    height: 28px;
    font-size: 20px;
  }

  .glk-site-header .main-nav__inner {
    min-height: 0;
  }

  .glk-category-breadcrumb {
    font-size: 11px;
  }

  .glk-category-hero {
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 108px;
    margin-top: 18px;
    padding: 18px 142px 18px 16px;
    border: 1px solid #dfe8da;
    border-radius: 8px;
    background:
      linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 45%, rgba(255, 255, 255, 0.62) 72%, rgba(255, 255, 255, 0.12) 100%),
      url("/assets/gloketh/vegetables/vegies.jpg") right center / auto 132px no-repeat;
  }

  .glk-category-hero h1 {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-size: 27px;
  }

  .glk-category-hero p {
    position: relative;
    z-index: 1;
    max-width: 178px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.35;
  }

  .glk-category-hero img {
    display: none;
  }

  .glk-category-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }

  .glk-toolbar-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .glk-toolbar-actions label {
    width: 100%;
    margin-left: 0;
  }

  .glk-toolbar-actions select {
    flex: 1;
  }

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

  .glk-category-card {
    min-height: 286px;
    padding: 8px;
  }

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

  .glk-category-card__wish {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .glk-category-card__image {
    height: 94px;
    padding-top: 18px;
  }

  .glk-category-card__image img {
    height: 74px;
  }

  .glk-card-rating {
    gap: 4px;
  }

  .glk-stars {
    font-size: 8px;
  }

  .glk-card-rating small,
  .glk-category-card p,
  .glk-category-card p small {
    font-size: 8px;
  }

  .glk-category-card h2 {
    font-size: 10px;
  }

  .glk-category-card > strong {
    font-size: 10px;
  }

  .glk-card-actions {
    grid-template-columns: 1fr 32px;
    gap: 6px;
    margin-top: 8px;
  }

  .glk-card-actions a,
  .glk-card-actions button {
    min-height: 27px;
    font-size: 8px;
  }

  .glk-category-pagination {
    gap: 7px;
  }

  .glk-category-pagination a,
  .glk-category-pagination span {
    min-width: 31px;
    height: 30px;
  }

  .glk-service-strip,
  .glk-category-promos {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .glk-service-strip {
    padding: 14px;
  }

  .glk-promo-card {
    min-height: 132px;
  }

  .glk-category-newsletter div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .glk-category-newsletter strong {
    white-space: normal;
  }

  .glk-category-newsletter form {
    grid-template-columns: 1fr 92px;
  }
}

