/*
Theme Name: D4S TechStore Child
Template: d4s-techstore
Version: 1.0.0
Text Domain: d4s-techstore-child
License: GPL-2.0-or-later
*/
/* הוסיפו כאן התאמות CSS. */


h1, h2, h3, h4 {
	font-weight: 700;
}

.woocommerce-Price-currencySymbol{
	font-size: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	font-weight: 600;
	min-height: 3.6em;
	max-height: 3.6em;
}

.woocommerce ul.products li.product a img {
	margin: 0 auto 2px;
}

.single-product div.product .product_title {
	margin-bottom: 12px;
	font-size: clamp(21px,3vw,25px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	z-index: 1;
}

.single-product .product_meta .sku_wrapper, .single-product .product_meta .posted_in, .single-product .product_meta .tagged_as {
	font-weight: 700;
}

.ts-header-actions {
	justify-content: flex-end;
}