/**
 * Mağaza: sidebar, filtreler, hızlı görünüm, ürün grid görselleri.
 */

/* Tüm sidebar widget kutu stili */
#woocommerce_brand_nav-2,
#woodmart-price-filter-2,
#wd-widget-stock-status-2,
.sidebar-category {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 15px 18px;
	margin-bottom: 15px;
}

.popup-quick-view .woocommerce-product-gallery,
.popup-quick-view .product_meta,
.popup-quick-view .wa-order-button,
.quick-view,
.popup-quick-view .wd-buy-now-btn,
.popup-quick-view .wd-product-brands {
	display: none !important;
}

.widget {
	border: 0;
	padding: 0;
	margin: 0;
}

/* Başlıklar */
#woocommerce_brand_nav-2 .widget-title,
#woodmart-price-filter-2 .widget-title,
#wd-widget-stock-status-2 .widget-title,
#block-3 .widget-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}

/* Checkbox / liste öğeleri */
#woocommerce_brand_nav-2 label,
#woodmart-price-filter-2 label,
#wd-widget-stock-status-2 label,
#block-3 label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

/* Fiyat filtresi satır düzeni */
#woodmart-price-filter-2 .woodmart-price-filter li a {
	position: relative;
	gap: 10px;
	padding-left: 25px;
	color: inherit;
	line-height: 1.4;
}

#woodmart-price-filter-2 .woodmart-price-filter li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 2px solid #e4e4e4;
}

#woodmart-price-filter-2 .woodmart-price-filter li a.current-state::before {
	background: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
}

#woodmart-price-filter-2 .woodmart-price-filter li a.current-state::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgLTk2MCA5NjAgOTYwIj48cGF0aCBmaWxsPSJ3aGl0ZSIgZD0iTTM4Mi0yNDAgMTU0LTQ2OGw1Ny01NyAxNzEgMTcxIDM2Ny0zNjcgNTcgNTctNDI0IDQyNFoiLz48L3N2Zz4=");
}

#woodmart-price-filter-2 .woodmart-price-filter li a:hover::before {
	border-color: var(--wd-primary-color);
	transition: 0.1s;
}

#woodmart-price-filter-2 .woodmart-price-filter li a.current-state::after {
	color: #fff;
}

/* Ürün kartı görselleri (genel grid) */
.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
	height: 300px;
	object-fit: cover;
	width: 250px !important;
}

.magaza .wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img {
	height: 230px;
	object-fit: cover;
	width: 180px !important;
}

.magaza .wd-entities-title {
	font-size: 14px !important;
}

.carous .wd-carousel-item img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	display: block;
}
