.product {

	.product-syno-header {
		display: flex;
		justify-content: space-between;
		align-items: center;

		.title {
			font-size: 1rem;

			color: rgba($text-color, .5);
			text-transform: uppercase;
		}

		span {
			font-size: .75rem;
			color: rgba($text-color, .5);
		}
	}

	.subtitle {
		font-size: 1rem;
		color: rgba($text-color, .5);
		text-transform: uppercase;
	}
}
