.cf-merchant-hero {
  background: linear-gradient(90deg, rgba(33, 37, 41, 0.94), rgba(33, 37, 41, 0.72)), linear-gradient(135deg, #212529 0%, #424938 56%, #416900 100%);
  color: #ffffff;
  padding: 2.75rem 0;
}

.cf-merchant-hero-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.cf-merchant-profile-panel,
.cf-merchant-trust-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.5rem;
  min-width: 0;
}

.cf-merchant-profile-panel {
  display: flex;
  align-items: center;
}

.cf-merchant-profile-panel .merchant-profile {
  max-width: none;
  width: 100%;
}

.cf-merchant-profile-panel .merchant-profile-card {
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem;
  text-align: left;
}

.cf-merchant-profile-panel .merchant-profile-image-link,
.cf-merchant-profile-panel .merchant-profile-image {
  background: #ffffff;
  border-radius: 0.45rem;
  display: block;
  height: 6.5rem;
  object-fit: contain;
  width: 6.5rem;
}

.cf-merchant-profile-panel .merchant-profile-title {
  color: #ffffff;
  display: block;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.cf-merchant-profile-panel .merchant-profile-title:hover {
  color: #b7e27c;
}

.cf-merchant-profile-panel .merchant-profile-contact {
  margin-top: 0.75rem;
}

.cf-merchant-profile-panel .merchant-profile-contact-link {
  color: rgba(255, 255, 255, 0.82);
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.92rem;
  text-decoration: none;
}

.cf-merchant-profile-panel .merchant-profile-contact-link:hover {
  color: #b7e27c;
}

.cf-merchant-profile-panel .merchant-profile-contact-link svg {
  fill: currentColor;
  height: 1.05rem;
  margin-right: 0.35rem;
  width: 1.05rem;
}

.cf-merchant-trust-panel {
  padding: 1.35rem;
}

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

.cf-merchant-trust-panel h1 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0.4rem 0 0.75rem;
}

.cf-merchant-trust-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 42rem;
}

.cf-merchant-metrics {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.25rem;
}

.cf-merchant-metrics div {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.45rem;
  padding: 0.85rem;
}

.cf-merchant-metrics strong,
.cf-merchant-metrics span {
  display: block;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
}

.cf-merchant-metrics strong {
  color: #ffffff;
  font-size: 1.35rem;
}

.cf-merchant-metrics span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cf-merchant-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.cf-merchant-primary-action,
.cf-merchant-secondary-action {
  align-items: center;
  border-radius: 0.45rem;
  display: inline-flex;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
}

.cf-merchant-primary-action {
  background: #8cc63f;
  color: #203500;
}

.cf-merchant-primary-action:hover {
  background: #9fd75a;
  color: #203500;
}

.cf-merchant-secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.cf-merchant-secondary-action:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cf-merchant-page {
  background: #f8f9fa;
  padding: 1.5rem 0 2rem;
}

.cf-merchant-tabs-shell {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  overflow: hidden;
}

#merchant-tabs.cf-merchant-tabs {
  border-bottom: 1px solid #e9ecef;
  padding: 0.35rem 0.6rem 0;
}

#merchant-tabs.cf-merchant-tabs .nav-link {
  border: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  color: #5b5f63;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

#merchant-tabs.cf-merchant-tabs .nav-link.active {
  background: #8cc63f;
  color: #203500;
}

.cf-merchant-tab-pane {
  padding: 1rem;
}

.cf-merchant-info-pane {
  background: #ffffff;
}

.cf-storefront {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 18rem minmax(0, 1fr);
}

.cf-storefront-sidebar {
  min-width: 0;
}

.cf-storefront-sidebar > .categories-container {
  position: sticky;
  top: 1rem;
}

.cf-storefront-sidebar-heading,
.cf-storefront-section {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
}

.cf-storefront-sidebar-heading {
  margin-bottom: 0.75rem;
  padding: 1rem;
}

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

.cf-storefront-sidebar-heading strong {
  color: #191c1d;
  display: block;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 0.2rem;
}

.cf-storefront-sidebar .category-list {
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  box-shadow: none;
  padding: 0.65rem !important;
}

.cf-storefront-sidebar .category-list a {
  align-items: center;
  border-radius: 0.35rem;
  color: #424938;
  display: flex;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.25;
  min-height: 2.25rem;
  padding: 0.55rem 0.65rem !important;
  white-space: normal;
}

.cf-storefront-sidebar .category-list a:hover,
.cf-storefront-sidebar .category-list a.active {
  background: #edf7e1;
  color: #416900 !important;
}

.cf-storefront-main {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.cf-storefront-showcase,
.cf-storefront-section {
  overflow: hidden;
}

.cf-storefront-showcase {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding-bottom: 0.75rem;
}

.cf-storefront-section-heading {
  padding: 1.15rem 1.25rem 0.9rem;
}

.cf-storefront-section-heading h2 {
  color: #191c1d;
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0.2rem 0 0;
}

.cf-storefront-section-heading p {
  color: #6b7176;
  margin: 0.35rem 0 0;
}

.cf-storefront-product-tabs {
  border-bottom: 1px solid #e9ecef;
  padding: 0 1rem;
}

.cf-storefront-product-tabs .nav-link {
  border: 0;
  color: #5b5f63;
  font-family: "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.cf-storefront-product-tabs .nav-link.active {
  color: #416900;
}

.cf-storefront-product-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0 1.25rem 1.25rem;
}

.cf-storefront-product-grid > h5,
.cf-storefront-product-grid > p,
.cf-storefront-product-grid > nav,
.cf-storefront-product-grid > ul {
  grid-column: 1/-1;
}

.cf-storefront-product-grid .cf-product-card-shell {
  display: flex;
  padding: 0 !important;
  width: auto;
}

