/* Replace Elementor's pink defaults with the Vivere palette. */
html body .elementor {
  --e-global-color-primary: #4A0F1E !important;
  --e-global-color-secondary: #6B1F33 !important;
  --e-global-color-text: #3A0915 !important;
  --e-global-color-accent: #B08D57 !important;
}

html body .elementor-widget-text-editor a:not([class]),
html body .elementor-widget-heading a:not([class]),
html body .elementor-widget-icon-list a {
  color: #4A0F1E;
}

html body .elementor-widget-text-editor a:not([class]):hover,
html body .elementor-widget-heading a:not([class]):hover,
html body .elementor-widget-icon-list a:hover {
  color: #B08D57 !important;
}

html body .elementor-widget-button .elementor-button:hover {
  background-color: #B08D57 !important;
  border-color: #B08D57 !important;
  color: #3A0915 !important;
}

/* Product information tabs must never inherit Elementor's button hover fill. */
html body.single-product .vivere-pdp-tabs button,
html body.single-product .vivere-pdp-tabs button:hover,
html body.single-product .vivere-pdp-tabs button:focus {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body.single-product .vivere-pdp-tabs button:hover,
html body.single-product .vivere-pdp-tabs button:focus {
  color: #B08D57 !important;
}

html body.single-product .vivere-pdp-tabs button.is-active,
html body.single-product .vivere-pdp-tabs button.is-active:hover,
html body.single-product .vivere-pdp-tabs button.is-active:focus {
  color: #4A0F1E !important;
}

html body.single-product .vivere-pdp-spec-accordion > button:hover,
html body.single-product .vivere-pdp-spec-accordion > button:focus {
  background: rgba(248, 244, 239, .72) !important;
  color: #3A0915 !important;
  transform: none !important;
}
