._light-text p,
._light-text a {
  color: #ffffff !important;
}

._light-text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

._dark-text,
._dark-text p,
._dark-text a {
  color: #222222 !important;
}

._zero-top-margin {
  margin-top: -25px !important;
}

._section {
  margin-bottom: 100px !important;
}

._fullwidth {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
._content-container {
  max-width: 1000px !important;
  margin: 45px auto;
}

._content-grid a {
  text-decoration: none;
}

._content-grid {
  max-width: 1000px !important;
  display: grid;
  gap: 20px 20px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

._grid-1 {
  grid-template-columns: 1fr;
}

._grid-1 > ._cat-card {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

._grid-1 > ._cat-card p {
  width: 45%;
}

._grid-2 {
  grid-template-columns: 1fr 1fr;
}

._grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

._grid-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._content-grid > h2 {
  grid-column: 1 / -1;
  text-align: center;
}

._pill {
  border: 1px solid #c3c6c7;
  border-radius: 50px;
  text-decoration: none;
  padding: 15px 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

._pill p {
  margin: 0 !important;
}

._pill:hover {
  color: #000 !important;
  background-color: #f5f5f5;
}

._cat-card {
  z-index: 99 !important;
  min-height: 235px;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
}

._cat-card:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

._cat-card p {
  margin: 0px !important;
  text-align: left;
}

._cat-card img {
  display: block;
  width: 100%;
  height: 100%;
}

._wide {
        width: 100%;
    }

._half-wide {
        grid-column: span 2;
    }

._x-wide {
        grid-column: span 4;
        width: 100%;
    }

._marketing-special {
  position: relative;
}

._marketing-special::after {
  aspect-ratio: 1;
  clip-path: polygon(
    100% 50%,
    79.54% 55.21%,
    96.98% 67.1%,
    75.98% 65%,
    88.3% 82.14%,
    69.28% 72.98%,
    75% 93.3%,
    60.26% 78.19%,
    58.68% 99.24%,
    50% 80%,
    41.32% 99.24%,
    39.74% 78.19%,
    25% 93.3%,
    30.72% 72.98%,
    11.7% 82.14%,
    24.02% 65%,
    3.02% 67.1%,
    20.46% 55.21%,
    0% 50%,
    20.46% 44.79%,
    3.02% 32.9%,
    24.02% 35%,
    11.7% 17.86%,
    30.72% 27.02%,
    25% 6.7%,
    39.74% 21.81%,
    41.32% 0.76%,
    50% 20%,
    58.68% 0.76%,
    60.26% 21.81%,
    75% 6.7%,
    69.28% 27.02%,
    88.3% 17.86%,
    75.98% 35%,
    96.98% 32.9%,
    79.54% 44.79%
  );
  content: attr(data-discount);
  color: #fff;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  z-index: 100;
  background: rgb(253, 187, 45);
  background: radial-gradient(
    circle,
    rgb(253, 156, 45) 0%,
    rgba(195, 34, 34, 1) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {
  ._content-container {
    width: 90% !important;
  }

  ._content-grid {
    width: 100% !important;
    max-width: 100%;
  }

  ._grid-1,
  ._grid-2,
  ._grid-3,
  ._grid-4 {
    grid-template-columns: 1fr;
  }

  ._grid-1 > ._cat-card {
    flex-wrap: wrap;
  }

  ._grid-1 > ._cat-card p {
    width: 100%;
  }
}
