/*
Theme Name: FoundBest Product
Theme URI: https://foundbestone.com
Description: Child theme for PartnerBoost-synced products (post type pbac_product): home and archive highlight product cards; single pages show brand, category, and synced price/buy content.
Author: FoundBest
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Text Domain: foundbest-product
*/

/* Product grid on archive and home: responsive columns */
.fbp-product-archive .wp-block-post-template.is-layout-grid {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 600px) {
	.fbp-product-archive .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 960px) {
	.fbp-product-archive .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.fbp-product-single .wp-block-post-featured-image img {
	border-radius: 12px;
}
