:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover {
  color: #ffffff;
  background-color: #007bff;
  border-width: 1px;
  border-style: solid;
  border-color: #007bff;
  border-radius: 5px;
  padding: 10px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
  background-color: #1164a9;
  color: #ffffff;
  border-width: 1px;
  border-color: #1164a9;
  border-style: solid;
  border-radius: 5px;
  padding: 10px;
  margin: 0px;
}

/* Botões de Compra Lumise*/

body .woocommerce .products .product .lumise-list-button:hover {
  background-color: #007bff;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
}

body .woocommerce .products .product .lumise-list-button {
  background-color: #1164a9;
  border-radius: 5px;
  padding: 11px;
  margin: 0px;
  font-weight: 500;
  font-family: Roboto;
  color: #ffffff;
}

.lumise-button.lumise-list-button {
  background-color: #1164a9;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
}

.lumise-button.lumise-list-button:hover {
  background-color: #007bff;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
}

/* Cart/Checkout Lumise*/

.woocommerce a.lumise-edit-design {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  color: #fff !important;
  background-color: #70CFCD !important;
  border-color: #70cfcd;
  margin: 5px 0;
  transition: all 0.3s ease 0s;
}

.woocommerce a.lumise-edit-design:hover {
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  color: #fff !important;
  background-color: #70CFCD !important;
  border-color: #70CFCD;
  margin: 5px 0;
  transition: all 0.3s ease 0s;
}

/* Botões de Compra + Personalizar*/

:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart,.woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)) {
  margin-left: var(--button-spacing,10px);
  margin-top: 0;
}

/* Filter Everythig - Título do Filtro*/

.widget-title.wpc-filter-title {
  font-weight: 600;
  margin-bottom: 10px;
}