/* Innhouse
   Customization info on product page
*/

.product-customize-box {
    margin-top: 15px;
    align-items: center;
    border: 1px solid;
    display: flex;
    border-radius: 8px;
    padding: 20px;
}

.product-customize-icon {
    max-width: none;
    width: 50px;
    margin: 0 10px;
}

.product-customize-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.product-customize-text-red {
    color: #ed1c24;
}

.product-customize-link {
    text-decoration: none;
    color: #232f3e;
}