/* ── Home WooCommerce Products Slider ─────────────────────────────────────── */

.wps-section {
	position: relative;
	padding: 2rem 0 2.5rem;
	background: #f8fafc;
}

/* Header — sağ taraf: "Tümünü Gör" + nav butonları */
.wps-header-actions {
	display: flex;
	align-items: center;
	gap: .875rem;
}

.wps-all-link {
	display: none;
	align-items: center;
	gap: .3rem;
	font-size: .8125rem;
	font-weight: 700;
	color: #475569;
	text-decoration: none;
	white-space: nowrap;
	transition: color .15s;
}
@media (min-width: 480px) { .wps-all-link { display: flex; } }
.wps-all-link:hover { color: #0f172a; }
.wps-all-link svg { flex-shrink: 0; }

/* ── Ürün Kartı ── */
.wps-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1.5px solid #e2e8f0;
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(15,23,42,.06);
	transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
	position: relative;
}
.wps-card:hover {
	box-shadow: 0 10px 30px rgba(15,23,42,.10);
	transform: translateY(-4px);
	border-color: #cbd5e1;
}

/* Görsel */
.wps-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #f1f5f9;
	flex-shrink: 0;
}
.wps-img-wrap > a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.wps-card .wps-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
	transition: transform .5s ease !important;
}
.wps-card:hover .wps-img {
	transform: scale(1.06) !important;
}
.wps-img-placeholder {
	width: 100%;
	height: 100%;
	background: #e2e8f0;
}

/* İndirim Etiketi */
.wps-badge-sale {
	position: absolute;
	top: .625rem;
	left: .625rem;
	background: #ef4444;
	color: #fff;
	font-size: .6875rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: .2rem .55rem;
	border-radius: .375rem;
	line-height: 1.5;
	z-index: 2;
}

/* Gövde */
.wps-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: .875rem .875rem 0;
}

/* Puan */
.wps-rating {
	display: flex;
	align-items: center;
	gap: .375rem;
	margin-bottom: .375rem;
}
.wps-rating .star-rating {
	font-size: .75rem;
	line-height: 1;
}
.wps-rating .star-rating::before,
.wps-rating .star-rating span::before {
	color: #f59e0b !important;
}
.wps-rating-count {
	font-size: .75rem;
	color: #94a3b8;
}

/* Başlık */
.wps-title {
	font-size: .9rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.45;
	margin: 0 0 .375rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.wps-title a {
	color: inherit;
	text-decoration: none;
	transition: color .15s;
}
.wps-title a::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
}
.wps-title a:hover { color: #475569; }

/* Fiyat */
.wps-price {
	font-size: .9375rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: .625rem;
	flex: 1;
}
.wps-price del {
	color: #94a3b8 !important;
	font-weight: 400 !important;
	font-size: .8125rem !important;
	margin-right: .25rem !important;
	text-decoration: line-through !important;
}
.wps-price del .woocommerce-Price-amount { color: #94a3b8 !important; }
.wps-price ins { text-decoration: none !important; color: #0f172a !important; }
.wps-price ins .woocommerce-Price-amount { color: #0f172a !important; }

/* Footer + Sepete Ekle */
.wps-footer {
	padding: 0 0 .875rem;
	margin-top: auto;
	position: relative;
	z-index: 2;
}

.wps-card .button,
.wps-card .add_to_cart_button,
.wps-card a.button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: .375rem !important;
	width: 100% !important;
	padding: .625rem 1rem !important;
	background: #0f172a !important;
	background-color: #0f172a !important;
	color: #fff !important;
	border: none !important;
	border-radius: .625rem !important;
	font-size: .875rem !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	text-decoration: none !important;
	transition: background .15s !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	text-align: center !important;
}
.wps-card .button:hover,
.wps-card .add_to_cart_button:hover,
.wps-card a.button:hover {
	background: #1e293b !important;
	background-color: #1e293b !important;
	color: #fff !important;
}
.wps-card .add_to_cart_button.added {
	background: #16a34a !important;
	background-color: #16a34a !important;
}
.wps-card .add_to_cart_button.loading::after {
	content: '' !important;
	display: inline-block !important;
	width: 12px !important;
	height: 12px !important;
	border: 2px solid rgba(255,255,255,.35) !important;
	border-top-color: #fff !important;
	border-radius: 50% !important;
	animation: wps-spin .6s linear infinite !important;
	margin-left: .375rem !important;
}
@keyframes wps-spin { to { transform: rotate(360deg); } }

.wps-card .added_to_cart {
	display: block !important;
	text-align: center !important;
	font-size: .8125rem !important;
	color: #16a34a !important;
	font-weight: 600 !important;
	padding: .375rem 0 0 !important;
	text-decoration: none !important;
}
