/* .body--large .container {
    max-width: 1400px;
}
.body--medium .container {
    max-width: 1320px;
}
.container{
	max-width: 1280px;
} */
/* === Sekcja bazująca na istniejących zmiennych === */
/* === Sekcja Hero (Banner) === */
.hero-relations {
	padding: 100px 0;
	background-color: #333;
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
		url('https://monikajanicka.pl/wp-content/uploads/2025/01/baner.jpg');
	background-size: cover;
	background-position: center;
	color: var(--white);
	display: flex;
	align-items: center;
	min-height: 60vh;
	text-align: center;
}

.hero-relations .hero-relations__content-wrapper {
	width: 100%;
	margin: 0;
}
.hero-relations .hero-relations__title {
	margin: 0 auto;
	font-size: 4.2rem;
	line-height: 1.25;
	color: var(--white);
	display: block;
	text-align: center;
	font-weight: 600;
	margin-bottom: 4.2rem;
}
html[data-theme='dark'] .hero-relations .hero-relations__title {
	color: var(--grey-900);
}
.hero-relations .hero-relations__lead {
	margin: 10px auto;
	font-size: 1.8rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	max-width: 720px;
	text-align: center;
}

.hero-relations .hero-relations__muted {
	display: block;
	margin-top: 6px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
}

.hero-relations .hero-relations__cta {
	margin-top: 2.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* --- Responsywność --- */

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
	.hero-relations {
		min-height: 50vh;
		padding: 60px 0;
		background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
			url('https://monikajanicka.pl/wp-content/uploads/2025/01/baner.jpg');
		background-size: cover;
		background-position: center;
	}
	.hero-relations .hero-relations__title {
		font-size: clamp(25px, 8vw, 25px);
	}

	.hero-relations .hero-relations__lead {
		font-size: 1.5rem;
	}
}
/* ===== Sekcja „o mnie” (About Dialog) ===== */
.about-dialog {
	padding: 70px 0;
	background-color: var(--grey-50); /* poprawka: było var(-grey-50) */
}

/* Karta z obrazem i treścią */
.about-dialog .about-dialog__card {
	background: var(--white);
	border-radius: 28px;
	display: grid;
	grid-template-columns: 1fr 2.67fr; /* obraz  | treść */
	gap: clamp(8px, 3vw, 24px);
	align-items: center;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
/* ========== Obraz z podpisem ========== */
.about-dialog .about-dialog__media {
	margin: 0;
	overflow: hidden;
	background: var(--white);
	width: auto;
	display: flex;
	flex-direction: column; /* img + figcaption pionowo */
}

.about-dialog .about-dialog__img {
	width: 100%;
	height: 100%;
	display: block;
	max-height: 600;
	object-fit: cover;
	border-radius: 20px;
}

/* Podpis pod zdjęciem (figcaption) */
.about-dialog .about-dialog__caption {
	display: grid;
	gap: 4px;
	padding: 12px 14px 14px;
	text-align: center;
	background: transparent; /* tło karty, bez dodatkowej płachty */
}

.about-dialog .about-dialog__name {
	font-weight: 800;
	color: var(--grey-900);
	font-size: clamp(16px, 1.2vw, 18px);
	line-height: 1.25;
}

.about-dialog .about-dialog__role {
	color: rgba(17, 24, 39, 0.72);
	font-weight: 600;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.5;
}

/* ========== Treść po prawej ========== */
.about-dialog .about-dialog__content {
	font-weight: var(--fw-regular);
	line-height: 1.9;
	padding: clamp(20px, 3vw, 32px);
	font-size: clamp(16px, 1.15vw, 18px);
}

.about-dialog .about-dialog__content__author {
	color: var(--grey-900);
	font-weight: 700;
	font-style: italic;
	line-height: 1.5;
	color: var(--primary-500);
	text-align: right;
	margin-top: 4.2rem !important;
}

.about-dialog__content__author--red {
	color: var(--grey-500);
	font-weight: 500;
	font-style: normal;
}
.about-dialog .about-dialog__content p {
	margin: 0 0 18px;
}
.about-dialog .about-dialog__content p:last-child {
	margin-bottom: 0;
}

/* ========== Responsywność ========== */
@media (max-width: 992px) {
	.about-dialog .about-dialog__card {
		grid-template-columns: 1fr 1fr; /* bliżej 50/50 na tabletach */
	}
	.about-dialog .about-dialog__media {
		max-height: unset; /* puść obraz swobodnie */
	}
}

@media (max-width: 768px) {
	.about-dialog .about-dialog__card {
		grid-template-columns: 1fr; /* stack: obraz nad treścią */
	}
	.about-dialog .about-dialog__media {
		order: 1;
	}
	.about-dialog .about-dialog__content {
		order: 2;
	}
}

/* Sekcja kart odbiorców – bazuje na Twoich zmiennych */
.rel-cards {
	padding: 70px 0;
}
.rel-cards .rel-cards__kicker,
.maps-relations__kicker,.rel-benefits__kicker {
	margin: 0 0 3.2rem;
	display: block;
	font-weight: 600;
	color: var(--primary-500);
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
}
.rel-cards .rel-cards__title {
	margin: 0 auto 6rem;
	color: var(--grey-900);
	font-weight: 800;
	font-size: clamp(28px, 4.2vw, 40px);
	text-align: center;
	line-height: 1.4;
	max-width: 860px;
}

.rel-cards .rel-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(16px, 2.8vw, 36px);
	align-items: start;
}

