/* START_BLOCK:_shop-by-category (INDEX:138) */
.shop-by-category--category {
    .image-block {
      aspect-ratio: 0.9;
      width: 100%;
      @media (min-width: 768px) {
        max-width: 275px;
      }
      img {
        height: 100%;
      }
    }
    .shop-by-category--cta * {
      font-size: 1.4rem;
    }
  }
/* END_BLOCK:_shop-by-category */
