/*
 * Product detail feature actions.
 * Keeps the secondary quotation action consistent across every product page.
 */

body.product-detail-page .pod-feature__ctas .pod-showcase__btn2--outline {
  background-color: transparent !important;
  border-color: #786456 !important;
  color: #786456 !important;
}

@media (hover: hover) and (pointer: fine) {
  body.product-detail-page .pod-feature__ctas .pod-showcase__btn2--outline:hover {
    background-color: #786456 !important;
    border-color: #786456 !important;
    color: #ffffff !important;
  }
}

body.product-detail-page .pod-feature__ctas .pod-showcase__btn2--outline:focus-visible {
  background-color: #786456 !important;
  border-color: #786456 !important;
  color: #ffffff !important;
}
