:root {
	--pk-hover-lift: -4px;
	--pk-hover-time: .22s;
}

/* =========================================================================
   Wydawnictwo Parasolka — warstwa marki na Twenty Twenty-Five.
   Tu żyje to, czego theme.json nie wyraża: sygnaturowy „mix" cień jako styl
   bloku, hover „podjazd", scoop hero, mega-menu, przycisk koszyka, licznik,
   karuzela recenzji oraz dopięcia responsywne (mobile).
   Tokeny pochodzą z theme.json (--wp--preset--* / --wp--custom--*).
   ========================================================================= */

:root {
	--pk-shadow-mix:       var(--wp--preset--shadow--mix);
	--pk-shadow-mix-hover: var(--wp--preset--shadow--mix-hover);
	--pk-shadow-pin:       var(--wp--preset--shadow--pin);
	--pk-primary:          var(--wp--preset--color--primary);
	--pk-primary-50:       var(--wp--preset--color--lightgrey);
	--pk-secondary:        var(--wp--preset--color--secondary);
	--pk-secondary-20:     var(--wp--preset--color--lightbg);
	--pk-white:            var(--wp--preset--color--contrastcolor);
	--pk-gray-light:       var(--wp--preset--color--lightbg);
	--pk-r-md:             var(--wp--custom--radius--md);
	--pk-r-lg:             var(--wp--custom--radius--lg);
	--pk-r-xl:             var(--wp--custom--radius--xl);
	--pk-r-2xl:            var(--wp--custom--radius--2xl);
}

/* ---- text-wrap dla nagłówków i akapitów ---- */
.wp-block-heading { text-wrap: balance; }

/* =========================================================================
   STYLE BLOKÓW (is-style-*) — wybierane w edytorze (zakładka „Styl").
   ========================================================================= */

/* Biała karta z sygnaturowym cieniem */
.is-style-pk-card {
	background: var(--pk-white);
	border-radius: var(--pk-r-xl);
	box-shadow: var(--pk-shadow-mix);
}

/* Hover „podjazd" */
.is-style-pk-lift {
	transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease;
}
.is-style-pk-lift:hover {
	transform: translateY(var(--pk-hover-lift));
	box-shadow: var(--pk-shadow-mix-hover);
}
.wp-block-button.is-style-pk-lift:hover .wp-block-button__link { transform: none; }
.wp-block-button.is-style-pk-lift .wp-block-button__link {
	transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s ease;
}
.wp-block-button.is-style-pk-lift .wp-block-button__link:hover {
	transform: translateY(var(--pk-hover-lift));
}

/* Hero scoop — dolne, duże zaokrąglenie zdjęcia */
.is-style-pk-hero-scoop img {
	border-radius: var(--pk-r-2xl);
}

/* Cień „pin" pod obrazem hero */
.is-style-pk-pin img { box-shadow: var(--pk-shadow-pin); }

/* Poziomy pasek bez widocznego scrollbara */
.is-style-pk-scroll-x {
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	flex-wrap: nowrap !important;
}
.is-style-pk-scroll-x::-webkit-scrollbar { display: none; width: 0; height: 0; }

/* =========================================================================
   HERO — media z nakładającym się „Rózia" i pinezką
   ========================================================================= */
.pk-hero-media { position: relative; }
.pk-hero-rozia {
	position: absolute; bottom: -26px; left: -26px; width: 150px; margin: 0; z-index: 3;
	filter: drop-shadow(0 12px 24px rgba(0,0,0,.18));
}
.pk-hero-rozia img { width: 100%; height: auto; }
@media (max-width: 781px) {
	.pk-hero-rozia { width: 96px; left: -8px; bottom: -14px; }
}

/* =========================================================================
   OCENA / GWIAZDKI
   ========================================================================= */
.pk-stars { color: var(--pk-primary); letter-spacing: 2px; }

/* =========================================================================
   NAGŁÓWEK — pasek górny, mega-menu, aktywna zakładka, ikony
   ========================================================================= */

/* przyklejony nagłówek */
.pk-sticky { position: sticky; top: 0; z-index: 50; }

/* pasek kontaktowy nad nagłówkiem */
.pk-topbar a { color: var(--wp--preset--color--basecolor); text-decoration: none; }
.pk-social { margin: 0; }
.pk-topbar .wp-block-social-links { gap: 12px; }

/* logo — okrągłe */
.pk-logo img,
.wp-block-site-logo.pk-logo img { border-radius: 9999px; }

/* aktywna zakładka menu (Strona główna) */
.pk-nav .wp-block-navigation-item.pk-active > a,
.pk-nav .wp-block-navigation-item.pk-active > .wp-block-navigation-item__content {
	color: var(--pk-white);
	background: var(--pk-primary);
	border-radius: 12px;
}
.pk-nav .wp-block-navigation-item > a,
.pk-nav .wp-block-navigation-item > .wp-block-navigation-item__content {
	padding: 9px 16px;
	border-radius: 12px;
	white-space: nowrap;
	transition: background .18s ease;
}
.pk-nav .wp-block-navigation-item:not(.pk-active) > a:hover {
	background: var(--pk-secondary-20);
}

/* mega-menu (rozwijane „Sklep") — biała karta z cieniem */
.pk-nav .wp-block-navigation__submenu-container {
	min-width: 260px;
	background: var(--pk-white);
	border: none;
	border-radius: 20px;
	box-shadow: var(--pk-shadow-mix);
	padding: 10px;
	margin-top: 10px;
}
.pk-nav .wp-block-navigation__submenu-container .wp-block-navigation-item > a {
	border-radius: 12px;
	padding: 10px 12px;
}
.pk-nav .wp-block-navigation__submenu-container .wp-block-navigation-item > a:hover {
	background: var(--pk-secondary-20);
}

/* ikony w nagłówku (szukaj / koszyk) */
.pk-header-icons img { display: block; }
.pk-cart { position: relative; display: inline-flex; }
.pk-cart .pk-cart-count {
	position: absolute; top: -8px; right: -10px;
	min-width: 18px; height: 18px; padding: 0 4px; box-sizing: border-box;
	background: var(--pk-primary); color: var(--wp--preset--color--textonprimary); font-size: 11px; font-weight: 700;
	border-radius: 9999px; display: flex; align-items: center; justify-content: center;
}

/* =========================================================================
   KATEGORIE — kafelek: zdjęcie + okrągła ikona + podpis
   ========================================================================= */
.pk-cat__badge {
	width: 68px; height: 68px; border-radius: 9999px; background: var(--pk-white);
	box-shadow: var(--pk-shadow-mix);
	display: flex; align-items: center; justify-content: center;
	margin-top: -34px; position: relative; z-index: 2;
}
.pk-cat__badge img { width: 60px; height: 60px; }

/* =========================================================================
   BESTSELLERY / QUERY LOOP — karta produktu w stylu Parasolki
   ========================================================================= */
.pk-products .wp-block-post {
	position: relative;
	background: var(--pk-white);
	border-radius: var(--pk-r-xl);
	box-shadow: var(--pk-shadow-mix);
	padding: 12px 16px 48px;
	transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease;
	text-align: center;
}
.pk-products .wp-block-post:hover {
	transform: translateY(var(--pk-hover-lift));
	box-shadow: var(--pk-shadow-mix-hover);
}
.pk-products .wp-block-post-featured-image img {
	border-radius: var(--pk-r-lg);
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
	width: 100%;
}
.pk-products .wp-block-post-title { margin: 14px 0 8px; }
.pk-products .wp-block-post-terms { text-align: center; color: var(--pk-primary-50); }
.pk-products .wp-block-post-excerpt { text-align: center; color: var(--wp--preset--color--black); }
.pk-products .wp-block-post-excerpt__more-link { color: var(--pk-primary); font-weight: 700; }

/* okrągły przycisk koszyka — dekoracyjny, na dole każdej karty */
.pk-products .wp-block-post::after {
	content: "";
	position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%);
	width: 64px; height: 64px; border-radius: 9999px;
	border: 2px solid var(--pk-primary);
	background: var(--pk-white) url('../icons/basket.svg') center / 26px 26px no-repeat;
	box-shadow: var(--pk-shadow-mix);
}

/* okrągły przycisk koszyka (na dole karty) */
.pk-addcart,
.wp-block-button.is-style-pk-addcart .wp-block-button__link {
	width: 64px; height: 64px; padding: 0; border-radius: 9999px;
	border: 2px solid var(--pk-primary); background: var(--pk-white);
	box-shadow: var(--pk-shadow-mix);
	display: inline-flex; align-items: center; justify-content: center;
	cursor: pointer; transition: background .2s ease;
}
.wp-block-button.is-style-pk-addcart .wp-block-button__link:hover { background: var(--pk-secondary-20); }
.pk-products .pk-addcart-wrap {
	position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%);
}

/* =========================================================================
   KARUZELA RECENZJI PSYCHOLOGÓW (mobile) — twarze u góry, aktywna w środku
   ========================================================================= */
.pk-reviews { text-align: center; }
.pk-reviews__faces {
	display: flex; align-items: center; gap: 14px;
	overflow-x: auto; padding: 6px 40%;
	scroll-behavior: smooth;
	-ms-overflow-style: none; scrollbar-width: none;
}
.pk-reviews__faces::-webkit-scrollbar { display: none; }
.pk-reviews__face {
	flex: none; cursor: pointer; padding: 2px;
	width: 52px; height: 52px; border-radius: 9999px; overflow: hidden;
	opacity: .5; filter: grayscale(1);
	transition: width .3s ease, height .3s ease, box-shadow .3s ease, opacity .3s ease, filter .3s ease;
}
.pk-reviews__face img { width: 100%; height: 100%; object-fit: cover; }
.pk-reviews__face.is-active {
	width: 74px; height: 74px; opacity: 1; filter: none;
	box-shadow: 0 0 0 3px var(--pk-primary);
}
.pk-reviews__text { min-height: 4.4em; }
.pk-reviews__dots { display: flex; gap: 6px; justify-content: center; margin-top: 16px; }
.pk-reviews__dot {
	width: 6px; height: 6px; border-radius: 9999px; background: var(--pk-secondary);
	cursor: pointer; transition: width .3s ease, background .3s ease;
}
.pk-reviews__dot.is-active { width: 20px; background: var(--pk-primary); }