.rel-cards .rel-cards__item {
	text-align: center;
	padding: clamp(32px, 1vw, 16px);
	background-color: var(--white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
	border-radius: 24px;
	height: 100%;
	transition: box-shadow var(--transition);
}

.rel-cards .rel-cards__item:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.rel-cards .rel-cards__item .rel-cards__icon svg {
	width: 94px;
	height: 94px;
	transition: transform var(--transition);
	transform: scale(0.95);
}

.rel-cards .rel-cards__item:hover .rel-cards__icon svg {
	transform: scale(1.1);
}

html[data-theme='dark'] .rel-cards .rel-cards__item .rel-cards__icon svg {
	background-color: var(--grey-500);
	border-radius: 50%;
}

.rel-cards .rel-cards__icon {
	display: grid;
	place-items: center;
	/* width: 48px; */
	/* height: 48px; */
	margin: 0 auto 8px;
}
.rel-cards .rel-cards__icon img {
	width: 48px;
	height: 48px;
	object-fit: contain; /* jeżeli SVG/PNG ma marginesy – nie rozciąga */
	display: block;
}

.rel-cards .rel-cards__text {
	margin: 0;
	color: var(--grey-500);
	font-weight: var(--fw-regular);
	line-height: 1.8;
	font-size: clamp(1.5rem, 1.15vw, 1.5rem);
}
.rel-cards .rel-cards__text strong {
	color: var(--grey-900);
	font-weight: 800;
}

/* RWD */
@media (max-width: 992px) {
	.rel-cards .rel-cards__grid {
		grid-template-columns: 1fr 1fr;
	}
	.rel-cards .rel-cards__kicker,
	.maps-relations__kicker,.rel-benefits__kicker {
		font-size: 1.6rem;
	}
	.rel-cards .rel-cards__title {
		margin-bottom: 4rem;
	}

	.rel-cards .rel-cards__item .rel-cards__icon svg {
		width: 84px !important;
		height: 84px !important;
		transform: scale(1) !important;
	}
}
@media (max-width: 640px) {
	.rel-cards .rel-cards__grid {
		grid-template-columns: 1fr;
	}
}

/* Sekcja: tytuł + 6 benefitów z jedną ikoną SVG */
.rel-benefits {
	padding: 70px 0;
}

.rel-benefits .rel-benefits__title {
	margin: 0 0 7rem;
	color: var(--grey-900);
	font-weight: 800;
	font-size: clamp(28px, 4.2vw, 40px);
	text-align: center;
	line-height: 1.4;
}

.rel-benefits .rel-benefits__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(18px, 2.6vw, 36px) clamp(22px, 4vw, 56px);
	align-items: start;
}

