@media (min-width: 1350px) {
.dp-inline-1350 {
	display:inline;
}

}
@media (max-width: 1450px) {
.termek h2 .nev1 {
    font-size: var(--ds-text-lg);
}
}
@media (max-width: 1350px) {
.termek h2 .kod, .termek h2 .kod2 {
    width: 75px;
    font-size: 2rem;
}
.termek h2 .kod2 {
    font-size: 1.75rem;
}
.termek h2 .nev1 {
    font-size: var(--ds-text-base);
}
.kieg-ajanlo {
	width:80%;
}
}
@media (max-width: 1150px) {
#termekek {
    grid-template-columns: repeat(2, 1fr);
}
.termek {
    width: auto;
    max-width: none;
}
.termek h2 .nev1 {
    font-size: var(--ds-text-xl);
}
.kieg-ajanlo {
	width:100%;
}
.feher_blokk.flex {
	flex-wrap:wrap;
}
#adatok{
	min-width: 70%;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =KEZDŐOLDAL*/
#termekek_index .termek {
	max-width: 34%;
	margin: .6%;
}
}
@media (max-width: 1150px) and (min-width: 900px) {
.dp-inline-1150 {
	display:inline;
}
}
@media (max-width: 1000px) {
.index-box.start .fas.fa-question {
	display:block;
	margin-top:2rem;
}

}

@media (max-width: 768px) {

/* Hero satisfaction banner mobilon — padding-alapú, nincs fix height */
a.hero-sat {
    background-size: 300%;
    background-position: center 25%;
}
.hero-sat__content {
    padding: 10vw 1rem;
}
.hero-sat__count {
    font-size: 4.2vw;
}
.hero-sat__score {
    font-size: 14vw;
}
.hero-sat__stars {
    font-size: 5.5vw;
}
.hero-sat__tagline {
    font-size: 6vw;
}
.hero-sat__sub {
    font-size: 3.2vw;
}

.dn-768 {
	display: inherit;
}
.wm-967 {
	margin-top: -20px;
}
/********************wrapper*******************/
.wrapper {
    padding-top: 0;
    width: 100%;
    min-width:  320px;
}
/********************main*******************/
.main {
	padding:0;
}
.main_fooldal {
	display: block;
}
.main-box,#filters {
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #C2AFAB;
	 background-image: url(../images/noise.png), linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.4)); 
	background-image: url(../images/bg-noise.png);
	top: 64px;
	left: -100%;
	text-align: left;
	transition: all .5s;
	z-index: 10;
	padding: 0;
	min-width: 320px;
	overflow:scroll;
	padding-bottom:64px;
}
ul.main-links li {
	background-color: rgba(250,250,250,.2);
	margin-bottom: 2px;
	padding: 6px 12px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	position: relative;
}
ul.main-links li a .tovabb {
	display: inline;
}
ul.main-links li.product a .tovabb {
  top: 19px;
}
#check:checked ~ .main-box{
    left: 0;
}
.filterbtn{
	display: block;
}
#filters {
	left: 100%;
	padding: 6px 12px;
}
#filtersCheck:checked ~ #filters{
	left: 0;
}
#filtersCheck:checked ~ .filterbtn {
  color: #FFFF00;
}
#filtersCheck:default ~ .filterbtn {
  color: #FFF;
}
#filters .inline-768 li {
	display: inline-block;
	margin-right: 0.2em;
}
/********************contain*******************/
.contain {
    min-width: 320px;
    width:100vw;
}

.aloldal, .aloldal2 {
    width: 100%;
    min-height: 1000px;
    margin: 0 auto;
    padding: 12px 2% 36px 2%;
	border-radius: 0;
    margin-top: -20px;
}
#kosar_doboz.aloldal {
	margin-top: 0;
}
#szoveg p, #szoveg ul, #szoveg ol {
	 margin-left: 0; 
}
#szoveg h3 {
	margin:24px 0 12px 0;
}
#talalatok {
    width: 95%;
    margin: 0 auto;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =KEZDŐOLDAL*/