/* =========================================================================
   STOPKA — fala + tło + cztery kolumny linków
   ========================================================================= */
.pk-footer-wave { display: block; width: 100%; margin: 0; }
.pk-footer { background: var(--wp--preset--color--lightbg); }
.pk-footer-link { margin: 0; }
.pk-footer-link a { color: var(--wp--preset--color--basecolor); text-decoration: none; }
.pk-footer-link a:hover { text-decoration: underline; }
.pk-footer-social { display: flex; gap: 12px; }
.pk-footer-social a {
	width: 38px; height: 38px; border-radius: 10px;
	border: 1px solid var(--pk-secondary);
	display: flex; align-items: center; justify-content: center;
	transition: background .2s ease;
}
.pk-footer-social a:hover { background: var(--pk-white); }

.pk-marquee { width: 100vw !important; max-width: 100vw !important; margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; overflow: hidden; padding: 7px 0; }
.pk-marquee .gspb_marquee_content { display: flex; width: 100%; align-items: center; justify-content: center; }
.pk-marquee-message { margin: 0; padding: 0 24px; font-weight: 700; letter-spacing: .02em; text-align: center; }
.pk-home-logo, .pk-home-footer-logo { margin: 0; }
.pk-home-logo img { display: block; width: 44px; height: 44px; object-fit: contain; }
.pk-home-footer-logo img { display: block; width: 48px; height: 48px; object-fit: contain; }
.pk-home-search { display: flex; width: 44px; height: 44px; align-items: center; justify-content: flex-end; transition: width .25s ease; }
.pk-home-search .wp-block-search__inside-wrapper { width: 44px !important; height: 44px; min-height: 44px; padding: 0; border: 0; align-items: center; justify-content: flex-end; transition: width .25s ease; }
.pk-home-search:not(.wp-block-search__searchfield-hidden) { width: 280px; }
.pk-home-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper { width: 280px !important; }
.pk-home-search .wp-block-search__input { height: 44px; min-width: 0; box-sizing: border-box; border-color: var(--wp--preset--color--lightborder); background: var(--wp--preset--color--contrastcolor); color: var(--wp--preset--color--basecolor); }
.pk-home-search .wp-block-search__button { display: flex; width: 44px; height: 44px; margin: 0; padding: 10px; align-items: center; justify-content: center; background: transparent; color: var(--wp--preset--color--basecolor); }
.pk-home-mini-cart { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; font-size: 20px; }
.pk-home-mini-cart .wc-block-mini-cart__button { width: 44px; height: 44px; min-height: 44px; padding: 8px; align-items: center; justify-content: center; }
.pk-home-mini-cart .wc-block-mini-cart__icon { width: 28px; height: 28px; }
.pk-home-nav .wp-block-navigation-item__content { padding: 8px 0; white-space: nowrap; }
.pk-home-nav .wp-block-navigation__submenu-container { border: 0; border-radius: 16px; box-shadow: var(--wp--preset--shadow--mix); padding: 10px; }
.pk-home-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content { padding: 9px 14px; }
.pk-home-footer a { color: inherit; opacity: .85; text-decoration: none; }
.pk-home-footer a:hover { opacity: 1; text-decoration: underline; }
.pk-home-footer-links p, .pk-home-footer-meta p { margin: 0; }
.pk-home-footer-social { display: flex; align-items: center; gap: 16px; justify-self: end; margin: 0; }
.pk-home-footer-social .wp-social-link { background: transparent; }
.pk-home-footer-social .wp-social-link a { padding: 0; }
.pk-home-footer-social svg { width: 24px; height: 24px; }
.pk-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
.pk-faq-grid .gs-accordion-item { align-self: start; overflow: hidden; border-radius: 16px; background: var(--wp--preset--color--contrastcolor); box-shadow: 0 8px 24px var(--wp--preset--color--lightborder); }
.pk-faq-grid .gs-accordion-item__title { display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; color: var(--wp--preset--color--basecolor); }
.pk-faq-grid .gs-accordion-item__heading { padding: 16px 18px; font-family: Mulish, Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 1.35; }
.pk-faq-grid .gs-accordion-item__content { border: 0; background: transparent; }
.pk-faq-grid .gs-accordion-item__text { padding: 0 18px 16px; color: var(--wp--preset--color--basecolor); font-size: 14px; line-height: 1.6; opacity: .72; }
.pk-faq-grid .gs-accordion-item__text p { margin: 0; }
.pk-faq-grid .gsclose .gs-accordion-item__content { display: none; }
.pk-faq-grid .iconfortoggle { position: relative; display: block; width: 14px; height: 14px; flex: 0 0 14px; margin-right: 18px; }
.pk-faq-grid .iconfortoggle .gs-iconbefore,
.pk-faq-grid .iconfortoggle .gs-iconafter { position: absolute; top: 6px; left: 1px; width: 12px; height: 2px; background: var(--wp--preset--color--primary); transition: opacity .2s ease, transform .2s ease; }
.pk-faq-grid .iconfortoggle .gs-iconafter { transform: rotate(90deg); }
.pk-faq-grid .gsopen .iconfortoggle .gs-iconafter { opacity: 0; transform: rotate(0); }
/* Greenshift generuje `.gspb_slider-id-<id> .swiper-pagination-bullet-active{width:24px}`
   (aktywna kropka jako „pigułka"), a jego <style> ląduje po naszym arkuszu —
   stąd !important przy szerokości, żeby wszystkie kropki były równe. */
.gs-slider-root .swiper-pagination-bullet { display: inline-block !important; width: 8px !important; height: 8px !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 50% !important; opacity: 1; background: var(--wp--preset--color--lightborder); box-shadow: none !important; cursor: pointer; }
.gs-slider-root .swiper-pagination-bullet-active { background: var(--wp--preset--color--primary); }

/* Karty opinii mają cień — `overflow:hidden` na .swiper go obcinał.
   Padding robi miejsce wewnątrz obszaru przycinania, ujemny margines
   przywraca pierwotny układ. */
/* Zapas TYLKO w pionie. Poziomy padding zwężał tor karuzeli i zza krawędzi
   wyglądały rogi sąsiednich slajdów. */
.gsbp-parasolka-proof-content .swiper,
.pk-expert-reviews .swiper { padding: 18px 0 22px !important; margin: -18px 0 -22px !important; overflow: clip !important; overflow-clip-margin: 22px; }
.gsbp-parasolka-promo-inner .swiper { width: 100% !important; max-width: 100% !important; padding: 18px 0 !important; margin: -18px 0 !important; overflow: clip !important; overflow-clip-margin: 18px; box-sizing: border-box; }
.gsbp-parasolka-promo-inner .swiper-slide { opacity: 0; visibility: hidden; transition: opacity .18s ease; }
.gsbp-parasolka-promo-inner .swiper-slide-active { opacity: 1; visibility: visible; }

/* Wzorce mają cień zapisany jako `0 8px 24px var(--…--lightborder)`, czyli
   LITY kolor z palety bez przezroczystości. Na szarej palecie greenshifta
   uchodziło, na palecie marki wychodzi twarda beżowa płyta, która po
   przycięciu robi z zaokrąglonych kart kwadraty. Zastępujemy miękkim cieniem.

   Selektory celują wyłącznie w same karty — `[class*="parent-"]` łapałby też
   `parent-text-*` i `parent-author-*`, czyli akapity w środku, i cień siadał
   pod każdą linijką tekstu. */
.gsbp-parasolka-promo-inner [class*="promo-"][class*="-card"],
.pk-expert-review-card,
.pk-series-tabs [class*="gsbp-parasolka-series-card-"] {
	box-shadow: 0 6px 18px rgba(33, 37, 41, .10) !important;
}

/* Zakładki serii: `overflow:hidden` na kontenerze Greenshifta ucinał cień karty
   od lewej. Padding robi miejsce w obszarze przycinania, ujemny margines
   przywraca pierwotne wymiary. */
.pk-series-tabs .gswipertabs { padding: 16px !important; margin: -16px !important; }
.gsbp-parasolka-promo-inner .swiper-pagination,
.gsbp-parasolka-proof-content .swiper-pagination,
.pk-expert-reviews .swiper-pagination { position: relative; z-index: 2; display: flex; width: 100%; justify-content: center; gap: 9px; margin-top: 16px; pointer-events: auto; }
.gsbp-parasolka-promo-inner .slider-content-zone,
.gsbp-parasolka-proof-content .slider-content-zone { width: 100%; }

