@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css");
body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #343434;
    overflow-x: hidden;
  }
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  


.Product {
 
  display: inline-block;
  text-align: center;
}

.Product-btn {
  background-color: transparent; 
  color: white;
  padding: 10px 3px 10px 35px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}


.Product-content {
  text-align: start;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 5px;
}

.Product-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.Product-content a:hover {
  background-color: #f1f1f1;
}

.Product:hover .Product-content {
  display: block;
}



@media only screen and (min-width: 320px) and (max-width: 570px) {

    
.Product-btn {
    background-color: transparent;
    padding: 7px 3px 10px 5px;
    color: #2e2e2e;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
  }

}


@media only screen and (min-width: 571px) and (max-width: 980px) {

    .Product-btn {
        background-color: transparent;
        color: #2e2e2e;
        padding: 10px 3px 10px 5px;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
      }
}

.r2s{
  width: 90% !important;
  filter: none !important;
}