body.bnl-category-showcase-v1.home .elementor-element-c2b0090 {
  padding: 34px 0 44px !important;
  border-bottom: 4px solid #eaf500;
  background: #ecebe5 !important;
}

body.bnl-category-showcase-v1.home
  .elementor-element-c2b0090
  > .bnl-category-showcase__inner {
  width: min(1600px, calc(100% - 48px));
  max-width: 1600px;
  margin-inline: auto;
}

.bnl-category-showcase__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
}

.bnl-category-showcase__grid > .bnl-category-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: #111311 !important;
  border: 1px solid #8f938c;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: 7px 7px 0 #171916;
  text-decoration: none !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.bnl-category-showcase__grid > .bnl-category-card:hover {
  color: #111311 !important;
  border-color: #111311;
  box-shadow: 10px 10px 0 #171916;
  transform: translate(-2px, -2px);
}

.bnl-category-showcase__grid > .bnl-category-card:focus-visible {
  outline: 4px solid #eaf500;
  outline-offset: 4px;
}

.bnl-category-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-bottom: 4px solid #eaf500;
  background: #d8dad5;
}

.bnl-category-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  filter: none !important;
  image-rendering: auto;
  transform: translateZ(0);
  transition: transform 220ms ease;
}

.bnl-category-card:hover .bnl-category-card__media img {
  transform: scale(1.025);
}

.bnl-category-card__parent {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  max-width: calc(100% - 20px);
  padding: 5px 7px 4px;
  overflow: hidden;
  color: #111311;
  background: #eaf500;
  font: 800 10px/1 "Barlow", Arial, sans-serif;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.bnl-category-card__body {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 10px;
  align-items: end;
  min-height: 102px;
  padding: 14px 13px 14px 15px;
}

.bnl-category-card__copy,
.bnl-category-card__title,
.bnl-category-card__count {
  display: block;
  min-width: 0;
}

.bnl-category-card__title {
  display: -webkit-box;
  min-height: 38px;
  margin: 0 0 8px;
  overflow: hidden;
  color: #111311;
  font: 900 19px/1 "Barlow Condensed", "Arial Narrow", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
}

.bnl-category-card__count {
  color: #686c65;
  font: 700 12px/1.2 "Barlow", Arial, sans-serif;
}

.bnl-category-card__arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #111311;
  background: #eaf500;
  font: 700 20px/1 Arial, sans-serif;
  transition: transform 180ms ease;
}

.bnl-category-card:hover .bnl-category-card__arrow {
  transform: translateX(2px);
}

@media (max-width: 1279px) {
  .bnl-category-showcase__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body.bnl-category-showcase-v1.home
    .elementor-element-c2b0090
    > .bnl-category-showcase__inner {
    width: min(100% - 32px, 760px);
  }

  .bnl-category-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 560px) {
  body.bnl-category-showcase-v1.home .elementor-element-c2b0090 {
    padding: 24px 0 34px !important;
  }

  body.bnl-category-showcase-v1.home
    .elementor-element-c2b0090
    > .bnl-category-showcase__inner {
    width: calc(100% - 28px);
  }

  .bnl-category-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 11px;
  }

  .bnl-category-showcase__grid > .bnl-category-card {
    box-shadow: 4px 4px 0 #171916;
  }

  .bnl-category-showcase__grid > .bnl-category-card:hover {
    box-shadow: 6px 6px 0 #171916;
    transform: translate(-1px, -1px);
  }

  .bnl-category-card__body {
    grid-template-columns: minmax(0, 1fr) 32px;
    min-height: 94px;
    padding: 12px 9px 12px 11px;
  }

  .bnl-category-card__title {
    min-height: 34px;
    font-size: 17px;
  }

  .bnl-category-card__arrow {
    width: 32px;
    height: 32px;
  }

  .bnl-category-showcase__grid > .bnl-category-card:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 46% 54%;
  }

  .bnl-category-card:last-child .bnl-category-card__media {
    aspect-ratio: auto;
    border-right: 4px solid #eaf500;
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bnl-category-card,
  .bnl-category-card__media img,
  .bnl-category-card__arrow {
    transition: none !important;
  }
}
