/*
Theme Name: NFS Experience
Theme URI: https://nfsdrive.hu
Author: Egyedi Fejlesztés
Description: Villámgyors, egyedi WooCommerce téma élményvezetéshez.
Version: 1.0
Text Domain: nfs-experience
*/

/* =========================================================
   ALAP VÁLTOZÓK
========================================================= */

:root {
    --bg-base: #f7f9fc;
    --bg-card: #ffffff;
    --bg-alt: #f4f1f0;

    --text-main: #0a0e12;
    --text-muted: #5a646c;

    --accent-orange: #ff7f63;
    --accent-orange-hover: #ff6342;
    --accent-red: #e50920;
    --accent-blue: #2f80ed;

    --border-light: #e2e8f0;

    --shadow-soft: 0 10px 40px rgba(0, 0, 0, 0.04);
    --shadow-header: 0 10px 30px rgba(0, 0, 0, 0.16);
    --shadow-hover: 0 20px 40px rgba(255, 85, 51, 0.15);

    --radius-md: 16px;
    --radius-lg: 24px;

--header-bg: #101722;
--header-height: 104px;
--header-height-scrolled: 78px;}

/* =========================================================
   RESET / ALAPOK
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-base);
    color: var(--text-main);
    overflow-x: hidden;
    padding-top: var(--header-height);
}

body.admin-bar {
    padding-top: calc(var(--header-height) + 32px);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.25s ease;
}

h1,
h2,
h3,
h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

/* =========================================================
   DRIVE-X FEJLÉC - KÉPHEZ IGAZÍTOTT VÉGLEGES VERZIÓ
   Ez kiváltja a régi fejléc, logó, menü, kereső, fiókom és kosár stílusokat.
========================================================= */

:root {
    --header-bg: #071321;
    --header-height: 92px;
    --header-height-scrolled: 82px;
    --header-max-width: 1780px;
    --header-accent: #ff6a00;
    --header-border: rgba(255, 255, 255, 0.14);
    --header-text: #ffffff;
    --header-muted: rgba(255, 255, 255, 0.72);
}

body {
    padding-top: var(--header-height);
}

body.admin-bar {
    padding-top: calc(var(--header-height) + 32px);
}

body.drx-mobile-menu-open {
    overflow: hidden;
}

.drx-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: var(--header-height);
    height: var(--header-height);
    background: linear-gradient(180deg, #071321 0%, #081625 100%);
    color: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none;
    transition:
        min-height 0.25s ease,
        height 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.drx-site-header.is-scrolled {
    min-height: var(--header-height-scrolled);
    height: var(--header-height-scrolled);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.drx-header-inner {
    width: 100%;
    max-width: var(--header-max-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.drx-header-left {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 48px;
}

.logo,
.drx-header-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    min-width: 0;
}

.logo a,
.drx-header-logo a {
    display: flex;
    align-items: center;
    color: #ffffff !important;
}

.logo img,
.drx-header-logo img,
.custom-logo,
.drx-header-logo .custom-logo,
.drx-site-header .custom-logo-link img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 250px !important;
    max-height: 52px !important;
    object-fit: contain !important;
    object-position: left center !important;
    transition:
        max-width 0.25s ease,
        max-height 0.25s ease;
}

.drx-site-header.is-scrolled .logo img,
.drx-site-header.is-scrolled .drx-header-logo img,
.drx-site-header.is-scrolled .custom-logo,
.drx-site-header.is-scrolled .drx-header-logo .custom-logo,
.drx-site-header.is-scrolled .custom-logo-link img {
    max-height: 46px !important;
}

.drx-logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.drx-desktop-nav {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.drx-desktop-nav > div,
.drx-desktop-nav .menu-primary-container,
.drx-desktop-nav .menu,
.drx-desktop-nav .drx-menu {
    width: 100%;
}

.drx-desktop-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.drx-desktop-nav ul li {
    position: relative;
}

.drx-desktop-nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.93rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--header-text);
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.drx-desktop-nav li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1.8px solid currentColor;
    border-bottom: 1.8px solid currentColor;
    transform: rotate(45deg);
    margin-top: -4px;
}

.drx-desktop-nav ul li a:hover,
.drx-desktop-nav ul li.current-menu-item > a,
.drx-desktop-nav ul li.current-menu-ancestor > a {
    color: var(--header-accent);
}

.header-actions,
.drx-header-actions,
.drx-header-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.drx-header-search {
    position: relative;
    flex: 0 0 430px;
    width: 430px;
    max-width: 430px;
}

.drx-header-search-input {
    width: 100%;
    height: 54px;
    border-radius: 16px;
    border: 2px solid var(--header-border);
    background: rgba(255, 255, 255, 0.02);
    color: var(--header-text);
    padding: 0 60px 0 22px;
    outline: none;
    font-size: 0.96rem;
    font-weight: 500;
}

.drx-header-search-input::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.drx-header-search-btn {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.drx-header-search-btn svg,
.drx-header-account svg,
.drx-header-cart svg,
.drx-mobile-search svg {
    width: 22px;
    height: 22px;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.drx-header-account {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #ffffff;
    min-width: 46px;
}

.drx-header-account-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

.drx-header-account-label {
    font-size: 0.79rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
}

.drx-header-account:hover,
.drx-header-cart:hover,
.drx-header-search-btn:hover {
    color: var(--header-accent);
}

.drx-header-cart {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-left: 2px;
}

.drx-header-cart-badge {
    position: absolute;
    top: -9px;
    right: -10px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--header-accent);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(255, 106, 0, 0.35);
}

.drx-action-icon {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.drx-action-icon:hover {
    color: var(--header-accent);
}

.drx-icon-wrap {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.drx-icon-wrap svg {
    width: 28px;
    height: 28px;
    display: block;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.drx-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--header-accent);
    box-shadow: 0 3px 8px rgba(0,0,0,0.28);
}

.drx-badge-red,
.drx-badge-blue {
    background: var(--header-accent);
}

.btn-cart {
    height: 46px;
    padding: 0 22px;
    border: none;
    border-radius: 7px;
    background: var(--header-accent);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    white-space: nowrap;
    transition: 0.25s ease;
}

.btn-cart svg {
    width: 22px;
    height: 22px;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.btn-cart:hover {
    background: #ff5500;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(255, 106, 0, 0.32);
}

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    color: #ffffff;
}

.mobile-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(92vw, 380px);
    height: 100vh;
    background: #ffffff;
    z-index: 10001;
    padding: 24px;
    box-shadow: -12px 0 36px rgba(0, 0, 0, 0.24);
    transition: right 0.28s ease;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-nav-overlay.active {
    right: 0;
}

.mobile-menu-close {
    display: block;
    align-self: flex-end;
    border: 0;
    background: transparent;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    color: #071321;
    margin-bottom: 0;
}

.drx-mobile-search {
    position: relative;
}

.drx-mobile-search input {
    width: 100%;
    height: 48px;
    border-radius: 14px;
    border: 1px solid #d7dce3;
    padding: 0 52px 0 16px;
    outline: none;
}

.drx-mobile-search button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #071321;
    cursor: pointer;
}

.drx-mobile-quick-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.drx-mobile-quick-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f5f7fa;
    font-weight: 700;
    color: #071321;
}

.drx-mobile-nav ul,
.drx-mobile-menu,
.mobile-nav-overlay .menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.drx-mobile-nav a,
.mobile-nav-overlay .menu a,
.mobile-nav-overlay a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #071321;
}

