/*
Theme Name: Thurkas Child
Theme URI: https://thurkas.local
Description: Child theme of Astra for the Thurkas wholesale site. Holds template overrides (price/cart display) and custom CSS so customizations survive Astra parent updates. Design (colors, fonts, layout) is inherited from Astra and its Customizer settings.
Author: Thurkas Dev Team
Template: astra
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thurkas-child
*/

/* Category cards — used by the [product_categories] grid (Product Categories page and
   anywhere else the shortcode is placed). Product cards and the rest of the Astra design
   remain unchanged. */

.woocommerce ul.products li.product-category {
	background: #fff;
	border: 1px solid rgba( 253, 152, 0, 0.25 );
	border-radius: 10px;
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	text-align: center;
}

.woocommerce ul.products li.product-category:hover {
	box-shadow: 0 6px 20px rgba( 15, 23, 42, 0.12 );
	transform: translateY( -3px );
}

.woocommerce ul.products li.product-category img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	margin: 0;
	border-radius: 0;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	padding: 1rem 0.75rem 1.25rem;
	margin: 0;
	font-size: 1.15rem;
	color: #0F172A;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title mark {
	display: block;
	background: none;
	color: #FD9800;
	font-size: 0.85rem;
	font-weight: 600;
	margin-top: 0.25rem;
}
