:root {
  --ivory: #f8f6f0;
  --cream: #f2eee4;
  --paper: #fffefa;
  --forest: #0d4f3d;
  --forest-deep: #082d24;
  --forest-soft: #e8f0ea;
  --sage: #72836b;
  --ink: #17231f;
  --muted: #6d7772;
  --gold: #d9a52e;
  --gold-soft: #f2dfad;
  --line: #dfdfd7;
  --danger: #a83d35;
  --success: #22714f;
  --shadow-sm: 0 10px 28px rgba(13, 45, 35, .07);
  --shadow-md: 0 22px 60px rgba(13, 45, 35, .10);
  --shadow-lg: 0 30px 90px rgba(8, 45, 36, .16);
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 12px;
  --container: min(1500px, calc(100% - 64px));
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Manrope", Inter, system-ui, sans-serif;
}

html {
  scroll-padding-top: 154px;
}

body {
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--font-body);
  font-size: 15px;
}

h1,
h2,
h3 {
  letter-spacing: -.025em;
}

.button {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: .78rem;
  letter-spacing: .02em;
}

.button--primary {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
  box-shadow: none;
}

.button--primary:hover {
  background: var(--forest-deep);
  border-color: var(--forest-deep);
}

.button--gold {
  color: var(--forest-deep);
  background: var(--gold);
  border-color: var(--gold);
}

.button--outline {
  color: var(--forest-deep);
  background: transparent;
  border-color: #bfc8c2;
}

.eyebrow {
  color: #9b7420;
  font-size: .67rem;
  letter-spacing: .18em;
}

.preloader__mark {
  width: 190px;
  height: 90px;
}

.preloader__mark img {
  width: 150px;
  height: auto;
}

.preloader__mark span {
  inset: auto 77px 0;
  width: 34px;
  height: 34px;
}