.drx-mobile-nav a:hover,
.mobile-nav-overlay .menu a:hover,
.mobile-nav-overlay a:hover {
    color: var(--header-accent);
}


/* =========================================================
   TOP BAR, HA VALAHOL HASZNÁLATBAN VAN
========================================================= */

.top-bar {
    position: relative;
    width: 100%;
    background: var(--text-main);
    color: #ffffff;
    padding: 8px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.top-bar-left {
    display: flex;
    gap: 20px;
    color: #cccccc;
}

.top-bar-right {
    display: flex;
    gap: 15px;
}

.social-link {
    font-weight: bold;
    color: #ffffff;
    opacity: 0.72;
}

.social-link:hover {
    opacity: 1;
    color: var(--accent-orange);
}

/* =========================================================
   FONTOS: BELSŐ HEADER ELEMEK NE LEGYENEK FIXÁLVA
========================================================= */

article header,
.single-post-container header,
.post-content header,
.entry-content header,
.woocommerce-products-header,
.page-header {
    position: static !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    border-bottom: none !important;
    display: block !important;
}

/* =========================================================
   OLDALTARTALOM / CÍMSÁVOK
========================================================= */

.drx-page-main,
.site-main,
main {
    position: relative;
}

.drx-page-title-bar,
.page-title-bar {
    background: #ffffff;
    border-bottom: 1px solid var(--border-light);
    padding: 42px 5%;
    margin: 0;
}

.drx-page-title-bar h1,
.page-title-bar h1,
.woocommerce-products-header__title,
.woocommerce-page .entry-title {
    font-size: 2.6rem;
    color: var(--text-main);
    line-height: 1.1;
}

/* =========================================================
   KÖZÖS SZEKCIÓK
========================================================= */
section {
    padding: 80px 24px 40px;
    max-width: 1120px;
    margin: 0 auto;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--border-light);
    padding-bottom: 15px;
}

.section-title {
    font-size: 2.2rem;
    color: var(--text-main);
    line-height: 1;
}

.modern-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--text-main);
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.modern-link span {
    font-size: 1.2rem;
    line-height: 0;
}

.modern-link:hover {
    color: var(--accent-orange);
}

/* =========================================================
   FŐOLDALI HERO
========================================================= */

.home-hero-wrap {
    max-width: 1220px;
    margin: 26px auto 0;
    padding: 0 24px;
}

.hero {
    position: relative;
    height: 520px;
    min-height: 520px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin: 0;
    box-shadow: var(--shadow-soft);
    display: flex;
    align-items: center;
    padding: 60px;
}

.hero-home {
    width: 100%;
}

.hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(25, 10, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.18) 62%
    );
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    color: #ffffff;
    max-width: 650px;
}

.hero-content h1 {
    font-size: 4rem;
    line-height: 1.08;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
    font-weight: 300;
}

.btn-large {
    background: var(--accent-orange);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.btn-large:hover {
    background: var(--accent-orange-hover);
    color: #ffffff;
    transform: translateY(-3px);
}

/* =========================================================
   FŐ KATEGÓRIÁK
========================================================= */

.main-categories {
    max-width: 1120px;
    margin: -34px auto 0;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: relative;
    z-index: 10;
}

.cat-card {
    position: relative;
    height: 160px;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: block;
    border: 2px solid #ffffff;
    transition: 0.35s ease;
}

.cat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-orange);
}

.cat-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.55s ease;
}

.cat-card:hover img {
    transform: scale(1.08);
    filter: brightness(0.72);
}

.cat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(25, 10, 0, 0.84), transparent);
}

.cat-content {
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 2;
    color: #ffffff;
}

.cat-content h3 {
    font-size: 1.2rem;
    margin-bottom: 2px;
}

.cat-content span {
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff9a7f;
}

/* =========================================================
   TERMÉK / SLIDER KÁRTYÁK
========================================================= */

.slider-container {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--accent-orange) var(--border-light);
}

.slider-container::-webkit-scrollbar {
    height: 8px;
}

.slider-container::-webkit-scrollbar-thumb {
    background: var(--accent-orange);
    border-radius: 10px;
}

.product-card {
    flex: 0 0 350px;
    scroll-snap-align: start;
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 20px;
    box-shadow: var(--shadow-soft);
    border: 1px solid transparent;
    transition: 0.35s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--accent-orange);
}

.card-img-box {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    background: #f0f0f0;
}

.card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.55s ease;
}

.product-card:hover .card-img-box img {
    transform: scale(1.05);
}

.tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--accent-orange);
    color: #ffffff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    z-index: 2;
}

.card-info h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
}

.card-desc {
    height: 60px;
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.5;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 15px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    color: var(--text-main);
}