/* Pojedynczy punkt – ikonka + tekst w jednej linii */
.rel-benefits .rel-benefits__item {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 12px;
	align-items: start;
}

.rel-benefits .rel-benefits__icon {
	width: 24px;
	height: 24px;
	display: block;
	margin-top: 6px; /* delikatne wyrównanie względem 1. linii tekstu */
}

.rel-benefits .rel-benefits__text {
	margin: 0;
	color: var(--grey-500);
	font-weight: var(--fw-regular);
	line-height: 1.8;
	font-size: clamp(1.5rem, 1.15vw, 1.6rem);
}
.rel-benefits .rel-benefits__text strong {
	color: var(--grey-900);
	font-weight: 800;
}

/* RWD */
@media (max-width: 1024px) {
	.rel-benefits .rel-benefits__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 640px) {
	.rel-benefits .rel-benefits__grid {
		grid-template-columns: 1fr;
	}
	.rel-benefits .rel-benefits__title {
		text-align: left;
	}
}

/* ===== Sekcja map relacji (zgodna ze zmiennymi projektu) ===== */
.maps-relations {
	padding: 60px 0;
	background-color: var(--white);
}

.maps-relations .maps-relations__header {
	max-width: 1024px;
	margin: 0 auto 28px;
	text-align: center;
}

.maps-relations .maps-relations__title {
	margin: 0 0 5rem;
	color: var(--grey-900);
	font-weight: 800;
	font-size: clamp(28px, 4.2vw, 40px);
	text-align: center;
	line-height: 1.4;
}

.maps-relations .maps-relations__lead {
	margin: 0;
	color: var(--grey-500);
	font-weight: var(--fw-regular);
	line-height: 1.8;
	font-size: clamp(1.5rem, 1.15vw, 1.6rem);
	margin-bottom: 6rem;
}

/* Wiersz 50/50 */
.maps-relations .maps-relations__row {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	grid-template-columns: 1fr 1fr;
	gap: clamp(64px, 4.2vw, 124px);
	align-items: center; /* wyrównanie w pionie */
	margin-bottom: 4rem;
}
.maps-relations .maps-relations__row:last-child{
	margin-bottom: 0rem;
}
/* Teksty po lewej */
.maps-relations .maps-relations__subtitle {
	margin: 0 0 2.4rem;
	color: var(--grey-900);
	font-weight: 800;
	font-size: clamp(2.6rem, 2.2vw, 3.2rem);
	line-height: 1.4;
}

.maps-relations .maps-relations__p {
	margin: 0;
	color: var(--grey-500);
	font-weight: var(--fw-regular);
	line-height: 2;
	font-size: clamp(1.5rem, 2.15vw, 1.8rem);
}
.maps-relations .maps-relations__p:last-child {
	margin-bottom: 0;
}

/* Karta obrazu po prawej */
.maps-relations .maps-relations__figure {
	margin: 0;
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.maps-relations .maps-relations__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: contain;
}



/* RWD */
/* ===== RWD dla .maps-relations (Poprawione) ===== */

@media (max-width: 1024px) {
	.maps-relations .maps-relations__row {
		grid-template-columns: 1fr 1fr; /* 50/50 na tabletach */
	}
}

@media (max-width: 768px) {
	.maps-relations .maps-relations__header {
		text-align: left;
	}

	/* Ustawia stackowanie (1 kolumna) dla WSZYSTKICH wierszy */
	.maps-relations .maps-relations__row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	/* Zamienia kolejność TYLKO dla wiersza ".maps-relations__row--swap" */
	.maps-relations .maps-relations__row--swap .maps-relations__col--text {
		order: 1; /* Tekst idzie na górę */
	}

	.maps-relations .maps-relations__row--swap .maps-relations__col--media {
		order: 2; /* Obrazek idzie na dół */
	}
}

/* ===== Sekcja „Sfery życia” – grid + sticky media ===== */
.life-spheres {
	padding: 70px 0;
}

