/* Petra Balance — egyedi termékoldal (Termek oldal.html port).
   Scope: body.pb-termek-oldal-page. Font: DM Sans + Playfair Display.
   Csak px; reszponzív blokkok a fájl alján (1024 / 767). */

/* ==========================================================================
   GP konténer + Elementor reset
   ========================================================================== */

body.pb-termek-oldal-page .site.grid-container,
body.pb-termek-oldal-page .grid-container {
	max-width: 100%;
}

body.pb-termek-oldal-page .site-content {
	display: block;
}

body.pb-termek-oldal-page .inside-article {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: 0;
}

body.pb-termek-oldal-page .entry-header {
	display: none;
}

body.pb-termek-oldal-page .entry-content {
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   Alap
   ========================================================================== */

body.pb-termek-oldal-page {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	color: #383135;
	background: #FDF8F7;
}

.pb-td {
	padding-bottom: 96px;
}

.pb-td a {
	color: #8D4F7D;
}

.pb-td a:hover {
	color: #7A3B6D;
}

.pb-td h1, .pb-td h2, .pb-td h3 {
	font-family: "Playfair Display", "Times New Roman", serif;
	color: #5D2C56;
}

*:focus-visible {
	outline: 3px solid #8D4F7D;
	outline-offset: 3px;
}

/* ==========================================================================
   Interakciós állapotok — a termékoldal áll a GP gomb-/link-állapotai felett
   (GP dinamikus CSS: button:hover/focus #3f4047, a:hover/focus #222222)
   ========================================================================== */

body.pb-termek-oldal-page .pb-td a:hover,
body.pb-termek-oldal-page .pb-td a:focus,
body.pb-termek-oldal-page .pb-td a:active {
	color: #7A3B6D;
}



body.pb-termek-oldal-page .pb-td-thumb:hover,
body.pb-termek-oldal-page .pb-td-thumb:focus {
	border-color: #D2B4C1;
}

body.pb-termek-oldal-page .pb-td-thumb--active,
body.pb-termek-oldal-page .pb-td-thumb--active:hover,
body.pb-termek-oldal-page .pb-td-thumb--active:focus {
	background: #F8EBE9;
	border: 1.5px solid #8D4F7D;
}

body.pb-termek-oldal-page .pb-td-bundle,
body.pb-termek-oldal-page .pb-td-bundle:hover,
body.pb-termek-oldal-page .pb-td-bundle:focus {
	background: #FFFFFF;
	color: #383135;
}

body.pb-termek-oldal-page .pb-td-bundle:hover,
body.pb-termek-oldal-page .pb-td-bundle:focus {
	border-color: #D2B4C1;
}

body.pb-termek-oldal-page .pb-td-bundle--active,
body.pb-termek-oldal-page .pb-td-bundle--active:hover,
body.pb-termek-oldal-page .pb-td-bundle--active:focus {
	background: #F3E6EE;
	border: 1.5px solid #8D4F7D;
}

body.pb-termek-oldal-page .pb-td-cart-btn,
body.pb-termek-oldal-page .pb-td-cart-btn:hover,
body.pb-termek-oldal-page .pb-td-cart-btn:focus {
	background: #8D4F7D;
	color: #FFFFFF;
}

body.pb-termek-oldal-page .pb-td-cart-btn:hover {
	background: #7A3B6D;
}

body.pb-termek-oldal-page .pb-td-nav,
body.pb-termek-oldal-page .pb-td-nav:hover,
body.pb-termek-oldal-page .pb-td-nav:focus {
	background: #FFFFFF;
	color: #5D2C56;
}

body.pb-termek-oldal-page .pb-td-nav:hover,
body.pb-termek-oldal-page .pb-td-nav:focus {
	border-color: #8D4F7D;
	color: #8D4F7D;
}

body.pb-termek-oldal-page .pb-td-review-form .submit input[type="submit"],
body.pb-termek-oldal-page .pb-td-review-form .submit input[type="submit"]:hover,
body.pb-termek-oldal-page .pb-td-review-form .submit input[type="submit"]:focus {
	background: #8D4F7D;
	color: #FFFFFF;
}

body.pb-termek-oldal-page .pb-td-review-form .submit input[type="submit"]:hover {
	background: #7A3B6D;
}

.container {
	width: calc(100% - 32px);
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

/* Breadcrumb — a .container-rel azonos, 1180px-es középre zárt sáv
   (body-szkoóp: a WC .woocommerce .woocommerce-breadcrumb margin-je ellen) */
body.pb-termek-oldal-page .woocommerce-breadcrumb {
	width: calc(100% - 32px);
	max-width: 1180px;
	margin: 24px auto 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #6B5A5E;
}

.woocommerce-breadcrumb a {
	color: #8D4F7D;
	text-decoration: none;
	font-weight: 600;
}

.woocommerce-breadcrumb a:hover {
	color: #C79A62;
}

.pb-td-bc-sep {
	display: inline-flex;
	align-items: center;
	color: #D2B4C1;
}

.pb-td-bc-sep svg {
	width: 13px;
	height: 13px;
}

.pb-td-eyebrow {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #B87A9A;
}

.pb-td-h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.15;
	margin: 12px 0 0;
}

.pb-td-section {
	padding: 72px 0 0;
}

.pb-td-stars {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	color: #C79A62;
}

.pb-td-stars svg {
	width: 16px;
	height: 16px;
}

/* A WC siker- és hibaüzenetei helyett toast fut (termek-oldal.js) */
body.pb-termek-oldal-page .woocommerce-message,
body.pb-termek-oldal-page .woocommerce-error {
	display: none;
}

/* Kosár-notice-ok */
.pb-td .woocommerce-info {
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-left: 3px solid #8D4F7D;
	border-radius: 12px;
	padding: 14px 18px;
	margin: 0 0 20px;
	color: #383135;
	list-style: none;
}

/* Lebegő jelzés — a [pb_termekek] rács pb-termek-toast mintája */
.pb-termek-toast {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 20px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-left: 4px solid #8D4F7D;
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(77, 36, 76, 0.18);
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #383135;
	opacity: 0;
	transform: translateY(12px);
	pointer-events: none;
	transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-termek-toast.lathato {
	opacity: 1;
	transform: translateY(0);
}

.pb-termek-toast-ikon {
	width: 34px;
	height: 34px;
	flex: 0 0 auto;
	border-radius: 999px;
	background: #F3E6EE;
	color: #8D4F7D;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pb-termek-toast-ikon svg {
	display: block;
	width: 17px;
	height: 17px;
}

.pb-termek-toast-szoveg strong {
	color: #5D2C56;
}

/* Hiba-változat */
.pb-termek-toast.hiba {
	border-left-color: #B3261E;
}

.pb-termek-toast.hiba .pb-termek-toast-ikon {
	background: #F9E7E7;
	color: #B3261E;
}

/* ==========================================================================
   Termék-felülés: galéria + vásárlás oszlop
   ========================================================================== */

.pb-td-top {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 64px;
	align-items: start;
	padding-top: 24px;
}

.pb-td-gallery {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pb-td-stage {
	position: relative;
	background: #F8EBE9;
	border-radius: 16px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	cursor: zoom-in;
}

.pb-td-slides {
	display: flex;
	height: 100%;
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-td-slide {
	flex: 0 0 100%;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px;
}

.pb-td-slide-img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	filter: drop-shadow(0 20px 40px rgba(77, 36, 76, 0.24));
	transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* Hover-nagyítás: csak kurzoros eszközön, amíg az egér a képen van. */
@media (hover: hover) and (pointer: fine) {
	.pb-td-stage.nagyit .pb-td-slide--aktiv .pb-td-slide-img {
		transform: scale(2);
	}

	.pb-td-stage .pb-td-zoom {
		display: none;
	}
}

.pb-td-stage-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #8D4F7D;
	border-radius: 999px;
	padding: 6px 14px;
}

.pb-td-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 44px;
	padding: 0px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid #EED7DE;
	background: #FFFFFF;
	color: #5D2C56;
	display: grid;
	place-items: center;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(77, 36, 76, 0.12);
	transition: border-color 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-td-nav--elozo {
	left: 16px;
}

.pb-td-nav--kovetkezo {
	right: 16px;
}

.pb-td-nav:hover {
	border-color: #8D4F7D;
	color: #8D4F7D;
}

.pb-td-nav svg {
	width: 20px;
	height: 20px;
}

.pb-td-zoom {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #EED7DE;
	color: #8D4F7D;
	display: grid;
	place-items: center;
	pointer-events: none;
}

.pb-td-zoom svg {
	width: 18px;
	height: 18px;
}

.pb-td-stage-hely {
	display: block;
	width: 100%;
	min-height: 384px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 12px;
}

.pb-td-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.pb-td-thumb {
	border: 1px solid #EED7DE;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 10px;
	cursor: pointer;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	transition: border-color 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-td-thumb:hover {
	border-color: #D2B4C1;
}

.pb-td-thumb--active {
	border: 1.5px solid #8D4F7D;
	background: #F8EBE9;
}

.pb-td-thumb-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pb-td-buy {
	display: flex;
	flex-direction: column;
}

.pb-td-title {
	font-weight: 700;
	font-size: 46px;
	line-height: 1.1;
	margin: 12px 0 0;
}

.pb-td-lead {
	font-size: 18px;
	line-height: 1.65;
	color: #6B5A5E;
	margin: 14px 0 0;
	text-wrap: pretty;
}

.pb-td-lead p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
      color: #391b3b;
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.pb-td-lead p + p {
	margin-top: 8px;
}

.pb-td-rating {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
}

.pb-td-rating-score {
	font-size: 14px;
	font-weight: 600;
	color: #383135;
}

.pb-td-rating-link {
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.pb-td-divider {
	height: 1px;
	background: #EED7DE;
	margin: 26px 0;
}

/* Csomagválasztó */
.pb-td-bundles-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #6B5A5E;
}

.pb-td-bundles {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 14px;
}

.pb-td-bundle {
	text-align: left;
	cursor: pointer;
	border: 1px solid #EED7DE;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	font-family: "DM Sans", sans-serif;
	transition: border-color 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-td-bundle:hover {
	border-color: #D2B4C1;
}

.pb-td-bundle--active {
	border: 1.5px solid #8D4F7D;
	background: #F3E6EE;
}

.pb-td-bundle-name-col {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pb-td-bundle-name {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 18px;
	color: #5D2C56;
}

.pb-td-bundle-note {
	font-size: 13px;
	color: #6B5A5E;
}

.pb-td-bundle-price-col {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
}

.pb-td-bundle-price {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	font-size: 20px;
	color: #8D4F7D;
}

.pb-td-bundle-was {
	font-size: 12px;
	color: #6B5A5E;
	text-decoration: line-through;
}

/* Összár + kosárgomb */
.pb-td-price-row {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-top: 26px;
}

.pb-td-price-now {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	color: #5D2C56;
}

.pb-td-price-was {
	font-size: 15px;
	color: #6B5A5E;
	text-decoration: line-through;
}

.pb-td-price-save {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8D4F7D;
	background: #F3E6EE;
	border-radius: 999px;
	padding: 6px 12px;
}

.pb-td-price-note {
	font-size: 13px;
	color: #6B5A5E;
	margin-top: 8px;
}

.pb-td-buy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}



.pb-td-cart-btn {
    background: linear-gradient(135deg, #8D4F7D 0%, #7A3B6D 73%);
    color: #FFFFFF;
    box-shadow: 0 10px 30px rgba(77, 36, 76, 0.10);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 1;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: "Nunito Sans", system-ui, sans-serif;
    text-decoration: none;
    padding: 15px 28px;
    cursor: pointer;
    transition: background 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-td-cart-btn:hover {
	background: #7A3B6D;
	color: #FFFFFF;
}

.pb-td-cart-btn:active {
	transform: translateY(1px);
}

/* Trust rács */
.pb-td-trust {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 24px;
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid #EED7DE;
}

.pb-td-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.pb-td-trust-ico {
	flex: none;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: #F3E6EE;
	display: grid;
	place-items: center;
	color: #8D4F7D;
}

.pb-td-trust-ico svg {
	width: 15px;
	height: 15px;
}

.pb-td-trust-text {
	font-size: 14px;
	line-height: 1.45;
	color: #6B5A5E;
	text-wrap: pretty;
}

/* Ajándék doboz */
.pb-td-gift-box {
	margin-top: 26px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 16px;
	padding: 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pb-td-gift-head {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #C79A62;
}

.pb-td-gift-head svg {
	width: 18px;
	height: 18px;
}

.pb-td-gift-title {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 17px;
	color: #5D2C56;
}

.pb-td-gift-text {
	font-size: 14px;
	line-height: 1.6;
	color: #6B5A5E;
	margin: 0;
}

/* ==========================================================================
   Mi van a könyvben + Részletek
   ========================================================================== */

.pb-td-inside-wrap {
	padding: 32px 0 0;
}

.pb-td-inside-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pb-td-chapter-card {
    background: #FFFFFF;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(77, 36, 76, 0.06);
    padding: 26px 28px;
}

h2.pb-td-author-cim {
    font-family: "Dancing Script", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #5D2C56;
}

.pb-td-chapter-ico {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #8D4F7D 0%, #9B5B8A 100%);
}

.pb-td-chapter-ico svg {
	width: 24px;
	height: 24px;
}

.pb-td-chapter-title {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.25;
	margin: 18px 0 0;
}

.pb-td-chapter-text {
    margin: 10px 0 0;
    text-wrap: pretty;
    font-size: 16px;
    line-height: 1.6;
    color: #391b3b;
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.pb-td-specs-wrap {
	padding: 48px 0 0;
}

.pb-td-specs-heading {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 8px;
}

.pb-td-specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 48px;
}

.pb-td-spec-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 0;
	border-bottom: 1px solid #EED7DE;
}

.pb-td-spec-k {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6B5A5E;
}

.pb-td-spec-v {
	font-size: 15px;
	font-weight: 600;
	color: #383135;
	text-align: right;
}

/* ==========================================================================
   A szerzőről
   ========================================================================== */

.pb-td-author-grid {
	display: grid;
	grid-template-columns: 300px 1fr;
	gap: 48px;
	align-items: start;
	padding: 28px 0 0;
}

.pb-td-author-portre {
	border-radius: 16px;
	overflow: hidden;
	background: #F8EBE9;
	aspect-ratio: 4 / 5;
}

.pb-td-author-kep {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pb-td-photo {
	width: 100%;
	height: 100%;
	background: #F8EBE9;
	border: 1px solid #EED7DE;
	border-radius: 16px;
	display: grid;
	place-items: center;
}

.pb-td-photo-inner {
	text-align: center;
	padding: 16px;
}

.pb-td-photo-rule {
	width: 34px;
	height: 1px;
	background: #C79A62;
	margin: 0 auto 12px;
}

.pb-td-photo-label {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-style: italic;
	font-size: 16px;
	color: #8D4F7D;
}

.pb-td-photo-sub {
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6B5A5E;
	margin-top: 6px;
}

/* A szerző-cím saját class — kisebb, mint a szekció-főcímek (pb-td-h2). */
.pb-td-author-cim {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.25;
	margin: 0;
}

.pb-td-author-text {
	font-size: 17px;
	line-height: 1.7;
	color: #6B5A5E;
	margin: 16px 0 0;
	text-wrap: pretty;
}

.pb-td-author-text p {
	margin: 0 0 14px;
}

.pb-td-author-text p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   Vélemények
   ========================================================================== */

.pb-td-reviews-outer {
	margin-top: 72px;
}

.pb-td-reviews {
	background: #F8EBE9;
	border-radius: 22px;
	padding: 56px 48px;
}

.pb-td-reviews-grid {
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 48px;
	align-items: start;
}

.pb-td-reviews-score {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	color: #5D2C56;
	margin-top: 12px;
}

.pb-td-reviews-sum .pb-td-stars svg {
	width: 18px;
	height: 18px;
}

.pb-td-reviews-sum .pb-td-stars {
	margin-top: 10px;
}

.pb-td-reviews-caption {
	font-size: 14px;
	color: #6B5A5E;
	margin-top: 12px;
}

.pb-td-bars {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 24px;
}

.pb-td-bar-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pb-td-bar-n {
	font-size: 13px;
	font-weight: 600;
	color: #6B5A5E;
	width: 14px;
}

.pb-td-bar-track {
	flex: 1;
	height: 6px;
	border-radius: 999px;
	background: #FFFFFF;
	overflow: hidden;
	display: block;
}

.pb-td-bar-fill {
	display: block;
	height: 6px;
	border-radius: 999px;
	background: #8D4F7D;
}

.pb-td-bar-count {
	font-size: 13px;
	color: #6B5A5E;
	width: 34px;
	text-align: right;
}

.pb-td-review-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.pb-td-review-card {
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.06);
	padding: 26px 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pb-td-review-text {
	font-size: 16px;
	line-height: 1.7;
	color: #383135;
	margin: 0;
	text-wrap: pretty;
}

.pb-td-review-text p {
	margin: 0;
}

.pb-td-review-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}

.pb-td-review-name {
	font-size: 14px;
	font-weight: 700;
	color: #5D2C56;
}

.pb-td-review-info {
	font-size: 13px;
	color: #6B5A5E;
}

.pb-td-review-pagination {
	margin-top: 20px;
}

/* Értékelő űrlap */
.pb-td-review-form {
	margin-top: 36px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	padding: 26px 28px;
}

.pb-td-form-title {
	display: block;
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 21px;
	color: #5D2C56;
	margin-bottom: 14px;
}

.pb-td-form-row {
	margin: 0 0 14px;
}

.pb-td-form-row label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #5D2C56;
	margin-bottom: 6px;
}

.pb-td-form-row input,
.pb-td-form-rating select,
.pb-td-form-row textarea {
	width: 100%;
	box-sizing: border-box;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	color: #383135;
	background: #FDF8F7;
	border: 1px solid #D2B4C1;
	border-radius: 8px;
	padding: 12px 14px;
	outline: none;
}

.pb-td-form-rating {
	margin: 0 0 14px;
}

.pb-td-form-rating label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #5D2C56;
	margin-bottom: 6px;
}

.pb-td-form-comment textarea {
	min-height: 120px;
}

.pb-td-review-form .submit {
	display: inline-flex;
	margin: 6px 0 0;
}

.pb-td-review-form .submit input[type="submit"] {
	display: inline-flex;
	align-items: center;
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border: 1.5px solid transparent;
	border-radius: 999px;
	background: #8D4F7D;
	color: #FFFFFF;
	padding: 12px 24px;
	cursor: pointer;
}

.pb-td-review-form .submit input[type="submit"]:hover {
	background: #7A3B6D;
}

.pb-td-form-verify {
	font-size: 14px;
	color: #6B5A5E;
}

/* ==========================================================================
   Gyakori kérdések
   ========================================================================== */

.pb-td-faq {
	max-width: 100%;
}

/* A szekció-cím (pb-td-h2) alatt hely a kérdéseknek. */
.pb-td-faq .pb-td-h2 {
	margin-bottom: 20px;
}

.pb-td-faq-item {
	border-bottom: 1px solid #EED7DE;
}

.pb-td-faq-item summary {
	list-style: none;
}

.pb-td-faq-item summary::-webkit-details-marker {
	display: none;
}

.pb-td-faq-q {
	width: 100%;
	text-align: left;
	cursor: pointer;
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 23px;
	color: #5D2C56;
	padding: 22px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.pb-td-faq-icon--open,
.pb-td-faq-icon--close {
	flex: none;
	width: 18px;
	height: 18px;
}

.pb-td-faq-icon--close {
	display: none;
}

.pb-td-faq-item[open] .pb-td-faq-icon--close {
	display: block;
}

.pb-td-faq-item[open] .pb-td-faq-icon--open {
	display: none;
}

.pb-td-faq-a {
    margin: 0;
    padding: 0 0 24px;
    max-width: 100%;
    text-wrap: pretty;
    font-size: 17px;
    line-height: 1.6;
    color: #391b3b;
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-weight: 500;
    letter-spacing: -0.02em;
}

/* ==========================================================================
   Kapcsolódó termékek
   ========================================================================== */

.pb-td-related-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.pb-td-related-all {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.pb-td-related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 32px;
}

.pb-td-product-card {
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.06);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-td-product-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(77, 36, 76, 0.10);
}

.pb-td-product-media {
	display: block;
	background: #F8EBE9;
	padding: 28px 24px 24px;
	display: flex;
	justify-content: center;
}

.pb-td-product-img {
	display: block;
	width: 100%;
	max-width: 168px;
	height: auto;
	filter: drop-shadow(0 14px 26px rgba(77, 36, 76, 0.20));
}

.pb-td-product-hely {
	display: block;
	width: 168px;
	height: 210px;
}

.pb-td-product-body {
	padding: 22px 24px 26px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.pb-td-product-cat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6B5A5E;
}

.pb-td-product-title {
	font-weight: 600;
	font-size: 19px;
	line-height: 1.25;
	margin: 0;
}

.pb-td-product-title a {
	color: #5D2C56;
	text-decoration: none;
}

.pb-td-product-title a:hover {
	color: #8D4F7D;
}

.pb-td-price-row-sm {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: 4px;
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	font-size: 19px;
	color: #8D4F7D;
}

.pb-td-product-link {
	margin-top: auto;
	padding-top: 12px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

/* ==========================================================================
   Reszponzív — tablet
   ========================================================================== */

@media (max-width: 1024px) {
	.pb-td-top {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.pb-td-title {
		font-size: 38px;
	}

	.pb-td-inside-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pb-td-reviews-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.pb-td-related-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* ==========================================================================
   Reszponzív — mobil
   ========================================================================== */

@media (max-width: 767px) {
	.pb-td {
		padding-bottom: 64px;
	}

	.pb-td-top {
		padding-top: 16px;
	}

	.pb-td-slide {
		padding: 24px;
	}

	.pb-td-nav {
		width: 38px;
		height: 38px;
	}

	.pb-td-nav--elozo {
		left: 10px;
	}

	.pb-td-nav--kovetkezo {
		right: 10px;
	}

	.pb-td-zoom {
		right: 10px;
		bottom: 10px;
	}

	.pb-termek-toast {
		left: 16px;
		right: 16px;
		bottom: 16px;
	}

	.pb-td-title {
		font-size: 30px;
	}

	.pb-td-bundle {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.pb-td-bundle-price-col {
		align-items: flex-start;
	}

	.pb-td-price-now {
		font-size: 34px;
	}

	.pb-td-trust {
		grid-template-columns: 1fr;
	}

	.pb-td-inside-grid {
		grid-template-columns: 1fr;
	}

	.pb-td-specs {
		grid-template-columns: 1fr;
	}

	.pb-td-author-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.pb-td-reviews {
		padding: 32px 22px;
	}

	.pb-td-review-grid {
		grid-template-columns: 1fr;
	}

	.pb-td-related-grid {
		grid-template-columns: 1fr;
	}

	.pb-td-h2 {
		font-size: 26px;
	}
}

/* ==========================================================================
   Animáció-letiltás
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}
}