.btn-outline {
    border: 1px solid var(--accent-orange);
    background: transparent;
    color: var(--accent-orange);
    padding: 10px 20px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-outline:hover {
    background: var(--accent-orange);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(255, 85, 51, 0.2);
}

/* =========================================================
   VERSENYPÁLYÁK
========================================================= */

.track-section {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    margin-top: 20px;
}

.track-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.track-tab {
    background: var(--bg-card);
    padding: 18px 20px;
    border-radius: 8px;
    border: 1px solid var(--border-light);
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: var(--text-muted);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.track-tab:hover {
    border-color: var(--accent-orange);
    color: var(--accent-orange);
}

.track-tab.active {
    background: var(--text-main);
    color: #ffffff;
    border-color: var(--text-main);
    box-shadow: var(--shadow-soft);
}

.track-details {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 40px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.track-details img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    filter: grayscale(10%);
}

/* =========================================================
   EGYÉB ÉLMÉNYEK
========================================================= */

.other-experiences-wrapper {
    background-color: var(--bg-alt);
    padding: 80px 0;
    margin-top: 60px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.exp-card-horizontal {
    display: flex;
    background: var(--bg-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid transparent;
    transition: 0.35s ease;
}

.exp-card-horizontal:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--border-light);
}

.exp-img {
    width: 40%;
    position: relative;
}

.exp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp-info {
    width: 60%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* =========================================================
   GALÉRIA
========================================================= */

.emotion-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 250px;
    gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    cursor: pointer;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 20px;
    background: rgba(20, 10, 0, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gallery-overlay p {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    font-style: italic;
}

/* =========================================================
   ÉRTÉKELÉSEK
========================================================= */

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.review-card {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 30px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stars {
    color: #fbbf24;
    font-size: 1.3rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-style: italic;
    margin-bottom: 25px;
    line-height: 1.6;
}

/* =========================================================
   GYIK
========================================================= */

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.faq-item {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 25px;
    margin-bottom: 15px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-light);
}

.faq-item h4 {
    font-size: 1rem;
    color: var(--text-main);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.faq-item h4::after {
    content: '+';
    color: var(--accent-orange);
    font-size: 1.2rem;
}

/* =========================================================
   BLOG
========================================================= */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.blog-card {
    display: flex;
    gap: 20px;
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 15px;
    box-shadow: var(--shadow-soft);
    border: 1px solid transparent;
    transition: 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.blog-card img {
    width: 180px;
    height: 130px;
    border-radius: 8px;
    object-fit: cover;
}

.blog-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* =========================================================
   WOOCOMMERCE
========================================================= */

.woocommerce-global-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 52px 24px 60px;
}

.woocommerce .woocommerce-global-container,
.woocommerce-page .woocommerce-global-container {
    padding-top: 52px;
}

/* Kosár oldal ne legyen teljes képernyő széles */
.woocommerce-cart .woocommerce,
.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-cart table.shop_table {
    width: 100%;
}

/* Kosár összesen kártya */
.woocommerce-cart .cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.woocommerce-cart .cart_totals {
    width: 100%;
    max-width: 420px;
}

/* Pénztár oldal */
.woocommerce-checkout .woocommerce {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 42px;
    align-items: start;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
    width: 100%;
}

.woocommerce-checkout #order_review {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
    padding: 28px;
}

/* Woo gombok */
.woocommerce-global-container .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background: var(--accent-orange) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    transition: 0.25s ease !important;
}

.woocommerce-global-container .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
    background: var(--accent-orange-hover) !important;
    color: #ffffff !important;
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout,
.woocommerce-account .woocommerce {
    background: transparent;
}

.woocommerce-cart .entry-content,
.woocommerce-checkout .entry-content,
.woocommerce-account .entry-content {
    margin-top: 0;
}

/* =========================================================
   PAGE / SINGLE / ARCHIVE
========================================================= */

.page-container,
.archive-container,
.single-post-container {
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 60px 5% 0;
}

.single-post-container {
    max-width: 800px;
}

.post-content {
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--text-muted);
}

/* =========================================================
   LÁBLÉC
========================================================= */

footer {
    background: #ffffff;
    padding: 80px 5% 40px;
    margin-top: 60px;
    border-top: 1px solid var(--border-light);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto 40px;
}

.footer-col h4 {
    font-size: 1rem;
    margin-bottom: 20px;
    color: var(--text-main);
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-bottom {
    border-top: 1px solid var(--border-light);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: var(--text-muted);
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {
    :root {
        --header-height: 108px;
        --header-height-scrolled: 78px;
    }

    .logo img,
    .drx-header-logo img,
    .custom-logo,
    .drx-header-logo .custom-logo {
        max-width: 270px !important;
        max-height: 72px !important;
    }

    .drx-site-header.is-scrolled .logo img,
    .drx-site-header.is-scrolled .drx-header-logo img,
    .drx-site-header.is-scrolled .custom-logo,
    .drx-site-header.is-scrolled .drx-header-logo .custom-logo {
        max-width: 215px !important;
        max-height: 54px !important;
    }

    .hero-content h1 {
        font-size: 3.35rem;
    }
}

/* =========================================================
   MOBIL / KISEBB TABLET
========================================================= */

/* =========================================================
   TABLET / MOBIL FEJLÉC ÉS TARTALOM
========================================================= */

@media (max-width: 992px) {
    :root {
        --header-height: 92px;
        --header-height-scrolled: 70px;
    }

    html {
        scroll-padding-top: calc(var(--header-height) + 20px);
    }

    body.admin-bar {
        padding-top: calc(var(--header-height) + 46px);
    }

    body.admin-bar .drx-site-header {
        top: 46px;
    }

    .drx-site-header {
        height: var(--header-height);
        min-height: var(--header-height);
    }

    .drx-site-header.is-scrolled {
        height: var(--header-height-scrolled);
        min-height: var(--header-height-scrolled);
    }

    .drx-header-inner {
        max-width: 100%;
        padding: 0 18px;
        gap: 16px;
    }

    .drx-desktop-nav {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
        flex: 0 0 auto;
    }

    .logo img,
    .drx-header-logo img,
    .custom-logo,
    .drx-header-logo .custom-logo {
        max-width: 210px !important;
        max-height: 58px !important;
    }

    .drx-site-header.is-scrolled .logo img,
    .drx-site-header.is-scrolled .drx-header-logo img,
    .drx-site-header.is-scrolled .custom-logo,
    .drx-site-header.is-scrolled .drx-header-logo .custom-logo {
        max-width: 170px !important;
        max-height: 44px !important;
    }

    .header-actions,
    .drx-header-actions {
        gap: 14px;
    }

    .drx-action-icon,
    .drx-header-icon-link {
        width: 32px;
        height: 32px;
    }

    .drx-icon-wrap {
        width: 28px;
        height: 28px;
    }

    .drx-icon-wrap svg,
    .drx-action-icon svg,
    .drx-header-icon-link svg {
        width: 25px;
        height: 25px;
    }

    .drx-badge,
    .drx-icon-count {
        min-width: 18px;
        height: 18px;
        font-size: 0.64rem;
        top: -7px;
        right: -8px;
    }

    .btn-cart {
        height: 42px;
        padding: 0 16px;
        font-size: 0.76rem;
    }

    .btn-cart svg {
        width: 21px;
        height: 21px;
    }

    .home-hero-wrap {
        max-width: 100%;
        margin: 20px auto 0;
        padding: 0 18px;
    }

    .hero {
        height: 430px;
        min-height: 430px;
        padding: 38px;
        margin: 0;
        border-radius: 20px;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .main-categories {
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
        margin: 22px auto 0;
        padding: 0 18px;
        gap: 18px;
    }

    section {
        max-width: 100%;
        padding: 70px 18px 34px;
    }

    .track-section,
    .grid-2,
    .faq-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .emotion-gallery,
    .reviews-grid {
        grid-template-columns: 1fr 1fr;
    }

    .woocommerce-global-container {
        max-width: 100%;
        padding: 42px 18px 54px;
    }

    .woocommerce-checkout form.checkout {
        display: block;
    }

    .woocommerce-checkout #order_review {
        margin-top: 32px;
    }

    .woocommerce-cart .cart-collaterals {
        display: block;
    }

    .woocommerce-cart .cart_totals {
        max-width: 100%;
    }
}

/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 768px) {
    :root {
        --header-height: 88px;
        --header-height-scrolled: 66px;
    }

    html {
        scroll-padding-top: calc(var(--header-height) + 18px);
    }

    .drx-header-inner {
        padding: 0 16px;
        gap: 12px;
    }

    .logo img,
    .drx-header-logo img,
    .custom-logo,
    .drx-header-logo .custom-logo {
        max-width: 180px !important;
        max-height: 52px !important;
    }

    .drx-site-header.is-scrolled .logo img,
    .drx-site-header.is-scrolled .drx-header-logo img,
    .drx-site-header.is-scrolled .custom-logo,
    .drx-site-header.is-scrolled .drx-header-logo .custom-logo {
        max-width: 148px !important;
        max-height: 39px !important;
    }

    .header-actions,
    .drx-header-actions {
        gap: 11px;
    }

    .drx-action-icon,
    .drx-header-icon-link {
        width: 30px;
        height: 30px;
    }

    .drx-icon-wrap {
        width: 27px;
        height: 27px;
    }

    .drx-icon-wrap svg,
    .drx-action-icon svg,
    .drx-header-icon-link svg {
        width: 24px;
        height: 24px;
    }

    .btn-cart {
        height: 40px;
        padding: 0 13px;
        font-size: 0.7rem;
    }

    .home-hero-wrap {
        margin-top: 18px;
        padding: 0 16px;
    }

    .hero {
        height: 390px;
        min-height: 390px;
        padding: 34px 26px;
        border-radius: 18px;
    }

    .hero-content {
        max-width: 520px;
    }

    .hero-content h1 {
        font-size: 2.35rem;
        line-height: 1.08;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .main-categories {
        grid-template-columns: 1fr;
        padding: 0 16px;
        margin-top: 20px;
        gap: 16px;
    }

    .cat-card {
        height: 170px;
    }

    section {
        padding: 64px 16px 30px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .woocommerce-global-container {
        padding: 38px 16px 50px;
    }

    .woocommerce-cart table.shop_table {
        font-size: 0.88rem;
    }

    .woocommerce-checkout #order_review {
        padding: 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

/* =========================================================
   KIS MOBIL
========================================================= */

@media (max-width: 600px) {
    :root {
        --header-height: 82px;
        --header-height-scrolled: 62px;
    }

    .drx-header-inner {
        padding: 0 14px;
        gap: 10px;
    }

    .logo img,
    .drx-header-logo img,
    .custom-logo,
    .drx-header-logo .custom-logo {
        max-width: 150px !important;
        max-height: 44px !important;
    }

    .drx-site-header.is-scrolled .logo img,
    .drx-site-header.is-scrolled .drx-header-logo img,
    .drx-site-header.is-scrolled .custom-logo,
    .drx-site-header.is-scrolled .drx-header-logo .custom-logo {
        max-width: 126px !important;
        max-height: 34px !important;
    }

    .drx-action-icon,
    .drx-header-icon-link {
        display: none;
    }

    .btn-cart {
        height: 38px;
        padding: 0 10px;
        font-size: 0.66rem;
    }

    .btn-cart svg {
        width: 19px;
        height: 19px;
    }

    .mobile-menu-toggle {
        font-size: 1.65rem;
    }

    .home-hero-wrap {
        margin-top: 16px;
        padding: 0 14px;
    }

    .hero {
        height: 360px;
        min-height: 360px;
        padding: 28px 22px;
        border-radius: 16px;
    }

    .hero-content h1 {
        font-size: 1.95rem;
    }

    .hero-content p {
        font-size: 0.95rem;
        margin-bottom: 22px;
    }

    .btn-large {
        padding: 12px 22px;
        font-size: 0.82rem;
    }

    .main-categories {
        padding: 0 14px;
    }

    .emotion-gallery,
    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .gallery-item.tall {
        grid-row: span 1;
    }

    .product-card {
        flex-basis: 290px;
    }

    .track-details {
        padding: 24px;
    }

    .track-details img {
        height: 230px;
    }

    .exp-card-horizontal {
        flex-direction: column;
    }

    .exp-img,
    .exp-info {
        width: 100%;
    }

    .blog-card {
        flex-direction: column;
    }

    .blog-card img {
        width: 100%;
        height: 190px;
    }

    .woocommerce-global-container {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* =========================================================
   EXTRA KIS MOBIL
========================================================= */

@media (max-width: 420px) {
    :root {
        --header-height: 78px;
        --header-height-scrolled: 60px;
    }

    .logo img,
    .drx-header-logo img,
    .custom-logo,
    .drx-header-logo .custom-logo {
        max-width: 132px !important;
        max-height: 40px !important;
    }

    .drx-site-header.is-scrolled .logo img,
    .drx-site-header.is-scrolled .drx-header-logo img,
    .drx-site-header.is-scrolled .custom-logo,
    .drx-site-header.is-scrolled .drx-header-logo .custom-logo {
        max-width: 112px !important;
        max-height: 31px !important;
    }

    .btn-cart svg {
        display: none;
    }

    .btn-cart {
        height: 36px;
        font-size: 0.61rem;
        padding: 0 9px;
    }

    .hero {
        height: 330px;
        min-height: 330px;
        padding: 24px 18px;
    }

    .hero-content h1 {
        font-size: 1.72rem;
    }
}

/* =========================================================
   DRX MODERN MY ACCOUNT
   Csak a WooCommerce Fiókom belső részt formázza
========================================================= */

.woocommerce-account .drx-page-content .woocommerce,
.woocommerce-account .page-content .woocommerce,
.woocommerce-account .woocommerce {
    width: 100%;
}

.woocommerce-account .drx-myaccount-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    margin-top: 10px;
}

.woocommerce-account .drx-myaccount-sidebar {
    position: sticky;
    top: 120px;
    align-self: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(10, 14, 18, 0.06);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
    margin-top: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 14px 18px 14px 54px;
    border-radius: 16px;
    color: #1b2430;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.96rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
    background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f8fafc;
    color: var(--accent-orange, #FF5533);
    transform: translateX(4px);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover {
    background: linear-gradient(135deg, rgba(255,85,51,0.12), rgba(255,85,51,0.04));
    color: var(--accent-orange, #FF5533);
    box-shadow: inset 0 0 0 1px rgba(255,85,51,0.18);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 999px;
    background: var(--accent-orange, #FF5533);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    font-family: "dashicons";
    font-size: 22px;
    line-height: 22px;
    color: #6b7788;
    transition: color 0.25s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover::before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before {
    color: var(--accent-orange, #FF5533);
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before { content: "\f226"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before { content: "\f174"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a::before { content: "\f316"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before { content: "\f230"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before { content: "\f110"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before { content: "\f345"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--partner-vezerlopult a::before { content: "\f239"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--utalvany-bevaltas a::before { content: "\f486"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--uj-termek a::before { content: "\f132"; }
.woocommerce-account .woocommerce-MyAccount-navigation-link--penzugyek a::before { content: "\f526"; }

.woocommerce-account .drx-myaccount-main {
    min-width: 0;
}

.woocommerce-account .drx-myaccount-content-card {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 14px 40px rgba(10, 14, 18, 0.06);
}

/* =========================================================
   DASHBOARD
========================================================= */

.woocommerce-account .drx-account-dashboard {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.woocommerce-account .drx-account-hero {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 120px;
    gap: 24px;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 28px;
    box-shadow: 0 14px 40px rgba(10, 14, 18, 0.06);
    overflow: hidden;
}

.woocommerce-account .drx-account-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: linear-gradient(135deg, #071428, #0f315e);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    box-shadow: 0 8px 24px rgba(7,20,40,0.2);
}

.woocommerce-account .drx-account-hero-text h2 {
    margin: 0 0 10px;
    color: #0a0e12;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: none;
}

.woocommerce-account .drx-account-hero-text p {
    margin: 0;
    color: #4e5b6b;
    font-size: 1.02rem;
    line-height: 1.75;
}

.woocommerce-account .drx-account-hero-pattern {
    justify-self: end;
    width: 86px;
    height: 86px;
    opacity: 0.14;
    background:
        linear-gradient(135deg, transparent 0 35%, #93a0b4 35% 50%, transparent 50%),
        linear-gradient(135deg, transparent 0 35%, #93a0b4 35% 50%, transparent 50%);
    background-size: 44px 44px;
    background-position: 0 0, 22px 22px;
}

.woocommerce-account .drx-account-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.woocommerce-account .drx-account-stat-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 20px;
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 22px;
    text-decoration: none;
    color: #0a0e12;
    box-shadow: 0 10px 28px rgba(10,14,18,0.04);
    transition: all 0.25s ease;
}

.woocommerce-account .drx-account-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(255,85,51,0.10);
    border-color: rgba(255,85,51,0.22);
}

.woocommerce-account .drx-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,85,51,0.08);
    color: var(--accent-orange, #FF5533);
    font-size: 24px;
}

.woocommerce-account .drx-stat-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.woocommerce-account .drx-stat-label {
    color: #5f6c7c;
    font-size: 0.95rem;
    font-weight: 600;
}

.woocommerce-account .drx-stat-value {
    color: #0a0e12;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
}

.woocommerce-account .drx-stat-arrow {
    margin-left: auto;
    color: var(--accent-orange, #FF5533);
    font-size: 1.2rem;
    font-weight: 900;
}

.woocommerce-account .drx-account-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
    gap: 24px;
}

.woocommerce-account .drx-account-panel {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 14px 40px rgba(10, 14, 18, 0.06);
}

.woocommerce-account .drx-account-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.woocommerce-account .drx-account-panel-head h3 {
    margin: 0;
    color: #0a0e12;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: none;
}

.woocommerce-account .drx-account-panel-head a {
    color: var(--accent-orange, #FF5533);
    font-weight: 800;
    text-decoration: none;
}

.woocommerce-account .drx-account-orders-table {
    overflow-x: auto;
}

.woocommerce-account .drx-account-orders-table table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-account .drx-account-orders-table th {
    padding: 14px 12px;
    border-bottom: 1px solid #edf1f6;
    color: #728093;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.woocommerce-account .drx-account-orders-table td {
    padding: 16px 12px;
    border-bottom: 1px solid #f1f4f8;
    color: #1b2430;
    font-size: 0.98rem;
    vertical-align: middle;
}

.woocommerce-account .drx-account-orders-table tbody tr:last-child td {
    border-bottom: none;
}

.woocommerce-account .drx-cell-link {
    text-align: right;
}

.woocommerce-account .drx-cell-link a {
    color: var(--accent-orange, #FF5533);
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 900;
}

.woocommerce-account .drx-order-status {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.woocommerce-account .drx-order-status--completed {
    background: #e9f8ef;
    color: #198754;
}

.woocommerce-account .drx-order-status--processing {
    background: #eaf2ff;
    color: #2f6fe4;
}

.woocommerce-account .drx-order-status--pending,
.woocommerce-account .drx-order-status--on-hold {
    background: #fff6df;
    color: #b78103;
}

.woocommerce-account .drx-order-status--failed,
.woocommerce-account .drx-order-status--cancelled,
.woocommerce-account .drx-order-status--refunded {
    background: #fdecec;
    color: #d63333;
}

.woocommerce-account .drx-address-block + .drx-address-block {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #edf1f6;
}

.woocommerce-account .drx-address-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
}

.woocommerce-account .drx-address-head h4 {
    margin: 0;
    color: #0a0e12;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.08rem;
    font-weight: 900;
    text-transform: none;
}

.woocommerce-account .drx-address-head a {
    color: var(--accent-orange, #FF5533);
    font-weight: 800;
    text-decoration: none;
}

.woocommerce-account .drx-address-body {
    color: #4e5b6b;
    line-height: 1.85;
}

.woocommerce-account .drx-account-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}

.woocommerce-account .drx-account-ghost-btn,
.woocommerce-account .drx-account-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 0 20px;
    border-radius: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.woocommerce-account .drx-account-ghost-btn {
    background: #ffffff;
    border: 1px solid rgba(255,85,51,0.32);
    color: #0a0e12;
}

.woocommerce-account .drx-account-ghost-btn:hover {
    background: rgba(255,85,51,0.06);
    border-color: var(--accent-orange, #FF5533);
}

.woocommerce-account .drx-account-primary-btn {
    background: linear-gradient(135deg, var(--accent-orange, #FF5533), #ff7a5f);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(255,85,51,0.22);
}

.woocommerce-account .drx-account-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(255,85,51,0.28);
}

.woocommerce-account .drx-empty-box {
    padding: 28px;
    border-radius: 20px;
    background: #f9fbfd;
    text-align: center;
}

.woocommerce-account .drx-empty-box p {
    margin: 0 0 16px;
    color: #5b6777;
}

.woocommerce-account .drx-account-dashboard-extra {
    margin-top: 10px;
}

/* =========================================================
   GENERIKUS ENDPOINT TARTALMAK
   (Rendelések, Címek, Fiókadatok, egyedi endpointok, űrlapok)
========================================================= */

.woocommerce-account .drx-myaccount-content-card h2,
.woocommerce-account .drx-myaccount-content-card h3,
.woocommerce-account .drx-myaccount-content-card h4 {
    margin: 0 0 18px;
    color: #0a0e12;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: none;
}

.woocommerce-account .drx-myaccount-content-card p {
    color: #4f5b6b;
    line-height: 1.75;
}

.woocommerce-account .drx-myaccount-content-card > *:first-child {
    margin-top: 0 !important;
}

.woocommerce-account .drx-myaccount-content-card > *:last-child {
    margin-bottom: 0 !important;
}

/* Értesítések */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    margin: 0 0 22px !important;
    padding: 18px 20px 18px 18px !important;
    border: 1px solid #e7edf5 !important;
    border-left: 4px solid var(--accent-orange, #FF5533) !important;
    border-radius: 16px !important;
    background: #f8fbff !important;
    color: #1d2733 !important;
    box-shadow: none !important;
}

.woocommerce-account .woocommerce-error {
    border-left-color: #d63031 !important;
    background: #fff6f6 !important;
}

.woocommerce-account .woocommerce-message::before,
.woocommerce-account .woocommerce-info::before,
.woocommerce-account .woocommerce-error::before {
    display: none !important;
}

/* Táblák */
.woocommerce-account .shop_table,
.woocommerce-account table.shop_table,
.woocommerce-account .woocommerce-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #edf1f6;
    border-radius: 18px;
    overflow: hidden;
}

.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td,
.woocommerce-account .woocommerce-table th,
.woocommerce-account .woocommerce-table td {
    padding: 16px 18px !important;
    border-bottom: 1px solid #edf1f6 !important;
    text-align: left;
    vertical-align: middle;
}

.woocommerce-account table.shop_table th,
.woocommerce-account .woocommerce-table th {
    background: #f8fafc;
    color: #728093;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.woocommerce-account table.shop_table tr:last-child td,
.woocommerce-account .woocommerce-table tr:last-child td {
    border-bottom: none !important;
}

/* Gombok */
.woocommerce-account .button,
.woocommerce-account .woocommerce-button,
.woocommerce-account button,
.woocommerce-account input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: none;
    border-radius: 14px;
    background: var(--accent-orange, #FF5533) !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 10px 20px rgba(255,85,51,0.18);
}

.woocommerce-account .button:hover,
.woocommerce-account .woocommerce-button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type="submit"]:hover {
    background: var(--accent-orange-hover, #E64A2E) !important;
    transform: translateY(-2px);
}

.woocommerce-account .button.woocommerce-Button--secondary,
.woocommerce-account .woocommerce-button.button.view {
    background: #edf2f7 !important;
    color: #0a0e12 !important;
    box-shadow: none;
}

.woocommerce-account .button.woocommerce-Button--secondary:hover,
.woocommerce-account .woocommerce-button.button.view:hover {
    background: #dfe7f0 !important;
}

/* Űrlapok */
.woocommerce-account form .form-row {
    margin-bottom: 18px;
}

.woocommerce-account form .form-row label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.woocommerce-account form .form-row input.input-text,
.woocommerce-account form .form-row input[type="text"],
.woocommerce-account form .form-row input[type="email"],
.woocommerce-account form .form-row input[type="password"],
.woocommerce-account form .form-row input[type="tel"],
.woocommerce-account form .form-row select,
.woocommerce-account form .form-row textarea,
.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="tel"],
.woocommerce-account select,
.woocommerce-account textarea {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 2px solid #e4ebf3;
    border-radius: 14px;
    background: #ffffff;
    color: #0a0e12;
    font-size: 1rem;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.woocommerce-account textarea,
.woocommerce-account form .form-row textarea {
    min-height: 140px;
    padding: 16px;
    resize: vertical;
}

.woocommerce-account form .form-row input:focus,
.woocommerce-account form .form-row select:focus,
.woocommerce-account form .form-row textarea:focus,
.woocommerce-account input:focus,
.woocommerce-account select:focus,
.woocommerce-account textarea:focus {
    border-color: var(--accent-orange, #FF5533);
    outline: none;
    box-shadow: 0 0 0 4px rgba(255,85,51,0.08);
}

.woocommerce-account .select2-container--default .select2-selection--single {
    height: 52px;
    border: 2px solid #e4ebf3;
    border-radius: 14px;
    display: flex;
    align-items: center;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 16px;
    color: #0a0e12;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

/* Címkártyák */
.woocommerce-account .woocommerce-Addresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.woocommerce-account .woocommerce-Address {
    padding: 24px;
    background: #f9fbfd;
    border: 1px solid #edf1f6;
    border-radius: 20px;
}

.woocommerce-account .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.woocommerce-account .woocommerce-Address-title h3 {
    margin: 0;
}

/* Letöltések / rendelések / címek linkek */
.woocommerce-account .woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a,
.woocommerce-account .woocommerce-MyAccount-content a {
    transition: 0.25s ease;
}

.woocommerce-account .woocommerce-orders-table__cell-order-number a:hover,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a:hover,
.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: var(--accent-orange, #FF5533);
}

/* Login / Register ha nincs belépve */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background: #ffffff;
    border: 1px solid #e8edf3;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 14px 40px rgba(10,14,18,0.05);
}

/* =========================================================
   RESZPONZÍV
========================================================= */

@media (max-width: 1200px) {
    .woocommerce-account .drx-account-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce-account .drx-account-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 992px) {
    .woocommerce-account .drx-myaccount-layout {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .drx-myaccount-sidebar {
        position: static;
    }

    .woocommerce-account .drx-account-hero {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .woocommerce-account .drx-account-hero-pattern {
        display: none;
    }

    .woocommerce-account .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .woocommerce-account .drx-myaccount-content-card {
        padding: 24px;
        border-radius: 22px;
    }

    .woocommerce-account .drx-account-hero {
        padding: 22px;
        border-radius: 22px;
    }

    .woocommerce-account .drx-account-hero-text h2 {
        font-size: 1.6rem;
    }

    .woocommerce-account .drx-account-stat-grid {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .drx-account-panel {
        padding: 22px;
        border-radius: 22px;
    }

    .woocommerce-account .drx-account-cta-row {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .drx-account-panel-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 600px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 10px;
        border-radius: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        min-height: 54px;
        padding: 12px 14px 12px 48px;
        border-radius: 14px;
        font-size: 0.9rem;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
        left: 14px;
    }

    .woocommerce-account .drx-account-avatar {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }

    .woocommerce-account .drx-account-orders-table th,
    .woocommerce-account .drx-account-orders-table td,
    .woocommerce-account table.shop_table th,
    .woocommerce-account table.shop_table td {
        padding: 12px 10px !important;
        font-size: 0.9rem;
    }
}

/* =========================================================
   DRIVE-X FEJLÉC - VÉGSŐ RESZPONZÍV FELÜLÍRÁS
   A korábbi media query-kből megmaradt régi fejléc-szabályokat ez semlegesíti.
========================================================= */

@media (max-width: 1440px) {
    .drx-header-inner {
        max-width: var(--header-max-width);
        padding: 0 26px;
        gap: 20px;
    }

    .drx-header-left {
        gap: 30px;
    }

    .drx-desktop-nav ul {
        gap: 24px;
    }

    .drx-header-search {
        flex-basis: 340px;
        width: 340px;
        max-width: 340px;
    }
}

@media (max-width: 1180px) {
    .drx-desktop-nav,
    .drx-header-search {
        display: none !important;
    }

    .mobile-menu-toggle {
        display: inline-flex !important;
        font-size: 0;
    }

    .drx-header-inner {
        padding: 0 20px;
    }

    .drx-header-left {
        gap: 16px;
    }
}

@media (max-width: 992px) {
    :root {
        --header-height: 82px;
        --header-height-scrolled: 74px;
    }

    body.admin-bar .drx-site-header {
        top: 32px;
    }

    .drx-site-header,
    .drx-site-header.is-scrolled {
        height: var(--header-height);
        min-height: var(--header-height);
    }

    .drx-site-header.is-scrolled {
        height: var(--header-height-scrolled);
        min-height: var(--header-height-scrolled);
    }

    .drx-header-inner {
        max-width: var(--header-max-width);
        padding: 0 18px;
        gap: 16px;
    }

    .logo img,
    .drx-header-logo img,
    .custom-logo,
    .drx-header-logo .custom-logo,
    .drx-site-header .custom-logo-link img {
        max-width: 205px !important;
        max-height: 48px !important;
    }

    .drx-site-header.is-scrolled .logo img,
    .drx-site-header.is-scrolled .drx-header-logo img,
    .drx-site-header.is-scrolled .custom-logo,
    .drx-site-header.is-scrolled .drx-header-logo .custom-logo,
    .drx-site-header.is-scrolled .custom-logo-link img {
        max-width: 185px !important;
        max-height: 42px !important;
    }

    .header-actions,
    .drx-header-actions,
    .drx-header-right {
        gap: 18px;
    }

    .btn-cart {
        display: none;
    }
}

@media (max-width: 767px) {
    :root {
        --header-height: 78px;
        --header-height-scrolled: 72px;
    }

    .drx-header-inner {
        padding: 0 16px;
        gap: 12px;
    }

    .logo img,
    .drx-header-logo img,
    .custom-logo,
    .drx-header-logo .custom-logo,
    .drx-site-header .custom-logo-link img {
        max-width: 180px !important;
        max-height: 38px !important;
    }

    .drx-site-header.is-scrolled .logo img,
    .drx-site-header.is-scrolled .drx-header-logo img,
    .drx-site-header.is-scrolled .custom-logo,
    .drx-site-header.is-scrolled .drx-header-logo .custom-logo,
    .drx-site-header.is-scrolled .custom-logo-link img {
        max-width: 165px !important;
        max-height: 36px !important;
    }

    .drx-header-account-label {
        display: none;
    }

    .drx-header-right {
        gap: 16px;
    }

    .drx-action-icon,
    .drx-header-icon-link {
        display: none;
    }
}

@media (max-width: 420px) {
    :root {
        --header-height: 74px;
        --header-height-scrolled: 68px;
    }

    .logo img,
    .drx-header-logo img,
    .custom-logo,
    .drx-header-logo .custom-logo,
    .drx-site-header .custom-logo-link img {
        max-width: 150px !important;
        max-height: 34px !important;
    }

    .drx-site-header.is-scrolled .logo img,
    .drx-site-header.is-scrolled .drx-header-logo img,
    .drx-site-header.is-scrolled .custom-logo,
    .drx-site-header.is-scrolled .drx-header-logo .custom-logo,
    .drx-site-header.is-scrolled .custom-logo-link img {
        max-width: 140px !important;
        max-height: 31px !important;
    }

    .drx-header-cart {
        width: 26px;
        height: 26px;
    }

    .mobile-menu-toggle {
        width: 38px;
        height: 38px;
    }
}



/* =========================================================
   DRIVE-X FEJLÉC - KERESŐ IKON + KEDVENCEK + ÖSSZEHASONLÍTÁS
   Végső felülírás: ezt már tartalmazza ez a javított style.css.
========================================================= */

.drx-header-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.drx-header-search-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.drx-header-action,
.drx-search-toggle,
.drx-header-favorites,
.drx-header-compare {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex: 0 0 auto;
}

.drx-header-action svg,
.drx-search-toggle svg,
.drx-header-favorites svg,
.drx-header-compare svg {
    width: 26px;
    height: 26px;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.drx-header-action:hover,
.drx-search-toggle:hover,
.drx-header-favorites:hover,
.drx-header-compare:hover {
    color: var(--header-accent, #ff6a00);
}

.drx-header-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--header-accent, #ff6a00);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(255, 106, 0, 0.35);
}

.drx-header-badge-blue {
    background: #3b82f6;
    box-shadow: 0 5px 14px rgba(59, 130, 246, 0.35);
}

/* A régi nagy kereső helyett csak ikon van, a mező lenyílva jelenik meg. */
.drx-header-search-panel {
    position: absolute;
    top: calc(100% + 18px);
    right: -8px;
    width: 410px;
    max-width: calc(100vw - 32px);
    height: 58px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 10020;
}

.drx-header-search-panel.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.drx-header-search-panel::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 18px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    transform: rotate(45deg);
    border-left: 1px solid rgba(7, 19, 33, 0.08);
    border-top: 1px solid rgba(7, 19, 33, 0.08);
}

.drx-header-search-panel .drx-header-search-input {
    width: 100%;
    height: 58px;
    border-radius: 16px;
    border: 1px solid rgba(7, 19, 33, 0.12);
    background: #ffffff;
    color: #071321;
    padding: 0 58px 0 20px;
    outline: none;
    font-size: 0.96rem;
    font-weight: 600;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.drx-header-search-panel .drx-header-search-input::placeholder {
    color: #687383;
}

.drx-header-search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #071321;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.drx-header-search-submit svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.drx-header-account,
.drx-header-cart {
    flex: 0 0 auto;
}

.drx-header-account svg,
.drx-header-cart svg {
    width: 26px;
    height: 26px;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.drx-header-cart-badge {
    top: -10px;
    right: -11px;
}

.drx-mobile-quick-links a span {
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: var(--header-accent, #ff6a00);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 900;
}

/* Régi fejléc ikonok rejtése, ha még valahonnan bent maradnának. */
.drx-header-actions .drx-action-icon,
.header-actions .drx-action-icon,
.btn-cart {
    display: none !important;
}

@media (max-width: 1440px) {
    .drx-header-right {
        gap: 18px;
    }

    .drx-desktop-nav ul {
        gap: 22px;
    }
}

@media (max-width: 1180px) {
    .drx-header-search-wrap {
        display: none;
    }

    .drx-header-favorites,
    .drx-header-compare {
        display: inline-flex;
    }
}

@media (max-width: 767px) {
    .drx-header-right {
        gap: 15px;
    }

    .drx-header-favorites,
    .drx-header-compare {
        width: 28px;
        height: 28px;
    }

    .drx-header-favorites svg,
    .drx-header-compare svg,
    .drx-header-account svg,
    .drx-header-cart svg {
        width: 24px;
        height: 24px;
    }

    .drx-header-badge,
    .drx-header-cart-badge {
        min-width: 18px;
        height: 18px;
        font-size: 0.64rem;
        top: -8px;
        right: -9px;
    }
}

@media (max-width: 520px) {
    .drx-header-account {
        display: none;
    }

    .drx-header-right {
        gap: 13px;
    }
}

@media (max-width: 420px) {
    .drx-header-favorites,
    .drx-header-compare {
        width: 26px;
        height: 26px;
    }

    .drx-header-favorites svg,
    .drx-header-compare svg,
    .drx-header-cart svg {
        width: 23px;
        height: 23px;
    }
}
/* =========================================================
   DRIVE-X MY ACCOUNT LAYOUT FIX
   Javítja azt, amikor a Fiókom menü teljes szélességre nyúlik,
   és a jobb oldali tartalom alácsúszik / nem látszik.
   Tedd a style.css LEGESLEG VÉGÉRE.
========================================================= */

.woocommerce-account .drx-myaccount-shell,
.woocommerce-account .drx-myaccount-shell * {
    box-sizing: border-box;
}

.woocommerce-account .drx-myaccount-shell {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 24px;
}

.woocommerce-account .drx-myaccount-layout {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 100px minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: start !important;
    margin: 0 !important;
    clear: both !important;
}

.woocommerce-account .drx-myaccount-sidebar {
    width: 300px !important;
    max-width: 300px !important;
    min-width: 0 !important;
    grid-column: 1 !important;
    position: sticky;
    top: 118px;
    align-self: start !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-account .drx-myaccount-main {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: 2 !important;
    float: none !important;
    margin: 0 !important;
    display: block !important;
}

.woocommerce-account .drx-myaccount-dashboard-wrap,
.woocommerce-account .drx-myaccount-content-card,
.woocommerce-account .drx-account-dashboard {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

/* WooCommerce alap floatok teljes kikapcsolása az egyedi layoutban */
.woocommerce-account .drx-myaccount-sidebar .woocommerce-MyAccount-navigation,
.woocommerce-account .drx-myaccount-main .woocommerce-MyAccount-content,
.woocommerce-account .drx-myaccount-layout .woocommerce-MyAccount-navigation,
.woocommerce-account .drx-myaccount-layout .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .drx-myaccount-sidebar .woocommerce-MyAccount-navigation ul {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 14px !important;
    list-style: none !important;
}

.woocommerce-account .drx-myaccount-sidebar .woocommerce-MyAccount-navigation li,
.woocommerce-account .drx-myaccount-sidebar .woocommerce-MyAccount-navigation li a {
    width: 100% !important;
    max-width: 100% !important;
}

/* A dashboard belső elemei ne tudják szétnyomni a layoutot */
.woocommerce-account .drx-account-stat-grid,
.woocommerce-account .drx-account-grid,
.woocommerce-account .drx-account-panel,
.woocommerce-account .drx-account-orders-table,
.woocommerce-account .drx-account-orders-table table {
    min-width: 0 !important;
    max-width: 100% !important;
}

.woocommerce-account .drx-account-orders-table {
    overflow-x: auto;
}

/* Mobilon egymás alá mehet */
@media (max-width: 992px) {
    .woocommerce-account .drx-myaccount-shell {
        padding: 0 16px;
    }

    .woocommerce-account .drx-myaccount-layout {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .woocommerce-account .drx-myaccount-sidebar,
    .woocommerce-account .drx-myaccount-main {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: 1 !important;
        position: static !important;
    }
}

/* =========================================================
   MY ACCOUNT LAYOUT FORCE FIX
   WooCommerce float/width teljes kikapcsolása
========================================================= */

.woocommerce-account .drx-myaccount-layout {
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 28px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding: 0 24px 60px !important;
    box-sizing: border-box !important;
}

.woocommerce-account .drx-myaccount-sidebar {
    width: 300px !important;
    min-width: 0 !important;
    max-width: 300px !important;
    float: none !important;
    clear: none !important;
    display: block !important;
    grid-column: 1 !important;
}

.woocommerce-account .drx-myaccount-main {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    display: block !important;
    grid-column: 2 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    clear: none !important;
    display: block !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    clear: none !important;
    display: block !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li,
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* A dashboard belső elemei ne tudják széttolni a jobb oldalt */
.woocommerce-account .drx-account-dashboard,
.woocommerce-account .drx-myaccount-dashboard-wrap,
.woocommerce-account .drx-myaccount-content-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Float clearfix hibák ellen */
.woocommerce-account .drx-myaccount-layout::before,
.woocommerce-account .drx-myaccount-layout::after,
.woocommerce-account .drx-myaccount-sidebar::before,
.woocommerce-account .drx-myaccount-sidebar::after,
.woocommerce-account .drx-myaccount-main::before,
.woocommerce-account .drx-myaccount-main::after {
    content: none !important;
    display: none !important;
}

/* Mobilon egymás alá menjen */
@media (max-width: 991px) {
    .woocommerce-account .drx-myaccount-layout {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        padding: 0 16px 40px !important;
    }

    .woocommerce-account .drx-myaccount-sidebar,
    .woocommerce-account .drx-myaccount-main {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: 1 !important;
    }
}