/* Professional marketplace header */
.announcement {
  min-height: 34px;
  color: #e9f1ed;
  background: var(--forest-deep);
  border: 0;
  font-size: .67rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.announcement__inner {
  min-height: 34px;
}

.announcement p span {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border: 0;
  box-shadow: 0 0 0 4px rgba(217, 165, 46, .14);
}

.announcement p i {
  color: #78988c;
  font-style: normal;
}

.announcement p strong {
  font-size: inherit;
  font-weight: 600;
}

.announcement p em {
  font-style: normal;
}

.announcement__links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.announcement__links a {
  color: #e9f1ed;
}

.announcement__links a:hover {
  color: var(--gold-soft);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 254, 250, .98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(8, 45, 36, .045);
  backdrop-filter: blur(18px);
}

.ok-header-main {
  border-bottom: 1px solid #e8e6df;
}

.ok-header-main__inner {
  display: grid;
  min-height: 90px;
  grid-template-columns: 235px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 38px;
}

.ok-brand {
  min-width: 0;
}

.ok-brand img {
  width: 225px;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.ok-header-search {
  display: grid;
  min-width: 0;
  min-height: 47px;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 0 15px;
  color: #75817b;
  background: #f8f7f2;
  border: 1px solid #d8dbd7;
  border-radius: 3px;
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ok-header-search:hover,
.ok-header-search:focus-visible {
  background: #fff;
  border-color: #8da49a;
  box-shadow: 0 0 0 3px rgba(13, 79, 61, .08);
  outline: 0;
}

.ok-header-search svg,
.ok-account-link svg,
.ok-header-icon svg,
.ok-cart-pill svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ok-header-search svg {
  width: 20px;
}

.ok-header-search span {
  overflow: hidden;
  font-size: .74rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ok-header-search kbd {
  padding: 3px 7px;
  color: #818983;
  background: #eeede8;
  border: 1px solid #deddd8;
  border-radius: 3px;
  font-family: inherit;
  font-size: .52rem;
  font-weight: 700;
}

.ok-header-actions {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ok-account-link,
.ok-header-icon,
.ok-cart-pill {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--forest-deep);
  background: transparent;
  border: 0;
}

.ok-account-link {
  gap: 10px;
  padding: 0 12px;
  border-right: 1px solid var(--line);
  text-align: left;
}

.ok-account-link svg {
  width: 21px;
}

.ok-account-link span,
.ok-account-link small,
.ok-account-link strong {
  display: block;
}

.ok-account-link small {
  margin-bottom: 1px;
  color: #89928d;
  font-size: .56rem;
  font-weight: 500;
}

.ok-account-link strong {
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
}

.ok-header-icon {
  position: relative;
  width: 42px;
}

.ok-header-icon svg {
  width: 21px;
}

.ok-header-icon > span {
  position: absolute;
  top: 2px;
  right: 1px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-size: .48rem;
  font-weight: 800;
}

.ok-header-icon > span[hidden] {
  display: none;
}

.ok-cart-pill {
  gap: 9px;
  padding: 0 15px;
  color: #fff;
  background: var(--forest);
  border-radius: 3px;
  font-size: .66rem;
  font-weight: 700;
}

.ok-cart-pill:hover {
  background: var(--forest-deep);
}

.ok-cart-pill svg {
  width: 19px;
}

.ok-cart-pill b {
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  color: var(--forest-deep);
  background: var(--gold);
  border-radius: 50%;
  font-size: .5rem;
}

.ok-header-nav {
  min-height: 48px;
}

.ok-header-nav__inner {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.desktop-nav {
  justify-content: flex-start;
  gap: 34px;
}

.desktop-nav > a,
.desktop-nav > button {
  padding: 16px 0 14px;
  color: #374942;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.desktop-nav > a::after,
.desktop-nav > button::after {
  bottom: 9px;
  height: 2px;
  background: var(--gold);
}

.ok-header-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: .66rem;
  font-weight: 800;
}

.ok-header-whatsapp span {
  color: #2aaf73;
  font-size: .65rem;
}

.mega-menu {
  padding: 28px 0 32px;
  background: rgba(255, 254, 250, .995);
  border-top-color: #eceae3;
  border-bottom: 3px solid var(--gold);
  border-radius: 0;
}

.mega-menu__grid {
  grid-template-columns: 300px minmax(0, 1fr) 275px;
  gap: 38px;
}

.mega-feature,
.mega-menu__aside {
  border-radius: 4px;
}

.mega-menu__aside {
  background: #edf2ed;
}

.menu-trigger {
  display: none;
}

/* Existing sections brought into the Tenka Farm v7 visual system */
.home-hero,
.page-hero {
  background: #f5f2ea;
}

.page-hero {
  border-bottom: 1px solid var(--line);
}

.home-hero h1,
.page-hero h1 {
  color: var(--forest-deep);
}

.section--paper,
.catalog-section {
  background: #fffefa;
}

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

.catalog-layout {
  grid-template-columns: 245px minmax(0, 1fr);
  gap: 34px;
}

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

.catalog-sidebar,
.catalog-toolbar,
.content-card {
  border-radius: 5px;
}

/* Marketplace product card */
.market-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e0e1dc;
  border-radius: 5px;
  box-shadow: 0 5px 18px rgba(10, 39, 30, .035);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.market-product-card:hover {
  border-color: #b9c7c0;
  box-shadow: 0 18px 45px rgba(10, 39, 30, .10);
  transform: translateY(-4px);
}

.market-product-card > .wishlist-button--card {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 3;
  margin: 0;
}

.market-product-card > .wishlist-button--card button {
  display: grid;
  width: 35px;
  height: 35px;
  padding: 0;
  place-items: center;
  color: var(--forest-deep);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(22, 60, 48, .12);
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
}

.market-product-card > .wishlist-button--card button svg {
  width: 17px;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.7;
}

.market-product-card > .wishlist-button--card.is-active button svg {
  fill: var(--gold);
  stroke: var(--gold);
}

.market-product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.2 / 1;
  background: #eef0eb;
}

.market-product-card__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.market-product-card:hover .market-product-card__media > img {
  transform: scale(1.035);
}

.market-product-card__badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 6px 9px;
  color: #fff;
  background: var(--forest);
  border-radius: 2px;
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.market-product-card__badge.is-ready {
  color: #122d24;
  background: var(--gold);
}

.market-product-card__soldout {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  color: #fff;
  background: rgba(8, 45, 36, .72);
  backdrop-filter: blur(1px);
}

.market-product-card__soldout strong,
.market-product-card__soldout small {
  display: block;
}

.market-product-card__soldout strong {
  font-size: .72rem;
  letter-spacing: .1em;
}

.market-product-card__soldout small {
  margin-top: 3px;
  color: #e0e8e4;
  font-size: .58rem;
}

.market-product-card__body {
  display: flex;
  min-height: 255px;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 16px;
}

.market-product-card__category {
  margin-bottom: 6px;
  color: #8b752f;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.market-product-card h3 {
  margin-bottom: 7px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -.025em;
}

.market-product-card h3 a:hover {
  color: var(--forest);
}

.market-product-card__excerpt {
  display: -webkit-box;
  min-height: 39px;
  margin-bottom: 12px;
  overflow: hidden;
  color: #77817c;
  font-size: .65rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.market-product-card__price {
  display: flex;
  min-height: 30px;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 12px;
}

.market-product-card__price strong {
  color: var(--forest-deep);
  font-size: 1.03rem;
  font-weight: 800;
}

.market-product-card__price span,
.market-product-card__price del {
  color: #939b97;
  font-size: .58rem;
}

.market-product-card__price del {
  margin-left: 4px;
}

.market-product-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 13px;
  color: #5f6e67;
  font-size: .58rem;
  font-weight: 600;
}

.market-product-card__facts span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.market-product-card__facts svg {
  width: 13px;
  fill: none;
  stroke: var(--forest);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.market-product-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #ecece7;
}

.market-product-card__foot > p {
  min-width: 0;
  margin: 0;
  color: #7b8480;
  font-size: .53rem;
  line-height: 1.5;
}

.market-product-card__foot > p strong {
  color: var(--ink);
}

.market-product-card__foot > p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.market-product-card__foot > p small {
  white-space: nowrap;
}

.market-product-card__star {
  color: var(--gold);
  font-size: .7rem;
}

.market-product-card__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
}

.market-product-card__actions form {
  margin: 0;
}

.market-product-card__actions button,
.market-product-card__actions > a {
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  place-items: center;
  color: var(--forest-deep);
  background: #f6f6f2;
  border: 1px solid #dfe2df;
  border-radius: 2px;
  font-weight: 700;
}

.market-product-card__actions > a {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

/* Product detail */
.ok-product-hero {
  padding: 20px 0 50px;
  background: #f8f7f2;
  border-bottom: 1px solid var(--line);
}

.ok-breadcrumbs {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  overflow: hidden;
  color: #78837e;
  font-size: .62rem;
  white-space: nowrap;
}

.ok-breadcrumbs a:hover {
  color: var(--forest);
}

.ok-breadcrumbs span:last-child {
  overflow: hidden;
  color: #303e38;
  text-overflow: ellipsis;
}

.ok-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr);
  align-items: start;
  gap: 42px;
}

.ok-gallery {
  display: grid;
  min-width: 0;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
}

.ok-gallery__thumbs {
  display: grid;
  align-content: start;
  gap: 10px;
}

.ok-gallery__thumbs button {
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  padding: 0;
  background: #eeefe9;
  border: 1px solid #d8dbd7;
  border-radius: 3px;
  opacity: .7;
  transition: opacity .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ok-gallery__thumbs button.is-active,
.ok-gallery__thumbs button:hover {
  border-color: var(--forest);
  box-shadow: 0 0 0 2px rgba(13, 79, 61, .1);
  opacity: 1;
}

.ok-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ok-gallery__main {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #e7ebe5;
  border: 1px solid #d9dcd7;
  border-radius: 4px;
}

.ok-gallery__main > img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.ok-gallery__status {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  color: #fff;
  background: var(--forest);
  border-radius: 2px;
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.ok-gallery__status.is-sold {
  background: var(--danger);
}

.ok-gallery__zoom {
  position: absolute;
  right: 15px;
  bottom: 45px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  color: var(--forest-deep);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(8, 45, 36, .14);
  border-radius: 2px;
  font-size: .56rem;
  font-weight: 700;
}

.ok-gallery__zoom svg,
.ok-gallery__note svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.ok-gallery__note {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #e9f0ed;
  background: rgba(8, 45, 36, .88);
  font-size: .55rem;
}

.ok-buybox {
  min-width: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #dfe1dc;
  border-radius: 4px;
  box-shadow: var(--shadow-sm);
}

.ok-buybox.is-sticky {
  position: sticky;
  top: var(--product-sidebar-top, 165px);
}

.ok-buybox__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #8c742c;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.ok-buybox__eyebrow i {
  color: #b4b9b5;
  font-style: normal;
}

.ok-buybox__eyebrow > div {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.ok-buybox__eyebrow .wishlist-button {
  margin: 0;
}

.ok-buybox__eyebrow .wishlist-button button,
.ok-buybox__eyebrow > div > button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  color: #69756f;
  background: none;
  border: 0;
  font-size: .56rem;
  font-weight: 700;
}

.ok-buybox__eyebrow .wishlist-button svg {
  width: 15px;
  fill: transparent;
  stroke: currentColor;
}

.ok-buybox h1 {
  max-width: 760px;
  margin-bottom: 9px;
  color: var(--forest-deep);
  font-family: var(--font-body);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
}

.ok-buybox__rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: #77817c;
  font-size: .62rem;
}

.ok-buybox__rating > span {
  color: var(--gold);
  font-size: .85rem;
}

.ok-buybox__rating strong {
  color: var(--ink);
}

.ok-buybox__rating a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ok-price-card {
  padding: 14px 16px;
  background: #f5f3ec;
  border-left: 3px solid var(--gold);
}

.ok-price-card small,
.ok-price-card em {
  display: block;
  color: #737e78;
  font-size: .57rem;
  font-style: normal;
}

.ok-price-card p {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 2px 0 3px;
}

.ok-price-card strong {
  color: var(--forest-deep);
  font-size: 1.65rem;
  font-weight: 800;
}

.ok-price-card p span,
.ok-price-card del {
  color: #828b86;
  font-size: .65rem;
}

.ok-price-card del {
  margin-left: 7px;
}

.ok-batch-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 17px;
  border: 1px solid #dde1dc;
  border-radius: 3px;
}

.ok-batch-metrics > div {
  min-width: 0;
  padding: 12px 11px;
  border-right: 1px solid #e1e4df;
}

.ok-batch-metrics > div:last-child {
  border-right: 0;
}

.ok-batch-metrics > div.is-highlight {
  background: #edf5ef;
}

.ok-batch-metrics small,
.ok-batch-metrics strong,
.ok-batch-metrics span {
  display: block;
}

.ok-batch-metrics small {
  margin-bottom: 3px;
  color: #87908b;
  font-size: .5rem;
}

.ok-batch-metrics strong {
  overflow: hidden;
  color: var(--forest-deep);
  font-size: .69rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ok-batch-metrics span {
  margin-top: 2px;
  overflow: hidden;
  color: #86908b;
  font-size: .48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ok-batch-progress {
  margin-top: 15px;
  padding: 13px 15px 11px;
  color: #fff;
  background: var(--forest-deep);
  border-radius: 3px;
}

.ok-batch-progress > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: .59rem;
  font-weight: 700;
}

.ok-batch-progress > div:first-child strong {
  color: var(--gold-soft);
  font-size: .85rem;
}

.ok-batch-progress__track {
  height: 6px;
  margin: 8px 0 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, .18);
  border-radius: 999px;
}

.ok-batch-progress__track i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #b8861e, var(--gold));
  border-radius: inherit;
}

