/* CIMP-16761 - Need to add fonts and some styles changes */
@import url("https://use.typekit.net/auk8xxl.css");

div[data-sc-product-locator-id][data-sc-product-locator-type=standalone] * {
    font-family: minion-pro-display, serif;
}
div[data-sc-product-locator-id][data-sc-product-locator-type=standalone] .sc-pl-product-selector-form__content-product-img {
    background-color: unset;
}
/* END CIMP-16761 */

/* CIMP-16779 - Correct mobile view summary container */
.sc-pl-form-summary__actions-container {
    margin-top: 35px !important;
}

.sc-pl-form-summary__summary-data {
    background-color: black !important;
}
/* END CIMP-16779 */