/** Shopify CDN: Minification failed

Line 62:0 Expected "}" to go with "{"

**/
/* Custom CSS for Shopify Boond Tinker Theme */

/* Add your custom styles here */
.wa-custom-float {
    position: fixed;
    width:60px;
    height: 60px;
    bottom: 40px;
    right: 40px; 
    z-index: 1000;
}
/* Example: Custom button styles */
/*
.custom-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.custom-button:hover {
  background-color: #0056b3;
}
*/

/* Example: Custom spacing utilities */
/*
.custom-margin-top {
  margin-top: 2rem;
}

.custom-padding {
  padding: 1.5rem;
}
*/

/* Example: Custom responsive breakpoints */

@media screen and (max-width: 768px) {
  

  .template-product .wa-custom-float {
    display: none;
  }
    
  .wa-custom-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 70px;
    right: 10px;
    z-index: 100;
}