.index-box {
    padding: var(--ds-space-6) 2%;
}
.info-cards {
    grid-template-columns: repeat(2, 1fr);
}
#ertekelesek-container {
    grid-template-columns: 1fr;
}
#termekek_index .termek {
	max-width: 48%;
	margin: 1%;
	box-shadow: none;
}
.index-box > h2 {
	font-size: var(--ds-text-2xl);
}
.cta-aurora {
	border-radius: 0;
	margin-top: var(--ds-space-6);
	margin-bottom: var(--ds-space-6);
}
.contain {
	padding-top: var(--ds-space-4);
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =modális*/
.modal {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	min-height: auto;
	margin: 0 !important;
	padding: var(--ds-space-4);
	border: none;
	border-radius: 0;
	background-color: var(--ds-bg);
	overflow-y: auto;
	opacity: 0.95;
}

.overLay, #overLay {
	background: var(--ds-bg);
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}
#visszaigazolas {
	position: static !important;
	height: auto !important;
	margin: 0;
	padding: var(--ds-space-6) var(--ds-space-4);
	max-width: 100%;
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#visszaigazolas h1 {
	margin-top: var(--ds-space-3);
	margin-bottom: var(--ds-space-3);
	font-size: var(--ds-text-xl);
}
#visszaigazolas .vi-section {
	padding: var(--ds-space-3) 0;
}
#visszaigazolas .vi-bank-card {
	margin: var(--ds-space-4) 0;
	padding: var(--ds-space-5);
}
#visszaigazolas .vi-bank-table td:first-child {
	width: auto;
	white-space: nowrap;
	padding-right: var(--ds-space-2);
}
#visszaigazolas .vi-bank-table td {
	font-size: var(--ds-text-xs);
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =modális kosárba*/
.modal-kosarba-box .tipp {
	width: auto;
    max-width: 430px;
	padding: var(--ds-space-2) var(--ds-space-3);
	border-radius: var(--ds-radius-md);
	font-size: var(--ds-text-sm);
	margin: auto;
}
.modal-kosarba-box p.ok {
font-size: 1.5rem;
text-align: center;
}
/* #modalKosarbaTesz: a .modal alapstílus kezeli (display:none → lightbox nyitja) */
#modalKosarbaTesz .modal-kosarba-box {
	width: 100%;
	max-width: 100%;
	padding: var(--ds-space-6) var(--ds-space-4);
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.modal-kosarba-box .ajanlo-big, .modal-kosarba-box .ajanlo-minta {
	margin: auto;
	font-size: 1.5rem;
	padding: var(--ds-space-4);
	border: 1px solid var(--ds-border);
	max-width: 400px;
}
.modal-kosarba-box .ajanlo-minta {
	font-size: 1rem;
}
.modal-kosarba-box .kov-posta {
font-size: 3rem;
line-height: 1.5;
}
.modal-kosarba-box .small {
font-size: 1.5rem;
}
.modal-kosarba-box .gombok {
	margin: auto;
	max-width: 400px;
}
#modalKosarbaTesz .gombok a {
	font-size: 13px;
	min-width: auto;
	text-align: center;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = =termekek*/
