/* CIMP-14681 - need to center the change location text */
div[data-sc-id]:not(.sc-omnichannel) .sc-smartsite-footer {
    justify-content: center !important;
}
/* END CIMP-14681 */

/* CIMP-14932 - styling issue in the Smartbutton retailer's list */
div[data-sc-type="SmartButton"] .sc-btn-retailer-wrapper {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
div[data-sc-id] .sc-btn-retailer-wrapper li {
    width: unset;
    text-align: unset;
    margin: unset;
}
div[data-sc-type="SmartButton"] .sc-btn-retailer-wrapper .retailer-container>img {
    height: auto;
    aspect-ratio: unset;
    object-fit: unset;
    margin: unset;
}
div[data-sc-type="SmartButton"] .sc-btn-retailer-wrapper .retailer-container img {
    -webkit-transform: none;
    transform: none;
    padding: unset;
}
div[data-sc-type="SmartButton"] .sc-btn-retailer-wrapper .zip-container input {
    padding: unset;
}
/* END CIMP-14932 */