/* ============================================
 * Steigro Product Slider
 * Card design 1:1 met /rolsteigers/ pagina
 * ============================================ */

.steigro-ps-section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
}

.steigro-ps-section-title {
	font-family: 'Kanit', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #0a2135;
	margin: 0 0 20px;
	text-align: left;
}

.steigro-ps-wrapper {
	position: relative;
}

.swiper.steigro-ps {
	width: 100%;
	padding: 5px 0 50px;
	overflow: hidden;
}

.steigro-ps .swiper-slide {
	height: auto;
	display: flex;
}

.steigro-ps .swiper-slide > * {
	width: 100%;
}

/* ----- Card ----- */
.steigro-ps .part-single-item {
	height: 100%;
	width: 100%;
}

.steigro-ps .part-single-wrapper {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 2px solid #f4f6f5;
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	transition: box-shadow 0.2s;
}

.steigro-ps .part-single-wrapper:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* ----- Image ----- */
.steigro-ps .product-image-wrap {
	position: relative;
}

.steigro-ps .product-image-link {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	text-decoration: none;
	background: #f5f5f5;
}

.steigro-ps .product-image-link img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	transition: transform 0.3s;
	background: #f5f5f5;
}

.steigro-ps .product-image-link:hover img {
	transform: scale(1.05);
}

/* ----- Sale label ----- */
.steigro-ps .offer-label {
	background: #d3741c;
	letter-spacing: 0.5px;
	border-radius: 2px;
	font-size: 11px;
	padding: 2px 5px;
	display: inline-block;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	color: #fff;
	font-family: 'Kanit', sans-serif;
	pointer-events: none;
	z-index: 100;
	top: 10px;
	left: 10px;
}

/* ----- Quick view ----- */
.steigro-ps .qv-overlay {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s;
	z-index: 10;
	color: #333;
	border: none;
	padding: 0;
}

.steigro-ps .qv-overlay:hover {
	background: #f5f5f5;
	transform: scale(1.1);
}

.steigro-ps .qv-overlay svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	fill: currentColor;
	stroke-width: 0;
}

/* ----- Body ----- */
.steigro-ps .part-inner-body {
	display: flex;
	flex-direction: column;
	padding: 20px;
	flex: 1;
}

.steigro-ps .product-title-link {
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}

.steigro-ps .part-title {
	font-size: 16px;
	font-weight: 700;
	color: #1a2332;
	line-height: 1.4;
	margin: 0;
	transition: color 0.2s;
}

.steigro-ps .product-title-link:hover .part-title {
	color: #00a651;
}

/* ----- Pricing ----- */
.steigro-ps .parts-inner-pricing {
	margin-top: auto;
	margin-bottom: 12px;
}

.steigro-ps .pricing-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.25rem;
}

.steigro-ps .pricing-label {
	font-size: 13px;
	font-weight: 700;
	color: #0a2135;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-family: 'Kanit', sans-serif;
}

.steigro-ps .pricing-values {
	display: flex;
	align-items: center;
	gap: 8px;
}

.steigro-ps .price-old {
	font-weight: 700;
	font-family: 'Kanit', sans-serif;
	font-size: 15px;
	color: #a6a6a6;
	text-decoration: line-through;
}

.steigro-ps .price-current {
	color: #0a2135;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: normal;
	line-height: 18px;
}

.steigro-ps .price-current.price-discount {
	color: #0a2135;
}

.steigro-ps .pricing-row.pricing-incl .pricing-label {
	font-weight: normal;
	color: #0a2135;
}

.steigro-ps .price-incl {
	font-size: 13px;
	color: #333;
	font-weight: 400;
}

/* ----- USP / brand ----- */
.steigro-ps .usp-text {
	font-size: 13px;
	color: #333;
	line-height: 1.5;
	margin-bottom: 15px;
}

/* ----- Quantity + button ----- */
.steigro-ps .parts-minicart-wrapper {
	display: flex;
	gap: 10px;
	margin-top: auto;
}

.steigro-ps .quantity-selector {
	display: flex;
	border-radius: 7px;
	overflow: hidden;
	height: 44px;
	background: #f5f5f5;
}

.steigro-ps .qty-btn {
	width: 36px;
	background: #f5f5f5;
	border: none;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
	transition: background 0.2s;
	padding: 0;
}

.steigro-ps .qty-btn:hover {
	background: #e5e5e5;
}

.steigro-ps .qty-btn:active {
	background: #ddd;
}

.steigro-ps .qty-input {
	width: 50px;
	border: none;
	text-align: center;
	font-size: 15px;
	color: #1a2332;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.steigro-ps .qty-input::-webkit-outer-spin-button,
.steigro-ps .qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.steigro-ps .qty-input:focus {
	outline: none;
}

.steigro-ps .btn-add-to-cart {
	flex: 1;
	background: #008b3b;
	color: #fff;
	border: none;
	border-radius: 7px;
	font-family: 'Kanit', sans-serif;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: background 0.2s;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	text-decoration: none;
	text-align: center;
}

.steigro-ps .btn-add-to-cart:hover {
	background: #007a3a;
	color: #fff;
}

.steigro-ps .btn-add-to-cart:active {
	background: #006b32;
}

.steigro-ps .btn-add-to-cart.is-loading {
	opacity: 0.7;
	pointer-events: none;
}

.steigro-ps .btn-add-to-cart.is-added {
	background: #006b32;
}

/* ----- Navigation arrows ----- */
.steigro-ps-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0a2135;
	transition: all 0.2s;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	padding: 0;
}