.termek {
    width: auto;
}
a.szures_torles {
	font-size:16px;
}
.slide-box {
	max-width: 94vw;
}
.slide-item {
	min-width: 210px;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =adatlap*/
.adatlap-keret {
    width: 95%;
    margin: 0 auto;
}
a.gomb-adatlap {
	font-size: 1.4rem;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =kosár*/
.kosar-garanciak {
	margin: 12px auto;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =gyik*/
#modalGyik,#modalSzallitas{
	width:auto; 
	min-width:100%;  
	height:100vh;
}
/* = = = = = = = = = = = = = = = = = = = = MINTA RENDELÉS*/
.mintak-box > div:first-child {
	margin-right: 0;
}
.mintak-box.flex {
	flex-wrap:wrap;
}
.mintak-box > div{
	max-width:100%;
}
.site-footer-inner {
	grid-template-columns: repeat(2, 1fr);
}

}
@media (max-width: 700px) {
.kat-slide {
	width: 100%;
	border-radius: var(--ds-card-radius);
}
.kat-slide .felirat {
	border-radius: 0;
}
}
@media (max-width: 600px) {
body { font-size: 15px; }
.dp-inline-600 {
	display:inline;
}
/* V6 Hybrid — chip shadow eltávolítás mobilon */
.sf-chip { box-shadow: none; }
.sf-chip:hover { transform: none; box-shadow: none; }
/* V6 Hybrid — vélemény kártyák borderless mobilon */
.ertekeles-container-velemenyek {
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--ds-border);
    padding: var(--ds-space-4) 0;
}
.ertekeles-container-velemenyek:last-child { border-bottom: none; }
/* = = = = = = = = = = = = = = = = = = = = = = = = = =TERMÉKKÁRTYA MOBIL*/
#termekek {
    grid-template-columns: 1fr;
    gap: var(--ds-space-6);
}
.termek {
    width: auto;
    border-radius: var(--ds-card-radius);
    box-shadow: none;
    border-bottom: none;
}
.termek:hover {
    box-shadow: none;
    transform: none;
}
.termek:hover .tc-image-link img {
    transform: none;
}
.tc-image-link img {
    max-width: 220px;
}
.tc-brand {
    font-size: var(--ds-text-3xl);
}
.tc-price-current {
    font-size: var(--ds-text-xl);
}
/* Trust bar mobil */
.trust-bar {
    gap: var(--ds-space-3);
    padding: var(--ds-space-2) var(--ds-space-3);
}
.trust-bar span {
    font-size: 0.6875rem;
}
/* Touch-friendly gombok (min 44px — Apple HIG) */
.tc-size-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 13px;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = =KEZDŐOLDAL*/
.index-box.start a {
	font-size: 1.5rem;
}
#termekek_index .termek {
	max-width: 100%;
}
#termekek {
	margin: 0%;
	margin-bottom:1%;
}
.vasarlasi-folyamat-img {
	background-image: url(../images/vasarlasi-folyamat-kosar-small.png);
	height: 16vw;
	background-size: cover;
}
.adatmegadas .vasarlasi-folyamat-img {
	background-image: url(../images/vasarlasi-folyamat-adatmegadas-small.png);
	background-position: right;
	height: 14vw;
	min-height: 46px;
}

.urlap-button.flex .nagy_gomb_sz{
	flex-basis:100%;
	order: 2;
}
.urlap-button.flex .nagy_gomb {
	flex-basis: 100%;
	order: 1;
	margin-bottom: 1rem;
}
.urlap .jobb input {
	width: 100%;
/*	max-width: 300px;
*/}
.urlap p.jobb {
	width: 100%;
	margin: 6px 0;
}
.urlap p.bal {
	width: 100%;
	margin-bottom: 0;
}
.urlap input#tel {
	max-width: 276px;
	width: 91%;
}
/***********feliratkozas*******************/
.OM-box-container.conversion {
  width: auto;
  background: #bd133b;
}
.OM-box-container.conversion .OM-box {
  width: auto;
  background: url("../images/noise.png") repeat;
}
.kedvencek-sub-icon {
	display:none;
}

}
@media (max-width: 500px) {
.cta-aurora {
    padding: 3.5rem var(--ds-space-5);
}
.site-footer-inner {
	grid-template-columns: 1fr;
	gap: var(--ds-space-6);
}
.item div.bal2{
	width:100%;
}
.item div.ar{
	width:100%;
	text-align:right;
	float:right;
	padding-right: .5rem;
}
}
@media (max-width: 370px) {
#modalKosarbaTesz .gombok a {
	font-size: 12px;
}
}