.ok-batch-progress__labels {
  display: flex;
  justify-content: space-between;
  color: #a9bbb4;
  font-size: .43rem;
}

.ok-batch-empty {
  display: grid;
  gap: 3px;
  margin-top: 15px;
  padding: 14px;
  color: #596761;
  background: #f2f3ef;
  border: 1px dashed #c9cfca;
  font-size: .58rem;
}

.ok-batch-empty strong {
  color: var(--forest-deep);
}

.ok-order-card {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.ok-order-card .field > span:first-child {
  color: #3e4d46;
  font-size: .58rem;
  font-weight: 700;
}

.ok-order-card select,
.ok-review-form select,
.ok-review-form input,
.ok-review-form textarea {
  border-radius: 2px;
}

.ok-order-card__row {
  display: grid;
  grid-template-columns: minmax(170px, .8fr) minmax(190px, 1fr);
  align-items: end;
  gap: 16px;
  margin-top: 13px;
}

.ok-order-card__row .field {
  margin: 0;
}

.ok-order-card .quantity-control {
  display: grid;
  min-height: 42px;
  grid-template-columns: 38px minmax(55px, 1fr) 38px;
  margin-top: 5px;
  border: 1px solid #d6dad6;
  border-radius: 2px;
}

.ok-order-card .quantity-control button,
.ok-order-card .quantity-control input {
  min-height: 40px;
  padding: 0;
  background: #fff;
  border: 0;
  text-align: center;
}

.ok-order-card .quantity-control input {
  border-right: 1px solid #e2e4e1;
  border-left: 1px solid #e2e4e1;
  font-size: .7rem;
  font-weight: 700;
}

.ok-order-card .field > small,
.estimated-total small {
  display: block;
  margin-top: 4px;
  color: #8a928e;
  font-size: .48rem;
}

.estimated-total {
  padding: 10px 12px;
  background: #f7f6f1;
  border: 1px solid #e3e3dc;
}

.estimated-total span,
.estimated-total strong {
  display: block;
}

.estimated-total span {
  color: #7d8782;
  font-size: .5rem;
}

.estimated-total strong {
  margin: 1px 0;
  color: var(--forest-deep);
  font-size: .85rem;
}

.ok-order-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 13px;
}