.gsbp-parasolka-formats-grid > div {
	height: auto !important;
	min-height: 326px;
	padding: 12px 12px 22px !important;
	align-items: center;
	justify-content: flex-start !important;
	gap: 10px;
	border: 1px solid transparent;
	border-radius: 32px !important;
	background: var(--wp--preset--color--contrastcolor) !important;
	box-shadow: var(--wp--preset--shadow--mix);
	text-align: center;
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.gsbp-parasolka-formats-grid [class*="-media"] { position: relative; display: flex !important; width: 100% !important; height: auto !important; min-height: 0 !important; flex-direction: column; align-items: center; overflow: visible; }
.gsbp-parasolka-format-preview { display: block; width: 100% !important; max-width: none !important; height: auto !important; margin: 0 !important; aspect-ratio: 1; border-radius: 24px; object-fit: cover; }
.gsbp-parasolka-formats-grid .gsbp-parasolka-format-icon { position: relative; z-index: 2; width: 68px !important; max-width: 68px !important; height: 68px !important; max-height: 68px !important; margin-top: -34px; border-radius: 50%; background: var(--wp--preset--color--contrastcolor); object-fit: contain; opacity: 1 !important; }
.gsbp-parasolka-formats-grid [class*="-link"] { color: var(--wp--preset--color--basecolor) !important; text-align: center; }

.gsbp-parasolka-needs-grid > div {
	min-height: 390px !important;
	padding: 24px 20px !important;
	justify-content: flex-start !important;
	gap: 14px !important;
	border-radius: 32px !important;
	background: var(--wp--preset--color--contrastcolor) !important;
	box-shadow: 0 6px 18px rgba(33,37,41,.08);
	transition: transform .25s ease, box-shadow .25s ease;
}
.gsbp-parasolka-need-icon { display: block; width: 96px !important; max-width: 96px !important; height: 96px !important; margin: 0 auto !important; object-fit: contain; }
.gsbp-parasolka-needs-grid [class*="-link"] { color: var(--wp--preset--color--basecolor) !important; font-size: 19px !important; }

/*
 * Cała karta „Czego szukasz?" i „W czym wesprzeć dziecko" ma być klikalna,
 * a nie tylko sam napis. Link rozciągamy pseudoelementem na cały kafel —
 * markup bloków zostaje nietknięty, więc nie rusza to walidacji edytora.
 * Ukryta wersja linku (drugi wiek) ma display:none, więc jej nakładka nie powstaje.
 */
.gsbp-parasolka-formats-grid > div,
.gsbp-parasolka-needs-grid > div { position: relative; cursor: pointer; }

.gsbp-parasolka-formats-grid > div > a[class*="-link"]::after,
.gsbp-parasolka-needs-grid > div > a[class*="-link"]::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
}
.gsbp-parasolka-need-description { margin: 0; color: var(--wp--preset--color--basecolor); font-size: 14px; line-height: 1.55; opacity: .74; }
.gsbp-parasolka-need-cta { display: inline-flex; min-height: 44px; margin-top: auto; padding: 0 22px; align-items: center; justify-content: center; border-radius: 999px; background: var(--wp--preset--color--primary); color: var(--wp--preset--color--textonprimary); font-weight: 700; text-decoration: none; }

.gsbp-parasolka-reviews-heading { margin: 6px 0 0; font-family: "Paytone One", sans-serif; font-size: 28px; line-height: 1.1; text-align: center; }
.pk-expert-reviews .swiper-wrapper { align-items: stretch; }
.pk-expert-reviews .swiper-slide,
.pk-expert-reviews .swiper-slide-inner,
.pk-expert-reviews .slider-content-zone { height: auto; }
.pk-expert-reviews .slider-content-zone { display: flex; width: 100%; }
.pk-expert-review-card { position: relative; display: flex; width: 100%; min-height: 650px; padding: 14px 14px 24px; flex-direction: column; align-items: center; gap: 10px; overflow: visible; border-radius: 32px; background: var(--wp--preset--color--contrastcolor); box-sizing: border-box; text-align: center; }
.pk-expert-review-product { display: block; width: 100% !important; height: auto !important; margin: 0 !important; aspect-ratio: 1 / 1; border-radius: 24px; object-fit: cover; }
.pk-expert-review-person { position: relative; z-index: 2; display: block; width: 92px !important; height: 92px !important; margin: -58px auto 4px !important; border: 3px solid var(--wp--preset--color--contrastcolor); border-radius: 50%; background: var(--wp--preset--color--contrastcolor); object-fit: cover; }
.pk-expert-review-person-logo { padding: 10px; box-sizing: border-box; object-fit: contain; }
.pk-expert-review-text { margin: 0; color: var(--wp--preset--color--basecolor); font-size: 15px; font-style: italic; line-height: 1.55; }
.pk-expert-review-author { margin: auto 0 0; color: var(--wp--preset--color--basecolor); font-size: 17px; font-weight: 800; line-height: 1.25; }
.pk-expert-review-role { min-height: 2.6em; margin: 0; color: var(--wp--preset--color--basecolor); font-size: 12px; line-height: 1.3; opacity: .68; }
.gsbp-parasolka-proof-content .pk-expert-reviews .swiper { width: calc(100% + 48px) !important; max-width: none !important; margin: -18px -24px 0 !important; padding: 18px 24px 24px !important; box-sizing: border-box; overflow: clip !important; overflow-clip-margin: 0px; }
.pk-expert-reviews .swiper { margin-bottom: 0 !important; }
.pk-expert-reviews .swiper-pagination { margin-top: 24px !important; }
.pk-parent-reviews-section { display: flex; flex-direction: column; gap: 24px; margin-top: 10px; }
.pk-parent-reviews-heading { margin: 0; font-family: "Paytone One", sans-serif; font-size: 28px; line-height: 1.1; text-align: center; }
.pk-parent-reviews-slider .swiper-wrapper { align-items: stretch; }
.pk-parent-reviews-slider .swiper-slide,
.pk-parent-reviews-slider .swiper-slide-inner,
.pk-parent-reviews-slider .slider-content-zone { height: auto; }
.pk-parent-reviews-slider .slider-content-zone { display: flex; width: 100%; }
.gsbp-parasolka-proof-content .pk-parent-reviews-slider .swiper { width: calc(100% + 48px) !important; max-width: none !important; margin: -18px -24px 0 !important; padding: 18px 24px 24px !important; box-sizing: border-box; overflow: clip !important; overflow-clip-margin: 0; }
.pk-parent-reviews-slider .swiper { margin-bottom: 0 !important; }
.pk-parent-reviews-slider .swiper-pagination { position: relative !important; inset: auto !important; display: flex; margin-top: 24px !important; align-items: center; justify-content: center; gap: 8px; }
.pk-parent-review-card { display: flex; width: 100%; min-height: 260px; padding: 28px 30px; flex-direction: column; justify-content: space-between; gap: 18px; border-radius: 24px; background: var(--wp--preset--color--contrastcolor); box-shadow: 0 6px 18px rgba(33, 37, 41, .10); box-sizing: border-box; }
.pk-parent-review-text { margin: 0; color: var(--wp--preset--color--basecolor); font-size: 15px; font-style: italic; line-height: 1.6; }
.pk-parent-review-author { margin: 0; color: var(--wp--preset--color--basecolor); font-size: 13px; font-weight: 800; line-height: 1.4; opacity: .72; }

@media (max-width: 991.98px) {
	.pk-parent-review-card { min-height: 250px; }
}

@media (max-width: 767.98px) {
	.pk-parent-review-card { min-height: 230px; padding: 24px; }
	.pk-expert-reviews .swiper-pagination { margin-top: 20px !important; }
	.pk-parent-reviews-slider .swiper-pagination { margin-top: 20px !important; }
}

