/* [pb_menu] fejléc — Petra Balance menürendszer (desktop + mobil off-canvas ≤767px) */

/* Sima szövegek: Nunito 500, -0.02em */
.pbm-header,
.pbm-cart,
.pbm-offcanvas {
	font-family: "Nunito", Sans-serif;
	font-weight: 500;
	letter-spacing: -0.02em;
}

/* --- Fejléc sáv --- */

.pbm-header {
	position: relative;
	background: rgba(253, 248, 247, 0.92);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid #EED7DE;
	z-index: 90;
}

.pbm-bar {
	height: 72px;
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 16px;
	box-sizing: border-box;
}

.pbm-brand {
	flex: 0 0 auto;
}

.pbm-logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.pbm-logo {
	max-height: 44px;
	width: auto;
	max-width: 200px;
	display: block;
}

.pbm-logo-text {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #5D2C56;
	text-decoration: none;
}

/* Navigáció */
.pbm-nav {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}

.pbm-header.is-search-open .pbm-nav {
	justify-content: flex-start;
	overflow: hidden;
}

.pbm-nav-lista {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pbm-nav-lista li {
	flex: 0 0 auto;
}

.pbm-nav-lista a {
	position: relative;
	display: block;
	padding: 10px 8px 12px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #383135;
	white-space: nowrap;
	text-decoration: none;
	transition: color 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-nav-lista a:hover {
	color: #8D4F7D;
}

.pbm-nav-lista a::after {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	bottom: 4px;
	height: 1.5px;
	background: #C79A62;
	opacity: 0;
	transition: opacity 160ms;
}

.pbm-nav-lista li.pbm-mega:hover > a,
.pbm-nav-lista li.recept:hover > a {
	color: #8D4F7D;
}

.pbm-nav-lista li.pbm-mega:hover > a::after,
.pbm-nav-lista li.recept:hover > a::after {
	opacity: 1;
}

.pbm-header.is-search-open .pbm-nav-lista a {
	color: #B9A3AC;
}

.pbm-header.is-search-open .pbm-nav-lista a::after {
	opacity: 0;
}

.pbm-nav-hiba {
	font-size: 13px;
	color: #B9A3AC;
}

/* Akciók: keresés / fiók / kosár / burger */
.pbm-actions {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	margin-left: auto;
}

.pbm-icon-btn {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	cursor: pointer;
	flex: 0 0 auto;
}

.pbm-icon-btn:hover {
	background: #F3E6EE;
}

.pbm-search {
	display: flex;
	align-items: center;
	gap: 4px;
	height: 40px;
	width: 40px;
	padding: 0;
	border-radius: 999px;
	background: transparent;
	flex: 0 0 auto;
	overflow: hidden;
	transition: width 260ms cubic-bezier(0.22, 1, 0.36, 1), background 220ms cubic-bezier(0.22, 1, 0.36, 1), padding 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-search.is-open {
	width: 340px;
	padding: 0 6px 0 4px;
	background: #F3E6EE;
}

/* Kettős osztály: a GeneratePress input[type="search"] (0,1,1) szabálya ellen. */
.pbm-search .pbm-search-input {
	flex: 1 1 auto;
	min-width: 0;
	height: 32px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	outline: none;
	font-family: "Nunito", Sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.7em;
	letter-spacing: -0.02em;
	color: #391B3B;
	opacity: 0;
	pointer-events: none;
	transition: opacity 200ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* A téma input:focus háttérszabálya ellen (fehér téglalap fókuszban) + a gépelt szöveg stílusa fókuszban is. */
.pbm-search .pbm-search-input:focus {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	font-family: "Nunito", Sans-serif;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: -0.02em;
	color: #391B3B;
}

.pbm-search.is-open .pbm-search-input {
	opacity: 1;
	pointer-events: auto;
}

.pbm-search .pbm-search-input::placeholder {
	font-family: "Nunito", Sans-serif;
	font-weight: 500;
	line-height: 1.7em;
	letter-spacing: -0.02em;
	color: #391b3b99;
	opacity: 1;
}

.pbm-search-input::-webkit-search-cancel-button {
	display: none;
}

.pbm-search-close {
	width: 28px;
	height: 28px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	cursor: pointer;
	flex: 0 0 auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity 200ms;
}

.pbm-search.is-open .pbm-search-close {
	opacity: 1;
	pointer-events: auto;
}

.pbm-account-btn {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	cursor: pointer;
	background: transparent;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-account-btn:hover,
.pbm-account-btn.is-open {
	background: #F3E6EE;
}

.pbm-account {
	position: relative;
}

.pbm-account:hover .pbm-account-btn {
	background: #F3E6EE;
}

/* A panel az ikon alá igazodik (a gombot wrapperbe csomagoljuk). */
.pbm-account-panel {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	z-index: 60;
	width: 340px;
}

/* Hover-híd a 6px résen át. */
.pbm-account-panel::before {
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	height: 8px;
}

.pbm-account-panel.is-open {
	display: block;
}

.pbm-cart-btn {
	height: 40px;
	margin-left: 6px;
	padding: 0 6px 0 14px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	cursor: pointer;
	background: #F3E6EE;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-cart-btn:hover {
	background: #EED7DE;
}

.pbm-cart-chip {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pbm-cart-icon {
	position: relative;
	display: grid;
	place-items: center;
}

.pbm-cart-dot {
	position: absolute;
	top: -5px;
	right: -7px;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #C79A62;
}

.pbm-cart-dot[hidden] {
	display: none;
}

.pbm-cart-total {
	font-size: 14px;
	font-weight: 700;
	color: #8D4F7D;
	white-space: nowrap;
	letter-spacing: 0.01em;
}

.pbm-cart-count {
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	background: #8D4F7D;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	box-sizing: border-box;
}

.pbm-burger {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	place-items: center;
	cursor: pointer;
	flex: 0 0 auto;
}

.pbm-burger:hover {
	background: #F3E6EE;
}

/* --- Mega menü (hover a mega-pontokra) --- */

.pbm-mega,
.pbm-results,
.pbm-account-panel {
	display: none;
}

.pbm-results.is-open,
.pbm-account-panel.is-open {
	display: block;
}

/* A header backdrop-filterje a fixed gyerekeket magához kötné — a kosár ezért a headeren kívül van.
   Animálhatóság miatt visibility-alapú (nem display), a csúszás a panelen, a fakadás a háttéren. */
.pbm-cart {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0s linear 360ms;
}

.pbm-cart.is-open {
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.pbm-mega {
	position: absolute;
	left: 0;
	right: 0;
	top: 72px;
	z-index: 20;
	justify-content: center;
	pointer-events: none;
}

/* Hover-híd: a panel fölé nyúlkáló láthatatlan sáv, hogy az egér átjusson a menüsor és a panel közti résen. */
.pbm-mega-inner::before {
	content: '';
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	height: 28px;
}

.pbm-mega.is-open {
	display: flex;
}

.pbm-mega-inner {
	pointer-events: auto;
	width: 100%;
	max-width: 1180px;
	margin: 0 24px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	box-shadow: 0 16px 40px rgba(77, 36, 76, 0.10);
	padding: 32px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr)) 440px;
	gap: 40px;
	align-items: start;
	box-sizing: border-box;
}

.pbm-mega-col {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pbm-mega-col-title {
	font-family: 'Nunito Sans', Sans-serif;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #8D4F7D;
}

.pbm-mega-link {
	font-family: 'Nunito Sans', system-ui, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7em;
	color: #391B3B;
	text-decoration: none;
}

.pbm-mega-link:hover {
	color: #8D4F7D;
}

.pbm-mega-card {
	min-width: 0;
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	background: #F3E6EE center / cover no-repeat;
	height: 340px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
}

.pbm-mega-card-grad {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(74, 35, 76, 0.94) 0%, rgba(74, 35, 76, 0.92) 42%, rgba(93, 44, 86, 0.4) 68%, rgba(93, 44, 86, 0) 92%);
}

.pbm-mega-card-body {
	position: relative;
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pbm-mega-card-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 600;
	font-size: 27px;
	line-height: 1.2;
	color: #FFFFFF;
}

.pbm-mega-card-meta {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}

.pbm-mega-card-cta {
	margin-top: 10px;
	align-self: flex-start;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	border-bottom: 1.5px solid #C79A62;
}

/* --- Keresés találati panel --- */

.pbm-clickaway {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9990;
}

.pbm-results-pos {
	position: absolute;
	left: 0;
	right: 0;
	top: 78px;
	z-index: 9995;
	display: flex;
	justify-content: center;
	pointer-events: none;
}

.pbm-results-inner {
	pointer-events: auto;
	width: 100%;
	max-width: 1180px;
	margin: 0 24px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	box-shadow: 0 16px 40px rgba(77, 36, 76, 0.10);
	padding: 24px 24px 20px;
	display: flex;
	flex-direction: column;
	gap: 22px;
	box-sizing: border-box;
}

.pbm-results-tartalom {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.pbm-result-hint {
	padding: 8px 4px 12px;
	font-size: 15px;
	color: #6B5A5E;
}

.pbm-result-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pbm-result-head {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.pbm-result-title {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #C79A62;
}

.pbm-result-count {
	font-size: 14px;
	color: #6B5A5E;
}

.pbm-result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
}

.pbm-result-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px;
	border-radius: 16px;
	text-decoration: none;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-result-item:hover {
	background: #FDF8F7;
}

.pbm-result-thumb {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	background: #F8EBE9;
	flex: 0 0 auto;
	overflow: hidden;
}

.pbm-result-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pbm-result-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.pbm-result-name {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 600;
	font-size: 16px;
	color: #5D2C56;
}

.pbm-result-meta {
	font-size: 14px;
	color: #6B5A5E;
}

.pbm-noresults {
	padding: 8px 4px 12px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pbm-noresults[hidden] {
	display: none;
}

.pbm-noresults-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 600;
	font-size: 19px;
	color: #5D2C56;
}

.pbm-noresults-text {
	font-size: 15px;
	line-height: 1.65;
	color: #6B5A5E;
}

.pbm-results-footer {
	border-top: 1px solid #EED7DE;
	padding-top: 16px;
}

.pbm-results-footer[hidden] {
	display: none;
}

.pbm-results-all {
	font-size: 14px;
	font-weight: 700;
	color: #8D4F7D;
	text-decoration: none;
	border-bottom: 1.5px solid #C79A62;
}

/* --- Fiók panel --- */

.pbm-account-box {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	box-shadow: 0 16px 40px rgba(77, 36, 76, 0.10);
	overflow: hidden;
	box-sizing: border-box;
}

.pbm-login-body {
	padding: 24px 24px 20px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pbm-login-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 700;
	font-size: 20px;
	color: #5D2C56;
}

.pbm-login-hiba {
	padding: 10px 14px;
	border-radius: 8px;
	background: #F8EBE9;
	color: #9B3D4A;
	font-size: 14px;
	line-height: 1.5;
}

/* Kettős osztály: a GeneratePress input[type="email"]/[type="password"] (0,1,1) szabálya ellen. */
.pbm-header .pbm-input {
	font-family: inherit;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #383135;
	background: #FFFFFF;
	border: 1px solid #D2B4C1;
	border-radius: 8px;
	padding: 0 14px;
	height: 48px;
	width: 100%;
	box-sizing: border-box;
	outline: none;
	transition: border-color 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-header .pbm-input:focus {
	border-color: #8D4F7D;
	outline: 2px solid #8D4F7D;
}

.pbm-btn-grad {
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 5px;
	background: linear-gradient(135deg, #8D4F7D 0%, #7A3B6D 73%);
	color: #FFFFFF;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.10);
	font-family: inherit;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.05em;
	line-height: 1.2;
	display: grid;
	place-items: center;
	cursor: pointer;
}

.pbm-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.pbm-login-forgot {
	align-self: center;
	font-size: 14px;
	font-weight: 600;
	color: #6B5A5E;
	text-decoration: none;
}

.pbm-login-forgot:hover {
	color: #8D4F7D;
}

.pbm-promo {
	padding: 22px 24px 24px;
	background: linear-gradient(160deg, #5D2C56 0%, #4A234C 100%);
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pbm-promo-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #E5C49B;
}

.pbm-promo-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pbm-promo-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.pbm-promo-text {
	font-size: 14px;
	color: #FFFFFF;
}

.pbm-promo-btn {
	height: 46px;
	border-radius: 5px;
	background: #FFFFFF;
	color: #8D4F7D;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.10);
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.05em;
	line-height: 1.2;
	display: grid;
	place-items: center;
	text-decoration: none;
}

/* Bejelentkezett állapot */
.pbm-member-head {
	padding: 20px 24px 18px;
	display: flex;
	align-items: center;
	gap: 12px;
	background: #F8EBE9;
	border-bottom: 1px solid #EED7DE;
}

.pbm-member-avatar {
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
}

.pbm-member-info {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
	flex: 1 1 auto;
}

.pbm-member-name {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 600;
	font-size: 18px;
	color: #5D2C56;
}

.pbm-member-email {
	font-size: 13px;
	color: #6B5A5E;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pbm-tiles {
	padding: 14px 14px 4px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.pbm-tile {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 14px;
	border-radius: 16px;
	border: 1px solid #EED7DE;
	background: #FFFFFF;
	text-decoration: none;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1), transform 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-tile:hover {
	background: #F3E6EE;
	transform: translateY(-2px);
}

.pbm-tile-ico {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: #F3E6EE;
	display: grid;
	place-items: center;
}

.pbm-tile-label {
	font-size: 14px;
	font-weight: 700;
	color: #383135;
}

.pbm-tile-meta {
	font-size: 12px;
	color: #6B5A5E;
}

.pbm-member-list {
	padding: 8px 12px 12px;
	display: flex;
	flex-direction: column;
}

.pbm-member-row {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 12px;
	border-radius: 16px;
	font-size: 15px;
	font-weight: 600;
	color: #383135;
	text-decoration: none;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-member-row:hover {
	background: #F8EBE9;
}

.pbm-member-row-label {
	flex: 1 1 auto;
}

.pbm-member-foot {
	padding: 16px 24px 20px;
	border-top: 1px solid #EED7DE;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pbm-profile-btn {
	height: 46px;
	border-radius: 5px;
	background: linear-gradient(135deg, #8D4F7D 0%, #7A3B6D 73%);
	color: #FFFFFF;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.10);
	font-weight: 700;
	font-size: 15px;
	letter-spacing: -0.05em;
	line-height: 1.2;
	display: grid;
	place-items: center;
	text-decoration: none;
}

.pbm-logout {
	align-self: center;
	font-size: 14px;
	font-weight: 600;
	color: #6B5A5E;
	text-decoration: none;
}

.pbm-logout:hover {
	color: #8D4F7D;
}

/* --- Kosárfiók --- */

.pbm-cart-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(74, 35, 76, 0.28);
	opacity: 0;
	transition: opacity 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-cart.is-open .pbm-cart-backdrop {
	opacity: 1;
}

.pbm-cart-aside {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 420px;
	background: #FFFFFF;
	border-left: 1px solid #EED7DE;
	box-shadow: -16px 0 40px rgba(77, 36, 76, 0.10);
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-cart.is-open .pbm-cart-aside {
	transform: translateX(0);
}

.pbm-cart-head {
	flex: 0 0 auto;
	padding: 24px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid #EED7DE;
}

.pbm-cart-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 700;
	font-size: 22px;
	color: #5D2C56;
}

.pbm-cart-close {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	cursor: pointer;
}

.pbm-cart-close:hover {
	background: #F3E6EE;
}

.pbm-cart-body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 24px 28px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.pbm-cart-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.pbm-cart-thumb {
	width: 60px;
	height: 76px;
	border-radius: 16px;
	background: #F8EBE9;
	flex: 0 0 auto;
	overflow: hidden;
}

.pbm-cart-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pbm-cart-item-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	flex: 1 1 auto;
}

.pbm-cart-item-name {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 600;
	font-size: 17px;
	color: #5D2C56;
}

.pbm-cart-item-meta {
	font-size: 13px;
	color: #6B5A5E;
}

.pbm-cart-remove {
	margin-top: 4px;
	align-self: flex-start;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: #6B5A5E;
}

.pbm-cart-remove:hover {
	color: #8D4F7D;
}

.pbm-cart-item-price {
	font-size: 15px;
	font-weight: 700;
	color: #8D4F7D;
	white-space: nowrap;
}

.pbm-upsell {
	border-radius: 22px;
	overflow: hidden;
	background: #F3E6EE;
}

.pbm-upsell-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pbm-upsell-head {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.pbm-upsell-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #8D4F7D;
}

.pbm-upsell-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 1.3;
	color: #5D2C56;
}

.pbm-upsell-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pbm-upsell-item {
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 16px;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
}

.pbm-upsell-thumb {
	width: 40px;
	height: 50px;
	border-radius: 10px;
	background: #F8EBE9;
	flex: 0 0 auto;
	overflow: hidden;
}

.pbm-upsell-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.pbm-upsell-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}

.pbm-upsell-name {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 600;
	font-size: 15px;
	color: #5D2C56;
}

.pbm-upsell-meta {
	font-size: 12px;
	color: #6B5A5E;
}

.pbm-upsell-add {
	flex: 0 0 auto;
	height: 34px;
	padding: 0 14px;
	border-radius: 5px;
	background: linear-gradient(135deg, #8D4F7D 0%, #7A3B6D 73%);
	color: #FFFFFF;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.10);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.05em;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.pbm-cart-empty {
	padding: 32px 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pbm-cart-empty-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 600;
	font-size: 18px;
	color: #5D2C56;
}

.pbm-cart-empty-text {
	font-size: 15px;
	line-height: 1.65;
	color: #6B5A5E;
}

.pbm-cart-foot {
	flex: 0 0 auto;
	padding: 22px 28px 26px;
	border-top: 1px solid #EED7DE;
	background: #FDF8F7;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.pbm-cart-sums {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pbm-sum-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.pbm-sum-label {
	font-size: 14px;
	color: #6B5A5E;
}

.pbm-sum-value {
	font-size: 14px;
	font-weight: 600;
	color: #6B5A5E;
	white-space: nowrap;
}

.pbm-sum-label--discount,
.pbm-sum-value--discount {
	font-weight: 700;
	color: #8D4F7D;
}

.pbm-sum-divider {
	height: 1px;
	background: #EED7DE;
}

.pbm-total-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.pbm-total-label {
	font-size: 15px;
	color: #383135;
}

.pbm-total-value {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 700;
	font-size: 26px;
	color: #5D2C56;
	white-space: nowrap;
}

.pbm-cart-checkout {
	height: 48px;
	border-radius: 5px;
	background: linear-gradient(135deg, #8D4F7D 0%, #7A3B6D 73%);
	color: #FFFFFF;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.10);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.05em;
	line-height: 1.2;
	display: grid;
	place-items: center;
	cursor: pointer;
	text-decoration: none;
}

.pbm-cart-continue {
	align-self: center;
	font-size: 14px;
	font-weight: 600;
	color: #8D4F7D;
	cursor: pointer;
}

/* --- Mobil off-canvas menü --- */

.pbm-offcanvas {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
}

.pbm-offcanvas.is-open {
	visibility: visible;
}

.pbm-offcanvas-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(74, 35, 76, 0.28);
	opacity: 0;
	transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pbm-offcanvas.is-open .pbm-offcanvas-backdrop {
	opacity: 1;
}

.pbm-offcanvas-panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 320px;
	background: #FDF8F7;
	border-left: 1px solid #EED7DE;
	box-shadow: -16px 0 40px rgba(77, 36, 76, 0.10);
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
	overflow-y: auto;
}

.pbm-offcanvas.is-open .pbm-offcanvas-panel {
	transform: translateX(0);
}

.pbm-offcanvas-head {
	flex: 0 0 auto;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid #EED7DE;
}

.pbm-offcanvas-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 700;
	font-size: 18px;
	color: #5D2C56;
}

.pbm-offcanvas-close {
	width: 36px;
	height: 36px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	cursor: pointer;
}

.pbm-offcanvas-close:hover {
	background: #F3E6EE;
}

.pbm-offcanvas-nav {
	flex: 1 1 auto;
	padding: 12px;
}

.pbm-offcanvas-lista {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.pbm-offcanvas-lista a {
	display: block;
	padding: 13px 14px;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: #383135;
	text-decoration: none;
}

.pbm-offcanvas-lista a:hover {
	background: #F3E6EE;
	color: #8D4F7D;
}

.pbm-offcanvas-fiom {
	flex: 0 0 auto;
	padding: 16px 20px 24px;
	border-top: 1px solid #EED7DE;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pbm-offcanvas-fiok-link {
	padding: 12px 14px;
	border-radius: 8px;
	background: linear-gradient(135deg, #8D4F7D 0%, #7A3B6D 73%);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.05em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.pbm-offcanvas-fiok-link:nth-child(2) {
	background: #FFFFFF;
	color: #8D4F7D;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.10);
}

/* Vendég CTA doboz — a két gomb helyett (bejelentkezettnek maradnak a linkek). */
.pbm-offcanvas-cta {
	border-radius: 16px;
	background: linear-gradient(160deg, #5D2C56 0%, #4A234C 100%);
	box-shadow: 0 16px 40px rgba(77, 36, 76, 0.16);
	padding: 22px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.pbm-offcanvas-cta-title {
	font-family: 'Playfair Display', 'Times New Roman', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
	color: #FFFFFF;
}

.pbm-offcanvas-cta-szoveg {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.78);
	margin-top: 8px;
}

.pbm-offcanvas-cta-gomb {
	margin-top: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 999px;
	background: #FFFFFF;
	color: #5D2C56;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background 160ms ease;
}

.pbm-offcanvas-cta-gomb:hover {
	background: #F3E6EE;
}

.pbm-offcanvas-cta-belepes {
	margin-top: 12px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.72);
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.pbm-offcanvas-cta-belepes:hover {
	color: #FFFFFF;
}

/* --- Mobil breakpoint --- */

@media (max-width: 767px) {
	.pbm-bar {
		height: 64px;
		padding: 0 12px;
	}

	.pbm-nav {
		display: none;
	}

	.pbm-search,
	.pbm-account-btn {
		display: none;
	}

	.pbm-burger {
		display: grid;
	}

	.pbm-cart-btn {
		margin-left: 0;
	}

	.pbm-mega,
	.pbm-mega.is-open {
		display: none;
	}

	.pbm-logo-text {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pbm-cart-aside,
	.pbm-cart-backdrop {
		transition: none;
	}

	.pbm-cart-aside {
		transform: none;
	}

	.pbm-cart-backdrop {
		opacity: 1;
	}


}