.ok-buybox__assurance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  margin-top: 15px;
  color: #738079;
  font-size: .49rem;
}

.ok-buybox__assurance p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 9px 11px;
  color: #59665f;
  background: #f6f4ec;
}

.ok-buybox__assurance p strong {
  color: var(--forest-deep);
}

.ok-image-dialog {
  position: fixed;
  width: min(980px, calc(100vw - 50px));
  max-width: none;
  height: min(88vh, 900px);
  padding: 0;
  overflow: hidden;
  background: #0a1d17;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, .45);
}

.ok-image-dialog::backdrop {
  background: rgba(4, 18, 14, .82);
  backdrop-filter: blur(5px);
}

.ok-image-dialog img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ok-image-dialog button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  font-size: 1.4rem;
}

.ok-product-information {
  background: #fff;
}

.ok-tabs {
  position: sticky;
  top: 139px;
  z-index: 20;
  display: flex;
  gap: 34px;
  overflow-x: auto;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #dde1dd;
  scrollbar-width: none;
  backdrop-filter: blur(14px);
}

.ok-tabs::-webkit-scrollbar {
  display: none;
}

.ok-tabs button {
  position: relative;
  flex: 0 0 auto;
  padding: 22px 2px 18px;
  color: #77817c;
  background: none;
  border: 0;
  font-size: .67rem;
  font-weight: 700;
}

