.page-woocommerce .carfy-product-see-also,
.page-woocommerce .woocommerce-home12 .carfy-product-see-also {
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 0;
}

/* W siatce produktu: bez float, bez dodatkowego paddingu — tylko gutter Bootstrapa z .col-12 */
@media (min-width: 992px) {
	.page-woocommerce .woocommerce div[id^="product-"] > .row > .carfy-product-see-also {
		float: none;
		width: 100%;
		max-width: 100%;
		clear: both;
	}

	.page-woocommerce .woocommerce div[id^="product-"] > .row > .carfy-product-see-also .single-details-product.carfy-see-also {
		float: none;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 991.98px) {
	#leasingWynajemContent .summary.entry-summary > .carfy-product-see-also,
	#leasing .summary.entry-summary > .carfy-product-see-also,
	#wynajem .summary.entry-summary > .carfy-product-see-also {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 20px;
		margin-bottom: 8px;
		float: none;
		clear: both;
	}

	#leasingWynajemContent .summary.entry-summary > .carfy-product-see-also .single-details-product.carfy-see-also,
	#leasing .summary.entry-summary > .carfy-product-see-also .single-details-product.carfy-see-also,
	#wynajem .summary.entry-summary > .carfy-product-see-also .single-details-product.carfy-see-also {
		float: none;
		clear: both;
	}
}

.page-woocommerce .woocommerce-home12 .carfy-product-see-also .single-details-product.carfy-see-also {
	float: left;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	background-color: #f8f8f8;
	border-radius: 24px;
	padding: 32px;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	box-shadow: none;
	max-width: none;
}

@media (max-width: 993px) {
	.page-woocommerce .woocommerce-home12 .carfy-product-see-also .single-details-product.carfy-see-also {
		padding: 22px 18px 24px;
	}
}

.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__title-wrap {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__title-wrap .carfy-see-also__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 38.4px;
	color: #0a0001;
	margin: 0;
}

@media (max-width: 993px) {
	.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__title-wrap .carfy-see-also__title {
		font-size: 24px;
		line-height: 26px;
	}
}

.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__buttons {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

@media (min-width: 576px) {
	.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__buttons--dual {
		flex-direction: row;
		align-items: stretch;
		gap: 14px;
	}
}

.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__buttons--single .carfy-see-also__btn {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 20px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #ebeeec;
	color: #0a0001 !important;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
	box-sizing: border-box;
	box-shadow: 0 1px 4px rgba(10, 0, 1, 0.04);
}

@media (min-width: 576px) {
	.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__buttons--dual .carfy-see-also__btn {
		flex: 1 1 0;
		min-width: 0;
		font-size: 13px;
		padding: 14px 12px;
	}
}

@media (min-width: 992px) {
	.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__buttons--dual .carfy-see-also__btn {
		font-size: 14px;
		padding: 16px 18px;
	}
}

.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__btn:hover,
.page-woocommerce .woocommerce-home12 .carfy-product-see-also .carfy-see-also__btn:focus {
	background: #fff;
	color: #0a0001 !important;
	border-color: #2dcd68;
	box-shadow: 0 4px 16px rgba(45, 205, 104, 0.12);
}