.life-spheres .life-spheres__header {
	margin-bottom: 12px;
}
.life-spheres .life-spheres__title {
	margin: 0 0 6rem;
	color: var(--grey-900);
	font-weight: 800;
	font-size: clamp(28px, 4.2vw, 40px);
	text-align: center;
	line-height: 1.4;
}
.life-spheres .life-spheres__pre {
margin: 0 0 3.2rem;
    display: block;
    font-weight: 600;
    color: var(--primary-500);
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
}
.products-listing{
	padding: 70px 0!important;
}
/* Pojedynczy blok (wiersz) */
.life-sphere {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr; /* więcej oddechu dla tekstu */
	gap: clamp(20px, 3vw, 48px);
	align-items: start;
	margin-top: 18px;
	/* BARDZO WAŻNE dla sticky: brak overflow na rodzicu */
	overflow: visible;
}

.life-sphere + .life-sphere {
	margin-top: clamp(28px, 4vw, 48px);
}

.life-sphere .life-sphere__col {
	min-width: 0;
}

/* Tekst */
.life-sphere .life-sphere__label {
	display: inline-block;
	font-weight: 800;
	margin-bottom: 10px;
}
.life-sphere .life-sphere__label--red {
	color: var(--primary-500);
	font-size: 1.6rem;
	font-weight: var(--fw-regular);
	line-height: 1.6rem;
	background-color: var(--primary-50);
	border-radius: 16px;
	padding: 8px 20px;
	margin-bottom: 24px;
}

.life-sphere .life-sphere__subtitle {
	margin: 0 0 10px;
	color: var(--grey-900);
	font-weight: 800;
	font-size: clamp(18px, 2.1vw, 26px);
	line-height: 1.4;
}
.life-sphere .life-sphere__sub {
	margin: 18px 0 8px;
	color: var(--grey-900);
	font-weight: 800;
	font-size: clamp(16px, 1.6vw, 20px);
}

.life-sphere .life-sphere__col--text p {
	margin: 0 0 14px;
	font-weight: var(--fw-regular);
	line-height: 1.9;
	font-size: clamp(15px, 1.1vw, 16px);
}

/* MEDIA – STICKY */
.life-sphere .life-sphere__col--media {
	position: relative;
	height: 100%;
}
.life-sphere .life-sphere__figure {
	position: sticky;
	top: clamp(
		12px,
		8vh,
		96px
	); /* jak „trzymać się” górnej krawędzi podczas scrollu */
	margin: 0;
}
.life-sphere .life-sphere__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

/* ODWROTKA: grafika po LEWEJ, tekst po PRAWEJ (desktop) */
.life-sphere.life-sphere--reverse {
	grid-template-columns: 0.95fr 1.05fr;
}
.life-sphere.life-sphere--reverse .life-sphere__col--media {
	order: 1;
}
.life-sphere.life-sphere--reverse .life-sphere__col--text {
	order: 2;
}