.ok-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
}

.ok-tabs button[aria-selected="true"] {
  color: var(--forest-deep);
}

.ok-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.ok-tab-panel {
  display: none;
  padding: 40px 0 62px;
}

.ok-tab-panel.is-active {
  display: block;
}

.ok-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 26px;
}

.ok-content-card,
.ok-side-card,
.ok-review-summary,
.ok-review-card,
.ok-discussion-card {
  background: #fff;
  border: 1px solid #dfe1dc;
  border-radius: 4px;
}

.ok-content-card {
  padding: 32px;
}

.ok-content-card h2,
.ok-side-card h3,
.ok-discussion-card h2 {
  color: var(--forest-deep);
  font-family: var(--font-body);
  font-weight: 800;
}

.ok-content-card h2 {
  margin-bottom: 17px;
  font-size: 1.4rem;
}

.ok-content-card .rich-copy {
  color: #64716a;
  font-size: .75rem;
  line-height: 1.85;
}

.ok-spec-table {
  margin: 26px 0 0;
  border-top: 1px solid #e1e3df;
}

.ok-spec-table > div {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e9e5;
  font-size: .66rem;
}

.ok-spec-table dt {
  color: #838d88;
}

.ok-spec-table dd {
  margin: 0;
  color: #2a3b34;
  font-weight: 700;
}

.ok-info-note {
  margin: 18px 0 0;
  padding: 12px 14px;
  color: #5e6b65;
  background: #f4f5f0;
  border-left: 2px solid var(--gold);
  font-size: .61rem;
}

.ok-info-sidebar {
  display: grid;
  gap: 16px;
}

.ok-side-card {
  padding: 24px;
}

.ok-side-card__icon {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 15px;
  place-items: center;
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
}

.ok-side-card h3 {
  margin-bottom: 7px;
  font-size: .92rem;
}

.ok-side-card p,
.ok-side-card li {
  color: #727d77;
  font-size: .61rem;
}

.ok-side-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.ok-batch-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 30px;
}

.ok-batch-detail > div:first-child > p:last-child {
  max-width: 670px;
  color: #6f7974;
  font-size: .7rem;
}

.ok-batch-detail__headline {
  display: grid;
  min-width: 160px;
  padding: 16px 22px;
  color: #fff;
  background: var(--forest-deep);
  text-align: center;
}

