/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ============================================
   İndirim rozeti — tüm cihazlar
   ============================================ */

/* DESKTOP */
body .product-labels .product-label.onsale,
body .product-labels.labels-rounded .product-label.onsale,
body li.product .product-label.onsale,
body .woocommerce .product-label.onsale {
	width: 74px !important;
	height: 74px !important;
	min-width: 74px !important;
	min-height: 74px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	padding: 0 !important;
	font-size: 21px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
	letter-spacing: -0.5px !important;
	border: none !important;
	box-shadow: 0 3px 12px rgba(0,0,0,0.35) !important;
}

/* TABLET (≤768px) */
@media (max-width: 768px) {
	body .product-labels .product-label.onsale,
	body .product-labels.labels-rounded .product-label.onsale,
	body li.product .product-label.onsale,
	body .woocommerce .product-label.onsale {
		width: 60px !important;
		height: 60px !important;
		min-width: 60px !important;
		min-height: 60px !important;
		font-size: 16px !important;
		border: none !important;
		box-shadow: 0 2px 8px rgba(0,0,0,0.32) !important;
	}
}

/* KÜÇÜK TELEFON (≤480px) */
@media (max-width: 480px) {
	body .product-labels .product-label.onsale,
	body .product-labels.labels-rounded .product-label.onsale,
	body li.product .product-label.onsale,
	body .woocommerce .product-label.onsale {
		width: 52px !important;
		height: 52px !important;
		min-width: 52px !important;
		min-height: 52px !important;
		font-size: 14px !important;
		letter-spacing: 0 !important;
		border: none !important;
	}
}

/* Benzer Ürünler - Özellik listesi */
.muhlen-product-features {
	list-style: none;
	margin: 6px 0 8px;
	padding: 6px 10px;
	background: #f7f7f7;
	border-left: 3px solid #e0e0e0;
	border-radius: 4px;
}

.muhlen-product-features li {
	position: relative;
	padding-left: 18px;
	font-size: 12px;
	line-height: 1.6;
	color: #444 !important;
	margin-bottom: 2px;
}

.muhlen-product-features li:last-child {
	margin-bottom: 0;
}

.muhlen-product-features li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #888;
	font-size: 11px;
	font-weight: 700;
}

/* Benzer Ürünler - İncele butonu */
.muhlen-incele-btn:hover {
	background: #8a0008 !important;
	color: #fff !important;
}

/* Benzer Ürünler - Kart arkaplanı */
.related.products li.product .product-wrapper,
.wd-products-element li.product .product-wrapper,
.related-products li.product .product-wrapper {
	background: #e8e8e8 !important;
	border-radius: 6px;
}
