.ct-quick-view-card,
.product[class*="gallery"] {

	.product_meta > span {
		font-size: 13px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
		
		&:not(:last-child) {
			margin-bottom: 5px;
		}

		> * {
			opacity: 0.7;
			font-weight: 500;
			--theme-link-initial-color: var(--theme-text-color);
		}

		> a:hover {
			opacity: 1;
		}
	}
}