.ok-batch-detail__headline strong {
  color: var(--gold-soft);
  font-size: 2rem;
}

.ok-batch-detail__headline span {
  color: #bdcdc7;
  font-size: .55rem;
}

.ok-batch-timeline {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 6px 0 10px;
}

.ok-batch-timeline::before {
  position: absolute;
  top: 19px;
  right: 10%;
  left: 10%;
  height: 2px;
  content: "";
  background: #dfe3df;
}

.ok-batch-timeline > div {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  color: #8a938f;
  text-align: center;
}

.ok-batch-timeline > div > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  place-items: center;
  color: #7f8984;
  background: #fff;
  border: 2px solid #dce0dd;
  border-radius: 50%;
  font-size: .62rem;
  font-weight: 800;
}

.ok-batch-timeline > div strong,
.ok-batch-timeline > div small {
  display: block;
}

.ok-batch-timeline > div strong {
  color: #5c6963;
  font-size: .65rem;
}

.ok-batch-timeline > div small {
  font-size: .5rem;
}

.ok-batch-timeline > div.is-complete > span {
  color: #fff;
  background: var(--forest);
  border-color: var(--forest);
}

.ok-batch-timeline > div.is-current > span {
  color: var(--forest-deep);
  background: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 0 5px rgba(217, 165, 46, .17);
}

.ok-batch-timeline > div.is-current strong {
  color: var(--forest-deep);
}

.ok-reviews-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: start;
  gap: 26px;
}

.ok-review-summary {
  padding: 25px;
}

.ok-review-score {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e4e5e1;
}

.ok-review-score > strong {
  color: var(--forest-deep);
  font-size: 2.65rem;
  line-height: 1;
}

.ok-review-score span,
.ok-review-score b,
.ok-review-score small {
  display: block;
}

.ok-review-score b {
  color: var(--gold);
  font-size: .75rem;
  letter-spacing: .08em;
}

.ok-review-score small {
  color: #7f8984;
  font-size: .55rem;
}

.ok-rating-bars {
  display: grid;
  gap: 7px;
  margin: 18px 0;
}

.ok-rating-bars > div {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  color: #7d8782;
  font-size: .53rem;
}

.ok-rating-bars i {
  height: 5px;
  overflow: hidden;
  background: #ebece9;
  border-radius: 999px;
}

.ok-rating-bars i b {
  display: block;
  height: 100%;
  background: var(--gold);
  border-radius: inherit;
}

.ok-review-form {
  display: grid;
  gap: 11px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e3e5e1;
}

.ok-review-form h3 {
  margin: 0;
  color: var(--forest-deep);
  font-family: var(--font-body);
  font-size: .82rem;
}

.ok-review-form label,
.ok-review-form label > span {
  display: grid;
  gap: 4px;
}

.ok-review-form label > span {
  color: #55635c;
  font-size: .55rem;
  font-weight: 700;
}

.ok-review-form input,
.ok-review-form select,
.ok-review-form textarea {
  width: 100%;
  padding: 9px 10px;
  background: #fff;
  border: 1px solid #d6dad6;
  font-size: .62rem;
}

.ok-review-form textarea {
  min-height: 105px;
  resize: vertical;
}

.ok-review-gate {
  margin: 18px 0 0;
  padding: 10px 12px;
  color: #69756f;
  background: #f4f5f1;
  font-size: .57rem;
}

.ok-review-list {
  display: grid;
  gap: 13px;
}

.ok-review-card {
  padding: 22px 24px;
}

.ok-review-card header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.ok-review-card header > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  font-size: .66rem;
  font-weight: 800;
}

.ok-review-card header strong,
.ok-review-card header small {
  display: block;
}

.ok-review-card header strong {
  color: #24362e;
  font-size: .68rem;
}

.ok-review-card header small {
  color: #88918d;
  font-size: .5rem;
}

.ok-review-card header em {
  margin-left: auto;
  padding: 5px 8px;
  color: var(--success);
  background: #eaf4ed;
  border-radius: 2px;
  font-size: .49rem;
  font-style: normal;
  font-weight: 700;
}

.ok-review-card__stars {
  margin: 14px 0 6px;
  color: var(--gold);
  font-size: .7rem;
  letter-spacing: .06em;
}

.ok-review-card__stars span {
  color: #d9ddda;
}

