.dealsListing {
  padding: 24px 0;
}
.dealsListing .--location {
  display: flex;
  gap: 8px;
}
.dealsListing .nice-select {
  padding: 0;
  border: none;
  line-height: normal;
  height: -moz-max-content;
  height: max-content;
}
.dealsListing .nice-select::after {
  right: -10px;
  border-bottom: 2px solid var(--color-1);
  border-right: 2px solid var(--color-1);
}
.dealsListing .nice-select span {
  color: var(--color-1);
}
.dealsListing .--post {
  margin-top: 24px;
  position: relative;
  display: block;
}
.dealsListing .--post .--img {
  width: 100%;
}
.dealsListing .--post .--img img {
  width: 100%;
}
.dealsListing .--post .--txt {
  position: absolute;
  top: 40px;
  left: 60px;
  background: #fff;
  width: 360px;
  aspect-ratio: 1;
  padding: 32px 24px;
}
.dealsListing .--post .--cate {
  color: var(--color-1);
}
.dealsListing .--post .--name {
  font-size: 40px;
  text-transform: uppercase;
  margin-top: 4px;
  color: #000;
  line-height: 1;
}
.dealsListing .--post article {
  color: var(--color-2);
  font-size: 16px;
  margin-top: 16px;
}
.dealsListing .--post .ViewAll {
  text-transform: unset;
  color: var(--color-1);
  margin-top: 16px;
  font-size: 16px;
}
.dealsListing .--card {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 24px;
  margin-top: 24px;
}
.dealsListing .--card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.dealsListing .--card .--tag {
  color: #fff;
  background: var(--color-1);
  height: 55px;
  display: flex;
  align-items: center;
  width: 92%;
  position: relative;
  padding: 0 20px;
  font-size: 18px;
}
.dealsListing .--card .--tag::after {
  width: 40px;
  height: 0;
  content: " ";
  border-top: 29px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 21px solid #f4333d;
  position: absolute;
  right: -40px;
}
.dealsListing .--listDeals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.dealsListing .--listDeals .--img {
  width: 100%;
  aspect-ratio: 26/15;
}
.dealsListing .--listDeals .--img img {
  width: 100%;
  height: 100%;
}
.dealsListing .--listDeals .--item {
  box-shadow: 0 0 4px #d4d4d4;
}
.dealsListing .--listDeals .--item {
  height: 440px;
}
.dealsListing .--listDeals .--txt {
  padding: 20px;
}
.dealsListing .--listDeals .--cate {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color-1);
}
.dealsListing .--listDeals .--name {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}
.dealsListing .--listDeals article {
  font-size: 15px;
  margin-top: 4px;
}
.dealsListing .--listDeals .--time {
  font-size: 12px;
  color: var(--color-1);
  text-transform: uppercase;
  margin-top: 8px;
}
@media (max-width: 769px) {
  .dealsListing .--post .--txt {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    aspect-ratio: unset;
    padding: 10px 0 0 0;
  }
  .dealsListing .--post .--cate {
    font-weight: bold;
  }
  .dealsListing .--post .--name {
    font-weight: bold;
  }
  .dealsListing .--post .ViewAll {
    font-weight: 500;
  }
  .dealsListing .--card {
    grid-template-columns: repeat(1, 1fr);
  }
  .dealsListing .--listDeals {
    grid-template-columns: repeat(1, 1fr);
  }
  .dealsListing .--listDeals .--item {
    height: -moz-max-content;
    height: max-content;
  }
}/*# sourceMappingURL=deals.css.map */