/* =========================================================
   Demoda Fast – fő stíluslap
   ========================================================= */

/* ---------- Saját szerverről szolgált betűtípusok (GDPR-barát, gyors) ---------- */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/inter-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/inter-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/lora-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Lora";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/lora-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--pink: #ec008c;
	--pink-soft: #f254b2;
	--pink-tint: #fdf1f8;
	--pink-link: #cc3366;
	--sale: #e2007a;
	--ink: #000;
	--body: #333;
	--muted: #666;
	--line: #e3e3e3;
	--white: #fff;
	--container: 1366px;
	--gutter: 20px;
	--radius: 0px;
	--shadow-card: 0 2px 8px 1px rgba(0, 0, 0, .17);
	--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	--font-head: "Lora", Georgia, "Times New Roman", serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.5;
	color: var(--body);
	background: var(--white);
	overflow-x: hidden;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: var(--font-head); font-weight: 600; color: var(--ink); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%);
	white-space: nowrap; border: 0;
}
.skip-link:focus {
	position: fixed; top: 8px; left: 8px; z-index: 9999;
	width: auto; height: auto; clip: auto; clip-path: none;
	padding: 12px 18px; background: #fff; color: #000; box-shadow: var(--shadow-card);
}

/* ---------- Layout ---------- */
.demoda-container {
	width: 100%;
	max-width: var(--container);
	margin-inline: auto;
	padding-inline: 20px;
}
.demoda-main { display: block; }

