/* 商品についてのお問い合わせを目立たせるCSS */
.product-custom .fs-c-button--inquiryAboutProduct.fs-c-button--plain span.fs-c-button__label::before{
    display:none
}
.fs-c-inquiryAboutProduct .fs-c-button--inquiryAboutProduct {
    border: 1px solid #ed356a;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    border-radius: 5px;
    padding: 20px 0;
}
.product-custom .fs-c-button--inquiryAboutProduct.fs-c-button--plain  span.fs-c-button__label{
    color: #ed356a;
    font-size: 18px;
}

/* カートボタンの色を変更するCSS */
.product-custom button.fs-c-button--addToCart--detail {
    background: #ed356a;
}
/* バリエーション商品のカートボタンの色を変更するCSS */
.product-custom button.fs-c-button--addToCart--variation {
    background: #ed356a;
}