.cf-storefront-product-grid .cf-product-card {
  width: 100%;
}

.cf-storefront .product-carousel {
  align-items: stretch;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 1rem 1rem !important;
  scroll-snap-type: x proximity;
  width: 100%;
}

.cf-storefront-carousel-item {
  display: flex;
  flex: 0 0 13rem;
  max-width: 13rem;
  padding: 0 0.5rem 0.75rem;
  scroll-snap-align: start;
  width: 13rem;
}

.cf-storefront-carousel-item .cf-product-card {
  min-width: 0;
  width: 100%;
}

.cf-storefront-carousel-item .cf-product-image-link {
  aspect-ratio: 1/1;
}

.cf-storefront-carousel-item .product-attribute-list {
  display: none !important;
}

.cf-storefront-carousel-item .cf-product-card .product-name {
  min-height: 3.4rem;
}

.cf-storefront-carousel-item .cf-product-title {
  font-size: 0.9rem;
}

.cf-storefront-carousel-item .cf-product-offers {
  display: flex !important;
}

.carousel-item img {
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .cf-merchant-hero-grid,
  .cf-storefront {
    grid-template-columns: 1fr;
  }
  .cf-merchant-metrics,
  .cf-storefront-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cf-storefront-carousel-item {
    flex-basis: 10.75rem;
    max-width: 10.75rem;
    width: 10.75rem;
  }
}
@media (max-width: 575.98px) {
  .cf-merchant-hero {
    padding: 1.5rem 0;
  }
  .cf-merchant-profile-panel .merchant-profile-card {
    align-items: flex-start;
    flex-direction: column;
  }
  .cf-merchant-metrics {
    grid-template-columns: 1fr;
  }
  .cf-merchant-page {
    padding-top: 0;
  }
  .cf-merchant-tabs-shell {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }
  .cf-storefront-product-grid {
    gap: 0.75rem;
    padding: 0 0.85rem 1rem;
  }
  .cf-storefront-carousel-item {
    flex-basis: 9.5rem;
    max-width: 9.5rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    width: 9.5rem;
  }
  .cf-storefront-section-heading h2 {
    font-size: 1.45rem;
  }
}
/* Fresh visual pass */
.cf-merchant-hero {
  background: radial-gradient(circle at 12% 18%, rgba(140, 198, 63, 0.16), transparent 32%), linear-gradient(135deg, #f8fbf4 0%, #ffffff 58%, #eef7e4 100%);
  border-bottom: 1px solid #e0e8d9;
  color: #191c1d;
}

.cf-merchant-profile-panel,
.cf-merchant-trust-panel {
  background: rgba(255, 255, 255, 0.82);
  border-color: #d9e5cf;
  box-shadow: 0 8px 24px rgba(33, 37, 41, 0.035);
}

.cf-merchant-profile-panel .merchant-profile-title,
.cf-merchant-metrics strong {
  color: #191c1d;
}

.cf-merchant-profile-panel .merchant-profile-title:hover,
.cf-merchant-profile-panel .merchant-profile-contact-link:hover {
  color: #416900;
}

.cf-merchant-profile-panel .merchant-profile-contact-link,
.cf-merchant-trust-panel p,
.cf-merchant-metrics span {
  color: #5f6859;
}

.cf-merchant-kicker {
  color: #416900;
}

.cf-merchant-metrics div {
  background: #f6faf2;
  border-color: #d9e5cf;
}

.cf-merchant-secondary-action {
  border-color: #cbd8bf;
  color: #416900;
}

.cf-merchant-secondary-action:hover {
  background: #edf7e1;
  color: #304f00;
}

.cf-merchant-tabs-shell,
.cf-storefront-sidebar-heading,
.cf-storefront-section,
.cf-storefront-showcase {
  border-color: #dde7d4;
  box-shadow: 0 8px 24px rgba(33, 37, 41, 0.03);
}

.cf-storefront-sidebar .category-list a {
  gap: 0.5rem;
}

/* Weight refinement: keep the original color system, soften visual heaviness. */
.cf-merchant-hero {
  background: linear-gradient(90deg, rgba(33, 37, 41, 0.94), rgba(33, 37, 41, 0.72)), linear-gradient(135deg, #212529 0%, #424938 56%, #416900 100%);
  border-bottom-color: #dfe5d8;
  color: #ffffff;
}

.cf-merchant-profile-panel,
.cf-merchant-trust-panel {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 6px 18px rgba(33, 37, 41, 0.045);
}

.cf-merchant-profile-panel .merchant-profile-title,
.cf-merchant-metrics strong {
  color: #ffffff;
  font-weight: 600;
}

.cf-merchant-profile-panel .merchant-profile-contact-link,
.cf-merchant-trust-panel p,
.cf-merchant-metrics span {
  color: rgba(255, 255, 255, 0.74);
}

.cf-merchant-kicker {
  color: #b7e27c;
  font-weight: 600;
}

.cf-merchant-trust-panel h1,
.cf-storefront-section-heading h2 {
  font-weight: 600;
}

.cf-merchant-metrics div {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.cf-merchant-secondary-action {
  border-color: rgba(255, 255, 255, 0.36);
  color: #ffffff;
}

.cf-merchant-secondary-action:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.cf-merchant-tabs-shell,
.cf-storefront-sidebar-heading,
.cf-storefront-section,
.cf-storefront-showcase {
  border-color: #e6ebe1;
  box-shadow: 0 6px 18px rgba(33, 37, 41, 0.04);
}

.cf-storefront-sidebar .category-list a,
.cf-storefront-product-tabs .nav-link,
#merchant-tabs.cf-merchant-tabs .nav-link {
  font-weight: 600;
}

/*# sourceMappingURL=merchant.css.map */
