/* Vegetables v3: shared tokens, progressive interactions, no animation library. */
:root {
  --kc-color-brand:#286441;
  --kc-color-brand-strong:#174c31;
  --kc-color-accent:#286441;
  --kc-color-accent-strong:#174c31;
  --kc-color-canvas:#fff;
  --kc-color-surface:#f4f6f2;
  --kc-color-border:#e0e5de;
  --kc-radius-pill:10px;
  --kc-content-width:1280px;
}
.khoychin-storefront {
  background:#fff;
}
.kc-site-header {
  background:#fff;
}
.kc-announcement {
  background:#f3f6f0;
  color:#45634e;
  min-height:28px;
  font-size:11px;
}
.kc-header-row {
  display:flex;
  gap:32px;
  min-height:100px;
}
.kc-header-row .kc-brand {
  min-width:220px;
}
.kc-brand__copy strong {
  font-size:28px;
}
.kc-brand__copy small {
  font-size:10px;
  margin-top:5px;
}
.kv-header-search {
  position:relative;
  flex:1;
  max-width:640px;
  margin-inline:auto;
}
.kv-header-search .kc-search {
  display:flex;
  width:100%;
  max-width:none;
  background:#f6f6f5;
  border-radius:10px;
  margin:0;
}
.kc-header-actions {
  margin-inline-start:auto;
}
.kc-category-bar {
  background:#286441;
  border:0;
}
.kc-category-bar__inner {
  min-height:49px;
  justify-content:flex-start;
  gap:40px;
}
.kc-category-bar a {
  color:#fff!important;
  font-size:13px;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  gap:12px;
}
.kc-category-bar__primary {
  min-width:225px;
  background:#205638;
  border-radius:0;
  padding:0 20px;
}
.kc-category-bar a:hover {
  background:#1d5035;
}
.kc-button,.kc-card__buy {
  border-radius:8px;
}
.kc-header-wholesale {
  font-size:12px;
}
.kv-home {
  padding-block:20px 0;
}
.home .main-page-wrapper {
  padding:0!important;
  background:#fff;
}
.home .site-content {
  padding:0;
  width:100%;
  max-width:none;
}
.home .main-page-wrapper>.container {
  width:100%;
  max-width:none;
  padding:0;
}
.home .site-content>.article-inner {
  padding:0;
}
.home .entry-content {
  margin:0;
}
.kv-opening {
  display:grid;
  grid-template-columns:235px minmax(0,1fr);
  gap:14px;
}
.kv-categories {
  display:grid;
  grid-template-rows:repeat(4,1fr);
  gap:10px;
}
.kv-categories>a {
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  background:#f4f6f3;
  border-radius:10px;
  color:#172c20;
  min-height:84px;
  transition:background .18s,transform .18s;
}
.kv-categories>a:hover {
  background:#e8efe4;
  transform:translateX(-3px);
}
.kv-categories img {
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:50%;
  mix-blend-mode:multiply;
}
.kv-categories strong {
  font-size:14px;
  flex:1;
}
.kv-categories .kc-icon {
  width:16px;
  flex-shrink:0;
}
.kv-hero {
  position:relative;
  overflow:hidden;
  border-radius:12px;
  background:#e7eddf;
  min-height:412px;
}
.kv-hero picture,.kv-hero picture img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.kv-hero-copy {
  position:relative;
  z-index:1;
  width:45%;
  margin-left:auto;
  padding:76px 26px 50px 8px;
}
.kv-hero-copy>span {
  font-size:11px;
  color:#426247;
}
.kv-hero h1 {
  font-size:clamp(28px,3vw,42px);
  line-height:1.45;
  margin:8px 0 14px;
  color:#153f29;
  letter-spacing:-1px;
}
.kv-hero p {
  font-size:15px;
  margin:0 0 26px;
  color:#253e2c;
}
.kv-hero .kc-button {
  font-size:13px;
  min-height:44px;
  padding:10px 18px;
}
.kv-promos {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:14px;
}
.kv-promo {
  display:flex;
  position:relative;
  overflow:hidden;
  align-items:center;
  justify-content:space-between;
  min-height:190px;
  border-radius:12px;
  background:#ecf0df;
  padding:20px 24px;
  color:#173b26;
}
.kv-promo--cream {
  background:#faf2df;
}
.kv-promo>div {
  position:relative;
  z-index:1;
  flex:1;
}
.kv-promo h2 {
  font-size:23px;
  line-height:1.55;
  margin:0 0 8px;
}
.kv-promo p {
  font-size:13px;
  margin:0 0 16px;
}
.kv-promo .kc-button {
  font-size:12px;
  min-height:42px;
  padding:7px 14px;
}
.kv-promo>img {
  width:42%;
  height:190px;
  object-fit:cover;
  mix-blend-mode:multiply;
  border-radius:10px;
}
.kv-products {
  padding-top:32px;
  scroll-margin-top:20px;
}
.kv-section-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.kv-section-heading h2 {
  font-size:25px;
  margin:0;
}
.kv-section-heading>a {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  color:#286441;
}
.kv-filters {
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:4px 2px 10px;
  scrollbar-width:thin;
}
.kv-filters>a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  white-space:nowrap;
  font-size:12px;
  padding:8px 16px;
  border:1px solid #e2e7df;
  border-radius:8px;
  color:#455447;
  transition:background .18s;
}
.kv-filters>a[aria-current=true] {
  background:#286441;
  border-color:#286441;
  color:white;
}
.kv-feedback {
  font-size:12px;
  color:#546757;
  min-height:0;
  margin:4px 0;
}
.kv-feedback:empty {
  display:none;
}
.kv-product-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  transition:opacity .18s;
  min-height:150px;
}
.kv-product-grid[aria-busy=true] {
  opacity:.45;
  pointer-events:none;
}
.kv-product-grid .kc-card {
  border:1px solid #e0e5de;
  border-radius:10px;
  box-shadow:none;
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.kv-product-grid .kc-card:hover {
  box-shadow:0 6px 20px #193d2010;
  translate:0 -3px;
}
.kv-product-grid .kc-card__media {
  padding:0;
  background:#f7f7f3;
  aspect-ratio:1;
  overflow:hidden;
}
.kv-product-grid .kc-card__media img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s;
}
.kv-product-grid .kc-card:hover .kc-card__media img {
  transform:scale(1.025);
}
.kv-product-grid .kc-card__body {
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1;
  text-align:center;
}
.kv-product-grid .kc-card h3 {
  font-size:16px;
  min-height:0;
  margin-bottom:10px;
}
.kv-product-grid .kc-card__kicker,.kv-product-grid .kc-card__body>p,.kv-product-grid .kc-card__facts {
  display:none;
}
.kv-product-grid .kc-card__footer {
  margin-top:auto;
  border:0;
  padding:0;
  font-size:12px;
}
.kv-product-grid .kc-card__actions {
  grid-template-columns:1fr;
  gap:8px;
}
.kv-product-grid .kc-card__buy {
  background:#286441;
  border-color:#286441;
  min-height:44px;
}
.kv-product-grid .kc-card__buy:disabled {
  background:#e0e5de;
  border-color:#e0e5de;
}
.kv-empty {
  padding:35px;
  text-align:center;
  background:#f5f7f2;
  border-radius:12px;
  grid-column:1/-1;
}
.kv-benefits {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  padding:30px 0;
  margin-top:22px;
}
.kv-benefits>div {
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:center;
  border-inline-end:1px solid #cbd9cb;
}
.kv-benefits>div:last-child {
  border:0;
}
.kv-benefits .kc-icon {
  width:42px;
  height:42px;
  color:#286441;
  flex-shrink:0;
}
.kv-benefits h2 {
  font-size:15px;
  margin:0 0 5px;
}
.kv-benefits p {
  font-size:11px;
  color:#627063;
  margin:0;
}
.kc-footer {
  background:#194b32;
  padding-top:28px;
}
.kc-footer__grid {
  gap:24px;
  padding-bottom:18px;
}
.kc-footer h2 {
  font-size:14px;
}
.kc-footer__nav a,.kc-footer p {
  font-size:12px;
}
.kc-footer__trust {
  margin-top:0;
}
.kc-footer__bottom {
  padding-block:12px;
}
.kv-search-results {
  position:absolute;
  top:calc(100% + 8px);
  inset-inline:0;
  z-index:110;
  background:white;
  border:1px solid #dce5d8;
  border-radius:10px;
  box-shadow:0 12px 30px #183b2020;
  padding:8px;
  max-height:420px;
  overflow:auto;
}
.kv-search-results a {
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px;
  border-radius:7px;
  min-height:44px;
  color:#223c29;
}
.kv-search-results a:hover,.kv-search-results a:focus-visible {
  background:#eff4eb;
}
.kv-search-results img {
  width:48px;
  height:48px;
  object-fit:cover;
  border-radius:7px;
}
.kv-search-results p {
  margin:8px;
  font-size:13px;
}
.kv-search-results span {
  font-size:13px;
}
.kv-search-results[hidden] {
  display:none;
}
.kv-reveal {
  animation:kv-enter .28s ease both;
}
@keyframes kv-enter {
  from {
    opacity:.4;
    transform:translateY(6px);
  }
  to {
    opacity:1;
    transform:none;
  }
}
@media(min-width:1000px) {
  .kc-menu-toggle {
    display:none;
  }
}
@media(max-width:1000px) {
  .kc-header-row {
    gap:18px;
    flex-wrap:wrap;
    padding-block:14px;
  }
  .kc-header-row .kc-brand {
    min-width:0;
  }
  .kv-header-search {
    order:3;
    flex-basis:100%;
    max-width:none;
  }
  .kc-category-bar__inner {
    gap:24px;
  }
  .kv-opening {
    grid-template-columns:190px minmax(0,1fr);
  }
  .kv-categories>a {
    padding:8px;
    gap:8px;
  }
  .kv-categories img {
    width:42px;
    height:42px;
  }
  .kv-categories strong {
    font-size:12px;
  }
  .kv-hero {
    min-height:360px;
  }
  .kv-hero-copy {
    padding:50px 16px;
    width:48%;
  }
  .kv-hero h1 {
    font-size:29px;
  }
  .kv-hero p {
    font-size:13px;
  }
  .kv-promo {
    padding:18px;
  }
  .kv-promo h2 {
    font-size:18px;
  }
  .kv-product-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .kv-benefits {
    gap:12px;
  }
  .kv-benefits>div {
    gap:10px;
  }
}
@media(max-width:600px) {
  .kc-container {
    width:calc(100% - 28px);
  }
  .kc-announcement {
    font-size:9px;
  }
  .kc-header-row {
    min-height:0;
    gap:12px;
  }
  .kc-brand__copy strong {
    font-size:24px;
  }
  .kc-brand__mark {
    width:32px;
    height:32px;
  }
  .kc-brand__copy small {
    font-size:8px;
  }
  .kc-header-wholesale {
    display:none;
  }
  .kc-header-actions {
    gap:12px;
  }
  .kc-category-bar__inner {
    gap:16px;
    overflow:auto;
  }
  .kc-category-bar__primary {
    min-width:160px;
    padding-inline:10px;
  }
  .kc-category-bar a {
    font-size:11px;
    white-space:nowrap;
  }
  .kv-home {
    padding-top:12px;
  }
  .kv-opening {
    display:flex;
    flex-direction:column-reverse;
    gap:12px;
  }
  .kv-hero {
    min-height:415px;
  }
  .kv-hero picture img {
    object-position:left bottom;
    object-fit:cover;
    opacity:1;
  }
  .kv-hero-copy {
    width:100%;
    padding:20px;
    text-align:right;
    background:linear-gradient(#e7eddf,#e7eddf00);
    padding-bottom:36px;
  }
  .kv-hero h1 {
    font-size:29px;
    margin:5px 0;
  }
  .kv-hero p {
    font-size:12px;
    margin-bottom:14px;
  }
  .kv-hero-copy>span {
    font-size:10px;
  }
  .kv-hero picture {
    top:140px;
  }
  .kv-hero picture img {
    object-position:left center;
  }
  .kv-categories {
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:auto;
    gap:8px;
  }
  .kv-categories>a {
    min-height:64px;
  }
  .kv-categories img {
    width:44px;
    height:44px;
  }
  .kv-promos {
    gap:10px;
    grid-template-columns:1fr;
  }
  .kv-promo {
    min-height:160px;
    padding:16px;
  }
  .kv-promo>img {
    height:150px;
    width:42%;
  }
  .kv-promo h2 {
    font-size:20px;
  }
  .kv-products {
    padding-top:24px;
  }
  .kv-section-heading h2 {
    font-size:21px;
  }
  .kv-section-heading>a {
    font-size:10px;
  }
  .kv-filters>a {
    font-size:11px;
    padding-inline:12px;
  }
  .kv-product-grid {
    gap:10px;
  }
  .kv-product-grid .kc-card__body {
    padding:12px 9px;
  }
  .kv-product-grid .kc-card h3 {
    font-size:13px;
  }
  .kv-product-grid .kc-card__price {
    font-size:11px;
  }
  .kv-benefits {
    grid-template-columns:1fr;
    padding-block:24px;
    margin-top:8px;
    gap:18px;
  }
  .kv-benefits>div {
    border:0;
    justify-content:flex-start;
    padding-inline:20px;
  }
  .kv-benefits h2 {
    font-size:14px;
  }
  .kc-footer__grid {
    grid-template-columns:1fr 1fr;
  }
  .kc-footer__identity {
    grid-column:1/-1;
  }
  .kc-footer__contact {
    grid-column:auto;
  }
  .kv-search-results {
    max-height:320px;
  }
}
@media(prefers-reduced-motion:reduce) {
  .kv-reveal {
    animation:none;
  }
  .kv-categories>a,.kv-product-grid,.kv-product-grid .kc-card__media img {
    transition:none;
  }
  .kv-categories>a:hover,.kv-product-grid .kc-card:hover,.kv-product-grid .kc-card:hover .kc-card__media img {
    transform:none;
    translate:none;
  }
}
.kv-home .kc-icon use[href$="kc-icon-arrow"] {
  transform:rotate(180deg);
  transform-origin:center;
}
.site-content[aria-busy=true] {
  opacity:.55;
  pointer-events:none;
}
.kv-category-note {
  font-size:11px;
  color:#647364;
  margin:4px 0 14px;
}
.kv-category-card .kc-card__link {
  margin-top:auto;
  font-size:12px;
}
.khoychin-storefront .kc-site-header {
  position:relative;
  top:auto;
}
.khoychin-storefront .kc-card__buy:not(:disabled) {
  color:#fff!important;
}
.khoychin-storefront .kc-card__buy:not(:disabled):hover {
  background:#174c31;
}
.khoychin-storefront .kc-card__buy.is-in-cart {
  background:#e8efe4!important;
  color:#174c31!important;
}
