/* Kategorie: stejný kompaktní benefitní blok jako na titulní straně
   a na detailu produktu. Úprava je pouze pro mobilní šířky. */
@media (max-width: 767px) {
  body.type-category .benefitBanner.position--benefitCategory {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    padding: 20px 8px 24px !important;
    background: #f7f7f6;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 12px !important;
  }

  body.type-category .benefitBanner.position--benefitCategory .benefitBanner__item {
    box-sizing: border-box;
    min-height: 132px !important;
    padding: 16px 10px !important;
    background: #fff;
    justify-content: flex-start !important;
  }

  body.type-category .benefitBanner.position--benefitCategory .benefitBanner__picture {
    display: flex;
    width: 100%;
    min-height: 48px;
    margin: 0 0 10px;
    justify-content: center;
    align-items: center;
  }

  body.type-category .benefitBanner.position--benefitCategory .benefitBanner__img {
    width: auto !important;
    max-width: 54px !important;
    height: 46px !important;
    object-fit: contain;
  }

  body.type-category .benefitBanner.position--benefitCategory .benefitBanner__content {
    width: 100%;
  }

  body.type-category .benefitBanner.position--benefitCategory .benefitBanner__title {
    display: block;
    font-size: 16px !important;
    line-height: 1.25 !important;
  }

  body.type-category .benefitBanner.position--benefitCategory .benefitBanner__data {
    display: none !important;
  }
}
