/**
 * Styles for the product index
 *
 * body_class: product-index bg-dark
 *
 * @author      Jim Mock
 * @copyright   2022, ON1
 */

/*------------------------------------------------------------------------------
 * Content
 -----------------------------------------------------------------------------*/
body.product-index #choose-your-product .photo-editor {
	background: url(https://ononesoft.cachefly.net/wp-content/themes/on1/images/product-index/2023/photo-editor-bg@2x.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
}

body.product-index #choose-your-product .plugin {
	background: url(https://ononesoft.cachefly.net/wp-content/themes/on1/images/product-index/2023/plugins-bg@2x.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
}

body.product-index h1, body.product-index h2.headline { font-size: 2.25rem !important; }
body.product-index a { text-decoration: none; }
body.product-index p { margin-bottom: 1.875rem; }
body.product-index p:last-child { margin-bottom: 0; }

@media (max-width: 575.98px) {
	body.product-index #choose-your-product .plugin {
		background: url(https://ononesoft.cachefly.net/wp-content/themes/on1/images/product-index/2023/plugins-bg.jpg) center top no-repeat;
		background-size: cover;
		width: 100%;
	}

	body.product-index p.fs15 { font-size: 1.25rem !important; }

	body.product-index .py-5 {
		padding-bottom: 3rem !important;
		padding-top: 3rem !important;
	}

	body.product-index .pt-5 { padding-top: 3rem !important; }
	body.product-index .pb-5 { padding-bottom: 3rem !important; }
}

