.Product__Wrapper {

	.ProductMeta__Vendor {
		span, a {
			border: 1px solid #ccc;
			border-radius: 4px;
			padding: 4px 12px;
			font-size: 12px;
		}
		a {
			transition: .3s all;
			color: #00c300;
			border-color: #00c300;
			&:hover {
				background: #00c300;
				color: #fff;
			}
		}
	}

	.ProductMeta__Title-Wrap {

		.ProductMeta__Title {
			font-weight: 700;
		}

	}

}