.pk-psychologist-reviews { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.pk-psychologist-review { display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 0; padding: 14px 18px 24px; border-radius: 32px; background: var(--wp--preset--color--contrastcolor); box-shadow: var(--wp--preset--shadow--mix); text-align: center; }
.pk-psychologist-review__product { width: 100%; height: 260px; border-radius: 24px; object-fit: cover; }
.pk-psychologist-review__person { width: 92px; height: 92px; margin-top: -58px; border: 3px solid var(--wp--preset--color--contrastcolor); border-radius: 50%; object-fit: cover; }
.pk-psychologist-review--compact .pk-psychologist-review__person { margin-top: 0; }
.pk-psychologist-review blockquote { margin: 0; font-style: italic; font-size: 15px; line-height: 1.6; }
.pk-psychologist-review figcaption { display: flex; flex-direction: column; gap: 3px; }
.pk-psychologist-review strong { font-size: 16px; }
.pk-psychologist-review small { opacity: .68; }
.pk-audiobook-description { max-width: 920px; margin: 48px auto 0; color: var(--wp--preset--color--basecolor); }
.pk-audiobook-description > h2 { margin-top: 52px; font-family: "Paytone One", sans-serif; font-size: clamp(26px, 3vw, 38px); line-height: 1.15; }
.pk-audiobook-description > h3 { margin: 30px 0 8px; font-size: clamp(18px, 2vw, 22px); line-height: 1.3; }
.pk-audiobook-description p, .pk-audiobook-description li { font-size: 16px; line-height: 1.7; }
.pk-audiobook-description li + li { margin-top: 10px; }
.pk-audiobook-listen { padding: 36px; border-radius: 28px; background: var(--wp--preset--color--lightbg); }
.pk-audiobook-listen h2 { margin-top: 0; font-family: "Paytone One", sans-serif; }
.pk-audiobook-listen .wp-block-audio { margin: 24px 0 0; }
.pk-audiobook-listen audio { width: 100%; }
/* Selektory karuzel celują w stabilne klasy sekcji (gsbp-parasolka-*-inner /
   -content), NIE w `gspb_slider-id-*` — Greenshift przenumerowuje id slidera
   przy każdym zapisie szablonu w edytorze i takie reguły cicho przestają
   działać (stąd wcześniejsze zwężenie karty promo do 754 px). */
.gsbp-parasolka-promo-inner .gs-swiper,
.gsbp-parasolka-promo-inner .gs-swiper-init,
.gsbp-parasolka-promo-inner .swiper,
.gsbp-parasolka-proof-content .gs-swiper,
.gsbp-parasolka-proof-content .gs-swiper-init,
.gsbp-parasolka-proof-content .swiper { width: 100%; min-width: 0; max-width: 100%; }
.gsbp-parasolka-promo-inner .swiper { touch-action: pan-y; user-select: none; cursor: grab; }
.gsbp-parasolka-promo-inner .swiper:active { cursor: grabbing; }
.gsbp-parasolka-promo-inner .swiper-button-prev,
.gsbp-parasolka-promo-inner .swiper-button-next,
.gsbp-parasolka-promo-inner .swiper-scrollbar { display: none !important; }
.gsbp-parasolka-proof-content .swiper-slide,
.gsbp-parasolka-proof-content .swiper-slide-inner,
.gsbp-parasolka-proof-content .slider-content-zone { height: auto; }
.gsbp-parasolka-proof-content .slider-content-zone > div { height: 100%; box-sizing: border-box; }
.gsbp-parasolka-proof-content .swiper { touch-action: pan-y; user-select: none; cursor: grab; }
.gsbp-parasolka-proof-content .swiper:active { cursor: grabbing; }
.gsbp-parasolka-proof-content .swiper-button-prev,
.gsbp-parasolka-proof-content .swiper-button-next,
.gsbp-parasolka-proof-content .swiper-scrollbar { display: none !important; }
.gsbp-parasolka-proof-content .slider-content-zone,
.gsbp-parasolka-proof-content .slider-overlaybg { pointer-events: none; }
:where(
	.gsbp-parasolka-promo-one-eyebrow,
	.gsbp-parasolka-promo-two-eyebrow,
	.gsbp-parasolka-series-eyebrow,
	.gsbp-parasolka-institutions-eyebrow,
	.gsbp-parasolka-about-eyebrow,
	.gsbp-parasolka-promo-one-title,
	.gsbp-parasolka-promo-two-title,
	.gsbp-parasolka-audio-name,
	.gsbp-parasolka-series-name-rozia,
	.gsbp-parasolka-series-name-slomka,
	.gsbp-parasolka-series-name-zacharek,
	.gsbp-parasolka-expert-author-0,
	.gsbp-parasolka-expert-author-1,
	.gsbp-parasolka-institution-text-0,
	.gsbp-parasolka-institution-text-1,
	.gsbp-parasolka-institution-text-2,
	.gsbp-parasolka-institution-text-3
) { margin: 0; }
.pk-series-tabs .gswipertabs { overflow: hidden; }
.wc-block-mini-cart__drawer[aria-hidden="true"] { visibility: hidden; pointer-events: none; }
.pk-scroll-pagination-root .swiper-pagination-bullet:focus-visible { outline: 2px solid var(--wp--preset--color--primary); outline-offset: 3px; }
.gsbp-parasolka-newsletter-form .shopmagic-form { width: 100%; }
.gsbp-parasolka-newsletter-form .shopmagic-form form { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: end; }
.gsbp-parasolka-newsletter-form .shopmagic-form-field { margin: 0; }
.gsbp-parasolka-newsletter-form .shopmagic-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gsbp-parasolka-newsletter-form .shopmagic-input { width: 100%; min-width: 0; min-height: 44px; padding: 10px 16px; box-sizing: border-box; border: 1px solid var(--wp--preset--color--lightborder); border-radius: 999px; background: var(--wp--preset--color--contrastcolor); color: var(--wp--preset--color--basecolor); font: inherit; }
.gsbp-parasolka-newsletter-form .shopmagic-input::placeholder { color: var(--wp--preset--color--basecolor); opacity: .58; }
.gsbp-parasolka-newsletter-form .shopmagic-input:focus { border-color: var(--wp--preset--color--primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--preset--color--primary) 18%, transparent); outline: none; }
.gsbp-parasolka-newsletter-form .shopmagic-submit { min-height: 44px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--wp--preset--color--primary); color: var(--wp--preset--color--textonprimary); font: inherit; font-weight: 800; cursor: pointer; }
.gsbp-parasolka-newsletter-form .shopmagic-form-field-agreement,
.gsbp-parasolka-newsletter-form .shopmagic-message { grid-column: 1 / -1; color: var(--wp--preset--color--basecolor); font-size: 11px; line-height: 1.45; }
.gsbp-parasolka-free-form .shopmagic-form { width: 100%; }
.gsbp-parasolka-free-form .shopmagic-form form { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; }
.gsbp-parasolka-free-form .shopmagic-form-field { margin: 0; }
.gsbp-parasolka-free-form .shopmagic-label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.gsbp-parasolka-free-form .shopmagic-input { width: 100%; min-width: 0; min-height: 44px; padding: 10px 16px; box-sizing: border-box; border: 1px solid var(--wp--preset--color--lightborder) !important; border-radius: 999px !important; background: var(--wp--preset--color--contrastcolor); color: var(--wp--preset--color--basecolor); box-shadow: none !important; font: inherit; }
.gsbp-parasolka-free-form .shopmagic-input::placeholder { color: var(--wp--preset--color--basecolor); opacity: .58; }
.gsbp-parasolka-free-form .shopmagic-input:focus { border-color: var(--wp--preset--color--secondary) !important; box-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--preset--color--secondary) 18%, transparent) !important; outline: none; }
.gsbp-parasolka-free-form .shopmagic-submit { min-height: 44px; padding: 0 20px; border: 0; border-radius: 999px; background: var(--wp--preset--color--secondary); color: var(--wp--preset--color--textonprimary); font: inherit; font-weight: 800; cursor: pointer; }
.gsbp-parasolka-free-form .shopmagic-message { grid-column: 1 / -1; color: var(--wp--preset--color--basecolor); font-size: 11px; line-height: 1.45; }
.gsbp-parasolka-age-switcher > a { background-color: transparent !important; color: var(--wp--preset--color--basecolor) !important; transition: background-color .2s ease, color .2s ease; }
.gsbp-parasolka-age-switcher > a.is-active { background-color: var(--wp--preset--color--primary) !important; color: var(--wp--preset--color--textonprimary) !important; }
.gsbp-parasolka-age-switcher > a:focus-visible { outline: 2px solid var(--wp--preset--color--primary); outline-offset: 2px; }
.pk-age-products-panel:not(.is-active) { display: none; }
.pk-series-tabs { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 24px; }
.pk-series-tabs .t-btn-container { display: flex; flex-direction: column; gap: 8px; }
/* Greenshift dokleja własny CSS zakładek selektorem
   `.gspb_tabs-id-<losowy>.gspb-tabs > .t-btn-container > .t-btn` (wyższa
   specyficzność, wstawiany w <body> po naszym arkuszu), a to id zmienia się
   przy każdym zapisie szablonu w edytorze — dlatego !important zamiast
   gonienia za identyfikatorem. */
.pk-series-tabs .t-btn { width: 100%; margin: 0 !important; padding: 14px 20px !important; border: 2px solid var(--wp--preset--color--lightborder) !important; border-radius: 999px !important; background: var(--wp--preset--color--contrastcolor) !important; color: var(--wp--preset--color--basecolor) !important; font-family: Mulish, Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 1.2; justify-content: center; text-align: center; cursor: pointer; }
.pk-series-tabs .t-btn.active { border-color: var(--wp--preset--color--primary) !important; background: var(--wp--preset--color--primary) !important; color: var(--wp--preset--color--textonprimary) !important; }
.pk-series-tabs .t-panel-container { margin: 0; padding: 0; overflow: visible; border: 0; background: transparent; }
.pk-series-tabs .t-panel-container .swiper-wrapper { display: block !important; transform: none !important; }
/* Karta z treścią serii dostaje takie samo obramowanie jak pigułki
   przełącznika (klasa jest wzorcem `series-card-<seria>`, więc dopasowanie
   po prefiksie — nowa seria nie wymaga dopisywania reguły). */
.pk-series-tabs [class*="gsbp-parasolka-series-card-"] { box-sizing: border-box; border: 2px solid var(--wp--preset--color--lightborder); }
.pk-series-tabs .t-panel { display: none !important; width: 100% !important; }
.pk-series-tabs .t-panel.active { display: block !important; }
.pk-home-products .wc-block-product-template { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 24px !important; margin: 0 !important; }
/* Karty równej wysokości: część produktów ma linię autora, część nie, więc bez
   tego przyciski „Dodaj do koszyka" siedziały na różnych wysokościach.
   `margin-top:auto` na wierszu z ceną spycha cenę i przycisk do dołu karty. */
.pk-home-products .wc-block-product { display: flex; min-width: 0; flex-direction: column; gap: 0; margin: 0 !important; height: 100%; }
.pk-home-products .pk-product-price-row { margin-top: auto !important; }
.pk-home-products .wc-block-components-product-image { width: 100%; aspect-ratio: 220 / 280; height: auto; margin: 0 0 12px !important; overflow: hidden; border-radius: 16px; }
.pk-home-products .wc-block-components-product-image > a, .pk-home-products .wc-block-components-product-image img { display: block; width: 100%; height: 100%; }
/* Okładki mają różne proporcje — `contain` trzyma je w równych ramkach i nie
   obcina grzbietów ani tytułów, w odróżnieniu od `cover`. */
