/** Shopify CDN: Minification failed

Line 20:19 Expected identifier but found whitespace
Line 20:21 Unexpected "{"
Line 20:30 Expected ":"

**/


/* CSS from section stylesheet tags */
.custom-button-section {
  margin-top: 20px; /* Adjust margin as needed */
}

.custom-button {
  cursor: pointer;
}

.custom-button:hover {
  background-color: {{ section.settings.button_hover_color }};
}