.body .mobile-products {
  position: fixed;
  z-index: 3;
  top: 15px;
  right: 20px;
}
.body .mobile-products .mobile-products-open-bounce {
  display: flex;
  margin-left: 20px;
  width: 70px;
  height: 70px;
  z-index: 3;
  align-items: center;
  justify-content: center;
}
.body .mobile-products .mobile-products-open-bounce .mobile-products-open {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  cursor: pointer;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  align-items: center;
  justify-content: center;
}
.body .mobile-products .mobile-products-open-bounce:hover .mobile-products-open:hover {
  background-color: var(--interact-hover);
}
.body .mobile-products .mobile-products-open-bounce:active .mobile-products-open:active {
  background-color: var(--interact-active);
  transform: scale(.8);
}
.body .mobile-products .mobile-products-open-bounce .mobile-products-open .products {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.body .mobile-products .mobile-products-open-bounce .mobile-products-open .products img {
  width: 20px;
  height: 20px;
}



.body .desktop-products {
  position: fixed;
  z-index: 3;
  top: 15px;
  right: 20px;
}
.body .desktop-products .desktop-products-open-bounce {
  display: flex;
  margin-left: 20px;
  width: 70px;
  height: 70px;
  z-index: 3;
  align-items: center;
  justify-content: center;
}
.body .desktop-products .desktop-products-open-bounce .desktop-products-open {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  cursor: pointer;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  align-items: center;
  justify-content: center;
}
.body .desktop-products .desktop-products-open-bounce:hover .desktop-products-open:hover {
  background-color: var(--interact-hover);
}
.body .desktop-products .desktop-products-open-bounce:active .desktop-products-open:active {
  background-color: var(--interact-active);
  transform: scale(.8);
}
.body .desktop-products .desktop-products-open-bounce .desktop-products-open .products {
  width: 20px;
  height: 20px;
}
.body .desktop-products .desktop-products-open-bounce .desktop-products-open .products img {
  width: 20px;
  height: 20px;
}



.body .open-products {
  display: none;
  position: fixed;
  z-index: 6;
  border-radius: 15px;
  width: 277.6px;
  height: 300px;
  padding: 10px;
  background-color: var(--popup-modal);
  right: 15px;
  top: 20px;
  overflow-y: scroll;
}

.body .open-products .close-products {
  position: fixed;
  top: 15px;
  right: 20px;
}
.body .open-products .close-products .close-products-close-bounce {
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
}
.body .open-products .close-products .close-products-close-bounce .close-products-close {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  cursor: pointer;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  align-items: center;
  justify-content: center;
}
.body .open-products .close-products .close-products-close-bounce:hover .close-products-close:hover {
  background-color: var(--interact-hover);
}
.body .open-products .close-products .close-products-close-bounce:active .close-products-close:active {
  background-color: var(--interact-active);
  transform: scale(.8);
}
.body .open-products .close-products .close-products-close-bounce .close-products-close .close {
  width: 20px;
  height: 20px;
}
.body .open-products .close-products .close-products-close-bounce .close-products-close .close img {
  width: 20px;
  height: 20px;
}

.body .open-products .products-overlay {
  z-index: 3;
  width: 100%;
  height: auto;
  list-style-type: disc;
}
.body .open-products .products-overlay a .selection {
  width: 80px;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}
.body .open-products .products-overlay a .selection:hover {
  background-color: var(--link-background-hover);
}
.body .open-products .products-overlay a .selection:active {
  background-color: var(--link-background-hover);
  outline: var(--link-background-outline-active) 1px solid;
  transform: scale(.92);
}

.body .open-products .products-overlay a .selection .selection-img {
  display: flex;
  justify-content: center;
}
.body .open-products .products-overlay a .selection .selection-img img {
  position: static;
  width: 50px;
  height: 50px;
}

.body .open-products .products-overlay a .selection .selection-h {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.body .open-products .products-overlay a .selection .selection-h h6 {
  transition-duration: 1s;
  transition-timing-function: ease-out;
  text-align: center;
}
.body .open-products .products-overlay a .selection:hover .selection-h h6 {
  color: var(--link-text-hover);
}
.body .open-products .products-overlay a .selection:active .selection-h h6 {
  color: var(--link-text-hover);
}



@media only screen and (max-width: 799px) {
  .body .desktop-products {
    display: none;
  }
}



@media only screen and (min-width: 800px) {
  .body .mobile-products {
    display: none;
  }
}

@media only screen and (min-width: 1840px) {
  .body .mobile-products {
    padding-right: 100px;
  }
  .body .desktop-products {
    padding-right: 100px;
  }

  .body .open-products {
    margin-right: 100px;
  }

  .body .open-products .close-products {
    margin-right: 100px;
  }
}

@media only screen and (min-width: 2000px) {
  .body .mobile-products {
    padding-right: 10%;
  }
  .body .desktop-products {
    padding-right: 10%;
  }

  .body .open-products {
    margin-right: 10%;
  }

  .body .open-products .close-products {
    margin-right: 10%;
  }
}