.life-spheres__toggle-wrapper {
	text-align: center;
	margin: clamp(24px, 5vw, 48px) 0;
}
/* RWD */
@media (max-width: 992px) {
	.life-sphere {
		grid-template-columns: 1fr 1fr;
	}
	.life-sphere.life-sphere--reverse {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.life-sphere {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.life-sphere.life-sphere--reverse {
		grid-template-columns: 1fr;
	}

	.life-sphere.life-sphere--reverse .life-sphere__col--text {
		order: 1;
	}

	.life-sphere.life-sphere--reverse .life-sphere__col--media {
		order: 2;
	}

	/* Mobile: najpierw tekst, potem obrazek w OBU blokach */
	.life-sphere .life-sphere__col--text {
		order: 1;
	}
	.life-sphere .life-sphere__col--media {
		order: 2;
	}
	/* Sticky na mobile zwykle przeszkadza – wyłączamy */
	.life-sphere .life-sphere__figure {
		position: static;
	}
}
/* ===== Sekcja "Believe in yourself" ===== */
.belive-in-yourself {
	padding: 70px 0;
	color: var(--white, #ffffff);
	overflow: hidden;
}

.belive-in-yourself .belive-in-yourself__container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: clamp(20px, 4vw, 60px);
	max-width: 1226px;
	min-height: 527px;
	border-radius: 25px;
	margin: 0 auto;
	padding: clamp(32px, 5vw, 60px);
	box-sizing: border-box;
	background-color: #630a1d;
}

/* Kolumny flexbox */
.belive-in-yourself .belive-in-yourself__col {
	flex: 1;
	min-width: 0;
}

/* Kolumna tekstowa */
.belive-in-yourself .belive-in-yourself__col--text {
	display: flex;
	flex-direction: column;
}

.belive-in-yourself .belive-in-yourself__title {
	margin: 0 0 2.4rem;
	font-size: clamp(28px, 4.2vw, 40px);
	line-height: 1.4;
	color: var(--white);
	text-align: left;
}
html[data-theme='dark'] .belive-in-yourself .belive-in-yourself__title {
	color: var(--grey-900);
}
.belive-in-yourself .belive-in-yourself__lead {
	margin: 0 0 2.2rem;
	font-size: 1.6rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	font-weight: var(--fw-regular, 400);
	text-align: left;
}

.belive-in-yourself .belive-in-yourself__cta {
	margin-top: 2.8rem;
}

/* Kolumna z obrazem */
.belive-in-yourself .belive-in-yourself__col--media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.belive-in-yourself .belive-in-yourself__figure {
	margin: 0;
	width: 100%;
}

.belive-in-yourself .belive-in-yourself__img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: contain;
	filter: drop-shadow(8px 12px 20px rgba(0, 0, 0, 0.4));
}

/* Responsywność */
@media (max-width: 980px) {
	.belive-in-yourself {
		padding: 40px 0;
	}

	.belive-in-yourself .belive-in-yourself__container {
		flex-direction: column;
		min-height: unset;
		height: auto;
		padding: 40px 24px;
	}

	.belive-in-yourself .belive-in-yourself__title {
		text-align: center;
	}
	.belive-in-yourself .belive-in-yourself__lead {
		text-align: center;
	}

	.belive-in-yourself .belive-in-yourself__cta {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.belive-in-yourself .belive-in-yourself__img {
		max-width: 80%;
		margin: 0 auto;
		max-height: 300px;
		filter: drop-shadow(5px 8px 15px rgba(0, 0, 0, 0.3));
	}
}

/* ===== Sekcja "Przypomnienie" (Rel-Reminder) ===== */
.rel-reminder {
	padding: 70px 0;
	margin-bottom: 70px;
}

.rel-reminder .rel-reminder__wrapper {
	display: flex;
	flex-direction: row;
	max-width: 1226px;
	height: 710px;
	margin: 0 auto;
	padding: 24px;
	background-color: #630a1d;
	color: var(--white, #ffffff);
	border-radius: 24px;
	position: relative;
}

.rel-reminder .rel-reminder__col--text {
	flex: 1.1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 0px 32px 32px;
	position: relative;
	z-index: 2;
}

.rel-reminder .rel-reminder__title {
	margin: 0 0 2.4rem;
	font-size: clamp(28px, 4.2vw, 40px);
	line-height: 1.4;
	text-align: left;
	color: var(--white);
}
html[data-theme='dark'] .rel-reminder .rel-reminder__title {
	color: var(--grey-900);
}
.rel-reminder .rel-reminder__lead {
	margin: 0 0 2.8rem;
	font-size: 1.6rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	font-weight: var(--fw-regular, 400);
	max-width: 500px;
	text-align: left;
}

.rel-reminder .rel-reminder__cta {
	margin-top: 2.8rem;
	text-align: left;
}

.rel-reminder .rel-reminder__col--media {
	flex: 0.9;
	position: relative;
	height: 100%;
}

.rel-reminder .rel-reminder__figure {
	position: absolute;
	bottom: -24px;
	right: 0;
	width: 100%;
	max-width: 450px;
	margin: 0;
	z-index: 1;
}

.rel-reminder .rel-reminder__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.3));
}

/*
.rel-reminder .rel-reminder__figure {
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rel-reminder .rel-reminder__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 90%; 
    object-fit: contain;
    filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.3));
}
*/