/* ============================================================
   SZŰRŐRENDSZER RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
    /* Top sor: tabok + keresés mobilon egymás alá */
    .sf-top-row {
        flex-direction: column;
        gap: var(--ds-space-2);
    }
    .sf-search-box {
        margin-left: 0;
        padding: 0 0 8px 0;
    }
    .sf-search-input {
        width: 100%;
    }
    /* Nem tabok: kisebb, scrollable */
    .sf-gender-tabs {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .sf-gender-tabs::-webkit-scrollbar { display: none; }
    .sf-gender-tab {
        padding: 10px 14px;
        font-size: var(--ds-text-sm);
    }

    /* Toolbar: mobilon nincs felső margin */
    .sf-toolbar {
        gap: var(--ds-space-2);
        margin-top: 0;
    }

    /* Rendezés: rövid label */
    .sf-sort-btn .sf-sort-prefix {
        display: none;
    }

    /* Panel: bottom sheet */
    .sf-panel {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        max-height: 85vh;
        border-radius: 20px 20px 0 0;
        overflow-y: auto;
        transform: translateY(100%);
        transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
        z-index: 200;
    }
    .sf-panel--open {
        display: block;
        transform: translateY(0);
    }

    .sf-panel-handle {
        display: block;
        width: 36px;
        height: 4px;
        background: var(--ds-border);
        border-radius: 2px;
        margin: 0 auto var(--ds-space-3);
    }

    .sf-panel-grid {
        grid-template-columns: 1fr;
        gap: var(--ds-space-4);
    }

    .sf-panel-footer {
        position: sticky;
        bottom: 0;
        background: var(--ds-bg);
        padding: var(--ds-space-3) 0;
        margin: 0 calc(-1 * var(--ds-space-5));
        padding-left: var(--ds-space-5);
        padding-right: var(--ds-space-5);
    }

    /* Count elrejtése mobilon */
    .sf-count {
        display: none;
    }

    /* Kedvencek oldal — gomb mobil méret */
    .tc-fav-remove-btn {
        font-size: var(--ds-text-xs, 0.75rem);
        padding: 0.25rem 0.625rem;
    }

    /* Kedvencek üres állapot */
    .fav-empty-state {
        padding: 2.5rem 1rem;
    }
    .fav-empty-icon {
        font-size: 2.5rem;
    }

    /* ── Vélemények V6 Redesign — mobil ── */
    .vel-hero {
        padding: var(--ds-space-8) var(--ds-space-4) var(--ds-space-6);
    }
    .vel-hero__title {
        font-size: var(--ds-text-2xl);
    }
    .vel-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: var(--ds-space-2);
        padding: 0 var(--ds-space-3);
    }
    .vel-stat-card {
        padding: var(--ds-space-3) var(--ds-space-2);
        box-shadow: none;
        border-radius: var(--ds-radius-sm);
    }
    .vel-stat-card:hover {
        box-shadow: none;
        transform: none;
    }
    .vel-stat-card__number {
        font-size: var(--ds-text-xl);
    }
    .vel-owner {
        display: flex;
        flex-direction: column;
        gap: var(--ds-space-3);
        margin-left: var(--ds-space-4);
        margin-right: var(--ds-space-4);
        padding: var(--ds-space-4);
    }
    .vel-aura {
        padding: 0 var(--ds-space-3);
    }
    .vel-aura__left {
        flex-direction: row;
        align-items: center;
        gap: var(--ds-space-2);
    }
    .vel-aura__content {
        padding: var(--ds-space-4);
    }
    .index-box.velemenyek {
        padding-left: 0;
        padding-right: 0;
    }
    .vel-card {
        box-shadow: none;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid var(--ds-border);
        padding: var(--ds-space-8) var(--ds-space-4);
    }
    .vel-card:last-child {
        border-bottom: none;
    }
    .vel-card:hover {
        box-shadow: none;
    }
    .vel-card--featured {
        border-left: none;
    }
    /* Mobil: nyíl mindig látható */
    .vel-pill__arrow {
        opacity: 0.5;
    }
    /* Mobil: önálló ikon ugyanolyan mint desktopon */
    .vel-section {
        padding: 0;
    }
    .vel-section__title,
    .vel-section__sub {
        padding: 0 var(--ds-space-4);
    }
    .vel-cards {
        gap: 0;
    }
    .vel-pagination__btn {
        min-width: 36px;
        height: 36px;
    }
}

/* ============================================================
   SZŰRŐ SIDEBAR — mobil (slide-in panel)
   ============================================================ */
