/* CIMP-17526 - SmartButton color adjustments */
div[data-sc-id][data-sc-type="SmartButton"] button.sc-btn-ec,
div[data-sc-type="SmartButton"] .smartbutton-retailer .retailer-container aside p {
    color: #F9423A;
}
div[data-sc-type="SmartButton"] .smartbutton-retailer .retailer-container img.cart-icon {
    filter: invert(49%) sepia(47%) saturate(7492%) hue-rotate(340deg) brightness(101%) contrast(95%);
    background-color: unset !important;
}
/* END CIMP-17526 */

/* CIMP-17587 - CSS revision for tabbed omnichannel widget */
/* ONLINE Tab */
div[data-sc-id].sc-omnichannel.tabbed .omnichannel-tabs .omnichannel-tab.active {
    background-color: #F9423A !important;
    color: #FFFFFF !important;
}

div[data-sc-id].sc-omnichannel.tabbed .tab-omnichannel-container .tab-content .online-tab .retailer-list-wrapper .retailer-offer-compact .retailer-action,
div[data-sc-id].sc-omnichannel.tabbed .tab-omnichannel-container .tab-content .online-tab .retailer-list-wrapper .retailer-offer .offer-info .retailer-action {
    background-color: #F9423A !important;
    color: #FFFFFF !important;
}

div[data-sc-id].sc-omnichannel.tabbed .tab-omnichannel-container .tab-content .online-tab .show-more * {
    color: #F9423A !important;
}

div[data-sc-id].sc-omnichannel.tabbed .tab-omnichannel-container .tab-content .online-tab .zip-change-box .zip-buttons .change-button {
    background-color: #F9423A !important;
}

div[data-sc-id] .zip-change-box .change-zip-input:before {
    color: #F9423A;
}

div[data-sc-id].sc-omnichannel.tabbed .tab-omnichannel-container .tab-content .online-tab .online-oos span,
div[data-sc-id].sc-omnichannel.tabbed .tab-omnichannel-container .sc-omnichannel-store-list__sidebar-info-direction {
  color: #F9423A;
}

/* IN-STORE Tab */
div[data-sc-id].sc-omnichannel.tabbed .sc-omnichannel-header-injected__container .sc-omnichannel-header-injected__form-zip-input-wrapper svg {
    color: #F9423A !important;
}

div[data-sc-id].sc-omnichannel.tabbed .in-store-tab .sc-omnichannel__injected_content .sc-omnichannel__injected-store-list-container .sc-omnichannel-store-list__container,
div[data-sc-id].sc-omnichannel.tabbed .tab-omnichannel-container {
    scrollbar-color: #F9423A #fff !important;
}

div[data-sc-id].sc-omnichannel.tabbed .sc-omnichannel-header-injected__container .sc-omnichannel-header-injected__form-wrapper button {
    background-color: #F9423A;
}

div[data-sc-id].sc-omnichannel.tabbed .sc-omnichannel-store-list__container .sc-omnichannel-store-list__sidebar-no-store-error p {
    color: #F9423A;
}
/* END CIMP-17587 */