.cf-supply-hub {
  background: #f8f9fa;
  display: grid;
  grid-template-columns: 20rem minmax(0, 1fr);
  min-height: calc(100vh - 8rem);
}

.cf-hub-sidebar {
  background: #f3f4f5;
  border-right: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
}

.cf-sidebar-brand strong {
  color: #191c1d;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

.cf-sidebar-brand span,
.cf-sidebar-links span {
  color: #5b5f63;
  display: block;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cf-sidebar-menu ul,
.cf-sidebar-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cf-sidebar-menu a {
  border-radius: 0.5rem;
  color: #424938 !important;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.75rem 0.85rem !important;
  white-space: normal;
  word-break: normal;
}

.cf-sidebar-menu li:first-child a,
.cf-sidebar-menu a:hover {
  background: #8cc63f !important;
  color: #304f00 !important;
}

.cf-sidebar-links {
  border-top: 1px solid #c2c9b3;
  display: grid;
  gap: 0.65rem;
  margin-top: auto;
  padding-top: 1.5rem;
}

.cf-sidebar-links a {
  color: #424938;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.cf-hub-main {
  min-width: 0;
}

.cf-hero {
  background: linear-gradient(90deg, rgba(33, 37, 41, 0.82), rgba(33, 37, 41, 0.58)), linear-gradient(135deg, #2e3132 0%, #424938 48%, #416900 100%);
  color: #fff;
  min-height: 30rem;
  padding: 4rem 2.5rem;
}

.cf-hero-grid {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.8fr);
}

.cf-kicker {
  background: #8cc63f;
  border-radius: 0.25rem;
  color: #212529;
  display: inline-block;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0.35rem 0.65rem;
  text-transform: uppercase;
}

.cf-hero-copy h1 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.16;
  margin: 0 0 1rem;
  max-width: 780px;
}

.cf-hero-copy p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.55;
  max-width: 640px;
}

.cf-marketplace-search {
  align-items: stretch;
  background: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) auto;
  margin-top: 2rem;
  max-width: 920px;
  padding: 0.5rem;
}

.cf-search-field {
  align-items: center;
  border-right: 1px solid #e9ecef;
  color: #5b5f63;
  display: flex;
  gap: 0.65rem;
  min-height: 3.4rem;
  padding: 0 1rem;
}

.cf-search-icon {
  align-items: center;
  background: #e1e3e4;
  border-radius: 0.25rem;
  color: #416900;
  display: inline-flex;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.cf-search-button {
  align-items: center;
  background: #212529;
  border-radius: 0.5rem;
  color: #8cc63f !important;
  display: inline-flex;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  justify-content: center;
  padding: 0 1.25rem;
  white-space: nowrap;
}

.cf-hero-panel {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  color: #191c1d;
  padding: 1.35rem;
}

.cf-hero-panel div {
  border-bottom: 1px solid #e9ecef;
  padding: 1rem 0;
}

.cf-hero-panel div:last-child {
  border-bottom: 0;
}

.cf-hero-panel strong,
.cf-hero-panel span {
  display: block;
}

.cf-hero-panel strong {
  color: #416900;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.cf-hero-panel span {
  color: #5b5f63;
  line-height: 1.5;
}

.cf-metric-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 1.5rem 2.5rem 0;
}

.cf-metric-strip div {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 1rem;
}

.cf-metric-strip strong {
  color: #416900;
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
}

.cf-metric-strip span {
  color: #5b5f63;
  display: block;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.tabs-wrapper,
.featured-merchants,
.feed-container,
.recommended-products-container {
  margin: 1.5rem 2.5rem 0;
}

.tabs-wrapper,
.featured-merchants > div,
.feed-container > div,
.recommended-products-container > div {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  box-shadow: none;
  overflow: hidden;
}

.tabs-wrapper .nav-tabs {
  border-bottom: 1px solid #e9ecef;
}

.tabs-wrapper .nav-link {
  color: #5b5f63;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
}

.tabs-wrapper .nav-link.active {
  background: #8cc63f !important;
  color: #304f00 !important;
}

.featured-merchants-ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
  padding: 0 1.5rem 1.5rem;
}

.featured-merchants-ul > li {
  display: flex;
  flex: 1 1 18rem;
  max-width: calc(33.333% - 1rem);
  min-width: 0;
}

.featured-merchants-ul > li > * {
  width: 100%;
}

.featured-merchants .merchant-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100% !important;
}

.product-carousel .carousel__slide > *,
.feed-card .inner {
  border-color: #e9ecef !important;
  border-radius: 0.5rem !important;
  box-shadow: none !important;
}

.featured-merchants .merchant-card:hover,
.feed-card .inner:hover,
.product-carousel .carousel__slide > *:hover,
#recommended-products .cf-product-card:hover {
  border-color: #8cc63f !important;
  box-shadow: 0 4px 12px rgba(33, 37, 41, 0.1) !important;
}

#recommended-products.product-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 0 1.5rem 1.5rem !important;
}

#recommended-products .cf-product-card-shell {
  display: flex;
  padding: 0 !important;
  width: auto;
}

#recommended-products .cf-product-card {
  width: 100%;
}

.merchant-card-media {
  background: #f3f4f5;
  min-height: 12rem;
  overflow: hidden;
  position: relative;
}

.merchant-card-image-link,
.merchant-card-image {
  display: block;
  height: 100%;
  width: 100%;
}

.merchant-card-image {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.merchant-card-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0.25rem;
  color: #212529;
  display: inline-flex;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.25rem;
  left: 1rem;
  padding: 0.35rem 0.5rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}

.merchant-card-badge::before {
  background: #8cc63f;
  border-radius: 999px;
  content: "";
  height: 0.5rem;
  width: 0.5rem;
}