@media (max-width: 768px) {
    /* Jobbról becsúszó szűrő panel (kosár panel stílus) */
    .sf-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        width: min(380px, 92vw);
        height: 100%;
        max-height: none;
        z-index: 2000;
        border-radius: 0;
        border: none;
        border-left: 1px solid var(--ds-border);
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        padding: 0;
        margin-top: 0;
        background: var(--ds-bg-card);
        box-shadow: none;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
    .sf-sidebar.sf-sidebar--open {
        transform: translateX(0);
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.06);
    }

    /* Fix fejléc (mindig látható) */
    .sf-sidebar__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: calc(env(safe-area-inset-top, 0px) + 18px) 22px 14px;
        border-bottom: 1px solid var(--ds-border);
        flex-shrink: 0;
        margin: 0;
    }
    .sf-sidebar__header-count {
        font-family: var(--ds-font-heading);
        font-size: 26px;
        font-weight: 500;
        color: var(--ds-gold);
    }
    .sf-sidebar__close {
        width: 38px;
        height: 38px;
        border-radius: 12px;
        border: 1px solid var(--ds-border);
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background 0.15s;
        font-size: 0;
        padding: 0;
        color: var(--ds-text-secondary);
    }
    .sf-sidebar__close::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        background: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4l8 8M12 4l-8 8' stroke='currentColor' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
    }
    .sf-sidebar__close:active {
        background: rgba(0, 0, 0, 0.04);
    }

    /* Görgethető szűrő tartalom */
    .sf-sidebar__group,
    .sf-sidebar__footer {
        padding-left: 22px;
        padding-right: 22px;
    }
    .sf-sidebar__group:first-of-type {
        padding-top: 16px;
    }
    .sf-sidebar__footer {
        padding-bottom: 120px;
    }
    /* Wrapper a görgetéshez — a header KÍVÜL marad */
    .sf-sidebar__scroll {
        flex: 1 1 auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* Mobilon: teljes tag név (nincs levágás, van hely) */
    .fm-tag__label { display: none; }
    .fm-tag__full { display: inline; }

    /* Lebegő szűrő gomb — jobb alsó sarok, sötét header stílus, Paper Touch */
    .sf-sidebar-toggle {
        display: flex;
        position: fixed;
        bottom: 80px;
        right: 16px;
        z-index: 1050;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 52px;
        height: 52px;
        border: 1px solid rgba(210,85,59,0.15);
        border-radius: 50%;
        background: var(--ds-cta);
        box-shadow: 3px 4px 0 var(--ds-shade-strong), 0 1px 3px rgba(0,0,0,0.08);
        color: #fff;
        cursor: pointer;
        font-size: 1.25rem;
        transform: translateY(0);
        transition: transform 0.12s, box-shadow 0.12s;
    }
    .sf-sidebar-toggle:active {
        transform: translateY(2px) translateX(1px);
        box-shadow: 1px 1px 0 var(--ds-shade), 0 0 2px rgba(0,0,0,0.06);
    }
    .sf-sidebar-toggle .sf-toggle-label {
        display: none;
    }
    /* OK bezáró gomb — szűrő panel fölött, sötét header stílus, pop-in/out */
    .sf-sidebar-ok {
        position: fixed;
        bottom: 80px;
        right: 16px;
        z-index: 2100;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        border: 1px solid rgba(210,85,59,0.15);
        border-radius: 50%;
        background: var(--ds-cta);
        box-shadow: 3px 4px 0 var(--ds-shade-strong), 0 1px 3px rgba(0,0,0,0.08);
        color: #fff;
        cursor: pointer;
        font-size: 1.25rem;
    }
    /* Pop-in animáció */
    .sf-sidebar-ok--in {
        animation: sfOkPopIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
    }
    /* Press effekt — !important a pop-in animation transform felülírásához */
    .sf-sidebar-ok:active {
        transform: translateY(2px) translateX(1px) !important;
        box-shadow: 1px 1px 0 rgba(0,0,0,0.2), 0 0 2px rgba(0,0,0,0.08) !important;
        transition: transform 0.08s, box-shadow 0.08s;
    }
    @keyframes sfOkPopIn {
        0% { transform: scale(0) rotate(-90deg); opacity: 0; }
        100% { transform: scale(1) rotate(0deg); opacity: 1; }
    }

    .sf-toolbar-left {
        gap: 8px;
    }

    /* Aktív szűrők sáv mobilon — teljes szélesség, csak alsó border */
    .sf-active-filters--stuck {
        left: 0 !important;
        width: 100% !important;
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
        box-shadow: none;
    }
}
/* Sidebar overlay: az .overlay + .open class-t használjuk (fm-nav-v5.css-ből) */


/* ================================================================
   Product Detail (pd-*) — Responsive
   ================================================================ */