/* ===== RWD ===== */

@media (max-width: 992px) {
	.rel-reminder {
		margin-bottom: 0;
		padding: 40px 0;
	}

	.rel-reminder .rel-reminder__wrapper {
		flex-direction: column;
		height: auto;
		padding: 40px 24px;
	}

	.rel-reminder .rel-reminder__col--text {
		order: 1;
		text-align: center;
		padding: 0;
		max-width: 100%;
	}

	.rel-reminder .rel-reminder__title,
	.rel-reminder .rel-reminder__lead,
	.rel-reminder .rel-reminder__cta {
		text-align: center;
		max-width: 100%;
	}

	.rel-reminder .rel-reminder__cta {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.rel-reminder .rel-reminder__col--media {
		order: 2;
		display: none;
	}
	/* .rel-reminder .rel-reminder__figure {
		position: static;
		bottom: auto;
		right: auto;
		width: 100%;
		max-width: 320px;
		margin: 32px auto 0;
	}

	.rel-reminder .rel-reminder__img {
		filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.2));
	} */
}

/* ACF sekcja 1 produkt tekst */

.group-product {
	padding: 40px 0;
}
.group-product__heading{
    margin: 0 0 5rem;
    color: var(--grey-900);
    font-weight: 800;
    font-size: clamp(28px, 4.2vw, 40px);
    text-align: center;
    line-height: 1.4;
}
.group-product__kicker{
	    margin: 0 0 2.8rem;
    display: block;
    font-weight: 600;
    color: var(--primary-500);
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;

}
@media (max-width: 992px) {
    .group-product__kicker{
        font-size: 1.6rem;
    }
}
.group-product__items {
	display: grid;
	gap: 32px;
}
.group-product__item {
	display: flex;
	flex-direction: row;
	gap: 28px;
	background-color: var(--white);
	border-radius: 18px;
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.group-product__item-link {
	flex-shrink: 0;
	flex-basis: 40%;
	background-color: var(--grey-50);
	overflow: hidden;
}

.group-product__item-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.group-product__item:hover .group-product__item-image {
	transform: scale(1.05);
}

.group-product__item-content {
	flex-shrink: 1;
	flex-basis: 60%;
	padding: 24px 24px 24px 42px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	justify-content: center;
}

.group-product__item-title {
	font-size: 2.8rem;
	font-weight: 500;
	margin: 0 0 12px;
	color: var(--grey-900);
}
.group-product__item-title a {
	text-decoration: none;
	color: inherit;
}
.group-product__item-excerpt {
	font-size: 1.5rem;
	line-height: 1.6;
	color: var(--grey-500);
	margin-bottom: 20px;
}
.group-product__item-price {
	margin-bottom: 20px;
}
/* Cena produktu */
.group-product__item-price {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Stara cena */
.group-product__item-current-price del {
	font-size: 2rem;
	font-weight: 400;
	color: var(--grey-500);
	text-decoration: line-through;
	margin-right: 10px;
}

/* Nowa cena */
.group-product__item-current-price ins {
	font-size: 3.2rem;
	font-weight: 700;
	color: var(--primary-color); /* np. Twój kolor akcentu */
	text-decoration: none;
}

/* Tekst dla screen-reader */
.group-product__item-current-price .screen-reader-text {
	display: none;
}

/* Dodatkowa informacja o najniższej cenie */
.iworks-omnibus {
	font-size: 1.4rem;
	color: var(--grey-500);
}

.group-product__item-current-price {
	margin: 0;
	font-size: 2rem;
	/* font-weight: 700; */
	color: var(--grey-900);
}

.group-product__item-cart {
	margin: 0;
}
.group-product__item-button {
	width: 100%;
}

/* RWD */
@media (max-width: 768px) {
	.group-product__item {
		flex-direction: column;
		gap: 0;
	}
	.group-product__item-link {
		flex-basis: auto;
		width: 100%;
	}
	.group-product__item-content {
		padding: 24px;
		flex-basis: auto;
	}
}
