/* AIDA ORANGE PRODUCT CTA 2026-08-30 */
/* Enfold fades this whole area to 20% until hover. Mobile has no reliable hover. */
#top .products .product .avia_cart_buttons {
  opacity: 1 !important;
}
/* Primary product action: Add to cart and Read more; Show Details remains hidden. */
#top .products .product .avia_cart_buttons > a.button:not(.show_details_button),
#top button.single_add_to_cart_button {
  background: #e56527 !important;
  background-color: #e56527 !important;
  border-color: #e56527 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  box-shadow: 0 3px 8px rgba(173,72,25,.28) !important;
  transition: background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease !important;
}
#top .products .product .avia_cart_buttons > a.button:not(.show_details_button) span,
#top .products .product .avia_cart_buttons > a.button:not(.show_details_button) svg,
#top button.single_add_to_cart_button span,
#top button.single_add_to_cart_button svg {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
#top .products .product .avia_cart_buttons > a.button:not(.show_details_button):hover,
#top .products .product .avia_cart_buttons > a.button:not(.show_details_button):focus,
#top button.single_add_to_cart_button:hover,
#top button.single_add_to_cart_button:focus {
  background: #c54f18 !important;
  background-color: #c54f18 !important;
  border-color: #c54f18 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  transform: translateY(-1px);
  box-shadow: 0 5px 12px rgba(153,58,18,.34) !important;
}
#top .products .product .avia_cart_buttons > a.button:not(.show_details_button):focus-visible,
#top button.single_add_to_cart_button:focus-visible {
  outline: 3px solid rgba(229,101,39,.32) !important;
  outline-offset: 3px !important;
}
