/** Shopify CDN: Minification failed

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

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* Semi-circle button styling for custom_button_7ETVa8 */
#custom_button_7ETVa8 .button,
#custom_button_7ETVa8 button,
[data-button-id='custom_button_7ETVa8'] button,
.slideshow #custom_button_7ETVa8 button,
.slideshow [id*='custom_button_7ETVa8'] button {
  border-radius: 50% !important;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fallback for different button wrapper structures */
[id*='custom_button_7ETVa8'] .btn,
[id*='custom_button_7ETVa8'] a.button {
  border-radius: 50% !important;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
