.kizmio-fresh-page .fresh-sort-form{display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:12px}
.kizmio-fresh-page .fresh-sort-form label{margin:0;color:var(--bs-secondary-color,#6b7280);font-size:.75rem;font-weight:600;white-space:nowrap}
.kizmio-fresh-page .fresh-sort-form select{width:170px;border-radius:9px}
.kizmio-fresh-page .fresh-product-card__location{display:flex;align-items:center;gap:5px;min-width:0}
.kizmio-fresh-page .fresh-product-card__location span{overflow:hidden;text-overflow:ellipsis}
@media(max-width:767.98px){
  .kizmio-fresh-page .fresh-sort-form{display:none}
}

/* Fresh Marketplace identity: neutral surfaces with produce-green accents. */
:root{--fresh-primary:#22a447;--fresh-primary-dark:#16833a;--fresh-lime:#84cc16;--fresh-soft:#f7fee7}
.fresh-page .btn-primary,.kizmio-fresh-page .btn-primary{background:var(--fresh-primary)!important;border-color:var(--fresh-primary)!important}
.fresh-page .btn-primary:hover,.kizmio-fresh-page .btn-primary:hover{background:var(--fresh-primary-dark)!important;border-color:var(--fresh-primary-dark)!important}
.fresh-page .text-primary,.kizmio-fresh-page .text-primary{color:var(--fresh-primary)!important}
.fresh-page .fresh-hero,.kizmio-fresh-page .fresh-hero{background:linear-gradient(125deg,#126b32 0%,#22a447 58%,#65a30d 100%)}
.fresh-page .fresh-category-card.is-active,.fresh-page .fresh-category-card:hover{border-color:var(--fresh-primary);box-shadow:0 8px 24px rgba(34,164,71,.14)}
.fresh-page .fresh-category-card.is-active span{background:var(--fresh-soft);color:var(--fresh-primary)}
@media(max-width:575.98px){.fresh-page .fresh-product-grid,.kizmio-fresh-page .fresh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.65rem}.fresh-page .fresh-product-card,.kizmio-fresh-page .fresh-product-card{min-width:0}}

/* Branded hero category menu; avoids browser-controlled blue option hover. */
.fresh-page .fresh-hero{z-index:20;overflow:visible}
.fresh-page .fresh-category-section{position:relative;z-index:1}
.fresh-page .st-hero-search{position:relative;z-index:12}
.fresh-page .fresh-hero-category-select{z-index:8}
.fresh-page .fresh-hero-category-toggle{display:flex;width:100%;height:38px;align-items:center;justify-content:space-between;gap:10px;padding:0 13px 0 38px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#111827;font-size:.88rem;font-weight:600;text-align:left}
.fresh-page .fresh-hero-category-toggle>i{position:static;color:#64748b;font-size:.7rem;transition:transform .18s ease}
.fresh-page .fresh-hero-category-select.is-open .fresh-hero-category-toggle{border-color:#0B7A5A;box-shadow:0 0 0 3px rgba(11,122,90,.2)}
.fresh-page .fresh-hero-category-select.is-open .fresh-hero-category-toggle>i{transform:rotate(180deg)}
.fresh-page .fresh-hero-category-menu{position:absolute;top:calc(100% + 7px);right:0;left:0;z-index:20;display:none;max-height:260px;overflow-y:auto;padding:6px;border:1px solid #dce6e2;border-radius:11px;background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.2);scrollbar-color:#0B7A5A #EAF8F3;scrollbar-width:thin}
.fresh-page .fresh-hero-category-select.is-open .fresh-hero-category-menu{display:grid}
.fresh-page .fresh-hero-category-menu button{width:100%;padding:9px 10px;border:0;border-radius:7px;background:#fff;color:#111827;font-size:.82rem;font-weight:650;text-align:left}
.fresh-page .fresh-hero-category-menu button:hover,.fresh-page .fresh-hero-category-menu button:focus-visible,.fresh-page .fresh-hero-category-menu button.is-selected{outline:0;background:#0B7A5A;color:#fff}
@media(max-width:767.98px){.fresh-page .fresh-hero{overflow:visible!important}}
