.happy-woop {
  width: 100%;
  margin-top: 50px;
}
.happy-woop__card {
  display: block;
  text-decoration: none;
  transition: 300ms ease-in-out;
}
.happy-woop__media {
  width: 100%;
  overflow: hidden;
}
.happy-woop__img {
  width: 100%;
  height: auto;
  display: block;
}
.happy-woop__meta {
  margin-top: 12px;
}
.happy-woop__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--color-dark);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.happy-woop__price {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 4px;
}
.happy-woop__btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid currentColor;
  text-decoration: none;
  font-size: 13px;
}
.happy-woop__item {
  display: block;
}

.happy-woop__grid {
  display: grid;
  grid-template-columns: repeat(var(--happy-cols-desktop, 4), minmax(0, 1fr));
  gap: var(--happy-gap, 16px);
}
@media (max-width: 1024px) {
  .happy-woop__grid {
    grid-template-columns: repeat(var(--happy-cols-tablet, 2), minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .happy-woop__grid {
    grid-template-columns: repeat(var(--happy-cols-mobile, 1), minmax(0, 1fr));
  }
}
.happy-woop__arrows {
  gap: 8px;
}
.happy-woop__arrows,
.happy-woop__controls {
  display: flex;
  align-items: center;
  position: relative;
}
.happy-woop__swiper {
  position: relative;
}
.happy-woop__nav {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  border: 1px solid #abb0b5;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.happy-woop__next::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M21.4141 10.707L10.707 21.4141L9.29297 20L17.5859 11.707H0V9.70703H17.5859L9.29297 1.41406L10.707 0L21.4141 10.707Z" fill="%2322262A"/></svg>');
  display: block;
  background-repeat: no-repeat;
  width: 21px;
  height: 23px;
}
.happy-woop__prev::after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M0 10.707L10.707 21.4141L12.1211 20L3.82812 11.707H21.4141V9.70703H3.82812L12.1211 1.41406L10.707 0L0 10.707Z" fill="%2322262A"/></svg>');

  background-repeat: no-repeat;
  width: 21px;
  height: 23px;
}
.happy-woop__pagination {
  margin-top: 10px;
  text-align: center;
  position: unset;
}
.happy-woop__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.happy-woop__pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  height: 34px;
  width: auto !important;
}

.happy-woop__pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: currentColor;
  opacity: 0.35;
  margin: 0 !important;
}
.happy-woop__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 88px;
}
.happy-woop__heading {
  font-size: 24px;
  font-style: normal;
  font-weight: 720;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  color: black;
  padding-bottom: 30px;
}

@media only screen and (max-width: 567px) {
  .header-wrapper .logo {
    justify-content: start;
  }
  .mm-menu-btn {
    position: unset;
  }
  /* HOMEPAGE */
  .happy-woop__controls {
    justify-content: space-between;
  }
  /* HOMEPAGE */
}