.steigro-ps-nav:hover {
	background: #0a2135;
	color: #fff;
}

.steigro-ps-nav svg {
	width: 18px;
	height: 18px;
}

.steigro-ps-prev {
	left: -18px;
}

.steigro-ps-next {
	right: -18px;
}

.steigro-ps-nav.swiper-button-disabled {
	opacity: 0.35;
	pointer-events: none;
}

/* ----- Pagination ----- */
.steigro-ps .swiper-pagination-bullet {
	background: #0a2135;
	opacity: 0.3;
}

.steigro-ps .swiper-pagination-bullet-active {
	background: #008b3b;
	opacity: 1;
}

/* ----- Responsive ----- */
@media (max-width: 1024px) {
	.steigro-ps-prev {
		left: 4px;
	}
	.steigro-ps-next {
		right: 4px;
	}
}

@media (max-width: 768px) {
	.steigro-ps .part-inner-body {
		padding: 15px;
	}
	.steigro-ps .part-title {
		font-size: 15px;
	}
	.steigro-ps .price-current {
		font-size: 14px;
	}
	.steigro-ps-section-title {
		font-size: 22px;
	}
}

/* ============================================
 * Quick-view modal
 * ============================================ */
.steigro-qv-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
}

.steigro-qv-modal.is-open {
	display: flex;
}

.steigro-qv-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
	cursor: pointer;
}

.steigro-qv-dialog {
	position: relative;
	background: #fff;
	border-radius: 8px;
	max-width: 960px;
	width: calc(100% - 32px);
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 20px 50px rgba(0,0,0,0.3);
	z-index: 1;
}

.steigro-qv-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #0a2135;
	z-index: 2;
	padding: 0;
}

.steigro-qv-close:hover {
	background: #f5f5f5;
}

.steigro-qv-close svg {
	width: 18px;
	height: 18px;
}

.steigro-qv-body {
	padding: 32px;
}

.qv-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
	align-items: start;
}

.qv-image {
	position: relative;
	background: #f5f5f5;
	border-radius: 6px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.qv-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.qv-image .offer-label {
	background: #d3741c;
	letter-spacing: 0.5px;
	border-radius: 2px;
	font-size: 11px;
	padding: 2px 5px;
	display: inline-block;
	font-weight: 600;
	line-height: 1.5;
	text-transform: uppercase;
	position: absolute;
	text-align: center;
	color: #fff;
	font-family: 'Kanit', sans-serif;
	z-index: 2;
	top: 10px;
	left: 10px;
}

.qv-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.qv-title {
	font-size: 22px;
	font-weight: 700;
	color: #1a2332;
	line-height: 1.3;
	margin: 0 30px 0 0;
}

.qv-pricing {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.qv-pricing-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qv-pricing-label {
	font-size: 13px;
	font-weight: 700;
	color: #0a2135;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-family: 'Kanit', sans-serif;
}

.qv-pricing-row.qv-pricing-incl .qv-pricing-label {
	font-weight: normal;
	color: #0a2135;
}

.qv-pricing-values {
	display: flex;
	gap: 8px;
	align-items: center;
}

.qv-price-current {
	color: #0a2135;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.qv-price-old {
	color: #a6a6a6;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-decoration: line-through;
}

.qv-price-incl {
	font-size: 14px;
	color: #333;
}

.qv-brand small {
	color: #666;
	font-size: 13px;
}

.qv-sku {
	font-size: 14px;
	color: #333;
	padding: 12px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.qv-sku strong {
	font-weight: 700;
	color: #0a2135;
	margin-right: 8px;
}

.qv-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 8px;
}

.qv-actions .quantity-selector {
	display: flex;
	border-radius: 7px;
	overflow: hidden;
	height: 48px;
	background: #f5f5f5;
}

.qv-actions .qty-btn {
	width: 40px;
	background: #f5f5f5;
	border: none;
	color: #333;
	font-size: 18px;
	cursor: pointer;
	padding: 0;
}

.qv-actions .qty-btn:hover { background: #e5e5e5; }

.qv-actions .qty-input {
	width: 50px;
	border: none;
	text-align: center;
	font-size: 15px;
	background: transparent;
	color: #1a2332;
}

.qv-actions .qty-input:focus { outline: none; }

.qv-view-product,
.qv-view-product-only {
	background: #0a2135;
	color: #fff;
	border: none;
	border-radius: 7px;
	font-family: 'Kanit', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	height: 48px;
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.qv-view-product:hover { background: #122b40; color: #fff; }

.qv-actions .btn-add-to-cart {
	height: 48px;
	font-size: 12px;
	padding: 0 18px;
}

body.steigro-qv-noscroll {
	overflow: hidden;
}

@media (max-width: 720px) {
	.qv-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.steigro-qv-body {
		padding: 24px 20px;
	}
	.qv-title {
		font-size: 18px;
	}
	.qv-price-current {
		font-size: 18px;
	}
}
