.gf-block-title {
  color: #003f5a;
}

.product-item__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 14px));
    font-weight: bold;
}

.product-item--list .price:not(.price--compare), .product-item--vertical .price:not(.price--compare) {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 20px));
    font-weight: bold;
}

.rte .video-wrapper, .rte img {
    margin: 0em 0;
    padding-left: 20px;
}