/** Shopify CDN: Minification failed

Line 53:0 Unexpected "}"

**/
/* .hover-button {
  position: fixed;
  max-width: 100%;
  left: 90%;
  margin: 0;
  top: 85%;
  z-index: 1000000;
  width: 80px;
  display: inline-block;
} */


.hover-button {
  position: fixed;
  right: 5px; /* Adjust according to your needs */
  bottom: 15px; /* Adjust according to your needs */
  z-index: 1000000;
  width: 80px;
  display: inline-block;
  
}

.hover-image {
  max-width: 80%;
  height: auto;
}

 
/* @media only screen and (max-width: 799px) {
  .hover-button {
right: 0px; 
  bottom: 15px; 
  }
} */

@media only screen and (max-width: 400px) {
  .hover-button {
    width: 60px;
  }
}

/* @media only screen and (max-width: 330px) {
  .hover-button {
    left: 75%;
    top: 85%;
    width: 60px;
  } */
}