.merchant-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem;
}

.merchant-card-title {
  color: #191c1d;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  text-decoration: none;
  text-transform: capitalize;
}

.merchant-card-location {
  color: #5b5f63;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.85rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}

.merchant-card-metrics {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
}

.merchant-card-metrics div {
  background: #f3f4f5;
  border-radius: 0.25rem;
  padding: 0.65rem;
}

.merchant-card-metrics span,
.merchant-card-metrics strong {
  display: block;
}

.merchant-card-metrics span {
  color: #5b5f63;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.merchant-card-metrics strong {
  color: #191c1d;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.15rem;
}

.merchant-card-action {
  border: 1px solid #212529;
  border-radius: 0.25rem;
  color: #212529;
  display: block;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.65rem 0.75rem;
  text-align: center;
}

.merchant-card-action:hover {
  background: #212529;
  color: #ffffff;
}

.cf-live-supply-item {
  min-width: 0;
}

.cf-live-supply-card {
  background: #ffffff;
  border: 1px solid #e0e4dc;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 100%;
  padding: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.cf-live-supply-card:hover {
  border-color: #8cc63f;
  box-shadow: 0 0.75rem 1.5rem rgba(33, 37, 41, 0.08);
  transform: translateY(-2px);
}

.cf-live-supply-top,
.cf-live-supply-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.cf-live-supply-badge,
.cf-feed-live-pill {
  background: #edf7e1;
  border: 1px solid #cde8ad;
  border-radius: 999px;
  color: #416900;
  display: inline-flex;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.4rem 0.55rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.cf-live-supply-date,
.cf-live-supply-author span,
.cf-live-supply-action span {
  color: #6b7176;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}

.cf-live-supply-author {
  display: grid;
  gap: 0.2rem;
}

.cf-live-supply-author-link {
  color: #212529;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.cf-live-supply-author-link:hover,
.cf-live-supply-title:hover,
.cf-live-supply-link:hover {
  color: #416900;
}

.cf-live-supply-title {
  color: #191c1d;
  display: -webkit-box;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  min-height: 2.75rem;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cf-live-supply-action {
  align-items: center;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.45rem;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
}

.cf-live-supply-action strong {
  color: #212529;
  font-size: 0.8rem;
  text-transform: capitalize;
}

.cf-live-supply-images {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  min-height: 3.6rem;
}

.cf-live-supply-images .image-container {
  aspect-ratio: 1;
  background: #f3f4f5;
  border: 1px solid #e9ecef;
  border-radius: 0.45rem;
  float: none;
  list-style: none;
  overflow: hidden;
}

.cf-live-supply-images img,
.cf-live-supply-images video {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.cf-live-supply-link {
  color: #416900;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.cf-live-supply-footer .iconfont {
  align-items: center;
  background: #f3f4f5;
  border-radius: 50%;
  color: #416900;
  display: inline-flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

.cf-section-heading {
  padding: 2rem 1.5rem 1.2rem;
  text-align: left;
}

.cf-section-heading span {
  color: #416900;
  display: block;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cf-section-heading h2 {
  color: #191c1d;
  font-size: 2rem;
  font-weight: 600;
  margin: 0.25rem 0 0;
}

.cf-section-heading p {
  color: #5b5f63;
  margin: 0.25rem 0 0;
}

.carousel-item .carousel-caption {
  top: 50%;
}

.carousel-item .bg-info {
  background-color: #212529 !important;
  height: 435px;
}

.carousel__nav {
  color: white;
  position: relative;
}

.carousel__nav .carousel__button.is-prev,
.carousel__nav .carousel__button.is-next {
  margin-top: -10%;
}

.result-loader .dot-flashing {
  display: none;
}

.dot-flashing {
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  background-color: #8cc63f;
  border-radius: 5px;
  color: #8cc63f;
  height: 10px;
  position: relative;
  width: 10px;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before,
.dot-flashing::after {
  animation: dotFlashing 1s infinite alternate;
  background-color: #8cc63f;
  border-radius: 5px;
  color: #8cc63f;
  height: 10px;
  width: 10px;
}

.dot-flashing::before {
  animation-delay: 0s;
  left: -15px;
}

.dot-flashing::after {
  animation-delay: 1s;
  left: 15px;
}

@keyframes dotFlashing {
  0% {
    background-color: #8cc63f;
  }
  50%, 100% {
    background-color: #b7f568;
  }
}
@media (max-width: 991px) {
  .cf-supply-hub {
    grid-template-columns: 1fr;
  }
  .cf-hub-sidebar {
    display: none;
  }
  .cf-hero,
  .cf-metric-strip {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cf-hero-grid,
  .cf-marketplace-search {
    grid-template-columns: 1fr;
  }
  .cf-search-field {
    border-bottom: 1px solid #e9ecef;
    border-right: 0;
  }
  .cf-metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .featured-merchants-ul > li {
    max-width: calc(50% - 0.75rem);
  }
  #recommended-products.product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tabs-wrapper,
  .featured-merchants,
  .feed-container,
  .recommended-products-container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 575px) {
  .cf-hero {
    min-height: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .cf-hero-copy h1 {
    font-size: 2rem;
  }
  .cf-metric-strip {
    grid-template-columns: 1fr;
  }
  .featured-merchants-ul > li {
    max-width: 100%;
  }
  #recommended-products.product-list {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 1rem 1rem !important;
  }
  .carousel-item .bg-info {
    height: 200px !important;
  }
  .carousel__nav .carousel__button.is-prev,
  .carousel__nav .carousel__button.is-next {
    margin-top: -30%;
  }
}

/*# sourceMappingURL=index.min.css.map */