.pk-home-products .wc-block-components-product-image img { object-fit: contain !important; object-position: center bottom !important; }
.pk-home-products .wp-block-post-title { min-height: 38px; margin: 0 0 3px !important; }
.pk-home-products .wp-block-post-title, .pk-home-products .wp-block-post-title a { width: 100%; color: var(--wp--preset--color--basecolor); }
.pk-home-products .wp-block-woocommerce-product-price { color: var(--wp--preset--color--basecolor); }
.pk-home-products .wp-block-shortcode { margin: 0; }
.pk-product-badge { align-self: flex-start; display: inline-flex; width: fit-content; margin: 0 0 16px; padding: 3px 8px; border-radius: 999px; background: var(--wp--preset--color--secondary); color: var(--wp--preset--color--basecolor); font-size: 11px; font-weight: 800; line-height: 1.2; }
.pk-product-author { align-self: flex-start; width: 100%; margin: 0 0 10px; color: var(--wp--preset--color--basecolor); font-size: 12px; line-height: 1.35; opacity: .72; }
.pk-product-age { color: var(--wp--preset--color--basecolor); font-size: 12px; line-height: 1.35; opacity: .72; }
.pk-product-price-row { display: flex !important; align-items: center; justify-content: space-between; min-height: 30px; margin: 0 0 10px !important; gap: 12px; }
.pk-home-products .wp-block-woocommerce-product-button { display: block !important; width: 100% !important; height: 40px; margin: 0 !important; }
.pk-home-products .wp-block-woocommerce-product-button a, .pk-home-products .wc-block-components-product-button__button { display: flex; width: 100% !important; min-height: 40px; height: 40px; padding-top: 0 !important; padding-bottom: 0 !important; align-items: center; justify-content: center; box-sizing: border-box; background-color: var(--wp--preset--color--primary) !important; color: var(--wp--preset--color--textonprimary) !important; }
.pk-home-articles-grid { gap: 20px !important; }
.pk-home-articles-grid > .wp-block-post { display: flex; min-width: 0; }
.pk-home-article-card { display: flex; width: 100%; min-height: 96px; box-sizing: border-box; padding: 20px 22px; border-radius: 16px; background: var(--wp--preset--color--contrastcolor); box-shadow: var(--wp--preset--shadow--mix); transition: transform .2s ease, box-shadow .2s ease; }
.pk-home-article-card:hover { transform: translateY(var(--pk-hover-lift)); box-shadow: var(--wp--preset--shadow--mix-hover); }
.pk-home-article-card .wp-block-post-title { margin: 0 !important; }
.pk-home-article-card .wp-block-post-title a { color: var(--wp--preset--color--basecolor); text-decoration: none; }
.pk-home-article-card .wp-block-post-excerpt { margin: 0 !important; }
.pk-home-article-card .wp-block-post-excerpt__excerpt { margin: 0; color: var(--wp--preset--color--basecolor); opacity: .72; }
.gsbp-parasolka-free-audio-card { grid-template-areas: "top image" "bottom image"; }
.gsbp-parasolka-free-audio-top { grid-area: top; }
.gsbp-parasolka-free-audio-image { grid-area: image; }
.gsbp-parasolka-free-audio-bottom { grid-area: bottom; }
.gsbp-parasolka-audio-player .wp-block-audio { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

@media (min-width: 901px) {
	.pk-home-products .wc-block-components-product-image { height: 300px; aspect-ratio: auto; }
}

@media (max-width: 900px) {
	.pk-home-nav .wp-block-navigation__responsive-container-open { display: flex !important; }
	.pk-home-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
	.pk-home-search:not(.wp-block-search__searchfield-hidden) { width: 220px; }
	.pk-home-search:not(.wp-block-search__searchfield-hidden) .wp-block-search__inside-wrapper { width: 220px !important; }
}

@media (max-width: 781px) {
	.pk-home-logo img { width: 36px !important; height: 36px !important; }
	.pk-marquee { padding: 6px 0; }
	.pk-marquee-message { padding: 0 24px; font-size: 12px; }
	.pk-faq-grid { grid-template-columns: 1fr; }
	.pk-series-tabs { width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); }
	.pk-series-tabs .t-btn-container { flex-direction: row; }
	.pk-series-tabs .t-btn { flex: 1 1 0; }
	.pk-home-products .wc-block-product-template { display: flex !important; gap: 16px !important; overflow-x: auto; padding: 4px 20px 10px; margin: 0 -20px !important; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; }
	.pk-home-products .wc-block-product-template::-webkit-scrollbar { display: none; width: 0; height: 0; }
	.pk-home-products .wc-block-product { flex: 0 0 150px; scroll-snap-align: start; }
	.pk-home-products .wc-block-components-product-image { aspect-ratio: 220 / 280; }
	.pk-home-articles-grid { grid-template-columns: 1fr !important; }
	.gsbp-parasolka-free-audio-card { grid-template-areas: "top" "image" "bottom"; }
}

@media (max-width: 575.98px) {
	body.home .ct-container-full { padding-top: 0 !important; padding-bottom: 0 !important; }
	.entry-content > section[class*="gsbp-parasolka-"] { width: 100% !important; max-width: none !important; margin-left: 0 !important; margin-right: 0 !important; }
	.pk-home-nav { margin-left: auto; }
	.pk-home-nav .wp-block-navigation__responsive-container-open { padding: 6px; }
	.pk-home-nav .wp-block-navigation__responsive-container { padding: 20px; }
	.pk-home-nav .wp-block-navigation__responsive-container-content { padding-top: 44px; }
	.pk-home-nav .wp-block-navigation__container { align-items: stretch !important; gap: 0 !important; }
	.pk-home-nav .wp-block-navigation-item { width: 100%; border-top: 1px solid var(--wp--preset--color--lightborder); }
	.pk-home-nav .wp-block-navigation-item:first-child { border-top: 0; }
	.pk-home-nav .wp-block-navigation-item__content { width: 100%; padding: 12px 4px; font-size: 17px; font-weight: 700; }
	.pk-home-nav .wp-block-navigation__submenu-container { width: 100% !important; min-width: 0 !important; margin: 0 !important; padding: 0 0 0 14px !important; box-shadow: none; }
	.gsbp-parasolka-hero-grid { display: flex !important; flex-direction: column; gap: 14px !important; }
	.gsbp-parasolka-hero-logo-box { order: -1; }
	.gsbp-parasolka-hero-copy { width: 100%; align-items: center !important; text-align: center !important; }
	.gsbp-parasolka-hero-title { display: none !important; }
	.gsbp-parasolka-hero-title-mobile { display: block !important; }
	.gsbp-parasolka-hero-actions { width: 100% !important; max-width: 280px !important; flex-direction: column !important; flex-wrap: nowrap !important; }
	.gsbp-parasolka-hero-actions > a { width: 100%; box-sizing: border-box; }
	.gsbp-parasolka-hero-shop { min-height: 52px; }
	.gsbp-parasolka-hero-audio { min-height: 44px; }
	.gsbp-parasolka-promo-inner .swiper-pagination,
	.pk-scroll-pagination-root { margin-top: 6px; gap: 6px; }
	.gsbp-parasolka-promo-inner .swiper-pagination-bullet,
	.pk-scroll-pagination-root .swiper-pagination-bullet { width: 7px; height: 7px; margin: 0 !important; }
	.gsbp-parasolka-formats-grid > :last-child { grid-column: 1 / -1; }
	.gsbp-parasolka-formats-grid > div { min-height: 0; padding: 10px 10px 18px !important; border-radius: 24px !important; }
	.gsbp-parasolka-format-preview { border-radius: 18px; }
	.gsbp-parasolka-formats-grid > :last-child .gsbp-parasolka-format-preview { aspect-ratio: 2.2 / 1; }
	.gsbp-parasolka-formats-grid .gsbp-parasolka-format-icon { width: 58px !important; max-width: 58px !important; height: 58px !important; max-height: 58px !important; margin-top: -29px; }
	.gsbp-parasolka-needs-grid { grid-template-columns: 1fr !important; }
	.gsbp-parasolka-needs-grid > div { min-height: 0 !important; padding: 24px !important; }
	.pk-psychologist-reviews { grid-template-columns: 1fr; }
	.pk-audiobook-description { margin-top: 32px; }
	.pk-audiobook-listen { padding: 24px 18px; border-radius: 22px; }
	.pk-psychologist-review__product { height: 230px !important; }
	.gsbp-parasolka-formats-age-row { flex-direction: column; align-items: stretch !important; gap: 10px !important; }
	.gsbp-parasolka-age-switcher { width: 100%; box-sizing: border-box; }
	.gsbp-parasolka-age-switcher > a { flex: 1 1 0; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }
	.gsbp-parasolka-age-link-36,
	.gsbp-parasolka-age-link-69 { text-align: center; }
	.pk-home-products .wc-block-product-template { padding-top: 4px; padding-bottom: 10px; }
	.pk-home-products .wc-block-product { flex: 0 0 150px; min-height: 340px; }
	.pk-home-products .wc-block-components-product-image { width: 150px; aspect-ratio: 220 / 280; margin-bottom: 8px !important; border-radius: 16px; }
	.pk-home-products .wp-block-woocommerce-product-button { margin-top: auto !important; }
	.pk-home-products .wp-block-post-title { min-height: 38px; margin-bottom: 3px !important; font-size: 14px !important; line-height: 1.35 !important; }
	.pk-product-badge { margin-bottom: 8px; font-size: 11px; }
	.pk-product-author { margin-bottom: 8px; font-size: 12px; }
	.pk-product-age { font-size: 11px; }
	.pk-product-price-row { min-height: 24px; margin-bottom: 8px !important; }
	.pk-home-products .wc-block-components-product-price { font-size: 15px !important; }
	.pk-home-products .wp-block-woocommerce-product-button,
	.pk-home-products .wp-block-woocommerce-product-button a,
	.pk-home-products .wc-block-components-product-button__button { min-height: 36px; height: 36px; font-size: 12px !important; }
	.gsbp-parasolka-free-audio-card { grid-template-areas: "top" "image" "bottom"; }
	.gsbp-parasolka-free-audio-top { grid-area: top; }
	.gsbp-parasolka-free-audio-image { grid-area: image; display: block; }
	.gsbp-parasolka-free-audio-bottom { grid-area: bottom; }
	.pk-audio-toggle { flex-basis: 44px; width: 44px; height: 44px; }
	.gsbp-parasolka-free-submit { min-height: 40px; padding-top: 0 !important; padding-bottom: 0 !important; }
	.pk-series-tabs { gap: 14px; }
	.pk-series-tabs .t-btn-container { gap: 8px; }
	.pk-series-tabs .t-btn { padding: 10px 0; font-size: 13.5px; }
	.pk-series-tabs .t-panel-container .swiper-wrapper { display: block !important; transform: none !important; }
	.pk-series-tabs .t-panel[hidden],
	.pk-series-tabs .t-panel:not(.active) { display: none !important; }
	.gsbp-parasolka-stats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 10px !important; }
	.pk-expert-review-card { min-height: 0; }
	.gsbp-parasolka-institutions-link { width: 100%; min-height: 44px; box-sizing: border-box; }
	.gsbp-parasolka-about-content { gap: 16px !important; }
	.gsbp-parasolka-about-copy { min-width: 0; }
	.gsbp-parasolka-about-link-desktop { display: none !important; }
	.gsbp-parasolka-about-link-mobile { display: block !important; }
	.pk-home-articles-grid { gap: 10px !important; }
	.pk-home-article-card { min-height: 0; gap: 4px !important; padding: 14px 16px !important; }
	.pk-home-article-card .wp-block-post-title { font-size: 14.5px !important; line-height: 1.35 !important; }
	.pk-home-article-card .wp-block-post-excerpt { font-size: 12.5px !important; line-height: 1.45 !important; }
	.pk-faq-grid { gap: 8px !important; }
	.pk-faq-grid .gs-accordion-item__heading { padding: 14px 16px; font-size: 14.5px; line-height: 1.35; }
	.pk-faq-grid .gs-accordion-item__text { padding: 0 16px 16px; font-size: 13.5px; line-height: 1.5; }
	.gsbp-parasolka-newsletter-form .shopmagic-form form { grid-template-columns: 1fr; }
	.gsbp-parasolka-newsletter-form .shopmagic-submit { width: 100%; min-height: 42px; padding: 0 16px; }
	.gsbp-parasolka-free-form .shopmagic-form form { grid-template-columns: 1fr; }
	.gsbp-parasolka-free-form .shopmagic-submit { width: 100%; min-height: 42px; padding: 0 16px; }
	.pk-home-footer-logo img { width: 40px !important; height: 40px !important; }
	.pk-home-footer-links { font-size: 13px; }
	.pk-home-footer-payments p { font-size: 11px !important; line-height: 1.4; }
	.pk-home-footer-social { gap: 14px !important; }
	.pk-home-footer-social img { width: 22px !important; height: 22px !important; filter: brightness(0) invert(1); }
	.pk-home-footer-company p { font-size: 11.5px !important; line-height: 1.6; }
}

