/* 
Theme Name:		 VallejoGallery
Description:	 VallejoGallery child theme of Twenty Twenty-Three
Author:			 Matt Cohen <webmaster@iwbyte.com>
Author URI: https://www.iwbyte.com/
Template:		 twentytwentythree
Version:		 1.0.0
Text Domain:	 vallejo
*/

/*
    Add your custom styles here
*/

.attribute-sold {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: red;
}

.sold-text::before {
    content: '';
    width: 12px;
    height: 12px;
    left: -19px;
    background-color: red;
}

/* Custom class on the title of the product feed on the main product page, had to add the title to use the hook to display item sold status after the "title" but we are using ACF views to access the title and the subtitle and display that  */
.product-overview-title-to-hide {
    display: none;
}

.artist-display, .artist-date {
	font-family:var(--wp--preset--font-family--source-serif-pro);
	margin:0px;
	text-align: center;
}
.archive .artist-display, .archive .artist-date {
	font-size:var(--wp--preset--font-size--medium);
}

.single-product .artist-display {
	font-size:var(--wp--preset--font-size--x-large);
}
.single-product .artist-date {
	font-size:var(--wp--preset--font-size--large);
}

/* Insert 'Catalog ' before the 'SKU:' label */
.wc-block-components-product-sku::before {
    content: "Catalog ";
    display: inline;
}

/* Tighten up spacing on catalog pages between title and artist info */
ul.wc-block-grid__products h2.wp-block-post-title {
  margin: 0.25em 0;
  line-height: 1.2;
}

.woocommerce-loop-product__title {
    text-align: center;
    margin-top: 0.5em;
    font-size: 1.1em;
}

.gallery-header {
    margin-bottom: 2rem;
    text-align: center;
}

.gallery-artist-title {
    font-size: 2rem;
    font-weight: 700;
    text-align:center;
}

.category-description {
    margin-bottom: 2rem;
    font-size: 1rem;
    color: #555;
}