/* 139.0 - voorpagina assortiment/categorietegels op mobiel en tablet twee naast elkaar */

@media (max-width: 1100px) {
  .vh-page--home .vh-category-strip__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    align-items: stretch !important;
  }

  .vh-page--home .vh-category-strip__grid > .vh-home-category.vh-feature-tile {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: 100% !important;
  }
}

@media (max-width: 620px) {
  .vh-page--home .vh-category-strip {
    padding: 12px 0 16px !important;
  }

  .vh-page--home .vh-category-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile {
    border-radius: 10px !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__image > img {
    height: 112px !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__body {
    min-height: 0 !important;
    padding: 0 10px 11px !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__title {
    margin: 0 -10px 9px !important;
    padding: 9px 10px !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__intro {
    display: -webkit-box !important;
    margin-bottom: 8px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    font-size: 10.5px !important;
    line-height: 1.35 !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__count {
    margin-bottom: 8px !important;
    font-size: 9.5px !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__saw {
    margin-bottom: 9px !important;
    padding: 5px 7px !important;
    border-radius: 8px !important;
    font-size: 9.5px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__cta {
    gap: 4px !important;
    padding-top: 9px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 360px) {
  .vh-page--home .vh-category-strip__grid {
    gap: 7px !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__image > img {
    height: 98px !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__title {
    font-size: 13px !important;
  }

  .vh-page--home .vh-home-category.vh-feature-tile .vh-feature-tile__intro {
    -webkit-line-clamp: 2 !important;
    font-size: 10px !important;
  }
}
