.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

:root {
  --main-orange: #e25200;
  --light-orange: #ffede2;
  --grey-light: #f5f5f5;
  --border: #e5e5e5;
  --error: #e25200;
  --success: #00904b;
  --sidePopinWidth: 700px;
}

.menu-push-products_container {
  min-width: 468px;
}

.push__trends__block {
  padding: 16px;
}
.push__trends__block ul,
.push__trends__block li {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .push__trends__block {
    padding: 24px 0;
  }
}
.push__trends__title {
  font-size: 0.875rem;
  font-weight: 400;
}
.push__trends__title.text-left {
  text-align: left;
}
.push__trends__title.text-center {
  text-align: center;
}
.push__trends__title.text-right {
  text-align: right;
}
.push__trends__subtitle {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.push__trends__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 4px), 1fr));
  gap: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .push__trends__items {
    grid-template-columns: repeat(auto-fit, minmax(calc(25% - 12px), 1fr));
    gap: 16px;
  }
}
.push__trends__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 0.875rem;
  padding: 0 !important;
  border-radius: 3px;
  min-height: 32px;
  overflow: auto;
}
.push__trends__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1c1c1c), to(hsla(0, 0%, 100%, 0)));
  background: linear-gradient(0deg, #1c1c1c, hsla(0, 0%, 100%, 0));
  border-radius: inherit;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .push__trends__link {
    border-radius: 8px;
  }
  .push__trends__link::before {
    border-radius: inherit;
  }
}
.push__trends__desc {
  position: absolute;
  left: 10px;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 20px);
  padding: 0;
  gap: 10px;
}
@media screen and (min-width: 700px) {
  .push__trends__desc {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 25px;
  }
}
.push__trends__desc .neo-arrow_right {
  border-radius: 50%;
  border: 1px solid;
  padding: 5px;
  font-size: 0.625rem;
  right: 20px;
}
.push__trends__name {
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: initial;
  font-weight: 400;
  /* Prevent the override of search result title */
}
#search-results .right-layout .widget-pagedesigner .push__trends__name {
  margin: 0;
}
.push__trends__image {
  max-height: initial !important;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 !important;
}

#trends.nav-link {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  margin: 0;
  padding: 15px 0;
  white-space: nowrap;
  border: none;
}
#trends.nav-link:hover, #trends.nav-link:focus {
  opacity: 1;
  border-bottom: 1px solid #1c1c1c;
  border-radius: 0;
}
#trends.nav-link .menu_picto {
  text-transform: capitalize;
}

.cta-trends-mobile {
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px !important;
  font-size: 0.875rem;
  width: 100% !important;
  border-top: initial !important;
}