@media (max-width: 768px) {
    .pd-below-fold {
        grid-column: 1 / -1;
    }

    .pd-page {
        padding: 0 0 var(--ds-space-12);
    }

    .pd-breadcrumb {
        font-size: var(--ds-text-xs);
        margin-bottom: var(--ds-space-3);
        padding: 0 var(--ds-space-4);
    }

    .pd-hero {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pd-hero__image {
        position: static;
        text-align: center;
    }

    /* Kép kártya — teljes szélességben, keret nélkül */
    .pd-image {
        max-width: 100%;
        margin: 0;
        padding: var(--ds-space-6) var(--ds-space-4);
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
    }
    .pd-image__photo {
        max-width: 60%;
    }


    /* Info blokk — padding a szélektől */
    .pd-hero__info {
        padding: var(--ds-space-5) var(--ds-space-4) 0;
        gap: var(--ds-space-3);
    }

    .pd-title__brand {
        letter-spacing: 0.14em;
    }



    .pd-price__current {
        font-size: var(--ds-text-2xl);
    }

    /* Változat-választó — elegáns kártyák */
    .pd-variants__list {
        gap: var(--ds-space-2);
    }
    .pd-variant-card {
        padding: var(--ds-space-3);
        min-width: 5rem;
        border-radius: var(--ds-radius-md);
    }

    .pd-cta {
        font-size: var(--ds-text-lg);
        padding: var(--ds-space-4);
        border-radius: var(--ds-radius-lg);
    }

    .pd-trust {
        grid-template-columns: 1fr 1fr;
        gap: var(--ds-space-2);
    }

    .pd-sticky-cta {
        bottom: var(--ds-nav-height, 58px);
        padding: var(--ds-space-2) var(--ds-space-3);
        transform: translateY(calc(100% + var(--ds-nav-height, 58px)));
    }
    .pd-sticky-cta--visible {
        transform: translateY(0);
    }

    .pd-sticky-cta__name {
        display: none;
    }

    .pd-sticky-cta__btn {
        padding: var(--ds-space-2) var(--ds-space-4);
        font-size: var(--ds-text-sm);
    }

    /* Below fold — accordion szekciók */
    .pd-below-fold {
        margin-top: var(--ds-space-6);
    }
    .pd-accordion__header {
        padding: var(--ds-space-4);
    }
    .pd-accordion__body {
        padding: 0 var(--ds-space-4) var(--ds-space-5);
    }
    .pd-chars__row {
        grid-template-columns: 80px 1fr auto;
        gap: var(--ds-space-2);
    }
    .pd-chars__row--tags {
        grid-template-columns: 80px 1fr;
    }
    .pd-chars__value {
        min-width: auto;
    }

    /* Fázis 3 — szekciók */
    .pd-section {
        padding: 0 var(--ds-space-4);
    }
    .pd-section--similar {
        padding: 0;
    }
    .pd-section--similar .pd-section__header {
        padding: 0 var(--ds-space-4);
    }
    .pd-similar {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .pd-similar__card {
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    .pd-similar__card + .pd-similar__card {
        border-top: none;
    }
    .pd-similar__link {
        flex-direction: row;
        align-items: center;
        gap: var(--ds-space-4);
    }
    .pd-similar__img {
        width: 80px;
        margin-bottom: 0;
    }
    .pd-reviews {
        gap: var(--ds-space-3);
        padding-right: 20%;
    }
    .pd-review-card {
        min-width: 240px;
        max-width: 280px;
    }
    .pd-reviews__arrow { display: none !important; }

    /* Bundle offer — tablet/mobil */
    .pd-bundle__bubble {
        padding: var(--ds-space-2) var(--ds-space-3);
    }
    .pd-bundle-pair {
        margin: 0 var(--ds-space-3) var(--ds-space-3);
        padding: var(--ds-space-2) var(--ds-space-3);
    }
    .pd-recently-viewed__list {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--ds-space-3);
    }
    .pd-rv-card__img {
        width: 64px;
    }
}

@media (max-width: 480px) {
    .pd-image__photo {
        max-width: 55%;
    }

    .pd-actions__secondary {
        flex-direction: column;
    }
    .pd-actions__secondary .pd-cta--sample {
        width: 100%;
    }

    .pd-chars__row {
        grid-template-columns: 1fr;
        gap: var(--ds-space-1);
    }
    .pd-chars__row--tags {
        grid-template-columns: 1fr;
    }
    .pd-chars__bar-wrap {
        order: 2;
    }
    .pd-chars__value {
        text-align: left;
        order: 3;
    }

    /* Bundle offer — kis mobil */
    .pd-bundle__aura {
        min-width: 56px;
    }
}