/* =========================================================================
   OKRUSZKI (breadcrumb)
   ========================================================================= */
.pk-breadcrumb {
	display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
	font-size: 13px; color: var(--pk-primary-50); margin: 0;
}
.pk-breadcrumb a { color: var(--pk-primary-50); text-decoration: none; }
.pk-breadcrumb a:hover { text-decoration: underline; }
.pk-breadcrumb .pk-breadcrumb__sep { color: var(--pk-secondary); }
.pk-breadcrumb .pk-breadcrumb__current { color: var(--pk-primary); font-weight: 600; }

/* =========================================================================
   KATEGORIA — kafle hero (kategoria + artykuł) z gradientem i białym tekstem
   ========================================================================= */
.pk-cat-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.pk-cat-tile {
	position: relative; aspect-ratio: 3 / 2; border-radius: 20px; overflow: hidden;
	background: var(--pk-gray-light); box-shadow: var(--pk-shadow-mix);
	display: block; text-decoration: none;
	transition: box-shadow .28s ease;
}
.pk-cat-tile:hover { box-shadow: var(--pk-shadow-mix-hover); }
.pk-cat-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pk-cat-tile::after {
	content: ""; position: absolute; inset: 0;
	background: linear-gradient(0deg, rgba(34,34,34,.72) 0%, rgba(34,34,34,.28) 34%, rgba(34,34,34,0) 62%);
}
.pk-cat-tile__body { position: absolute; left: 0; bottom: 0; z-index: 2; padding: 34px 38px; }
.pk-cat-tile__body h1, .pk-cat-tile__body h2 { margin: 0; color: var(--wp--preset--color--textonprimary); }
.pk-cat-tile__crumbs {
	display: flex; align-items: center; gap: 10px; margin-top: 14px;
	font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
	color: rgba(255,255,255,.85);
}
.pk-cat-tile__crumbs a { color: rgba(255,255,255,.85); text-decoration: none; }
.pk-cat-tile__crumbs .is-here { color: var(--wp--preset--color--textonprimary); }
.pk-cat-tile__date {
	display: block; margin-top: 12px; font-size: 12px; font-weight: 700;
	letter-spacing: .5px; text-transform: uppercase; color: rgba(255,255,255,.85);
}

/* =========================================================================
   FILTRY + SORTOWANIE
   ========================================================================= */
.pk-filterbar {
	display: flex; align-items: center; justify-content: space-between;
	gap: 20px; flex-wrap: wrap; margin-bottom: 32px;
}
.pk-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.pk-filter {
	border: none; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 700;
	padding: 10px 20px; border-radius: 9999px;
	background: var(--pk-secondary-20); color: var(--pk-primary);
	transition: background .2s, color .2s;
}
.pk-filter:hover { background: var(--pk-secondary); }
.pk-filter.is-active { background: var(--pk-primary); color: var(--pk-white); }
.pk-filter.is-active:hover { background: var(--pk-primary); }
.pk-sort {
	border: 1.5px solid var(--pk-secondary); border-radius: 12px;
	background: var(--pk-white); color: var(--pk-primary);
	font-family: inherit; font-size: 14px; padding: 11px 16px; cursor: pointer;
}
.pk-count { font-size: 14px; color: var(--pk-primary-50); }

/* =========================================================================
   KARTA KSIĄŻKI (siatka kategorii / powiązane) — statyczna wersja karty
   ========================================================================= */
.pk-book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px 28px; }
.pk-book {
	position: relative; display: flex; flex-direction: column;
	background: var(--pk-white); border-radius: var(--pk-r-xl); box-shadow: var(--pk-shadow-mix);
	padding: 12px 16px 48px;
	transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease;
}
.pk-book:hover { transform: translateY(var(--pk-hover-lift)); box-shadow: var(--pk-shadow-mix-hover); }
.pk-book.is-hidden { display: none; }
.pk-book__media { position: relative; }
.pk-book__cover {
	width: 100%; height: 300px; border-radius: var(--pk-r-lg);
	object-fit: cover; background: var(--pk-gray-light); display: block;
}
.pk-book__sale {
	position: absolute; top: 14px; left: 14px; font-size: 12px; font-weight: 700;
	color: var(--wp--preset--color--textonprimary); background: var(--pk-primary); padding: 5px 12px; border-radius: 9999px;
}
.pk-book__meta {
	display: flex; gap: 8px; margin: 16px 0 4px; justify-content: center; flex-wrap: wrap;
	font-size: 12px; line-height: 20px; font-weight: 600;
}
.pk-book__meta .pk-type { color: var(--pk-primary-50); }
.pk-book__meta .pk-age { color: var(--pk-primary); background: var(--pk-secondary-20); padding: 0 12px; border-radius: 9999px; }
.pk-book__title { margin: 8px 0; text-align: center; font-size: var(--wp--preset--font-size--h4); font-weight: 700; color: var(--pk-primary); line-height: 1.25; }
.pk-book__rating { display: flex; align-items: center; gap: 6px; justify-content: center; margin-bottom: 10px; }
.pk-book__rating .pk-stars { font-size: 13px; letter-spacing: 1px; }
.pk-book__rating span.pk-rev { font-size: 12px; color: var(--pk-primary-50); }
.pk-book__price { margin-top: auto; display: flex; align-items: baseline; gap: 8px; justify-content: center; }
.pk-book__price .pk-now { font-weight: 800; font-size: 22px; color: var(--pk-primary); }
.pk-book__price .pk-was { font-size: 15px; color: var(--wp--preset--color--primary-20); text-decoration: line-through; }
.pk-book__add {
	position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 50%);
	width: 64px; height: 64px; border-radius: 9999px; border: 2px solid var(--pk-primary);
	background: var(--pk-white); box-shadow: var(--pk-shadow-mix);
	display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
	transition: background .2s ease;
}
.pk-book__add:hover { background: var(--pk-secondary-20); }
.pk-loadmore-wrap { display: flex; justify-content: center; margin-top: 64px; }

/* =========================================================================
   PRODUKT — układ hero (galeria + buy box)
   ========================================================================= */
.pk-pdp { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: start; }

/* galeria */
.pk-gallery { display: flex; flex-direction: column; gap: 16px; }
.pk-gallery__main {
	position: relative; aspect-ratio: 1 / 1; border-radius: var(--pk-r-xl);
	background: var(--pk-gray-light); box-shadow: var(--pk-shadow-mix); overflow: hidden;
}
.pk-gallery__main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s ease; }
.pk-gallery__main img.is-active { opacity: 1; }
.pk-gallery__flag {
	position: absolute; top: 18px; left: 18px; z-index: 4; display: inline-flex; align-items: center; gap: 7px;
	background: var(--pk-white); color: var(--pk-primary); font-size: 12px; font-weight: 700;
	padding: 7px 14px; border-radius: 9999px; box-shadow: var(--pk-shadow-mix);
}
.pk-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pk-gallery__thumb {
	padding: 0; aspect-ratio: 1 / 1; border-radius: 18px; overflow: hidden; cursor: pointer;
	background: var(--pk-gray-light); box-shadow: 0 0 0 1px var(--pk-secondary-20);
	transition: box-shadow .2s ease;
}
.pk-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pk-gallery__thumb.is-active { box-shadow: 0 0 0 3px var(--pk-primary); }

