#fw-section-header {

/* Desktop Header */
.header__bar {
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #323432;

  @media (max-width: 1024px) {
    display: none;
  }
}

.container {
  min-width: 100%;
  padding: 0 32px 0 24px;
  margin: 0;
}

.bar__inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.bar__left {
  .text-logo {
    color: #eff2f1;
  }
}

.bar__right {
  .bar__link {
    color: #eff2f1;
  }
  .bar__cart-link {
    background-color: unset;
    color: #eff2f1;
  }
}

/* Mobile Header */
.header {
  height: 48px;
  background-color: #323432;
}

.header__section--left {
  @media (max-width: 1024px) {
    display: none;
  } 
}

.header__logo-link {
  display: flex;
  color: #eff2f1;

  @media (max-width: 1024px) {
    font-size: 24px;
  }
}

.header__icon {
  color: #eff2f1;
}

.cart-widget__items {
  background-color: unset;
}
}
















#fw-section-rich-text-b67105b2-7860-4285-83e5-3e574e600bb0 {

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  border-radius: 4px;
  border: 1px solid #333333;
  padding: 4px 16px; 
  margin-top: 10px;

  @media (max-width: 1024px) {
    margin-top: -18px;
  }
}
}