[filter-popup] {
  transform: translateY(101%);
}

@media only screen and (min-width: 992px) {
 .featured-list .featured-item:nth-child(2) {
    margin-top: var(--size--10rem);
  }

  .featured-list .featured-item:nth-child(3), .featured-list .featured-item:nth-child(5) {
    margin-top: calc(var(--size--10rem) * -1);
  }
}


.img-switch_component .medias img {
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}



.footer-bottom_col {
  background-image: linear-gradient(250deg, #3b989b, #00ab58);
}

.footer-bottom_col:nth-child(1) {
  background-position: 0% 0;
  background-size: 300% 100%; /* 3 columns = 300% width */
}

.footer-bottom_col:nth-child(2) {
  background-position: 50% 0;
  background-size: 300% 100%;
}

.footer-bottom_col:nth-child(3) {
  background-position: 100% 0;
  background-size: 300% 100%;
}



@media screen and (max-width: 991px) {
  .footer-bottom_col {
    background-image: linear-gradient(0deg, #3b989b, #00ab58);
  }

  .footer-bottom_col:nth-child(1) {
    background-position: 0% 0%;
    background-size: 100% 300%;
  }

  .footer-bottom_col:nth-child(2) {
    background-position: 0% 50%;
    background-size: 100% 300%;
  }

  .footer-bottom_col:nth-child(3) {
    background-position: 0% 100%;
    background-size: 100% 300%;
  }
}