/* buy box */
.pk-buybox { position: sticky; top: 96px; }
.pk-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.pk-tag { font-size: 12px; font-weight: 700; padding: 5px 13px; border-radius: 9999px; color: var(--pk-primary); background: var(--pk-secondary-20); }
.pk-tag.is-solid { color: var(--pk-white); background: var(--pk-primary); }
.pk-buycard { margin-top: 26px; background: var(--pk-white); border-radius: var(--pk-r-lg); box-shadow: var(--pk-shadow-mix); padding: 26px 28px; }
.pk-price-row { display: flex; align-items: baseline; gap: 12px; }
.pk-price-row .pk-now { font-size: 38px; font-weight: 800; color: var(--pk-primary); line-height: 1; }
.pk-price-row .pk-was { font-size: 18px; color: var(--wp--preset--color--primary-20); text-decoration: line-through; }
.pk-stock { display: flex; align-items: center; gap: 9px; margin-top: 12px; font-size: 14px; color: var(--pk-primary-50); }
.pk-stock .pk-dot { width: 9px; height: 9px; border-radius: 9999px; background: var(--wp--preset--color--instock); display: inline-block; }
.pk-buy-actions { display: flex; align-items: stretch; gap: 14px; margin-top: 22px; }
.pk-qty { display: flex; align-items: center; border: 1.5px solid var(--pk-secondary); border-radius: 12px; overflow: hidden; }
.pk-qty button { width: 46px; height: 52px; border: none; background: var(--pk-white); font-size: 22px; color: var(--pk-primary); cursor: pointer; transition: background .2s; }
.pk-qty button:hover { background: var(--pk-secondary-20); }
.pk-qty .pk-qty__val { min-width: 40px; text-align: center; font-size: 18px; font-weight: 700; color: var(--pk-primary); }
.pk-buy-btn {
	flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px;
	border: none; border-radius: 12px; background: var(--pk-primary); color: var(--pk-white);
	font-size: 16px; font-family: inherit; cursor: pointer; box-shadow: var(--pk-shadow-mix);
	transition: background .25s ease, box-shadow .25s ease;
}
.pk-buy-btn:hover { background: var(--wp--preset--color--primary-70); }
.pk-buy-btn img { filter: invert(1); }
.pk-usp { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--pk-secondary-20); }
.pk-usp span { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--pk-primary); }

/* zajrzyj do środka — karuzela rozkładówek */
.pk-inside { position: relative; background: var(--pk-gray-light); border-radius: var(--pk-r-2xl); padding: 36px; box-shadow: var(--pk-shadow-mix); }
.pk-spreads { position: relative; aspect-ratio: 16 / 9; border-radius: 28px; overflow: hidden; background: var(--pk-white); box-shadow: var(--wp--preset--shadow--cien1); }
.pk-spreads img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .5s ease; }
.pk-spreads img.is-active { opacity: 1; }
.pk-spreads__nav {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 52px; height: 52px;
	border: none; border-radius: 9999px; background: var(--pk-white); box-shadow: var(--pk-shadow-mix);
	cursor: pointer; font-size: 22px; color: var(--pk-primary); display: flex; align-items: center; justify-content: center;
	transition: background .2s;
}
.pk-spreads__nav:hover { background: var(--pk-secondary-20); }
.pk-spreads__nav.prev { left: 16px; }
.pk-spreads__nav.next { right: 16px; }
.pk-dots { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 22px; }
.pk-dots button { width: 10px; height: 10px; border-radius: 9999px; border: none; padding: 0; cursor: pointer; background: var(--pk-secondary); transition: all .3s ease; }
.pk-dots button.is-active { width: 28px; background: var(--pk-primary); }

/* recenzja wideo */
.pk-video-wrap { display: grid; grid-template-columns: 1.35fr .65fr; gap: 44px; align-items: center; background: var(--pk-gray-light); border-radius: var(--pk-r-2xl); padding: 36px; }
.pk-video { position: relative; display: block; width: 100%; padding: 0; border: none; cursor: pointer; background: var(--pk-white); border-radius: 28px; overflow: hidden; box-shadow: var(--wp--preset--shadow--cien1); aspect-ratio: 16 / 9; }
.pk-video img.pk-video__poster { width: 100%; height: 100%; object-fit: cover; }
.pk-video__badge { position: absolute; left: 22px; bottom: 20px; display: inline-flex; align-items: center; gap: 8px; background: var(--pk-white); color: var(--pk-primary); font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 9999px; box-shadow: var(--pk-shadow-mix); }
.pk-video__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 84px; height: 84px; border-radius: 9999px; background: var(--pk-white); box-shadow: var(--pk-shadow-pin); display: flex; align-items: center; justify-content: center; transition: transform .25s cubic-bezier(.22,1,.36,1); }
.pk-video:hover .pk-video__play { transform: translate(-50%,-50%) scale(1.06); }
.pk-video__author { display: flex; align-items: center; gap: 14px; margin-top: 24px; }
.pk-video__avatar { width: 52px; height: 52px; border-radius: 9999px; overflow: hidden; flex: none; box-shadow: var(--pk-shadow-mix); }
.pk-video__avatar img { width: 100%; height: 100%; object-fit: cover; }

/* opis — dwie kolumny + specyfikacja */
.pk-desc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.pk-desc-card { border-radius: var(--pk-r-xl); padding: 44px 44px 40px; position: relative; overflow: hidden; }
.pk-desc-card.is-soft { background: var(--pk-gray-light); }
.pk-desc-card.is-white { background: var(--pk-white); box-shadow: var(--pk-shadow-mix); }
.pk-desc-card__deco { position: absolute; right: -30px; bottom: -20px; width: 180px; height: auto; opacity: .9; }
.pk-learn { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; position: relative; max-width: 420px; }
.pk-learn li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 24px; color: var(--wp--preset--color--black); }
.pk-learn li .pk-check { flex: none; width: 22px; height: 22px; margin-top: 1px; border-radius: 9999px; background: var(--pk-primary); color: var(--wp--preset--color--textonprimary); font-size: 13px; display: flex; align-items: center; justify-content: center; }
.pk-content-list { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.pk-content-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; line-height: 25px; color: var(--wp--preset--color--black); }
.pk-content-list li img { flex: none; margin-top: 2px; }
.pk-specs { margin-top: 32px; background: var(--pk-white); border-radius: var(--pk-r-xl); box-shadow: var(--pk-shadow-mix); padding: 36px 44px; }
.pk-specs__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 32px; }
.pk-spec { display: flex; align-items: center; gap: 14px; }
.pk-spec__txt { display: flex; flex-direction: column; gap: 2px; }
.pk-spec__label { font-size: 13px; color: var(--pk-primary-50); }
.pk-spec__value { font-size: 16px; font-weight: 700; color: var(--pk-primary); }

/* recenzje (masonry 2 kolumny) */
.pk-review-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 36px; }
.pk-reviews-masonry { columns: 2; column-gap: 28px; }
.pk-review { break-inside: avoid; margin: 0 0 28px; background: var(--pk-white); border-radius: var(--pk-r-lg); box-shadow: var(--pk-shadow-mix); padding: 30px 32px; }
.pk-review.is-hidden { display: none; }
.pk-review blockquote { margin: 14px 0 0; font-style: italic; font-size: 16px; line-height: 26px; color: var(--wp--preset--color--black); }
.pk-review figcaption { display: flex; align-items: center; gap: 14px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--pk-secondary-20); }
.pk-review__avatar { width: 52px; height: 52px; border-radius: 9999px; overflow: hidden; flex: none; box-shadow: var(--pk-shadow-mix); }
.pk-review__avatar img { width: 100%; height: 100%; object-fit: cover; }
.pk-review__name { font-size: 15px; font-weight: 700; color: var(--pk-primary); display: block; }
.pk-review__role { font-size: 13px; color: var(--pk-primary-50); display: block; }

