/*
 * Calliope site overrides.
 * Migrated from the former YellowPencil custom CSS so the site no longer depends on that plugin.
 * Keep this file loaded after the main Twenty Twenty-Five stylesheet.
 */

/*-----------------------------------------------*/
/*  Global Styles                                */
/*-----------------------------------------------*/
body .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-template li{
	margin-bottom:32px;
}

body .wp-site-blocks .flex-grow{
	padding-top:45px;
}

@media (min-width:600px){

	body .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-template li{
	width:200px !important;
	}

}



/*-----------------------------------------------*/
/*  "Home" Page                                  */
/*-----------------------------------------------*/
body.page-id-8 #plugins .transition-all .justify-center{
	background-color:rgba(233,233,241,0.18);
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

body.page-id-8 #plugins .cursor-pointer:nth-child(2) .object-contain{
	-webkit-filter: brightness(1.97);
	filter: brightness(1.97);
}

body.page-id-8 #plugins .cursor-pointer:nth-child(4) .object-contain{
	max-width:63%;
}



/*-----------------------------------------------*/
/*  "Sales Workspace" Page                       */
/*-----------------------------------------------*/
body.page-id-487 .elementor .e-con-full .elementor-widget-html .backdrop-blur-md .mx-auto .justify-between > .items-center{
	-webkit-filter: brightness(0.95) contrast(0.81) saturate(1.38) !important;
	filter: brightness(0.95) contrast(0.81) saturate(1.38) !important;
}

body.page-id-487 .mt-auto .group img{
	-webkit-filter: brightness(1.24) contrast(4.5) saturate(4.01);
	filter: brightness(1.24) contrast(4.5) saturate(4.01);
}



/*-----------------------------------------------*/
/*  "Price Manager for WooCommerce" Page         */
/*-----------------------------------------------*/
body.page-id-620 .footer-grid div img{
	width:110px;
}
