/*
Theme Name: Artday Child Theme
Theme URI: http://artday-wp.wossthemes.com
Description: Ecommerce Single Product Theme that can be used by a creative artist, agency, shop, for selling your prints. 
Author: WossThemes
Author URI: http://themeforest.net/user/wossthemes
Template: artday
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, red
Text Domain: artday
*/

/* Import the original Parent Theme Styles */
@import url("../artday/style.css");

.ws-page-container .two-columns-gallery ul.products li.product{
	width: 49.5% !important;
}
/* Keep product grid images square even if a cropped size is missing (2026-06-10) */
ul.products li.product img.wp-post-image {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}