/* ---------- Gombok ---------- */
.demoda-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	padding: 16px 24px;
	border: 1px solid transparent;
	border-radius: var(--radius);
	cursor: pointer;
	text-align: center;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.demoda-btn--primary { background: var(--pink); color: #fff; }
.demoda-btn--primary:hover, .demoda-btn--primary:focus-visible { background: var(--pink-soft); color: #fff; }
.demoda-btn--ghost { background: transparent; color: #fff; border-color: var(--pink); }
.demoda-btn--ghost:hover { background: var(--pink); color: #fff; }

/* =========================================================
   FEJLÉC
   ========================================================= */
.demoda-header { position: relative; z-index: 200; background: #fff; }

.demoda-topbar { background: var(--pink-soft); }
.demoda-topbar__inner {
	display: grid;
	grid-template-columns: 1fr minmax(0, 430px) 1fr;
	align-items: center;
	gap: 24px;
	min-height: 106px;
	color: #fff;
}
.demoda-topbar__left { display: flex; align-items: center; gap: 22px; }
.demoda-topbar__right { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.demoda-social, .demoda-phone, .demoda-account { display: inline-flex; align-items: center; gap: 10px; color: #fff; }
.demoda-social svg, .demoda-phone svg, .demoda-account svg { flex: none; }
.demoda-phone span { font-size: 16px; font-weight: 400; }
.demoda-account span { font-size: 13px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; }
.demoda-social:hover, .demoda-phone:hover, .demoda-account:hover { opacity: .82; }

.demoda-search { position: relative; display: block; width: 100%; }
.demoda-search input[type="search"] {
	width: 100%;
	height: 54px;
	padding: 0 20px 0 48px;
	border: 0;
	border-radius: 999px;
	background: #eee;
	font-size: 16px;
	color: #000;
	outline: none;
	-webkit-appearance: none;
}
.demoda-search input::placeholder { color: #777; }
.demoda-search input:focus { box-shadow: 0 0 0 2px rgba(255, 255, 255, .6); }
.demoda-search__icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #333; pointer-events: none; }

.demoda-cart-link { position: relative; display: inline-flex; color: #fff; }
.demoda-cart-link__count {
	position: absolute; top: -6px; right: -8px;
	min-width: 18px; height: 18px; padding: 0 5px;
	border-radius: 999px; background: #fff; color: var(--pink);
	font-size: 11px; font-weight: 700; line-height: 18px; text-align: center;
}
.demoda-cart-link__count.is-empty { display: none; }

.demoda-navbar { background: #fff; }
.demoda-navbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 26px;
	flex-wrap: nowrap;
	min-height: 121px;
}
.demoda-brand { flex: none; }
.demoda-nav { flex: 1 1 auto; min-width: 0; display: flex; justify-content: flex-end; }
.demoda-brand__img { width: 93px; height: 93px; object-fit: contain; }
.demoda-brand__text { font-family: var(--font-head); font-size: 26px; color: var(--ink); }

.demoda-menu { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 6px 30px; }
.demoda-menu > li { position: relative; }
.demoda-menu > li > a {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: 16px; font-weight: 600; letter-spacing: .5px;
	text-transform: uppercase; color: #1a1a1a; padding: 10px 0;
	white-space: nowrap;
}
.demoda-menu > li > a:hover, .demoda-menu > li.current-menu-item > a { color: var(--pink); }
.demoda-menu > li.menu-item-has-children > a::after {
	content: ""; width: 0; height: 0; margin-left: 4px;
	border-left: 5px solid transparent; border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
}
.demoda-menu .sub-menu {
	position: absolute; top: 100%; left: 0; z-index: 60;
	min-width: 240px; padding: 10px 0;
	background: #fff; box-shadow: var(--shadow-card);
	opacity: 0; visibility: hidden; transform: translateY(6px);
	transition: opacity .16s ease, transform .16s ease, visibility .16s;
}
/* Uj oszi kollekcio kiemelese a fo- es mobilmenuben. */
li.demoda-menu-new > a {
	color: #a4133c !important;
	font-weight: 700 !important;
}
li.demoda-menu-new > a::after {
	content: "ÚJ";
	display: inline-block;
	margin-left: 7px;
	padding: 2px 4px;
	border: 1px solid currentColor;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0;
	vertical-align: 2px;
}

.demoda-menu li:hover > .sub-menu,
.demoda-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.demoda-menu .sub-menu a {
	display: block; padding: 9px 22px;
	font-size: 15px; font-weight: 500; color: #1a1a1a; text-transform: none; letter-spacing: 0;
}
.demoda-menu .sub-menu a:hover { color: var(--pink); background: #faf3f8; }
.demoda-menu .sub-menu .sub-menu { top: 0; left: 100%; }

/* A mobil menü kiegészítői asztali nézetben rejtve */
.demoda-navbar__actions,
.demoda-nav__head,
.demoda-nav__search,
.demoda-nav__foot,
.demoda-nav-backdrop,
.demoda-sub-toggle { display: none; }

/* ---------- FiboSearch a fejléc dizájnjához igazítva ---------- */
.demoda-search--fibo { width: 100%; }
.demoda-search--fibo .dgwt-wcas-search-wrapp { width: 100%; max-width: none; }
.demoda-search--fibo .dgwt-wcas-search-form { margin: 0; }
.demoda-search--fibo .dgwt-wcas-sf-wrapp {
	position: relative;
	display: block;
	height: 54px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #eee !important;
	box-shadow: none !important;
	overflow: hidden;
}
.demoda-search--fibo input.dgwt-wcas-search-input {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 54px 0 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: transparent !important;
	box-shadow: none !important;
	font-family: var(--font-body) !important;
	font-size: 16px !important;
	color: #000 !important;
	line-height: 1.2 !important;
}
.demoda-search--fibo input.dgwt-wcas-search-input::placeholder { color: #777 !important; opacity: 1; }
.demoda-search--fibo .dgwt-wcas-search-submit {
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	left: auto !important;
	bottom: 0 !important;
	width: 54px !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 999px 999px 0 !important;
}
.demoda-search--fibo .dgwt-wcas-search-submit::before,
.demoda-search--fibo .dgwt-wcas-search-submit::after { display: none !important; }
.demoda-search--fibo .dgwt-wcas-ico-magnifier,
.demoda-search--fibo .dgwt-wcas-ico-magnifier-handler { width: 18px !important; height: 18px !important; fill: #444 !important; }
.demoda-search--fibo .dgwt-wcas-preloader { right: 54px !important; left: auto !important; }
.demoda-search--fibo .js-dgwt-wcas-enable-mobile-form { border-radius: 999px; }
.dgwt-wcas-suggestions-wrapp { z-index: 120 !important; }

.demoda-burger { display: none; flex-direction: column; gap: 6px; width: 42px; height: 42px; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; padding: 0; }
.demoda-burger span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; border-radius: 2px; background: #1a1a1a; transition: transform .2s ease, opacity .2s ease; }
.demoda-nav__mobile-extra { display: none; }

/* =========================================================
   HERO
   ========================================================= */
.demoda-hero { padding-top: 12px; }
.demoda-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 943fr) minmax(0, 403fr);
	gap: 20px;
	align-items: stretch;
}
.demoda-hero__main {
	position: relative;
	min-height: 667px;
	display: flex; align-items: center; justify-content: center;
	overflow: hidden;
}
.demoda-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.demoda-hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.46) 55%, rgba(0,0,0,.56) 100%); z-index: 1; }
.demoda-hero__content { position: relative; z-index: 2; padding: 40px 30px; text-align: center; color: #fff; max-width: 820px; }
.demoda-hero__title {
	margin: 0 0 26px;
	font-family: var(--font-head);
	font-size: clamp(34px, 4.9vw, 72px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 4px;
	color: #fff;
	text-transform: uppercase;
}
.demoda-hero__title span { display: block; }
.demoda-hero__sub {
	margin: 0 0 34px;
	font-family: var(--font-body);
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}
.demoda-hero__actions { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.demoda-hero__actions .demoda-btn { min-width: 190px; padding: 16px 28px; }

.demoda-hero__banner { display: block; position: relative; min-height: 667px; overflow: hidden; background: var(--pink-tint); }
/* A teljes banner látszik (contain), a maradék helyet ugyanannak a képnek az elmosott mása tölti ki. */
.demoda-hero__banner-bg {
	position: absolute; inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	filter: blur(26px) saturate(1.15);
	transform: scale(1.12);
	z-index: 0;
}
.demoda-hero__banner-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: 1; }

/* =========================================================
   SZEKCIÓCÍM
   ========================================================= */
.demoda-section { padding: 78px 0; }
.demoda-section--tint { background: var(--pink-tint); }

.demoda-secthead { display: flex; align-items: center; gap: 46px; margin-bottom: 46px; }
.demoda-secthead__title {
	font-family: var(--font-head);
	font-size: clamp(30px, 4.4vw, 60px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 4px;
	color: var(--ink);
	flex: none;
	max-width: 60%;
}
.demoda-secthead__rule { flex: 1 1 auto; height: 1px; background: #1a1a1a; }

/* =========================================================
   TERMÉKRÁCS + KÁRTYA
   ========================================================= */
.demoda-grid {
	display: grid;
	gap: 20px 20px;
	margin: 0; padding: 0;
	list-style: none;
}
.demoda-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.demoda-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	box-shadow: var(--shadow-card);
	border-radius: var(--radius);
	overflow: hidden;
	list-style: none;
}
.demoda-card__media { position: relative; display: block; aspect-ratio: 3 / 4; background: #f4f4f4; overflow: hidden; }
.demoda-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.demoda-card:hover .demoda-card__img { transform: scale(1.03); }
.demoda-card__badge {
	position: absolute; top: 12px; left: 12px; z-index: 2;
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px; border-radius: 50%;
	background: #8f8b23; color: #fff;
	font-size: 13px; font-weight: 600; letter-spacing: .3px;
}
.demoda-card__body { display: flex; flex-direction: column; gap: 14px; padding: 20px; flex: 1 1 auto; }
.demoda-card__title {
	margin: 0;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
}
.demoda-card__title a:hover { color: var(--pink); }
.demoda-card__price {
	font-family: var(--font-body);
	font-size: 18px;
	color: #000;
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 8px;
}
.demoda-card__price del {
	color: #8b8b8b;
	font-size: .84em;
	text-decoration: line-through;
	opacity: 1;
}
.demoda-card__price ins {
	background: none;
	color: var(--sale);
	font-weight: 700;
	text-decoration: none;
}
/* Az árak soha ne törjenek ketté (pl. "6 190,00 Ft" -> "190,00 Ft") */
.woocommerce-Price-amount,
.woocommerce-Price-amount bdi,
.demoda-card__price del,
.demoda-card__price ins,
.demoda-product__price del,
.demoda-product__price ins { white-space: nowrap; }

.demoda-card__cart { margin-top: 4px; }
.demoda-add-to-cart { display: flex; align-items: stretch; gap: 12px; }
.demoda-add-to-cart .quantity { flex: none; }
.demoda-add-to-cart .quantity input.qty,
.demoda-product .quantity input.qty {
	width: 65px; height: 55px;
	padding: 0 6px;
	text-align: center;
	border: 1px solid #666;
	border-radius: 3px;
	background: #fff;
	font-size: 16px;
	-moz-appearance: textfield;
}
.demoda-add-to-cart .quantity input::-webkit-outer-spin-button,
.demoda-add-to-cart .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.demoda-add-to-cart .demoda-btn { flex: 1 1 auto; min-height: 55px; }

/* =========================================================
   ELŐNYÖK SÁV
   ========================================================= */
.demoda-usp { background: var(--pink-soft); color: #fff; }
.demoda-usp__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
	padding-block: 42px;
}
.demoda-usp__item { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.demoda-usp__icon { color: #fff; }
.demoda-usp__text { margin: 0; font-size: 15px; line-height: 1.5; color: #fff; }
.demoda-usp__text span { display: block; }

/* =========================================================
   KATEGÓRIA CSEMPÉK
   ========================================================= */
.demoda-tiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.demoda-tile {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	background: #b3b3b3;
}
.demoda-tile__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.demoda-tile::after {
	content: ""; position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(to bottom, rgba(0,0,0,.1) 0%, rgba(0,0,0,.35) 60%, rgba(0,0,0,.5) 100%);
	transition: background .3s ease;
}
.demoda-tile:hover::after { background: rgba(0, 0, 0, .5); }
.demoda-tile__inner {
	position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
	padding: 26px 22px;
	color: #fff;
	transition: transform .35s ease;
}
.demoda-tile__title {
	font-family: var(--font-head);
	font-size: clamp(28px, 2.6vw, 40px);
	font-weight: 600;
	color: #fff;
	margin: 0;
}
.demoda-tile__reveal {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition: grid-template-rows .35s ease, opacity .3s ease;
}
.demoda-tile__reveal > * { overflow: hidden; }
.demoda-tile:hover .demoda-tile__reveal,
.demoda-tile:focus-within .demoda-tile__reveal { grid-template-rows: 1fr; opacity: 1; }
.demoda-tile__desc { margin: 14px 0 0; font-size: 15px; line-height: 1.55; color: #fff; }
.demoda-tile__btn { margin-top: 18px; padding: 16px 40px; border-radius: 1px; }
.demoda-tile__link { position: absolute; inset: 0; z-index: 3; }

/* =========================================================
   KATEGÓRIA OLDAL
   ========================================================= */
.demoda-shop { padding-block: 30px 70px; }
.demoda-shop__title {
	font-family: var(--font-head);
	font-size: clamp(24px, 3vw, 40px);
	font-weight: 600;
	letter-spacing: 2px;
	margin: 6px 0 26px;
}
.demoda-shop__title span { color: var(--pink); }
.demoda-shop__searchagain { max-width: 460px; margin-top: 20px; }

/* Kategóriák az oldal alján (archívum + találati oldal) */
.demoda-catbottom { padding-bottom: 76px; }
.demoda-catbottom > .demoda-container { border-top: 1px solid var(--line); padding-top: 42px; }
.demoda-catbottom__title {
	font-family: var(--font-head);
	font-size: clamp(22px, 2.4vw, 32px);
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 18px;
}
.demoda-catbottom .demoda-catnav ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0 42px;
}
.demoda-catbottom .demoda-catnav a { padding: 13px 2px; font-size: 15px; }
.demoda-breadcrumb { font-size: 14px; color: #555; margin-bottom: 26px; }
.demoda-breadcrumb a { color: #555; }
.demoda-breadcrumb a:hover { color: var(--pink); }
.demoda-breadcrumb .sep { margin: 0 2px; color: #999; }

.demoda-catnav ul { display: block; }
.demoda-catnav li { border-bottom: 1px solid #cfcfcf; }
.demoda-catnav a {
	display: block;
	padding: 17px 2px;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #1a1a1a;
}
.demoda-catnav a:hover, .demoda-catnav li.is-current > a { color: var(--pink); }

.demoda-term-desc { margin-bottom: 28px; color: var(--body); }
.demoda-empty { padding: 40px 0; font-size: 17px; }

.demoda-pagination { display: flex; justify-content: center; gap: 10px; margin-top: 56px; }
.demoda-pagination .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 34px; height: 34px; padding: 0 8px;
	font-size: 17px; color: #1a1a1a;
}
.demoda-pagination .page-numbers.current { color: var(--pink); font-weight: 700; }
.demoda-pagination a.page-numbers:hover { color: var(--pink); }

/* =========================================================
   TERMÉKOLDAL
   ========================================================= */
.demoda-product { padding-top: 34px; }
.demoda-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 43fr) minmax(0, 48fr);
	gap: 5%;
	align-items: start;
	padding-bottom: 70px;
}
.demoda-product__gallery { position: relative; }
.demoda-product__title {
	font-family: var(--font-head);
	font-size: clamp(28px, 3.3vw, 48px);
	font-weight: 600;
	line-height: 1.18;
	color: var(--ink);
	margin: 4px 0 18px;
}
.demoda-product__price { font-size: 26px; font-family: var(--font-body); color: #000; margin-bottom: 22px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; }
.demoda-product__price del { color: #8b8b8b; font-size: .78em; text-decoration: line-through; opacity: 1; }
.demoda-product__price ins { background: none; color: var(--sale); font-weight: 700; text-decoration: none; }
.demoda-product__excerpt { font-size: 16px; line-height: 1.62; color: var(--body); margin-bottom: 26px; }
.demoda-product__excerpt p:last-child { margin-bottom: 0; }
.demoda-product__desc { padding-bottom: 50px; font-size: 16px; line-height: 1.7; }

.demoda-product form.cart { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin: 0 0 18px; }
.demoda-product form.cart.variations_form { display: block; }
.demoda-product .single_add_to_cart_button {
	min-height: 55px;
	padding: 16px 30px;
	background: var(--pink);
	color: #fff;
	border: 0;
	border-radius: var(--radius);
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color .18s ease;
}
.demoda-product .single_add_to_cart_button:hover { background: var(--pink-soft); }
.demoda-product .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

.egyedi-termek-infobox { margin: 4px 0 22px; }
.egyedi-info-sor { display: flex; align-items: flex-start; gap: 8px; font-size: 15px; line-height: 1.55; color: var(--body); }
.egyedi-info-sor img.emoji { width: 18px; height: 18px; display: inline-block; }

.demoda-product__usp { display: flex; flex-direction: column; gap: 14px; margin-top: 30px; }
.demoda-product__usp li { display: flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 500; color: #111; }
.demoda-product__usp svg {
	flex: none; width: 34px; height: 34px; padding: 6px;
	border-radius: 50%; background: var(--pink); color: #fff;
	stroke-width: 1.8;
}

/* WooCommerce galéria */
.woocommerce-product-gallery { position: relative; }
.woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce-product-gallery__image img { width: 100%; height: auto; }
.woocommerce-product-gallery .flex-control-thumbs {
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px; padding: 0; list-style: none;
}
.demoda-product .woocommerce-product-gallery .flex-control-thumbs { margin: 26px 0 0 !important; }
.demoda-product .woocommerce-product-gallery .flex-viewport,
.demoda-product .woocommerce-product-gallery__wrapper { margin-bottom: 0 !important; }
.woocommerce-product-gallery .flex-control-thumbs li { list-style: none; }
.woocommerce-product-gallery .flex-control-thumbs img { width: 100%; height: auto; cursor: pointer; opacity: .85; }
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover { opacity: 1; }
.woocommerce-product-gallery__trigger {
	position: absolute; top: 14px; right: 14px; z-index: 4 !important;
	width: 40px; height: 40px; border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	background: rgba(255, 255, 255, .9); font-size: 20px; text-decoration: none;
}
.demoda-product .onsale,
.demoda-card .onsale {
	position: absolute; top: 14px; left: 14px; z-index: 4;
	display: inline-flex; align-items: center; justify-content: center;
	width: 56px; height: 56px; border-radius: 50%;
	background: #8f8b23; color: #fff; font-size: 13px; font-weight: 600;
}

/* Variáció swatch illesztés */
.demoda-product .variations { width: 100%; border: 0; margin-bottom: 14px; }
.demoda-product .variations th,
.demoda-product .variations td { padding: 6px 0; text-align: left; vertical-align: middle; border: 0; }
.demoda-product .variations .label { font-weight: 600; padding-right: 16px; }

/* WooCommerce alap gombstílusok felülírása (a woocommerce-general lila gombja helyett) */
.demoda-fast-template .woocommerce button.button,
.demoda-fast-template .woocommerce a.button,
.demoda-fast-template .woocommerce input.button,
.demoda-fast-template button.single_add_to_cart_button,
.demoda-fast-template .demoda-btn,
.demoda-product button.single_add_to_cart_button {
	background-color: var(--pink) !important;
	color: #fff !important;
	border-radius: var(--radius) !important;
	font-family: var(--font-body);
	font-weight: 500;
}
.demoda-fast-template .woocommerce button.button:hover,
.demoda-fast-template .woocommerce a.button:hover,
.demoda-fast-template button.single_add_to_cart_button:hover,
.demoda-fast-template .demoda-btn--primary:hover,
.demoda-product button.single_add_to_cart_button:hover {
	background-color: var(--pink-soft) !important;
}
.demoda-fast-template .demoda-btn--ghost {
	background-color: transparent !important;
	border-color: var(--pink);
}
.demoda-fast-template .demoda-btn--ghost:hover { background-color: var(--pink) !important; }

/* Galéria bélyegképek: a Woo alap 25%-os float helyett rács */
.woocommerce-product-gallery .flex-control-thumbs li {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	list-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs img { width: 100% !important; height: auto !important; }
.woocommerce-product-gallery .flex-viewport { width: 100%; }

/* Készletinformáció az élő oldallal egyezően rejtve */
.demoda-product .summary > p.stock { display: none; }

/* WooCommerce üzenetek */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
	position: relative;
	margin: 0 0 24px; padding: 16px 20px;
	background: var(--pink-tint);
	border: 0;
	border-left: 4px solid var(--pink);
	font-size: 15px; list-style: none;
}
/* A WooCommerce saját ikonja abszolút pozíciós, és belecsúszna a szövegbe. */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before { content: none !important; display: none !important; }
.woocommerce-message a, .woocommerce-info a { color: var(--pink); font-weight: 600; }

/* =========================================================
   LÁBLÉC
   ========================================================= */
.demoda-footer { padding-top: 54px; margin-top: 20px; }
.demoda-footer > .demoda-container { border-top: 1px solid var(--line); padding-top: 54px; }
.demoda-footer__cols {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
	padding-bottom: 50px;
}
.demoda-footer__title {
	font-family: var(--font-body);
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 22px;
	text-transform: uppercase;
}
.demoda-footer__list li { margin-bottom: 12px; }
.demoda-footer__list a { font-size: 15px; color: var(--pink-link); }
.demoda-footer__list a:hover { color: var(--pink); text-decoration: underline; }
.demoda-footer__lead { font-size: 14px; font-weight: 600; color: #333; margin-bottom: 18px; }
.demoda-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 15px; color: #222; }
.demoda-contact svg { flex: none; margin-top: 3px; color: var(--pink); }
.demoda-contact a:hover { color: var(--pink); }
.demoda-contact__lines span { display: block; }

.demoda-footer__bottom {
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	border-top: 1px solid var(--line);
	padding: 24px 0 34px;
}
.demoda-footer__copy { display: flex; align-items: center; gap: 16px; font-size: 15px; color: #222; }
.demoda-footer__logo { width: 56px; height: 56px; object-fit: contain; }
.demoda-footer__pay img { max-height: 26px; width: auto; }

/* =========================================================
   ÁLTALÁNOS OLDALAK
   ========================================================= */
.demoda-page { padding-block: 50px 80px; }
.demoda-page__title { font-size: clamp(28px, 3.4vw, 48px); margin-bottom: 28px; }
.demoda-entry__content { font-size: 17px; line-height: 1.7; }
.demoda-entry__content a { color: var(--pink); text-decoration: underline; }
.demoda-postlist { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.demoda-postcard__title { font-size: 22px; margin: 14px 0 8px; }
.demoda-404 .demoda-search { max-width: 480px; margin-bottom: 24px; }

/* =========================================================
   RESZPONZÍV
   ========================================================= */
@media (max-width: 1600px) {
	.demoda-menu { gap: 4px 18px; }
	.demoda-menu > li > a { font-size: 13.5px; letter-spacing: .2px; }
}

@media (max-width: 1380px) {
	.demoda-menu { gap: 4px 14px; }
	.demoda-menu > li > a { font-size: 12.5px; }
	.demoda-brand__img { width: 78px; height: 78px; }
}



@media (max-width: 1100px) {
	/* ---------- Letisztult mobil fejléc ----------
	   1. sor (fehér): hamburger · logó · fiók + kosár
	   2. sor (rózsaszín csík): kereső                                   */
	.demoda-header { display: flex; flex-direction: column; }
	.demoda-navbar { order: 1; border-bottom: 1px solid #f0f0f0; }
	.demoda-topbar { order: 2; }

	.demoda-topbar__left,
	.demoda-topbar__right { display: none; }
	.demoda-topbar__inner {
		display: block;
		min-height: 0;
		padding-block: 9px;
	}
	.demoda-topbar__center { width: 100%; }
	.demoda-topbar .demoda-search input[type="search"] { height: 44px; font-size: 15px; padding-left: 44px; }
	.demoda-topbar .demoda-search__icon { left: 15px; }
	.demoda-topbar .demoda-search--fibo .dgwt-wcas-sf-wrapp { height: 44px; }
	.demoda-topbar .demoda-search--fibo input.dgwt-wcas-search-input { font-size: 15px !important; padding: 0 48px 0 18px !important; }
	.demoda-topbar .demoda-search--fibo .dgwt-wcas-search-submit { width: 48px !important; }

	.demoda-navbar__inner {
		min-height: 64px;
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: nowrap;
	}
	.demoda-burger { order: 1; display: flex; margin-left: -10px; }
	.demoda-brand { order: 2; flex: 1 1 auto; display: flex; justify-content: center; min-width: 0; }
	.demoda-brand__img { width: 54px; height: 54px; }
	.demoda-brand__text { font-size: 20px; }

	.demoda-navbar__actions {
		order: 3;
		display: flex !important;
		align-items: center;
		gap: 18px;
		flex: none;
	}
	.demoda-navbar__actions .demoda-account,
	.demoda-navbar__actions .demoda-cart-link { color: #1a1a1a; }
	.demoda-navbar__actions .demoda-account span { display: none; }
	.demoda-navbar__actions .demoda-cart-link__count { background: var(--pink); color: #fff; }

	/* ---------- Mobil menü ---------- */
	.demoda-burger { display: flex; }
	.demoda-nav-backdrop {
		display: block !important;
		position: fixed; inset: 0; z-index: 99;
		background: rgba(0, 0, 0, .45);
		opacity: 0; visibility: hidden;
		transition: opacity .25s ease, visibility .25s;
	}
	body.demoda-nav-open .demoda-nav-backdrop { opacity: 1; visibility: visible; }

	.demoda-nav {
		position: fixed;
		top: 0; right: 0; bottom: 0; left: auto;
		z-index: 100;
		width: min(340px, 86vw);
		max-width: none;
		flex: none;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		background: #fff;
		padding: 0;
		box-shadow: -12px 0 34px rgba(0, 0, 0, .22);
		transform: translateX(105%);
		transition: transform .28s cubic-bezier(.4, 0, .2, 1);
		overflow-y: auto;
		overscroll-behavior: contain;
	}
	body.demoda-nav-open { overflow: hidden; }
	body.demoda-nav-open .demoda-nav { transform: none; }

	.demoda-nav__head {
		position: sticky; top: 0; z-index: 2;
		display: flex !important; align-items: center; justify-content: space-between; gap: 12px;
		padding: 14px 16px;
		background: var(--pink-soft);
		color: #fff;
	}
	.demoda-nav__title { font-family: var(--font-head); font-size: 19px; font-weight: 600; color: #fff; letter-spacing: 1px; }
	.demoda-nav__close {
		width: 36px; height: 36px; flex: none;
		display: inline-flex; align-items: center; justify-content: center;
		border: 0; border-radius: 50%;
		background: rgba(255, 255, 255, .2); color: #fff;
		font-size: 20px; line-height: 1; cursor: pointer;
	}
	.demoda-nav__close:hover { background: rgba(255, 255, 255, .34); }
	.demoda-nav__search { display: block !important; padding: 14px 16px 4px; }
	.demoda-nav__search .demoda-search input[type="search"] { background: #f1f1f1; height: 46px; }
	.demoda-nav__search .demoda-search--fibo .dgwt-wcas-sf-wrapp { height: 46px; background: #f1f1f1 !important; }

	.demoda-menu { flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 6px 0 0; flex-wrap: nowrap; }
	.demoda-menu > li { position: relative; border-bottom: 1px solid #ededed; }
	.demoda-menu > li > a {
		display: flex; align-items: center;
		padding: 14px 52px 14px 16px;
		font-size: 14px; letter-spacing: .4px;
		white-space: normal;
	}
	.demoda-menu > li.menu-item-has-children > a::after { display: none; }
	.demoda-sub-toggle {
		position: absolute; top: 0; right: 0;
		width: 52px; height: 49px;
		display: flex !important; align-items: center; justify-content: center;
		border: 0; background: none; cursor: pointer; padding: 0;
	}
	.demoda-sub-toggle span {
		width: 9px; height: 9px;
		border-right: 2px solid #444; border-bottom: 2px solid #444;
		transform: rotate(45deg) translate(-2px, -2px);
		transition: transform .2s ease;
	}
	.demoda-sub-toggle.is-open span { transform: rotate(-135deg) translate(-2px, -2px); }
	.demoda-menu .sub-menu {
		position: static; opacity: 1; visibility: visible; transform: none;
		box-shadow: none; min-width: 0; padding: 2px 0 8px; display: none;
		background: #faf6f9;
	}
	.demoda-menu li.is-open > .sub-menu { display: block; }
	.demoda-menu .sub-menu a { padding: 10px 16px 10px 30px; font-size: 14px; }

	.demoda-nav__foot {
		display: flex !important;
		margin-top: auto;
		padding: 16px;
		border-top: 1px solid #ededed;
		display: flex; flex-direction: column; gap: 12px;
	}
	.demoda-nav__foot > a { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: #1a1a1a; }
	.demoda-nav__foot > a > svg { flex: none; color: var(--pink); }
	.demoda-nav__social { display: flex; align-items: center; gap: 14px; padding-top: 4px; }
	.demoda-nav__social a {
		width: 38px; height: 38px;
		display: inline-flex; align-items: center; justify-content: center;
		border-radius: 50%;
		background: var(--pink);
		color: #fff;
	}
	.demoda-nav__social a:hover { background: var(--pink-soft); }
	.demoda-nav__mobile-extra { display: none; }

	/* Nyitott menü fölé semmi ne úszhasson be (nagyító, lebegő minikosár) */
	body.demoda-nav-open .woocommerce-product-gallery__trigger,
	body.demoda-nav-open .woofc-count,
	body.demoda-nav-open .woofc-total,
	body.demoda-nav-open .dgwt-wcas-suggestions-wrapp { display: none !important; }

	/* Hero: a teljes kép látszódjon, ne legyen levágva */
	.demoda-hero { padding-top: 0; }
	.demoda-hero__grid { grid-template-columns: 1fr; gap: 10px; padding-inline: 0; max-width: none; }
	.demoda-hero__main { min-height: 0; aspect-ratio: 1500 / 1060; }
	.demoda-hero__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: none; padding: 14px 18px; }
	.demoda-hero__banner { min-height: 0; background: none; }
	.demoda-hero__banner-bg { display: none; }
	.demoda-hero__banner-img { position: static; width: 100%; height: auto; object-fit: contain; }

	.demoda-section { padding: 56px 0; }
	.demoda-secthead { gap: 24px; margin-bottom: 32px; }
	.demoda-grid--4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.demoda-usp__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
	.demoda-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.demoda-tile { min-height: 380px; aspect-ratio: 700 / 981; }
	.demoda-tile__reveal { grid-template-rows: 1fr; opacity: 1; }

	.demoda-shop { padding-block: 22px 56px; }
	.demoda-catbottom .demoda-catnav ul { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 28px; }
	.demoda-product__grid { grid-template-columns: 1fr; gap: 30px; }
	.demoda-postlist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.demoda-footer__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
	.demoda-topbar__inner { grid-template-columns: auto auto; grid-template-areas: "left right" "center center"; padding-block: 12px; gap: 12px; }
	.demoda-topbar__left { grid-area: left; gap: 14px; }
	.demoda-topbar__right { grid-area: right; }
	.demoda-topbar__center { grid-area: center; }
	.demoda-phone span { display: none; }

	/* A hero szövege elfér a teljes (nem vágott) kép fölött */
	.demoda-hero__content { padding: 10px 14px; }
	.demoda-hero__title { font-size: clamp(17px, 5.4vw, 30px); line-height: 1.08; letter-spacing: 1.5px; margin-bottom: 8px; }
	.demoda-hero__sub { font-size: 11px; letter-spacing: 1.2px; margin-bottom: 12px; }
	.demoda-hero__actions { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 8px; }
	.demoda-hero__actions .demoda-btn { width: auto; min-width: 0; padding: 9px 14px; font-size: 12px; }
	.demoda-secthead { flex-direction: column; align-items: flex-start; gap: 14px; }
	.demoda-secthead__title { max-width: 100%; letter-spacing: 2px; }
	.demoda-secthead__rule { width: 100%; }

	/* Termékrács mobilon: mindig 2 oszlop, a képek kiérnek a kijelző széléig,
	   hézag csak a két oszlop között. Nincs kártyakeret/árnyék. */
	.demoda-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 6px;
		row-gap: 30px;
		margin-inline: -20px;
	}
	.demoda-card {
		background: transparent;
		box-shadow: none;
		border-radius: 0;
		overflow: visible;
	}
	.demoda-card__media { border-radius: 0; }
	.demoda-card:hover .demoda-card__img { transform: none; }
	.demoda-card__badge { width: 46px; height: 46px; font-size: 11px; top: 8px; left: 8px; }
	.demoda-card__body { padding: 10px 10px 0; gap: 7px; }
	.demoda-card__title { font-size: 13.5px; line-height: 1.4; }
	.demoda-card__price { font-size: 15px; gap: 2px 6px; }
	.demoda-add-to-cart { flex-direction: row; gap: 6px; }
	.demoda-add-to-cart .quantity input.qty { width: 44px; height: 42px; padding: 0 2px; font-size: 14px; }
	.demoda-add-to-cart .demoda-btn { min-height: 42px; flex: 1 1 auto; padding: 8px 6px; font-size: 12.5px; line-height: 1.25; }

	.demoda-usp__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.demoda-usp__item:last-child { grid-column: 1 / -1; }
	.demoda-catbottom { padding-bottom: 48px; }
	.demoda-catbottom > .demoda-container { padding-top: 32px; }
	.demoda-catbottom .demoda-catnav ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
	.demoda-catbottom .demoda-catnav a { font-size: 14px; padding: 12px 2px; }
	/* Kategória csempék: két oszlop, a kép saját arányával – így nincs levágás. */
	.demoda-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.demoda-tile { min-height: 0; aspect-ratio: 700 / 981; }
	.demoda-tile__inner { padding: 16px 12px; }
	.demoda-tile__title { font-size: 20px; line-height: 1.15; }
	.demoda-tile__reveal { display: none; }

	.demoda-footer__cols { grid-template-columns: 1fr; gap: 32px; }
	.demoda-footer__bottom { flex-direction: column; align-items: flex-start; }
	.demoda-postlist { grid-template-columns: 1fr; }
}

/* Kevesebb animáció igény esetén */
@media (prefers-reduced-motion: reduce) {
	* { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* =========================================================
   KOSÁR ÉS PÉNZTÁR
   ========================================================= */
.demoda-woopage { padding-block: 34px 80px; }
.demoda-woopage__title {
	font-family: var(--font-head);
	font-size: clamp(28px, 3.4vw, 48px);
	font-weight: 600;
	letter-spacing: 2px;
	color: var(--ink);
	margin-bottom: 30px;
}

/* A WooCommerce float alapú elrendezését semlegesítjük – saját rácsot használunk */
.demoda-woopage .woocommerce-cart-form,
.demoda-woopage .cart-collaterals,
.demoda-woopage .cart-collaterals .cart_totals,
.demoda-woopage .cart-collaterals .cross-sells,
.demoda-woopage #customer_details,
.demoda-woopage #order_review,
.demoda-woopage #order_review_heading,
.demoda-woopage .col2-set,
.demoda-woopage .col2-set .col-1,
.demoda-woopage .col2-set .col-2 {
	width: 100% !important;
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* --- közös űrlapelemek --- */
.demoda-woopage label { display: block; font-size: 14px; font-weight: 600; color: #333; margin-bottom: 6px; }
.demoda-woopage .required { color: var(--sale); text-decoration: none; border: 0; }
.demoda-woopage input[type="text"],
.demoda-woopage input[type="email"],
.demoda-woopage input[type="tel"],
.demoda-woopage input[type="password"],
.demoda-woopage input[type="number"],
.demoda-woopage select,
.demoda-woopage textarea,
.demoda-woopage .select2-container .select2-selection--single {
	width: 100%;
	height: 50px;
	padding: 0 14px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	background: #fff;
	font-family: var(--font-body);
	font-size: 15px;
	color: #111;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.demoda-woopage textarea { height: 110px; padding: 12px 14px; resize: vertical; }
.demoda-woopage input:focus,
.demoda-woopage select:focus,
.demoda-woopage textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(236, 0, 140, .12); }
.demoda-woopage .select2-container .select2-selection--single { display: flex; align-items: center; }
.demoda-woopage .select2-container--default .select2-selection--single .select2-selection__arrow { height: 48px; }
.demoda-woopage .form-row { margin: 0 0 18px; }

/* --- gombok --- */
.demoda-woopage .button,
.demoda-woopage button.button,
.demoda-woopage input.button,
.demoda-woopage a.button,
.demoda-woopage #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 26px;
	border: 0;
	border-radius: var(--radius);
	background: var(--pink) !important;
	color: #fff !important;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color .18s ease;
}
.demoda-woopage .button:hover,
.demoda-woopage #place_order:hover { background: var(--pink-soft) !important; }
.demoda-woopage .button:disabled,
.demoda-woopage .button.disabled { opacity: .5; cursor: not-allowed; }

/* --- táblázatok --- */
.demoda-woopage table.shop_table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 15px;
}
.demoda-woopage table.shop_table th {
	text-align: left;
	padding: 0 14px 14px;
	border-bottom: 1px solid #ddd;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #666;
}
.demoda-woopage table.shop_table td {
	padding: 18px 14px;
	border-bottom: 1px solid var(--line);
	vertical-align: middle;
	color: #222;
}
.demoda-woopage table.shop_table td:first-child,
.demoda-woopage table.shop_table th:first-child { padding-left: 0; }
.demoda-woopage table.shop_table td:last-child,
.demoda-woopage table.shop_table th:last-child { padding-right: 0; text-align: right; }

/* --- kosár --- */
.demoda-woopage--cart .woocommerce:has(.woocommerce-cart-form) {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
	gap: 20px 56px;
	align-items: start;
}
.demoda-woopage--cart .woocommerce-notices-wrapper { grid-column: 1 / -1; }
.demoda-woopage--cart .woocommerce-cart-form { grid-column: 1; }
.demoda-woopage--cart .cart-collaterals { grid-column: 2; width: 100%; }

.demoda-woopage .product-thumbnail img { width: 84px; height: auto; border-radius: 2px; }
.demoda-woopage td.product-name a { font-weight: 500; color: #111; }
.demoda-woopage td.product-name a:hover { color: var(--pink); }
.demoda-woopage td.product-price,
.demoda-woopage td.product-subtotal { white-space: nowrap; }
.demoda-woopage td.product-subtotal { font-weight: 600; }
.demoda-woopage td.product-quantity .quantity { display: inline-block; }
.demoda-woopage td.product-quantity .quantity input.qty {
	width: 78px; height: 48px; padding: 0 6px;
	text-align: center;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	background: #fff;
	font-family: var(--font-body);
	font-size: 15px;
	font-weight: 600;
	color: #111;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.demoda-woopage td.product-quantity .quantity input.qty:hover { border-color: #9c9c9c; }
.demoda-woopage td.product-quantity .quantity input.qty:focus {
	border-color: var(--pink);
	box-shadow: 0 0 0 3px rgba(236, 0, 140, .12);
}
/* A böngésző alap fel-le nyilai zavarják a képet – mobilon amúgy sem kezelhetők. */
.demoda-woopage .quantity input.qty::-webkit-outer-spin-button,
.demoda-woopage .quantity input.qty::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.demoda-woopage .quantity input.qty { -moz-appearance: textfield; appearance: textfield; }
.demoda-woopage td.product-remove { width: 34px; }
.demoda-woopage td.product-remove a.remove {
	display: inline-flex; align-items: center; justify-content: center;
	width: 26px; height: 26px; border-radius: 50%;
	background: #f0f0f0; color: #666 !important;
	font-size: 18px; line-height: 1; text-decoration: none;
}
.demoda-woopage td.product-remove a.remove:hover { background: var(--sale); color: #fff !important; }

.demoda-woopage td.actions { padding-top: 22px; border-bottom: 0; }
.demoda-woopage td.actions .coupon { display: flex; gap: 10px; flex-wrap: wrap; float: none; align-items: stretch; }
.demoda-woopage td.actions .coupon label { display: none; }
.demoda-woopage td.actions .coupon input.input-text {
	width: 240px; height: 52px; padding: 0 16px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	background: #fff;
	font-family: var(--font-body);
	font-size: 15px;
	color: #111;
	outline: none;
	transition: border-color .15s ease, box-shadow .15s ease;
}
.demoda-woopage td.actions .coupon input.input-text::placeholder { color: #8d8d8d; }
.demoda-woopage td.actions .coupon input.input-text:hover { border-color: #9c9c9c; }
.demoda-woopage td.actions .coupon input.input-text:focus {
	border-color: var(--pink);
	box-shadow: 0 0 0 3px rgba(236, 0, 140, .12);
}
.demoda-woopage td.actions .coupon .button { height: 52px; }
.demoda-woopage td.actions > button.button { float: right; height: 52px; }

.demoda-woopage .cart_totals {
	border: 1px solid var(--line);
	background: #fff;
	padding: 24px;
	position: sticky;
	top: 20px;
}
.demoda-woopage .cart_totals h2 {
	font-family: var(--font-head);
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.demoda-woopage .cart_totals table.shop_table td,
.demoda-woopage .cart_totals table.shop_table th { padding: 12px 0; border-bottom: 1px solid #e8e8e8; }
.demoda-woopage .cart_totals tr.order-total th,
.demoda-woopage .cart_totals tr.order-total td { border-bottom: 0; font-size: 18px; font-weight: 700; }
.demoda-woopage .cart_totals tr.order-total .amount { color: var(--sale); }
.demoda-woopage .wc-proceed-to-checkout { margin-top: 18px; }
.demoda-woopage .wc-proceed-to-checkout a.checkout-button { width: 100%; }
.demoda-woopage .shipping-calculator-button { color: var(--pink); text-decoration: underline; }
.demoda-woopage ul#shipping_method { list-style: none; margin: 0; padding: 0; }
.demoda-woopage ul#shipping_method li { display: flex; align-items: flex-start; gap: 8px; padding: 5px 0; font-size: 14px; }

.demoda-woopage .cart-empty,
.demoda-woopage .wc-empty-cart-message { font-size: 18px; margin-bottom: 22px; }
.demoda-woopage .return-to-shop { margin-top: 10px; }

/* --- pénztár --- */
.demoda-woopage--checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
	grid-template-areas:
		"cust head"
		"cust review";
	gap: 0 56px;
	align-items: start;
}
.demoda-woopage--checkout #customer_details { grid-area: cust; }
.demoda-woopage--checkout #order_review_heading { grid-area: head; }
.demoda-woopage--checkout #order_review { grid-area: review; }

.demoda-woopage--checkout .col2-set,
.demoda-woopage--checkout .col2-set .col-1,
.demoda-woopage--checkout .col2-set .col-2 { width: 100%; float: none; }
.demoda-woopage--checkout .col2-set .col-2 { margin-top: 30px; }
.demoda-woopage h3 {
	font-family: var(--font-head);
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0 0 18px;
}
#order_review_heading { font-family: var(--font-head); font-size: 22px; letter-spacing: 1px; margin: 0 0 18px; }

.demoda-woopage .woocommerce-billing-fields__field-wrapper,
.demoda-woopage .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 18px;
}
.demoda-woopage .woocommerce-billing-fields__field-wrapper .form-row,
.demoda-woopage .woocommerce-shipping-fields__field-wrapper .form-row { grid-column: 1 / -1; }
.demoda-woopage .form-row-first { grid-column: 1; }
.demoda-woopage .form-row-last { grid-column: 2; }

.demoda-woopage #order_review {
	border: 1px solid var(--line);
	background: #fff;
	padding: 24px;
	position: sticky;
	top: 20px;
}
.demoda-woopage #order_review table.shop_table th,
.demoda-woopage #order_review table.shop_table td { padding: 12px 0; border-bottom: 1px solid #e8e8e8; }
.demoda-woopage #order_review tr.order-total th,
.demoda-woopage #order_review tr.order-total td { border-bottom: 0; font-size: 18px; font-weight: 700; }
.demoda-woopage #order_review tr.order-total .amount { color: var(--sale); }
.demoda-woopage #payment { background: transparent; border-radius: 0; margin-top: 18px; }
.demoda-woopage #payment ul.payment_methods {
	list-style: none; margin: 0 0 16px; padding: 0;
	border-bottom: 1px solid #e8e8e8;
}
.demoda-woopage #payment ul.payment_methods li { padding: 12px 0; border-top: 1px solid #e8e8e8; }
.demoda-woopage #payment ul.payment_methods li:first-child { border-top: 0; }
.demoda-woopage #payment ul.payment_methods label { display: inline-flex; align-items: center; gap: 10px; margin: 0; font-weight: 600; cursor: pointer; }
.demoda-woopage #payment ul.payment_methods img { max-height: 26px; width: auto; display: inline-block; }
.demoda-woopage #payment .payment_box {
	background: #fff; border: 1px solid var(--line);
	margin: 10px 0 0; padding: 12px 14px; font-size: 14px; color: #444;
}
.demoda-woopage #payment .payment_box::before { display: none; }
.demoda-woopage #payment .form-row.place-order { padding: 0; margin: 16px 0 0; }
.demoda-woopage #place_order { width: 100%; font-size: 16px; min-height: 56px; }
.demoda-woopage .woocommerce-terms-and-conditions-wrapper { font-size: 14px; margin-bottom: 12px; }
.demoda-woopage .woocommerce-form__label-for-checkbox { display: flex; align-items: flex-start; gap: 9px; font-weight: 400; }
.demoda-woopage .woocommerce-form__label-for-checkbox input { margin-top: 3px; }

.demoda-woopage .woocommerce-form-coupon-toggle,
.demoda-woopage .woocommerce-form-login-toggle { margin-bottom: 20px; }
.demoda-woopage .woocommerce-form-coupon,
.demoda-woopage .woocommerce-form-login {
	border: 1px solid var(--line) !important;
	background: #fff;
	padding: 20px !important;
	margin: 0 0 24px !important;
	border-radius: 0;
}

/* köszönő oldal */
.demoda-woopage .woocommerce-order-overview,
.demoda-woopage ul.order_details {
	display: flex; flex-wrap: wrap; gap: 26px;
	list-style: none; margin: 0 0 30px; padding: 20px;
	border: 1px solid var(--line); background: #fff;
}
.demoda-woopage ul.order_details li {
	font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: #666; border: 0;
}
.demoda-woopage ul.order_details li strong { display: block; margin-top: 4px; font-size: 16px; text-transform: none; letter-spacing: 0; color: #111; }

/* --- reszponzív --- */
@media (max-width: 1100px) {
	.demoda-woopage--cart .woocommerce:has(.woocommerce-cart-form) { grid-template-columns: 1fr; gap: 34px; }
	.demoda-woopage--cart .woocommerce-cart-form,
	.demoda-woopage--cart .cart-collaterals { grid-column: 1; }
	.demoda-woopage--checkout form.checkout {
		grid-template-columns: 1fr;
		grid-template-areas: "cust" "head" "review";
		gap: 34px 0;
	}
	.demoda-woopage .cart_totals,
	.demoda-woopage #order_review { position: static; }
}

@media (max-width: 767px) {
	.demoda-woopage { padding-block: 24px 56px; }
	.demoda-woopage .woocommerce-billing-fields__field-wrapper,
	.demoda-woopage .woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }
	.demoda-woopage .form-row-first,
	.demoda-woopage .form-row-last { grid-column: 1; }

	/* A kosár táblázat kártyákká alakul */
	.demoda-woopage .woocommerce-cart-form table.shop_table thead { display: none; }
	.demoda-woopage .woocommerce-cart-form table.shop_table,
	.demoda-woopage .woocommerce-cart-form table.shop_table tbody,
	.demoda-woopage .woocommerce-cart-form table.shop_table tr,
	.demoda-woopage .woocommerce-cart-form table.shop_table td { display: block; width: auto; }
	.demoda-woopage .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
		position: relative;
		border: 1px solid var(--line);
		padding: 14px 40px 14px 14px;
		margin-bottom: 14px;
	}
	.demoda-woopage .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item td {
		border: 0; padding: 5px 0;
		display: flex; align-items: center; justify-content: space-between; gap: 14px;
		text-align: left;
	}
	.demoda-woopage .woocommerce-cart-form table.shop_table { table-layout: auto; }
	.demoda-woopage .woocommerce-cart-form table.shop_table th,
	.demoda-woopage .woocommerce-cart-form table.shop_table td { width: auto !important; }
	.demoda-woopage .woocommerce-cart-form table.shop_table td::before {
		content: attr(data-title);
		flex: 0 0 auto; white-space: nowrap;
		font-size: 13px; font-weight: 600; color: #666;
	}
	.demoda-woopage .woocommerce-cart-form table.shop_table td.product-remove {
		position: absolute; top: 10px; right: 10px; padding: 0;
	}
	.demoda-woopage .woocommerce-cart-form table.shop_table td.product-remove::before,
	.demoda-woopage .woocommerce-cart-form table.shop_table td.product-name::before,
	.demoda-woopage .woocommerce-cart-form table.shop_table td.product-thumbnail::before { content: none; }

	/* Kép + terméknév egy sorban, a kártya tetején */
	.demoda-woopage .woocommerce-cart-form table.shop_table td.product-thumbnail {
		position: absolute; top: 14px; left: 14px; width: 64px !important; padding: 0;
	}
	.demoda-woopage .woocommerce-cart-form table.shop_table td.product-thumbnail img { width: 64px; }
	.demoda-woopage .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
		padding-left: 92px; min-height: 96px;
	}
	.demoda-woopage .woocommerce-cart-form table.shop_table td.product-name {
		display: block; padding-top: 0; margin-bottom: 6px;
		font-weight: 600; line-height: 1.35;
	}
	.demoda-woopage .woocommerce-cart-form table.shop_table td.product-name a { color: #111; }
	.demoda-woopage .woocommerce-cart-form table.shop_table td.actions {
		padding: 0; display: block; border: 0;
	}
	.demoda-woopage td.actions .coupon { flex-direction: column; width: 100%; }
	.demoda-woopage td.actions .coupon input.input-text {
		flex: 0 0 auto !important; width: 100% !important; height: 52px !important;
	}
	.demoda-woopage td.actions .coupon .button { width: 100% !important; }
	.demoda-woopage td.actions > button.button { float: none; width: 100%; margin-top: 12px; }
	.demoda-woopage ul.order_details { flex-direction: column; gap: 14px; }
}

/* --- kosár/pénztár: oszlopszélességek és túlcsordulás kezelése --- */
.demoda-woopage--cart .woocommerce-cart-form,
.demoda-woopage--cart .cart-collaterals,
.demoda-woopage--checkout #customer_details,
.demoda-woopage--checkout #order_review { min-width: 0; }

/* A WooCommerce saját táblázat-keretét levesszük: a dobozok adják a keretet,
   így a szöveg nem ül rá a vonalra. */
.demoda-woopage table.shop_table,
.demoda-woopage table.shop_table th,
.demoda-woopage table.shop_table td {
	border-left: 0 !important;
	border-right: 0 !important;
}
.demoda-woopage table.shop_table { border-top: 0 !important; border-bottom: 0 !important; border-radius: 0; }

.demoda-woopage .woocommerce-cart-form table.shop_table { table-layout: fixed; }
.demoda-woopage .woocommerce-cart-form th.product-remove,
.demoda-woopage .woocommerce-cart-form td.product-remove { width: 40px; }
.demoda-woopage .woocommerce-cart-form th.product-thumbnail,
.demoda-woopage .woocommerce-cart-form td.product-thumbnail { width: 92px; }
.demoda-woopage .woocommerce-cart-form th.product-price,
.demoda-woopage .woocommerce-cart-form td.product-price { width: 132px; }
.demoda-woopage .woocommerce-cart-form th.product-quantity,
.demoda-woopage .woocommerce-cart-form td.product-quantity { width: 116px; }
.demoda-woopage .woocommerce-cart-form th.product-subtotal,
.demoda-woopage .woocommerce-cart-form td.product-subtotal { width: 136px; }
.demoda-woopage .woocommerce-cart-form td.product-name { word-break: break-word; }

/* Az összegek soha ne törjenek meg és ne lógjanak ki a cellából. */
.demoda-woopage td.product-price,
.demoda-woopage td.product-subtotal,
.demoda-woopage td.product-total,
.demoda-woopage .cart_totals td,
.demoda-woopage #order_review td { white-space: nowrap; }
.demoda-woopage .cart_totals tr.woocommerce-shipping-totals td,
.demoda-woopage #order_review tr.woocommerce-shipping-totals td,
.demoda-woopage #order_review td.product-name { white-space: normal; }

.demoda-woopage .cart_totals table.shop_table,
.demoda-woopage #order_review table.shop_table { table-layout: fixed; }
.demoda-woopage .cart_totals th,
.demoda-woopage #order_review th { width: 42%; vertical-align: top; }
.demoda-woopage .cart_totals td,
.demoda-woopage #order_review td { text-align: right; }
.demoda-woopage .cart_totals tr.woocommerce-shipping-totals td,
.demoda-woopage #order_review tr.woocommerce-shipping-totals td { text-align: left; }

/* A rendelés tartalma: a terméknév kapjon helyet és balra álljon */
.demoda-woopage #order_review th.product-name { width: 62%; }
.demoda-woopage #order_review th.product-total { width: 38%; }
.demoda-woopage #order_review td.product-name { text-align: left; line-height: 1.35; }
.demoda-woopage #order_review td.product-total { white-space: nowrap; vertical-align: top; }
.demoda-woopage #order_review .product-quantity { color: #666; font-weight: 600; }

.demoda-woopage ul#shipping_method li label { margin: 0; font-size: 14px; font-weight: 400; line-height: 1.4; }
.demoda-woopage ul#shipping_method li input[type="radio"] { margin-top: 3px; flex: none; }
.demoda-woopage ul#shipping_method img,
.demoda-woopage .woocommerce-shipping-methods img { max-height: 18px; width: auto; display: inline-block; margin: 0 4px; vertical-align: middle; }
.demoda-woopage .woocommerce-shipping-destination { font-size: 13px; color: #666; margin: 8px 0 4px; }
.demoda-woopage .shipping-calculator-button { font-size: 13px; }

.demoda-woopage td.actions .coupon input.input-text { flex: 0 0 200px; width: 200px; }
.demoda-woopage td.actions .coupon .button { flex: none; }

/* Csomagpont választó gomb (Csomagpontok és Címkék bővítmény) */
.demoda-woopage .vp-woo-pont-select-point,
.demoda-woopage .vp-woo-pont-selected-point {
	display: block;
	margin-top: 8px;
	font-size: 13px;
}

/* A Fly Cart kosár-eleme a menüsorból (a fejlécben már van kosár ikon). */
.demoda-menu > li.woofc-menu-item,
.demoda-nav .woofc-menu-item { display: none !important; }

/* ============================================================
   FIÓKOM
   ============================================================ */
.demoda-woopage--account .woocommerce {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 0 48px;
	align-items: start;
}
.demoda-woopage--account .woocommerce-notices-wrapper { grid-column: 1 / -1; order: 0; }

/* Ha nincs fiók-navigáció (bejelentkező űrlap), egy oszlop legyen. */
.demoda-woopage--account .woocommerce:not(:has(.woocommerce-MyAccount-navigation)) {
	display: block;
}

.demoda-woopage--account .woocommerce-MyAccount-navigation {
	grid-column: 1;
	order: 1;
	width: 100% !important;
	float: none !important;
	position: sticky;
	top: 24px;
}
.demoda-woopage--account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid var(--line);
	background: #fff;
}
.demoda-woopage--account .woocommerce-MyAccount-navigation li { margin: 0; }
.demoda-woopage--account .woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--line); }
.demoda-woopage--account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 15px 18px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #222;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}
.demoda-woopage--account .woocommerce-MyAccount-navigation li a:hover {
	background: var(--pink-tint);
	color: var(--pink);
}
.demoda-woopage--account .woocommerce-MyAccount-navigation li.is-active a {
	background: var(--pink);
	color: #fff;
}
.demoda-woopage--account .woocommerce-MyAccount-content {
	grid-column: 2;
	order: 2;
	width: 100% !important;
	float: none !important;
	min-width: 0;
}
.demoda-woopage--account .woocommerce-MyAccount-content > p { margin-top: 0; }
.demoda-woopage--account .woocommerce-MyAccount-content a { color: var(--pink-link); }

/* Címek */
.demoda-woopage--account .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
}
.demoda-woopage--account .woocommerce-Address {
	width: 100% !important;
	float: none !important;
	border: 1px solid var(--line);
	padding: 22px;
	background: #fff;
}
.demoda-woopage--account .woocommerce-Address-title { position: relative; }
.demoda-woopage--account .woocommerce-Address-title h2,
.demoda-woopage--account .woocommerce-Address-title h3 {
	font-family: var(--font-head);
	font-size: 20px;
	margin: 0 0 12px;
}
.demoda-woopage--account .woocommerce-Address-title .edit {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: var(--pink);
}
.demoda-woopage--account .woocommerce-Address address { font-style: normal; line-height: 1.7; color: #444; }

/* Rendelések / letöltések táblázat */
.demoda-woopage--account table.shop_table { width: 100%; }
.demoda-woopage--account table.shop_table th { font-size: 12px; }
.demoda-woopage--account table.shop_table td.woocommerce-orders-table__cell-order-actions { text-align: right; }
.demoda-woopage--account table.shop_table .button { padding: 10px 18px; font-size: 13px; }

/* Bejelentkezés / regisztráció */
.demoda-woopage--account .u-columns.col2-set {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	margin: 0;
}
.demoda-woopage--account form.login,
.demoda-woopage--account form.register {
	border: 1px solid var(--line);
	padding: 26px;
	margin: 0;
	background: #fff;
}
.demoda-woopage--account .col2-set h2 {
	font-family: var(--font-head);
	font-size: 24px;
	margin: 0 0 16px;
}
.demoda-woopage--account .woocommerce-form-login__rememberme { font-weight: 400; }
.demoda-woopage--account .woocommerce-LostPassword { margin: 12px 0 0; font-size: 14px; }

/* Fiókadatok űrlap */
.demoda-woopage--account .woocommerce-EditAccountForm fieldset {
	border: 1px solid var(--line);
	padding: 20px 22px 4px;
	margin: 28px 0 20px;
}
.demoda-woopage--account .woocommerce-EditAccountForm legend {
	font-family: var(--font-head);
	font-size: 18px;
	padding: 0 8px;
}

@media (max-width: 991px) {
	.demoda-woopage--account .woocommerce { grid-template-columns: 1fr; gap: 28px; }
	.demoda-woopage--account .woocommerce-MyAccount-navigation { position: static; grid-column: 1; }
	.demoda-woopage--account .woocommerce-MyAccount-content { grid-column: 1; }
	.demoda-woopage--account .woocommerce-Addresses,
	.demoda-woopage--account .u-columns.col2-set { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
	.demoda-woopage--account .woocommerce-MyAccount-navigation ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.demoda-woopage--account .woocommerce-MyAccount-navigation li + li { border-top: 0; }
	.demoda-woopage--account .woocommerce-MyAccount-navigation li {
		border-top: 1px solid var(--line);
	}
	.demoda-woopage--account .woocommerce-MyAccount-navigation li:nth-child(even) { border-left: 1px solid var(--line); }
	.demoda-woopage--account .woocommerce-MyAccount-navigation li a { padding: 13px 12px; font-size: 12px; text-align: center; }
	.demoda-woopage--account table.shop_table thead { display: none; }
	.demoda-woopage--account table.shop_table,
	.demoda-woopage--account table.shop_table tbody,
	.demoda-woopage--account table.shop_table tr,
	.demoda-woopage--account table.shop_table td { display: block; width: auto; }
	.demoda-woopage--account table.shop_table tr {
		border: 1px solid var(--line);
		padding: 12px 14px;
		margin-bottom: 12px;
	}
	.demoda-woopage--account table.shop_table td {
		border: 0;
		padding: 5px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		text-align: left;
	}
	.demoda-woopage--account table.shop_table td::before {
		content: attr(data-title);
		flex: 0 0 auto;
		white-space: nowrap;
		font-size: 13px;
		font-weight: 600;
		color: #666;
	}
}

/* ============================================================
   TERMÉKRÁCSOK A SAJÁT SABLONOKON KÍVÜL
   (pl. az Elementorral készült „Akciók" oldal) – a kosárgomb és
   az ár ugyanúgy nézzen ki, mint a téma többi részén.
   ============================================================ */
body.demoda a.button.add_to_cart_button,
body.demoda button.button.add_to_cart_button,
body.demoda a.button.product_type_simple,
body.demoda a.button.product_type_variable,
body.demoda a.button.product_type_grouped,
body.demoda a.button.product_type_external,
body.demoda .e-loop-add-to-cart-form a.button,
body.demoda .e-loop-add-to-cart-form button.button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	padding: 14px 22px !important;
	border: 1px solid transparent !important;
	border-radius: var(--radius) !important;
	background: var(--pink) !important;
	color: #fff !important;
	font-family: var(--font-body) !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-transform: none !important;
	transition: background-color .18s ease !important;
}
body.demoda a.button.add_to_cart_button:hover,
body.demoda button.button.add_to_cart_button:hover,
body.demoda .e-loop-add-to-cart-form a.button:hover,
body.demoda .e-loop-add-to-cart-form button.button:hover {
	background: var(--pink-soft) !important;
	color: #fff !important;
}
body.demoda a.button.added_to_cart {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--pink);
}

/* Mennyiség mező ugyanezekben a rácsokban */
body.demoda .e-loop-add-to-cart-form .quantity input.qty,
body.demoda ul.products .quantity input.qty {
	width: 65px !important;
	height: 55px !important;
	padding: 0 6px !important;
	text-align: center;
	border: 1px solid #cfcfcf !important;
	border-radius: 3px !important;
	background: #fff !important;
	font-family: var(--font-body) !important;
	font-size: 15px !important;
	font-weight: 600;
	color: #111;
}

/* Akciós ár: régi áthúzva, új rózsaszínnel – aláhúzás nélkül */
body.demoda .price ins,
body.demoda .e-loop-item ins,
body.demoda li.product ins,
body.demoda .elementor-widget-woocommerce-product-price ins {
	text-decoration: none !important;
	color: var(--sale) !important;
	font-weight: 700;
	background: none;
}
body.demoda .price ins .amount,
body.demoda .e-loop-item ins .amount,
body.demoda li.product ins .amount { color: var(--sale) !important; }
body.demoda .price del,
body.demoda .e-loop-item del,
body.demoda li.product del,
body.demoda .elementor-widget-woocommerce-product-price del {
	color: #8b8b8b !important;
	font-weight: 400;
	opacity: 1;
}
body.demoda .price del .amount,
body.demoda .e-loop-item del .amount,
body.demoda li.product del .amount { color: #8b8b8b !important; }

/* ============================================================
   PÉNZTÁR ŰRLAP – FINOMHANGOLÁS
   ============================================================ */

/* Két oszlop: vezeték-/keresztnév, irányítószám/város egymás mellett.
   (A .form-row alapszabály erősebb volt, ezért kellett ez a pontosítás.) */
.demoda-woopage .woocommerce-billing-fields__field-wrapper .form-row-first,
.demoda-woopage .woocommerce-shipping-fields__field-wrapper .form-row-first { grid-column: 1; }
.demoda-woopage .woocommerce-billing-fields__field-wrapper .form-row-last,
.demoda-woopage .woocommerce-shipping-fields__field-wrapper .form-row-last { grid-column: 2; }
.demoda-woopage .form-row {
	width: 100% !important;
	float: none !important;
	margin: 0 0 20px !important;
	padding: 0 !important;
}
.demoda-woopage .woocommerce-input-wrapper { display: block; width: 100%; }

/* Kártyás keret a számlázási / szállítási adatoknak */
.demoda-woopage--checkout .woocommerce-billing-fields,
.demoda-woopage--checkout .woocommerce-shipping-fields,
.demoda-woopage--checkout .woocommerce-additional-fields {
	border: 1px solid var(--line);
	background: #fff;
	padding: 26px 26px 6px;
	margin-bottom: 24px;
}
.demoda-woopage--checkout .woocommerce-shipping-fields { padding-bottom: 26px; }
.demoda-woopage--checkout .woocommerce-billing-fields > h3,
.demoda-woopage--checkout .woocommerce-additional-fields > h3 {
	font-family: var(--font-head);
	font-size: 22px;
	font-weight: 600;
	letter-spacing: .5px;
	margin: 0 0 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--line);
}

/* Címkék */
.demoda-woopage .form-row > label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .2px;
	color: #555;
	margin-bottom: 7px;
}
.demoda-woopage .form-row > label .required {
	color: var(--sale);
	margin-left: 2px;
	text-decoration: none;
	border: 0;
}
.demoda-woopage .form-row .optional { color: #999; font-weight: 400; }

/* Mezők */
.demoda-woopage--checkout input[type="text"],
.demoda-woopage--checkout input[type="email"],
.demoda-woopage--checkout input[type="tel"],
.demoda-woopage--checkout input[type="password"],
.demoda-woopage--checkout input[type="number"],
.demoda-woopage--checkout select,
.demoda-woopage--checkout textarea,
.demoda-woopage--account input[type="text"],
.demoda-woopage--account input[type="email"],
.demoda-woopage--account input[type="tel"],
.demoda-woopage--account input[type="password"],
.demoda-woopage--account select {
	height: 52px;
	padding: 0 16px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: #fff;
	font-size: 15px;
	color: #111;
	box-shadow: none;
}
.demoda-woopage--checkout textarea { height: 120px; padding: 14px 16px; line-height: 1.6; }
.demoda-woopage--checkout input::placeholder,
.demoda-woopage--checkout textarea::placeholder { color: #a2a2a2; }
.demoda-woopage--checkout input:hover,
.demoda-woopage--checkout select:hover,
.demoda-woopage--checkout textarea:hover { border-color: #b9b9b9; }
.demoda-woopage--checkout input:focus,
.demoda-woopage--checkout select:focus,
.demoda-woopage--checkout textarea:focus,
.demoda-woopage--account input:focus,
.demoda-woopage--account select:focus {
	border-color: var(--pink);
	box-shadow: 0 0 0 3px rgba(236, 0, 140, .13);
}

/* Legördülők: egységes saját nyíl */
.demoda-woopage--checkout select,
.demoda-woopage--account select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 42px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5l5-5' stroke='%23555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	cursor: pointer;
}
.demoda-woopage--checkout .select2-container--default .select2-selection--single {
	height: 52px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background: #fff;
}
.demoda-woopage--checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 16px;
	color: #111;
}
.demoda-woopage--checkout .select2-container--default .select2-selection--single .select2-selection__arrow { height: 50px; right: 10px; }
.demoda-woopage--checkout .select2-container--default.select2-container--focus .select2-selection--single,
.demoda-woopage--checkout .select2-container--default.select2-container--open .select2-selection--single {
	border-color: var(--pink);
	box-shadow: 0 0 0 3px rgba(236, 0, 140, .13);
}

/* Hibás / kitöltött mezők visszajelzése */
.demoda-woopage .form-row.woocommerce-invalid input.input-text,
.demoda-woopage .form-row.woocommerce-invalid select,
.demoda-woopage .form-row.woocommerce-invalid .select2-selection {
	border-color: #d63638 !important;
	background-color: #fff8f8;
}
.demoda-woopage .form-row.woocommerce-invalid label { color: #d63638; }
.demoda-woopage .form-row.woocommerce-validated input.input-text,
.demoda-woopage .form-row.woocommerce-validated select { border-color: #cfcfcf; }
.demoda-woopage .woocommerce-error li { margin: 0 0 6px; }

/* „Szállítás másik címre?" jelölőnégyzet */
.demoda-woopage #ship-to-different-address {
	font-family: var(--font-head);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .3px;
	margin: 0;
}
.demoda-woopage #ship-to-different-address label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #222;
}
.demoda-woopage #ship-to-different-address input[type="checkbox"],
.demoda-woopage .woocommerce-form__input-checkbox {
	width: 18px; height: 18px;
	accent-color: var(--pink);
	margin: 0;
	cursor: pointer;
}

/* Megjegyzés mező */
.demoda-woopage--checkout .woocommerce-additional-fields__field-wrapper .form-row { margin-bottom: 22px !important; }

/* Fizetési mód leírása és az ÁSZF elfogadás */
.demoda-woopage .wc_payment_method .payment_box {
	background: var(--pink-tint) !important;
	border: 0 !important;
	border-left: 3px solid var(--pink) !important;
	border-radius: 0 !important;
	margin: 10px 0 4px !important;
	padding: 14px 16px !important;
	font-size: 14px;
	color: #444;
}
.demoda-woopage .wc_payment_method .payment_box::before,
.demoda-woopage .wc_payment_method .payment_box::after { content: none !important; display: none !important; }
.demoda-woopage .wc_payment_method > label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	margin: 0;
}
.demoda-woopage .wc_payment_method input[type="radio"] { accent-color: var(--pink); width: 17px; height: 17px; margin: 0; }
.demoda-woopage ul.wc_payment_methods li { padding: 12px 0; border-bottom: 1px solid var(--line); list-style: none; }
.demoda-woopage ul.wc_payment_methods li:last-child { border-bottom: 0; }

.demoda-woopage .woocommerce-terms-and-conditions-wrapper { margin-top: 6px; }
.demoda-woopage .validate-required.woocommerce-validated label.woocommerce-form__label-for-checkbox,
.demoda-woopage label.woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #333;
	margin: 0;
	cursor: pointer;
}
.demoda-woopage label.woocommerce-form__label-for-checkbox input[type="checkbox"] {
	flex: 0 0 auto;
	margin-top: 2px;
}
.demoda-woopage label.woocommerce-form__label-for-checkbox .required { margin-left: 2px; }
.demoda-woopage .woocommerce-privacy-policy-text p { font-size: 13px; color: #666; line-height: 1.6; }

@media (max-width: 767px) {
	/* Mobilon minden mező egy oszlopban */
	.demoda-woopage .woocommerce-billing-fields__field-wrapper,
	.demoda-woopage .woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }
	.demoda-woopage .woocommerce-billing-fields__field-wrapper .form-row-first,
	.demoda-woopage .woocommerce-billing-fields__field-wrapper .form-row-last,
	.demoda-woopage .woocommerce-shipping-fields__field-wrapper .form-row-first,
	.demoda-woopage .woocommerce-shipping-fields__field-wrapper .form-row-last { grid-column: 1; }
	.demoda-woopage--checkout .woocommerce-billing-fields,
	.demoda-woopage--checkout .woocommerce-shipping-fields,
	.demoda-woopage--checkout .woocommerce-additional-fields { padding: 20px 16px 2px; }
	.demoda-woopage--checkout .woocommerce-shipping-fields { padding-bottom: 20px; }
	.demoda-woopage--checkout .woocommerce-billing-fields > h3 { font-size: 19px; margin-bottom: 18px; }
}
