/** Shopify CDN: Minification failed

Line 21:3 Expected ":"
Line 27:3 Expected ":"
Line 28:3 Expected ":"

**/
/* For desktop display only */

/* Only the floating launcher button */
@media (min-width: 1024px) {
button.vfrc-launcher {
height: auto;
  padding: 1rem 1.5rem !important;
  right: 0;
}

/* Scale the inner icon/image */
button.vfrc-launcher img,
button.vfrc-launcher svg {
  /* width: 60% !important; */
  /* height: 60% !important; */
}

button.vfrc-launcher:hover,
  button.vfrc-launcher:focus {
    color: #000 !important; /* Black text on hover */
  }

/* (Optional) bump size a touch on larger screens
@media (min-width: 768px) {
  button.vfrc-launcher { width: 80px !important; height: 80px !important; }
} */

.vfrc-widget > div {
  right: 0 !important;
  bottom: 0 !important;
  margin: 0 4rem 5rem;
}
}