
/* ===== Image With Text Panel ===== */

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel, .cc_IA0ia0UBwW_image_with_text .iwt-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__eyebrow, .cc_IA0ia0UBwW_image_with_text .iwt-panel__eyebrow {
  display: inline-block;
  margin-bottom: var(--space-sm);
  color: var(--iwt-eyebrow-color, var(--color-accent));
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 500;
  line-height: 1.4;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__title, .cc_IA0ia0UBwW_image_with_text .iwt-panel__title {
  margin: 0 0 var(--space-md) 0;
  color: var(--iwt-text-color, var(--color-text-primary));
  font-family: var(--font-display);
  font-size: var(--text-h2);
  font-weight: 400;
  line-height: 1.15;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__description, .cc_IA0ia0UBwW_image_with_text .iwt-panel__description {
  margin: 0 0 var(--space-lg) 0;
  color: var(--iwt-description-color, var(--color-text-secondary));
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  font-weight: 400;
  line-height: 1.7;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__actions, .cc_IA0ia0UBwW_image_with_text .iwt-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__btn, .cc_IA0ia0UBwW_image_with_text .iwt-panel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 24px;
  font-family: var(--font-label);
  font-size: var(--text-small);
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__btn, .cc_IA0ia0UBwW_image_with_text .iwt-panel__btn {
    padding: 12px 28px;
  }
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__btn--primary, .cc_IA0ia0UBwW_image_with_text .iwt-panel__btn--primary {
  background: var(--iwt-accent-color, var(--color-accent));
  color: #fff;
  border: none;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__btn--secondary, .cc_IA0ia0UBwW_image_with_text .iwt-panel__btn--secondary {
  background: transparent;
  color: var(--iwt-text-color, var(--color-text-primary));
  border: 1px solid var(--color-border);
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel--respiro .iwt-panel__eyebrow, .cc_IA0ia0UBwW_image_with_text .iwt-panel--respiro .iwt-panel__eyebrow {
  color: #0047ab;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel--respiro .iwt-panel__eyebrow, .cc_IA0ia0UBwW_image_with_text .iwt-panel--respiro .iwt-panel__eyebrow {
    align-self: center;
    font-size: 9px;
    letter-spacing: .11em;
    margin-bottom: 12px;
    text-align: center;
    white-space: nowrap;
  }
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel--respiro .iwt-panel__title, .cc_IA0ia0UBwW_image_with_text .iwt-panel--respiro .iwt-panel__title {
  font-family: var(--font-label);
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1.04;
  margin-bottom: 20px;
  max-width: 460px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel--respiro .iwt-panel__description, .cc_IA0ia0UBwW_image_with_text .iwt-panel--respiro .iwt-panel__description {
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.62;
  margin-bottom: 22px;
  max-width: 470px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__benefits, .cc_IA0ia0UBwW_image_with_text .iwt-panel__benefits {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__benefits li, .cc_IA0ia0UBwW_image_with_text .iwt-panel__benefits li {
  background: #f5f7fa;
  border: 1px solid #e0e5eb;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: flex-start;
  min-height: 142px;
  padding: 15px 14px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__benefit-icon, .cc_IA0ia0UBwW_image_with_text .iwt-panel__benefit-icon {
  align-items: center;
  background: #0047ab;
  border-radius: 1px;
  color: #fff;
  display: inline-flex;
  font-family: var(--font-label);
  font-size: 10px;
  font-weight: 700;
  height: 25px;
  justify-content: center;
  letter-spacing: .08em;
  width: 38px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__benefit-copy, .cc_IA0ia0UBwW_image_with_text .iwt-panel__benefit-copy {
  display: grid;
  gap: 3px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__benefit-copy strong, .cc_IA0ia0UBwW_image_with_text .iwt-panel__benefit-copy strong {
  color: var(--iwt-text-color, var(--color-text-primary));
  font-family: var(--font-label);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__benefit-copy small, .cc_IA0ia0UBwW_image_with_text .iwt-panel__benefit-copy small {
  color: var(--iwt-description-color, var(--color-text-secondary));
  font-size: 12px;
  line-height: 1.48;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel--respiro .iwt-panel__btn--primary, .cc_IA0ia0UBwW_image_with_text .iwt-panel--respiro .iwt-panel__btn--primary {
  background: #0047ab;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  gap: 14px;
  min-height: 50px;
  padding: 12px 23px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__note, .cc_IA0ia0UBwW_image_with_text .iwt-panel__note {
  color: #74777d;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 16px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases {
  align-items: center;
  color: #4b5668;
  display: flex;
  font-family: var(--font-label);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5;
  margin: 0 0 18px;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases-label, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases-label {
  background: #e7efff;
  color: #0047ab;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  margin-right: 8px;
  padding: 5px 7px 4px;
  text-transform: uppercase;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases-list, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases-list {
  display: flex;
  gap: 0;
}

.cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases-list span:not(:last-child)::after, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases-list span:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

@media (max-width: 767px) {
  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases-label, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases-label {
    margin-right: 0;
    text-align: center;
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases-list, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases-list {
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    font-size: 11px;
    letter-spacing: .01em;
    text-align: center;
    white-space: nowrap;
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases-list span, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases-list span {
    background: transparent;
    color: #4b5668;
    display: inline;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__use-cases-list span:not(:last-child)::after, .cc_IA0ia0UBwW_image_with_text .iwt-panel__use-cases-list span:not(:last-child)::after {
    content: "·";
    margin: 0 5px;
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel--respiro .iwt-panel__note, .cc_IA0ia0UBwW_image_with_text .iwt-panel--respiro .iwt-panel__note {
    margin-left: 0;
  }
}

@media (max-width: 700px) {
  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__benefits, .cc_IA0ia0UBwW_image_with_text .iwt-panel__benefits {
    grid-template-columns: 1fr;
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__benefits li, .cc_IA0ia0UBwW_image_with_text .iwt-panel__benefits li {
    min-height: 0;
  }
}

/* ===== Hover & motion ===== */
@media (prefers-reduced-motion: no-preference) {
  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel, .cc_IA0ia0UBwW_image_with_text .iwt-panel {
    opacity: 0;
    transform: translateY(16px);
    animation: iwt-panel-in 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 80ms forwards;
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__btn, .cc_IA0ia0UBwW_image_with_text .iwt-panel__btn {
    transition: filter 200ms ease, border-color 200ms ease, color 200ms ease, background-color 200ms ease;
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__btn--primary:hover, .cc_IA0ia0UBwW_image_with_text .iwt-panel__btn--primary:hover {
    filter: brightness(0.88);
  }

  .cc_IA0ia0UBwW_bolhava_fresh_air_category .iwt-panel__btn--secondary:hover, .cc_IA0ia0UBwW_image_with_text .iwt-panel__btn--secondary:hover {
    border-color: var(--iwt-accent-color, var(--color-accent));
  }

  @keyframes iwt-panel-in {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
