.product-form__custom-fields {
    margin-bottom: 2em; }
.product-form__custom-fields input,
.product-form__custom-fields textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    padding: 6px 14.4px;
    line-height: 1.75em;
    background-color: #fff;
    border: 1px solid #c4cdd5;
    border-radius: 2px;
    appearance: none; }
.product-form__custom-fields textarea {
    min-height: 100px; }
.product-form__custom-fields .product-form__custom-field {
    margin-top: 1em; }