.ok-review-card h3 {
  margin-bottom: 5px;
  color: var(--forest-deep);
  font-family: var(--font-body);
  font-size: .77rem;
  font-weight: 800;
}

.ok-review-card > p:last-child {
  margin: 0;
  color: #67736d;
  font-size: .66rem;
  line-height: 1.75;
}

.ok-discussion-card {
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
}

.ok-discussion-card > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--forest-deep);
  background: var(--gold-soft);
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: 800;
}

.ok-discussion-card h2 {
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.ok-discussion-card p:last-child {
  margin: 0;
  color: #747e79;
  font-size: .65rem;
}

/* Footer */
.site-footer {
  color: #c6d3ce;
  background: var(--forest-deep);
  border-top: 4px solid var(--gold);
}

.ok-footer-grid {
  grid-template-columns: 1.45fr .9fr .9fr 1.15fr;
  gap: 70px;
  padding-block: 68px 48px;
}

.footer-brand img {
  width: 235px;
  height: 85px;
  margin: -15px 0 10px;
  filter: brightness(0) invert(1);
  opacity: .95;
}

.footer-brand > p {
  max-width: 360px;
  color: #aebfb8;
  font-size: .68rem;
  line-height: 1.75;
}

.footer-grid h3 {
  margin-bottom: 18px;
  color: #fff;
  font-size: .68rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid p {
  margin-bottom: 10px;
  color: #aebfb8;
  font-size: .64rem;
}

.footer-grid a:hover {
  color: var(--gold-soft);
}

.footer-grid small {
  display: block;
  margin-bottom: 1px;
  color: #758d84;
  font-size: .49rem;
  text-transform: uppercase;
}

.ok-footer-socials {
  display: flex;
  gap: 8px;
  margin-top: 19px;
}

.ok-footer-socials a {
  display: grid;
  width: 31px;
  height: 31px;
  margin: 0;
  place-items: center;
  color: #fff;
  border: 1px solid #557068;
  border-radius: 50%;
  font-size: .55rem;
  font-weight: 800;
}

.footer-bottom {
  border-top-color: #29483e;
}

.footer-bottom p,
.footer-bottom a {
  color: #80978f;
  font-size: .55rem;
}

/* Responsive behavior */
@media (max-width: 1320px) {
  :root {
    --container: min(100% - 44px, 1240px);
  }

  .ok-header-main__inner {
    grid-template-columns: 205px minmax(280px, 1fr) auto;
    gap: 22px;
  }

  .ok-brand img {
    width: 195px;
  }

  .ok-account-link span {
    display: none;
  }

  .ok-account-link {
    width: 42px;
    padding: 0;
  }

  .ok-product-grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, .95fr);
    gap: 28px;
  }

  .ok-gallery__main,
  .ok-gallery__main > img {
    min-height: 560px;
  }

  .ok-buybox {
    padding: 23px;
  }

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

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

@media (max-width: 1050px) {
  html {
    scroll-padding-top: 100px;
  }

  .ok-header-nav {
    display: none;
  }

  .ok-header-main__inner {
    min-height: 80px;
    grid-template-columns: 190px minmax(220px, 1fr) auto;
  }

  .ok-brand img {
    width: 180px;
    height: 64px;
  }

  .ok-header-actions .ok-account-link,
  .ok-header-actions .ok-header-icon {
    display: none;
  }

  .menu-trigger {
    display: inline-flex;
  }

  .mega-menu {
    display: none;
  }

  .ok-product-grid {
    grid-template-columns: 1fr;
  }

  .ok-gallery__main,
  .ok-gallery__main > img {
    min-height: 650px;
  }

  .ok-buybox.is-sticky {
    position: static;
  }

  .ok-tabs {
    top: 80px;
  }

  .ok-footer-grid {
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 34px;
  }
}

@media (max-width: 820px) {
  :root {
    --container: min(100% - 32px, 760px);
  }

  .announcement__links a:first-child,
  .ok-cart-pill span {
    display: none;
  }

  .ok-header-main__inner {
    display: grid;
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 12px;
    padding: 8px 0 10px;
  }

  .ok-brand img {
    width: 175px;
    height: 58px;
  }

  .ok-header-search {
    min-height: 42px;
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 4px;
  }

  .ok-header-search kbd {
    display: none;
  }

  .ok-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .ok-cart-pill {
    width: 42px;
    padding: 0;
  }

  .ok-cart-pill b {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    transform: translate(25%, -20%);
  }

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

  .catalog-layout {
    display: block;
  }

  .catalog-sidebar {
    display: none;
  }

  .ok-gallery__main,
  .ok-gallery__main > img {
    min-height: 520px;
  }

  .ok-batch-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .ok-batch-metrics > div:nth-child(2) {
    border-right: 0;
  }

  .ok-batch-metrics > div:nth-child(-n+2) {
    border-bottom: 1px solid #e1e4df;
  }

  .ok-info-layout,
  .ok-reviews-layout {
    grid-template-columns: 1fr;
  }

  .ok-info-sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .ok-footer-grid {
    grid-template-columns: 1.35fr 1fr 1fr;
  }

  .ok-footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  :root {
    --container: calc(100% - 24px);
  }

  html {
    scroll-padding-top: 128px;
  }

  body {
    font-size: 14px;
  }

  .announcement {
    min-height: 30px;
    font-size: .56rem;
  }

  .announcement__inner {
    min-height: 30px;
  }

  .announcement p i,
  .announcement p em {
    display: none;
  }

  .announcement__links {
    gap: 0;
  }

  .ok-brand img {
    width: 155px;
  }

  .ok-header-search span {
    font-size: .65rem;
  }

  .ok-product-hero {
    padding-top: 14px;
  }

  .ok-breadcrumbs {
    margin-bottom: 13px;
  }

  .ok-gallery {
    display: flex;
    flex-direction: column-reverse;
    gap: 9px;
  }

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

  .ok-gallery__thumbs button {
    width: 66px;
    flex: 0 0 66px;
  }

  .ok-gallery__main,
  .ok-gallery__main > img {
    min-height: 390px;
  }

  .ok-gallery__zoom {
    bottom: 42px;
  }

  .ok-buybox {
    padding: 19px 16px;
  }

  .ok-buybox h1 {
    font-size: 1.65rem;
  }

  .ok-buybox__eyebrow > div {
    gap: 8px;
  }

  .ok-price-card strong {
    font-size: 1.35rem;
  }

  .ok-batch-progress__labels span:nth-child(2),
  .ok-batch-progress__labels span:nth-child(4) {
    display: none;
  }

  .ok-order-card__row,
  .ok-order-card__actions,
  .ok-buybox__assurance {
    grid-template-columns: 1fr;
  }

  .ok-buybox__assurance p {
    grid-column: auto;
  }

  .ok-tabs {
    top: 118px;
    gap: 24px;
  }

  .ok-tabs button {
    padding: 17px 1px 14px;
    font-size: .61rem;
  }

  .ok-tab-panel {
    padding: 26px 0 45px;
  }

  .ok-content-card,
  .ok-review-card,
  .ok-review-summary,
  .ok-discussion-card {
    padding: 20px 17px;
  }

  .ok-info-sidebar {
    grid-template-columns: 1fr;
  }

  .ok-spec-table > div {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 12px;
  }

  .ok-batch-detail {
    grid-template-columns: 1fr;
  }

  .ok-batch-detail__headline {
    grid-row: 2;
  }

  .ok-batch-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    margin-left: 5px;
  }

  .ok-batch-timeline::before {
    top: 22px;
    bottom: 22px;
    left: 19px;
    width: 2px;
    height: auto;
  }

  .ok-batch-timeline > div {
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: start;
    gap: 0 12px;
    padding: 7px 0;
    text-align: left;
  }

  .ok-batch-timeline > div > span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .ok-review-card header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ok-review-card header em {
    width: 100%;
    margin: 4px 0 0 47px;
  }

  .ok-discussion-card {
    grid-template-columns: 45px minmax(0, 1fr);
  }

  .ok-discussion-card > span {
    width: 44px;
    height: 44px;
  }

  .ok-discussion-card > a {
    grid-column: 1 / -1;
  }

  .product-grid,
  .catalog-product-grid {
    grid-template-columns: 1fr;
  }

  .market-product-card__media {
    aspect-ratio: 1.35 / 1;
  }

  .market-product-card__body {
    min-height: 235px;
  }

  .ok-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    padding-block: 52px 35px;
  }

  .ok-footer-grid > .footer-brand,
  .ok-footer-grid > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    gap: 10px;
    padding-bottom: 88px;
  }

  .footer-bottom div {
    flex-wrap: wrap;
  }
}
