.custom-product-info {
    margin: 10px 0 12px;
    font-size: 14px;
    line-height: 1.35;
    color: #4ead61;
}

.custom-product-info--border {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}

.custom-product-info--small {
    margin-top: 6px;
    margin-bottom: 8px;
    font-size: 11px;
}

.custom-product-info--list {
    margin-top: 10px;
    font-size: 13px;
}

.custom-product-info--mobile {
    margin: 8px 0 12px;
    font-size: 13px;
}

.custom-product-info__row {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4ead61;
}

.custom-product-info--small .custom-product-info__row {
    gap: 5px;
    font-weight: 600;
}

.custom-product-info__row + .custom-product-info__row {
    margin-top: 8px;
}

.custom-product-info__icon {
    font-size: 20px;
    color: #4ead61;
    opacity: 0.9;
}

.custom-product-info--small .custom-product-info__icon {
    font-size: 15px;
}

.custom-product-info__text {
    color: #4ead61;
    font-size: 14px;
}

.custom-product-info--small .custom-product-info__text {
    font-size: 11px;
}

.custom-product-info__line {
    margin: 6px 0;
    height: 2px;
    opacity: 1;
    background: #f6f6f9;
    border: none;
}

.product_card .product-informations .product-delivery-information,
.product-parameters-table {
    border-top: 1px dashed #ddd;
}

.product_card .product-informations .product-delivery-information,
.product_card .product-informations .product-ask-question-container {
    border-bottom: 1px dashed #ddd;
}

.product-parameters-table {
    padding-top: 12px;
    margin-top: 12px;
}

.product_card .product-informations .product-add-to-cart {
    margin: -14px 0 -4px !important;
}