/* newsletter (kategoria) */
.pk-news { background: var(--pk-gray-light); border-radius: var(--pk-r-2xl); padding: 44px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.pk-news__form { display: flex; gap: 12px; align-items: stretch; }
.pk-news__input { flex: 1; height: 50px; border: 2px solid var(--pk-secondary); border-radius: 12px; background: var(--pk-white); padding: 0 16px; font-family: inherit; font-size: 15px; color: var(--pk-primary); }
.pk-news__input:focus { outline: none; border-color: var(--pk-primary); }
.pk-news__note { margin-top: 14px; font-size: 12px; color: var(--pk-primary-50); line-height: 18px; }
.pk-news__note a { color: var(--pk-primary); font-weight: 700; }

/* =========================================================================
   RESPONSYWNOŚĆ — sklep (kategoria / produkt)
   ========================================================================= */
@media (max-width: 900px) {
	.pk-pdp { grid-template-columns: 1fr; gap: 32px; }
	.pk-buybox { position: static; }
	.pk-video-wrap { grid-template-columns: 1fr; }
	.pk-book-grid { grid-template-columns: repeat(2, 1fr); }
	.pk-cat-tiles { grid-template-columns: 1fr; }
	.pk-desc-cols { grid-template-columns: 1fr; }
	.pk-specs__grid { grid-template-columns: repeat(2, 1fr); }
	.pk-news { grid-template-columns: 1fr; }
	.pk-reviews-masonry { columns: 1; }
}
@media (max-width: 560px) {
	.pk-book-grid { grid-template-columns: 1fr; }
	.pk-specs__grid { grid-template-columns: 1fr; }
	.pk-filterbar { align-items: flex-start; }
}

/* =========================================================================
   RESPONSYWNOŚĆ (mobile ≤ 781px)
   ========================================================================= */
@media (max-width: 781px) {
	/* pasek górny — chowamy telefon/e-mail, zostawiamy socjale */
	.pk-topbar .pk-topbar-contact { display: none !important; }

	/* siatki 2- i 4-kolumnowe: 2×2 na tablecie, 1 kolumna na telefonie */
	.pk-grid-2.wp-block-columns { flex-wrap: wrap !important; }
	.pk-grid-2.wp-block-columns > .wp-block-column { flex-basis: calc(50% - 10px) !important; }

	/* hero — mniejszy pin i scoop */
	.is-style-pk-pin img { max-width: 70%; }
}

@media (max-width: 480px) {
	.pk-grid-2.wp-block-columns > .wp-block-column { flex-basis: 100% !important; }
}

.pk-audio-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--wp--preset--color--tagcolor);
	color: var(--wp--preset--color--basecolor);
	font-size: 0;
	cursor: pointer;
	transition: transform .2s ease, opacity .2s ease;
}
.pk-audio-toggle::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: currentColor;
	-webkit-mask: url('../icons/play.svg') center / contain no-repeat;
	mask: url('../icons/play.svg') center / contain no-repeat;
}
.pk-audio-toggle.is-playing::before {
	-webkit-mask-image: url('../icons/pause.svg');
	mask-image: url('../icons/pause.svg');
}
.pk-audio-toggle:hover { transform: scale(1.06); }

.pk-audio-toggle:focus-visible { outline: 2px solid var(--wp--preset--color--secondary); outline-offset: 3px; }
.pk-audio-toggle:disabled { cursor: not-allowed; opacity: .52; }
/*
 * Blok „Plik dźwiękowy" (źródło słuchowiska) jest sterowany własnym przyciskiem
 * .pk-audio-toggle, więc na froncie natywny odtwarzacz chowamy — ale dopiero w
 * style.css, bo ten plik jest też stylem edytora (add_editor_style) i ukrycie
 * zabierało redaktorowi pole wyboru pliku audio.
 */
.pk-free-audio-source { width: 100%; margin: 0; }

/* ---------------------------------------------------------------------------
 * Stabilna wysokość kart w bestsellerach.
 * Tytuł miał min-height bez górnego ograniczenia, więc dłuższa nazwa zawijała
 * się na trzecią linię i karta rosła. Panele 3–6 i 6–9 mają inne produkty,
 * przez co przełączanie wieku podskakiwało całą sekcją i treścią pod nią.
 * ------------------------------------------------------------------------- */
.pk-home-products .wp-block-post-title {
	display: -webkit-box;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pk-home-products .pk-product-author {
	display: -webkit-box;
	height: 17px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/* Przełączanie wieku nie może przesuwać treści pod sekcją. */
.pk-age-products-panel {
	min-height: 430px;
}

@media (max-width: 991.98px) {
	.pk-age-products-panel { min-height: 0; }
}

/* ---------------------------------------------------------------------------
 * Opis produktu: naprzemienne sekcje tekst / zdjęcie, odwzorowanie układu ze
 * starej strony (grid-cols-12 gap-6, proporcje 7/5, 5/7 i 6/6). Odstęp między
 * sekcjami 64px na desktopie i 32px na mobile, zdjęcia z zaokrągleniem 40px
 * przycięte do 360px (sekcje 5/7) albo 552px (sekcje 6/6).
 * ------------------------------------------------------------------------- */
.pk-desc-row {
	gap: 24px;
	margin-bottom: 64px;
}

.pk-desc-row .pk-desc-photo {
	margin: 0;
}

.pk-desc-row .pk-desc-photo img {
	display: block;
	width: 100%;
	max-height: 360px;
	border-radius: 40px;
	object-fit: cover;
	object-position: center;
}

.pk-desc-row .pk-desc-photo--tall img {
	max-height: 552px;
}

@media (max-width: 781px) {
	.pk-desc-row {
		gap: 20px;
		margin-bottom: 32px;
	}

	/* Na wąskich ekranach tekst idzie nad zdjęcie, tak jak max-lg:order-first. */
	.pk-desc-row--photo-left .wp-block-column:first-child {
		order: 2;
	}

	.pk-desc-row--photo-left .wp-block-column:last-child {
		order: 1;
	}

	.pk-desc-row .pk-desc-photo img,
	.pk-desc-row .pk-desc-photo--tall img {
		max-height: 320px;
		border-radius: 24px;
	}
}

/* Karta z odtwarzaczem fragmentu: na produkcji sama karta — razem z tłem —
   zajmuje połowę szerokości kontenera i jest wyśrodkowana, nie tylko jej treść. */
.pk-audiobook-listen {
	width: 100%;
	max-width: 692px;
	margin-right: auto;
	margin-bottom: 48px;
	margin-left: auto;
	text-align: center;
	box-sizing: border-box;
}

.pk-audiobook-listen .wp-block-audio audio {
	width: 100%;
}

/* Trzy kadry z Instagrama równej wysokości. */
.pk-instagram-grid {
	gap: 24px;
}

.pk-instagram-grid .wp-block-image {
	margin: 0;
}

.pk-instagram-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	object-fit: cover;
	object-position: center;
}

/* Pytania i odpowiedzi widoczne od razu, bez rozwijania — jak na produkcji. */
.pk-faq-item {
	margin-bottom: 16px;
}

.pk-faq-item strong:first-child {
	display: inline-block;
	margin-bottom: 2px;
}

/* ---------------------------------------------------------------------------
 * JEDEN efekt hover dla całego motywu. Wcześniej każda sekcja miała własny:
 * kafelki „Czego szukasz?" i „W czym wesprzeć" podnosiły się o 5px (kafelki
 * formatów dodatkowo zmieniały kolor obramowania), karty artykułów o 2px,
 * karty książek o 10px, a zakładki „Poznajcie serie" i CTA „Dla placówek"
 * nie miały hovera wcale. Wartości trzymamy w zmiennych — zmiana w jednym
 * miejscu przestawia cały serwis.
 * ------------------------------------------------------------------------- */
.gsbp-parasolka-formats-grid > div,
.gsbp-parasolka-needs-grid > div,
.pk-home-article-card,
.pk-cat-tile,
.pk-book,
.pk-series-tabs .t-btn,
.gsbp-parasolka-institutions-link {
	transition: transform var(--pk-hover-time) ease, box-shadow var(--pk-hover-time) ease,
		background-color var(--pk-hover-time) ease, border-color var(--pk-hover-time) ease,
		color var(--pk-hover-time) ease;
}

.gsbp-parasolka-formats-grid > div:hover,
.gsbp-parasolka-needs-grid > div:hover,
.pk-home-article-card:hover,
.pk-cat-tile:hover,
.pk-book:hover,
.pk-series-tabs .t-btn:hover,
.gsbp-parasolka-institutions-link:hover {
	transform: translateY(var(--pk-hover-lift));
	box-shadow: var(--wp--preset--shadow--mix-hover);
}

/* Zakładki „Poznajcie serie" — wcześniej bez żadnej reakcji na kursor.
   Nieaktywna dostaje obramowanie w kolorze marki, aktywna tylko się podnosi,
   żeby nie gubić swojego wyróżnienia. */
.pk-series-tabs .t-btn:hover:not(.active) {
	border-color: var(--wp--preset--color--primary) !important;
	background: var(--wp--preset--color--lightbg) !important;
}

/* CTA „Dla placówek" leży na ciemnym tle: tło guzika i tekst są w kolorach
   secondary/primary, więc samo przyciemnienie było niewidoczne. Na hover
   odwracamy kontrast — jasne tło, ciemny tekst. */
.gsbp-parasolka-institutions-link:hover,
.gsbp-parasolka-institutions-link:focus-visible {
	border-color: var(--wp--preset--color--contrastcolor) !important;
	background: var(--wp--preset--color--contrastcolor) !important;
	color: var(--wp--preset--color--basecolor) !important;
}

/* Kafelki formatów mają obramowanie 1px transparent — na hover pokazujemy je
   w kolorze marki, ale bez zmiany wysokości (border był już wliczony). */
.gsbp-parasolka-formats-grid > div:hover {
	border-color: var(--wp--preset--color--primary);
}

/* Potwierdzenie zapisu na darmową audiobajkę pojawia się na ciemnej karcie
   (tło --primary). ShopMagic koloruje je na zielono, a nasza wcześniejsza
   reguła na --basecolor — oba nieczytelne. Ustawiamy biel na wszystkim,
   co ShopMagic wstrzykuje w komunikat. */
.gsbp-parasolka-free-form .shopmagic-message,
.gsbp-parasolka-free-form .shopmagic-message *,
.gsbp-parasolka-free-form .shopmagic-form-message,
.gsbp-parasolka-free-form .shopmagic-form-message * {
	color: var(--wp--preset--color--contrastcolor) !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

/* Drugi wariant linku (wiek 6–9) ukrywamy już w CSS. Wcześniej robił to
   dopiero JavaScript, więc do jego uruchomienia kafelki miały po dwa napisy
   i wyższe pudełka — przy wolniejszym łączu widać było przeskok układu. */
.gsbp-parasolka-age-dependent-link.is-age-69 {
	display: none;
}
