/* ####################################################
:: Template Name: Essence - Fashion Ecommerce Template
:: Dark Theme Mode
:: Plandeki 4x4
#################################################### */

/* ============================================
   DARK THEME COLOR VARIABLES
============================================ */
:root {
    /* Primary Colors */
    --bg-primary: #0d0d0d;
    --bg-secondary: #000000;
    --bg-tertiary: #1a1a1a;
    --bg-card: #1e1e1e;
    --bg-card-hover: #252525;

    /* Accent Colors */
    --accent-primary: #FFC107;
    --accent-secondary: #ea6153;
    --accent-gradient-start: #ff8c00;
    --accent-gradient-end: #ffd700;

    /* Text Colors */
    --text-primary: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.85);
    --text-tertiary: rgba(255, 255, 255, 0.6);
    --text-muted: rgba(255, 255, 255, 0.4);

    /* Border Colors */
    --border-primary: rgba(255, 255, 255, 0.1);
    --border-secondary: rgba(255, 255, 255, 0.05);

    /* Shadow */
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 5px 20px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 15px 40px rgba(0, 0, 0, 0.5);

    /* Success/Check color */
    --success-color: #4caf50;
}

/* ============================================
   TOP BAR
============================================ */
.top-bar {
    background: #000000 !important;
    padding: 10px 0;
    border-bottom: 1px solid var(--accent-primary);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.top-bar .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
    max-width: 100% !important;
    width: 100% !important;
}

.top-bar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 585px;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-bar-item i {
    color: var(--accent-primary);
    font-size: 14px;
}

.top-bar-item:hover {
    color: var(--accent-primary);
    text-decoration: none;
}

@media (max-width: 1199px) {
    .top-bar-content {
        justify-content: center;
        gap: 430px;
    }

    .top-bar-left,
    .top-bar-right {
        gap: 15px;
    }

    .top-bar-item {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .top-bar {
        padding: 5px 0;
    }

    .top-bar-left {
        display: flex !important;
        margin-right: auto;
    }

    .top-bar-right {
        width: auto;
        justify-content: flex-end;
        margin-left: auto;
    }

    .top-bar-content {
        flex-wrap: nowrap;
    }

    .top-bar-item {
        font-size: 9px;
    }
}

/* Hide top bar below 948px */
@media (max-width: 948px) {
    .top-bar {
        display: none !important;
    }

    .header_area {
        margin-top: 0 !important;
    }

    .hero-banner {
        margin-top: 85px;
    }
}

/* ============================================
   HERO BANNER
============================================ */
.hero-banner {
    margin-top: 0;
}

.hero-banner-bg {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.hero-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.hero-banner-bg .container {
    position: relative;
    z-index: 2;
}

.hero-banner-content {
    padding: 60px 0;
}

.hero-banner-title {
    font-size: 56px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
    text-shadow: 2px 4px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
}

.hero-banner-subtitle {
    font-size: 24px;
    color: var(--accent-primary);
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.hero-banner-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.essence-btn-outline {
    background: transparent;
    color: var(--text-primary);
    padding: 15px 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: 2px solid var(--accent-primary);
    font-weight: 600;
}

.essence-btn-outline:hover {
    background: var(--accent-primary);
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
}

@media (max-width: 991px) {
    .hero-banner {
        margin-top: 0;
    }

    .hero-banner-bg {
        min-height: 450px;
        background-attachment: scroll;
    }

    .hero-banner-title {
        font-size: 42px;
    }

    .hero-banner-subtitle {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

@media (max-width: 767px) {
    .hero-banner {
        margin-top: 0;
    }

    .hero-banner-bg {
        min-height: 400px;
    }

    .hero-banner-title {
        font-size: 32px;
    }

    .hero-banner-subtitle {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .hero-banner-buttons {
        flex-direction: column;
        align-items: center;
    }

    .essence-btn-outline,
    .hero-banner-buttons .essence-btn {
        width: 100%;
        max-width: 250px;
    }
}

/* ============================================
   CATEGORY DETAILS AREA
============================================ */
.category_details_area {
    background: var(--bg-card);
    padding: 30px;
    border-radius: 5px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-primary);
}

.product-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--text-primary);
    border-bottom: 2px solid var(--border-primary);
    padding-bottom: 15px;
}

.product-price-box {
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-gradient-start) 100%);
    padding: 15px 30px;
    border-radius: 0;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.product-price {
    font-size: 24px;
    color: #000000;
    margin: 0;
    font-weight: 700;
}

.product-price .price-value {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.product-description h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.product-description p {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-tertiary);
    margin-bottom: 15px;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.product-features li {
    padding: 8px 0;
    font-size: 15px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
}

.product-features li i {
    color: var(--success-color);
    margin-right: 12px;
    font-size: 14px;
}

.contact-btn .essence-btn {
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-gradient-start) 100%);
    color: #000;
    padding: 15px 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.essence-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-btn .essence-btn:hover {
    background: linear-gradient(135deg, var(--accent-secondary) 0%, #ff7961 100%);
    color: #fff;
}

.active-category a {
    color: var(--accent-primary) !important;
    font-weight: 600;
}

.widget-title a {
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.widget-title a:hover {
    color: var(--accent-primary);
}

.product_thumbnail_slides {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border-primary);
}

.product_thumbnail_slides img {
    width: 100%;
    height: auto;
}

/* ============================================
   HERO AREA
============================================ */
.hero-area {
    position: relative;
    background: var(--bg-secondary);
}

.hero-area .single-hero-slide {
    height: 500px;
    position: relative;
}

.hero-area .single-hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 13, 13, 0.7) 0%, rgba(13, 13, 13, 0.4) 100%);
    z-index: 1;
}

.hero-slides-content {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.hero-slides-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 15px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}

.hero-slides-content h4 {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-secondary);
    margin-bottom: 30px;
}

/* ============================================
   ABOUT SECTION
============================================ */
.about-section {
    background: var(--bg-secondary);
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    position: relative;
}

.section-heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);
    margin: 15px auto 0;
}

.about-text .lead {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-secondary);
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-tertiary);
    margin-bottom: 15px;
}

.guarantee-box {
    background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-tertiary) 100%);
    border-radius: 15px;
    padding: 40px 30px;
    border: 1px solid var(--border-primary);
}

.guarantee-item {
    text-align: center;
    padding: 20px;
}

.guarantee-item i {
    color: var(--accent-primary);
    margin-bottom: 20px;
}

.guarantee-item h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.guarantee-item p {
    font-size: 14px;
    color: var(--text-tertiary);
    margin: 0;
}

/* ============================================
   CATEGORIES SECTION
============================================ */
.categories-section {
    background: var(--bg-primary);
}

.category-tile {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid var(--border-primary);
}

.category-tile:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
    border-color: var(--accent-primary);
}

.category-tile-inner {
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.9) 0%, rgba(20, 20, 20, 0.75) 100%);
    transition: all 0.4s ease;
}

.category-tile:hover .category-overlay {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.9) 0%, rgba(234, 97, 83, 0.85) 100%);
}

.category-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 30px;
    color: var(--text-primary);
}

.category-content i {
    opacity: 0.8;
}

.category-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.category-content p {
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
    color: var(--text-primary);
}

/* ============================================
   BRANDS SECTION
============================================ */
.brands-section {
    background: var(--bg-secondary);
}

.brands-list {
    margin-top: 30px;
}

.brand-item {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    transition: all 0.3s ease;
    border: 1px solid #333;
}

.brand-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.brand-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
    border-color: var(--accent-primary);
}

.brand-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* ============================================
   CTA SECTION
============================================ */
.cta-section {
    padding: 80px 0;
    background: var(--bg-primary);
}

.cta-section .cta-content {
    padding: 80px 50px;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-tertiary) 100%);
    border: 1px solid var(--border-primary);
}

.cta-section .cta--text h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 15px;
}

.cta-section .cta--text p {
    font-size: 18px;
    color: var(--text-secondary);
    margin-bottom: 25px;
}

/* ============================================
   BUTTONS
============================================ */
.essence-btn {
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-gradient-start) 100%);
    color: #000;
    padding: 15px 40px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.essence-btn:hover {
    background: linear-gradient(135deg, var(--accent-secondary) 0%, #ff7961 100%);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 97, 83, 0.4);
}

.bg-light {
    background-color: var(--bg-primary) !important;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ============================================
   SALES PROFILES SECTION
============================================ */
.sales-profiles-section {
    background: var(--bg-primary);
}

.sales-profile-tile {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid var(--border-primary);
}

.sales-profile-tile:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
}

.sales-profile-inner {
    background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-tertiary) 100%);
    padding: 40px 30px;
    text-align: center;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.sales-profile-tile:hover .sales-profile-inner {
    background: linear-gradient(135deg, #003f45 0%, #006870 100%);
}

.sales-profile-tile.allegro .sales-profile-inner {
    background: linear-gradient(135deg, #ff5a00 0%, #ff8c00 100%);
}

.sales-profile-tile.allegro:hover .sales-profile-inner {
    background: linear-gradient(135deg, #ff6a15 0%, #ff9c20 100%);
}

.sales-profile-tile.ebay .sales-profile-inner {
    background: linear-gradient(135deg, #0064d2 0%, #0080ff 100%);
}

.sales-profile-tile.ebay:hover .sales-profile-inner {
    background: linear-gradient(135deg, #0074e2 0%, #0090ff 100%);
}

.sales-profile-content h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.sales-profile-content span {
    font-size: 14px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sales-profile-logo {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.sales-profile-logo img {
    height: 80px;
    width: auto;
    max-width: 100%;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.sales-profile-tile:hover .sales-profile-logo img {
    transform: scale(1.1);
}

/* ============================================
   ACCESSORIES SECTION
============================================ */
.accessories-section {
    background: var(--bg-primary);
}

.accessory-tile {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
    height: 100%;
}

.accessory-tile:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
}

.accessory-tile-inner {
    background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-tertiary) 100%);
    padding: 40px 25px;
    text-align: center;
    border-radius: 15px;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.accessory-tile:hover .accessory-tile-inner {
    background: linear-gradient(135deg, #003f45 0%, #006870 100%);
}

.accessory-icon {
    margin-bottom: 20px;
    color: var(--accent-primary);
    transition: all 0.3s ease;
}

.accessory-tile:hover .accessory-icon {
    transform: scale(1.2);
    color: var(--accent-secondary);
}

.accessory-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 10px;
}

.accessory-content p {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 0;
}

/* ============================================
   TEAM 4X4 SECTION
============================================ */
.team4x4-section {
    background: var(--bg-secondary);
}

.event-tile {
    display: block;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: var(--shadow-sm);
    background: var(--bg-card);
    border: 1px solid var(--border-primary);
}

.event-tile:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    text-decoration: none;
    border-color: var(--accent-primary);
}

.event-tile-inner {
    position: relative;
    overflow: hidden;
}

.event-tile-inner img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.event-tile:hover .event-tile-inner img {
    transform: scale(1.1);
}

.event-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
    padding: 30px 20px 20px;
    transition: all 0.3s ease;
}

.event-info h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 5px;
}

.event-info span {
    font-size: 24px;
    font-weight: 700;
    color: var(--accent-primary);
}

.event-info p {
    font-size: 13px;
    color: var(--text-tertiary);
    margin-top: 5px;
    margin-bottom: 0;
}

/* ============================================
   GALLERY
============================================ */
.event-gallery-section {
    background: var(--bg-primary);
}

.back-to-gallery {
    display: inline-flex;
    align-items: center;
    color: var(--text-secondary);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.back-to-gallery i {
    margin-right: 8px;
}

.back-to-gallery:hover {
    color: var(--accent-primary);
    text-decoration: none;
}

.gallery-item {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid var(--border-primary);
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-primary);
}

.gallery-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.photo-number {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
    padding: 20px 10px 10px;
    text-align: center;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 600;
}

/* ============================================
   LIGHTBOX
============================================ */
.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gallery-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.98);
    cursor: pointer;
}

.lightbox-container {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-image {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(255, 193, 7, 0.1);
    transition: opacity 0.3s ease;
}

.lightbox-image.loading {
    opacity: 0.5;
}

.lightbox-counter {
    margin-top: 15px;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 25px;
    background: none;
    border: none;
    color: var(--text-primary);
    font-size: 40px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.lightbox-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.lightbox-prev,
.lightbox-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.05);
    border: none;
    color: var(--text-primary);
    font-size: 30px;
    cursor: pointer;
    width: 60px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
    border-radius: 5px;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255, 193, 7, 0.2);
    transform: translateY(-50%) scale(1.1);
}

/* ============================================
   FOOTER
============================================ */
.footer_area {
    background: #000000 !important;
    padding: 50px 0 0 !important;
    border-top: 1px solid var(--border-primary);
}

.footer-top {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-primary);
}

.footer_area .mb-30 {
    margin-bottom: 15px !important;
}

.footer-widget {
    margin-bottom: 0;
}

.footer-logo-link img {
    max-width: 200px;
    height: auto;
}

.footer-about {
    color: var(--text-tertiary);
    font-size: 14px;
    line-height: 1.7;
}

.footer-widget-title {
    color: var(--accent-primary) !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: var(--text-tertiary);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: var(--accent-primary);
    padding-left: 5px;
}

.footer-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: var(--text-tertiary);
    font-size: 14px;
}

.footer-contact-info li i {
    color: var(--accent-primary);
    width: 25px;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 16px;
}

.footer-contact-info li a {
    color: var(--text-tertiary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-info li a:hover {
    color: var(--accent-primary);
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--text-primary);
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--accent-primary);
    color: #000;
    transform: translateY(-3px);
}

.footer-bottom {
    padding: 20px 0 15px;
    align-items: center;
    border-top: 1px solid var(--border-primary);
}

.copyright-text {
    color: var(--text-muted);
    font-size: 14px;
    margin: 0;
}

.copyright-text strong {
    color: var(--accent-primary);
}

/* ============================================
   CONTACT PAGE
============================================ */
.contact-area {
    margin-bottom: 0 !important;
    flex-wrap: wrap !important;
    background: var(--bg-secondary);
}

.contact-area .contact-info {
    padding: 40px 5% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    order: 1;
    background: var(--bg-card);
}

.contact-area .google-map {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    order: 2;
}

.contact-area .google-map iframe {
    min-height: 450px !important;
    height: 450px !important;
    width: 100% !important;
    filter: grayscale(0.3) contrast(1.1);
}

.contact-hours h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-primary);
}

.contact-hours p {
    margin-bottom: 0;
    color: var(--text-tertiary);
}

.contact-table-layout {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.contact-row {
    display: table-row;
}

.contact-row>div {
    padding-bottom: 15px;
}

.contact-label {
    display: table-cell;
    width: 180px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent-primary);
    font-size: 14px;
    vertical-align: top;
    padding-right: 20px;
}

.contact-value {
    display: table-cell;
    font-size: 16px;
    color: var(--text-secondary);
    vertical-align: top;
}

.contact-value a {
    color: var(--text-secondary);
    text-decoration: none;
}

.contact-value a:hover {
    color: var(--accent-primary);
}

/* ============================================
   HEADER - NAVIGATION
============================================ */
.header_area {
    background: var(--bg-secondary) !important;
    border-bottom: 1px solid var(--border-primary) !important;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 999;
}

.header_area .classy-navbar {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 15px;
    background: var(--bg-secondary);
}

@media (min-width: 576px) {
    .header_area .classy-navbar {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .header_area .classy-navbar {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .header_area .classy-navbar {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .header_area .classy-navbar {
        max-width: 1140px;
    }
}

.nav-brand {
    flex-shrink: 0;
}

.nav-brand img {
    padding-bottom: 7px;
    max-height: 90px;
    width: auto;
    transition: all 0.3s ease;
}

.classy-menu {
    flex-shrink: 0;
    transition: margin 0.3s ease;
}

.classynav ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.classynav ul li.lang-switch-item {
    margin-left: 80px !important;
    position: relative;
}

.header_area .classynav ul li a {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-secondary) !important;
}

.header_area .classynav ul li a:hover {
    color: var(--accent-primary) !important;
}

.header_area .classynav ul li .megamenu,
.header_area .classynav ul li .dropdown {
    background: var(--bg-card) !important;
    border: 1px solid var(--border-primary);
    box-shadow: var(--shadow-lg);
}

.header_area .classynav ul li .megamenu li a,
.header_area .classynav ul li .dropdown li a {
    color: var(--text-tertiary) !important;
    font-size: 14px !important;
}

.header_area .classynav ul li .megamenu li a:hover,
.header_area .classynav ul li .dropdown li a:hover {
    color: var(--accent-primary) !important;
    background: var(--bg-card-hover) !important;
}

.header_area .classynav ul li .megamenu .title,
.header_area .classynav ul li .dropdown .title {
    color: var(--accent-primary) !important;
}

/* ============================================
   SIDEBAR
============================================ */
.shop_sidebar_area {
    background: var(--bg-card);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid var(--border-primary);
}

@media only screen and (max-width: 767px) {
    .shop_sidebar_area {
        display: none !important;
    }
}

.widget-title {
    color: var(--text-primary) !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.catagories-menu ul li a {
    color: var(--text-tertiary) !important;
}

.catagories-menu ul li a:hover {
    color: var(--accent-primary) !important;
}

.catagories-menu ul.sub-menu li a {
    position: relative;
    padding-left: 20px !important;
    transition: color 0.3s;
}

.catagories-menu ul.sub-menu li a::before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent-primary);
    font-size: 18px;
    line-height: 24px;
}

.catagories-menu ul.sub-menu ul.sub-menu li a {
    padding-left: 35px !important;
}

.catagories-menu ul.sub-menu ul.sub-menu li a::before {
    left: 15px;
}

.catagories-menu li.active-category>a {
    color: var(--accent-primary) !important;
    font-weight: 600;
}

#akcesoria-menu,
#lodzie-menu {
    margin-left: 15px;
    margin-bottom: 15px;
}

#akcesoria-menu li a,
#lodzie-menu li a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-tertiary) !important;
    margin-bottom: 5px;
    display: block;
}

#akcesoria-menu li a:hover,
#lodzie-menu li a:hover {
    color: var(--accent-primary) !important;
}

#akcesoria-menu li.active-category a,
#lodzie-menu li.active-category a {
    color: var(--accent-primary) !important;
    font-weight: 600;
}

/* ============================================
   SHOP GRID AREA
============================================ */
.shop_grid_area {
    background: var(--bg-primary);
}

.shop_grid_product_area {
    background: transparent;
}

/* ============================================
   SINGLE PRODUCT WRAPPER
============================================ */
.single-product-wrapper {
    background-color: var(--bg-card) !important;
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.single-product-wrapper:hover {
    border-color: var(--accent-primary);
    box-shadow: var(--shadow-lg);
    transform: translateY(-5px);
}

.single-product-wrapper .product-img {
    position: relative;
    overflow: hidden;
}

.single-product-wrapper .product-img img {
    width: 100%;
    transition: transform 0.4s ease;
}

.single-product-wrapper:hover .product-img img {
    transform: scale(1.05);
}

.single-product-wrapper .product-description {
    background: var(--bg-card);
    padding: 20px;
    text-align: center;
}

.single-product-wrapper .product-description h6 {
    color: var(--text-primary) !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.single-product-wrapper .product-description h6:hover {
    color: var(--accent-primary) !important;
}

/* ============================================
   BREADCRUMB
============================================ */
.breadcumb_area {
    position: relative;
}

.breadcumb_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.breadcumb_area::after {
    background: none;
}

.breadcumb_area .container {
    position: relative;
    z-index: 2;
}

.breadcumb_area .page-title h2 {
    color: var(--text-primary) !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* ============================================
   SCROLLUP BUTTON
============================================ */
#scrollUp {
    background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-gradient-start) 100%) !important;
    color: #000 !important;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
    border: none;
}

#scrollUp:hover {
    background: linear-gradient(135deg, var(--accent-secondary) 0%, #ff7961 100%) !important;
    color: #fff !important;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (min-width: 992px) and (max-width: 1199px) {
    .header_area .classynav ul li a {
        font-size: 16px;
    }
}

@media (min-width: 700px) and (max-width: 991px) {
    .header_area .classy-navbar {
        justify-content: space-between;
    }

    .classy-menu {
        margin-left: 20px;
        margin-right: 100px;
    }

    .classynav ul li.lang-switch-item {
        margin-left: 30px !important;
    }

    .nav-brand img {
        max-height: 60px;
    }

    .header_area .classynav ul li a {
        font-size: 13px;
        padding: 0 8px;
    }
}

@media (min-width: 601px) and (max-width: 699px) {
    .header_area .classy-navbar {
        justify-content: space-between;
    }

    .classy-menu {
        margin-left: 10px;
        margin-right: 80px;
    }

    .classynav ul li.lang-switch-item {
        margin-left: 20px !important;
    }

    .nav-brand img {
        max-height: 50px;
    }

    .header_area .classynav ul li a {
        font-size: 12px;
        padding: 0 5px;
    }
}

@media (max-width: 600px) {
    .hero-area .single-hero-slide {
        height: 400px;
    }

    .hero-slides-content h2 {
        font-size: 32px;
    }

    .hero-slides-content h4 {
        font-size: 16px;
    }

    .category-tile-inner {
        height: 220px;
    }

    .section-heading {
        font-size: 26px;
    }

    .guarantee-box {
        padding: 30px 20px;
    }

    .cta-section .cta-content {
        padding: 50px 30px;
    }

    .cta-section .cta--text h2 {
        font-size: 26px;
    }

    .sales-profile-inner {
        padding: 30px 20px;
    }

    .sales-profile-content h3 {
        font-size: 26px;
    }

    .event-tile-inner img {
        height: 160px;
    }

    .event-info h4 {
        font-size: 16px;
    }

    .event-info span {
        font-size: 20px;
    }

    .gallery-item img {
        height: 120px;
    }

    .lightbox-prev,
    .lightbox-next {
        width: 45px;
        height: 60px;
        font-size: 24px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }

    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 35px;
    }

    .lightbox-image {
        max-width: 95vw;
        max-height: 75vh;
    }

    .footer_area {
        padding: 30px 0 0 !important;
    }

    .footer-top {
        padding-bottom: 15px;
    }

    .footer-bottom {
        text-align: center;
        padding: 15px 0 10px;
    }

    .header_area .classy-navbar {
        justify-content: space-between;
        padding-right: 15px;
        width: 100%;
    }

    .nav-brand img {
        max-height: 50px;
        padding-bottom: 0;
    }

    .classy-menu {
        margin-left: 0 !important;
        background: #000000 !important;
    }

    .classynav ul {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        background-color: transparent !important;
    }

    .classynav ul li {
        width: 100%;
        background-color: transparent !important;
    }

    .classynav ul li a {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid var(--border-primary) !important;
        color: #ffffff !important;
        background-color: transparent !important;
    }

    .classynav ul li.lang-switch-item {
        margin-left: 0 !important;
        margin-top: 20px;
        padding-top: 15px;
        border-top: 1px solid var(--border-primary);
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .contact-label {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .contact-value {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-row {
        display: block;
    }

    .contact-row>div {
        padding-bottom: 5px;
    }
}

/* ============================================
   ADDITIONAL ENHANCEMENTS
============================================ */
::selection {
    background: var(--accent-primary);
    color: #000;
}

::-moz-selection {
    background: var(--accent-primary);
    color: #000;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
    background: var(--bg-tertiary);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-primary);
}

/* Mobile toggler */
.classy-navbar-toggler .navbarToggler span {
    background-color: var(--text-primary);
}

[data-toggle="collapse"] {
    cursor: pointer;
}

/* Pagination */
.pagination .page-item .page-link {
    background: var(--bg-card);
    border-color: var(--border-primary);
    color: var(--text-secondary);
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background: var(--accent-primary);
    border-color: var(--accent-primary);
    color: #000;
}

.active-category,
.active-category a {
    color: var(--accent-primary) !important;
}

@media (max-width: 991px) {
    .classy-menu {
        background-color: #000000 !important;
        margin-left: 0 !important;
    }

    .header_area .classy-navbar {
        justify-content: space-between !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .classynav ul li a {
        color: #ffffff !important;
        background-color: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .classynav ul li .megamenu {
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
    }

    .classynav ul li .megamenu .single-mega {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 991px) {
    .nav-brand img {
        max-width: 110px !important;
        height: auto !important;
    }

    .header_area .classy-navbar {
        height: 60px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .classy-navbar-toggler {
        margin-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .classynav ul {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .classynav ul li {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .header_area {
        border-bottom: none !important;
        box-shadow: none !important;
    }

    .header_area .classy-navbar {
        align-items: center !important;
        display: flex !important;
    }

    .nav-brand,
    .classy-navbar-toggler {
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
    }
}

@media (max-width: 991px) {
    body {
        margin-top: 0 !important;
    }

    .top-bar {
        border-bottom: none !important;
        position: relative !important;
    }

    .header_area {
        border-bottom: none !important;
        /* Use sticky positioning instead of fixed with hardcoded top */
        position: sticky !important;
        top: 0 !important;
        overflow: visible !important;
    }

    .nav-brand img {
        padding-bottom: 0 !important;
        max-height: 50px !important;
    }

    .header_area .classy-navbar {
        height: 65px !important;
        padding: 8px 15px !important;
        overflow: visible !important;
    }

    .classy-navbar-toggler {
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
    }

    .classy-navbar-toggler .navbarToggler {
        height: 20px !important;
    }

    .classy-navbar-toggler .navbarToggler span {
        width: 24px;
        height: 2px;
        margin-top: 4px;
    }
}

@media (max-width: 767px) {
    /* Styles are inherited from 991px, specific tweaks here */

    .nav-brand img {
        max-height: 40px !important;
    }

    .header_area .classy-navbar {
        height: 55px !important;
        padding: 6px 10px !important;
    }

    .classy-navbar-toggler {
        height: 30px !important;
    }

    .classy-navbar-toggler .navbarToggler {
        height: 18px !important;
    }

    .classy-navbar-toggler .navbarToggler span {
        width: 18px;
        height: 2px;
        margin-top: 3px;
    }
}

/* Sidebar fix for Boats and Accessories */
#akcesoria-menu li a,
#lodzie-menu li a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    color: var(--text-tertiary) !important;
    margin-bottom: 5px;
    display: block;
    position: relative;
    padding-left: 20px;
    transition: color 0.3s;
}

#akcesoria-menu li a::before,
#lodzie-menu li a::before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent-primary);
    font-size: 18px;
    line-height: 24px;
}

#akcesoria-menu li a:hover,
#lodzie-menu li a:hover,
#akcesoria-menu li.active a,
#lodzie-menu li.active a {
    color: var(--accent-primary) !important;
}

/* About page styles */
.about-content {
    color: var(--text-secondary);
}

.about-content .lead {
    font-size: 1.2rem;
    line-height: 1.8;
}

.about-section-title {
    color: var(--accent-primary) !important;
    font-weight: 600;
}

.about-features-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.about-features-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.about-features-list li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: var(--accent-primary);
    font-size: 1.5em;
    line-height: 1;
}

.about-features-list li strong {
    color: var(--text-primary);
}

/* Enhanced About page list styles */
.about-features-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 20px !important;
}

.about-features-list li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
    font-size: 16px;
}

.about-features-list li::before {
    content: '\2022' !important;
    position: absolute !important;
    left: 5px !important;
    top: 0 !important;
    color: var(--accent-primary) !important;
    font-size: 24px !important;
    line-height: 1.4 !important;
    font-weight: bold;
}

/* ============================================
   ACTIVE NAVIGATION MENU HIGHLIGHT
============================================ */
/* Main navigation - active tab highlight */
.classynav>ul>li>a.active {
    color: var(--accent-primary) !important;
    font-weight: 600 !important;
    position: relative;
}

/* Yellow underline for active tab */
/* Underline removed as requested */
.classynav>ul>li>a.active::after {
    display: none;
}

/* Subtle glow effect for active text */
.classynav>ul>li>a.active {
    text-shadow: 0 0 8px rgba(255, 193, 7, 0.4);
}

/* Hover state for non-active tabs */
.classynav>ul>li>a:not(.active):hover {
    color: var(--accent-primary) !important;
}

/* Mobile navigation - active tab in sidebar */
@media only screen and (max-width: 991px) {
    .classynav>ul>li>a.active {
        background: linear-gradient(90deg, rgba(255, 193, 7, 0.15), rgba(255, 193, 7, 0.05)) !important;
        border-left: 3px solid var(--accent-primary) !important;
    }

    .classynav>ul>li>a.active::after {
        display: none;
    }
}

/* ============================================
   CONTACT PAGE DESKTOP LAYOUT FIXES
============================================ */
@media only screen and (min-width: 992px) {
    .contact-table-layout {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .contact-row {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .contact-label {
        flex: 0 0 240px;
        /* Increased width to prevent wrapping of 'Technische Abteilung' */
        max-width: 240px;
        color: var(--accent-primary);
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.5px;
        padding-right: 15px;
    }

    .contact-value {
        flex-grow: 1;
        font-size: 14px;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.85);
        /* Matching address color */
    }

    /* Ensure phone links look exactly like the address text */
    .contact-value a {
        color: rgba(255, 255, 255, 0.85) !important;
        font-weight: 400 !important;
        text-decoration: none !important;
    }

    .contact-value a:hover {
        color: var(--accent-primary) !important;
    }

    /* Address header/strong text styling */
    .contact-value strong {
        font-weight: 700;
        color: #ffffff;
    }
}

/* ============================================
   CENTERED NAVIGATION MENU
============================================ */
/* Desktop layout: ALL elements centered (logo, menu, language switcher) */
@media only screen and (min-width: 992px) {
    .header_area .classy-nav-container {
        width: 100%;
    }

    .header_area .classy-navbar {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        height: 85px !important;
        gap: 105px;
    }

    html[lang="de"] .header_area .classy-navbar {
        gap: 75px;
    }

    /* Logo centered */
    .header_area .classy-navbar .nav-brand {
        flex: 0 0 auto;
        z-index: 10;
    }

    /* Toggler hidden on desktop */
    .header_area .classy-navbar .classy-navbar-toggler {
        display: none !important;
    }

    /* Menu wrapper - centered in flex container */
    .header_area .classy-navbar .classy-menu {
        position: static !important;
        transform: none !important;
        height: 85px !important;
        display: flex !important;
        align-items: center !important;
        z-index: 899 !important;
    }

    /* Navigation links */
    .classynav>ul {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px;
    }

    /* Desktop language switcher - centered with other elements */
    .lang-switch-desktop {
        position: static !important;
        height: 85px !important;
        display: flex !important;
        align-items: center !important;
        z-index: 899 !important;
    }

    /* Hide mobile version on desktop */
    .lang-switch-mobile {
        display: none !important;
    }

    /* Megamenu - full viewport width */
    .classynav ul li .megamenu {
        width: 100vw !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        position: absolute !important;
    }
}

/* Tablet adjustments */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_area .classy-navbar {
        padding-left: 20px !important;
        padding-right: 20px !important;
        gap: 60px;
    }
}

/* Mobile view - language switcher inside mobile menu */
@media only screen and (max-width: 991px) {

    /* Hide desktop version on mobile */
    .lang-switch-desktop {
        display: none !important;
    }

    /* Show and style mobile version inside sidebar */
    .classynav ul li.lang-switch-mobile {
        display: block !important;
        padding: 15px 20px !important;
        margin-top: 20px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.05);
    }

    .classynav ul li.lang-switch-mobile .lang-switcher {
        display: flex !important;
        justify-content: center !important;
        gap: 20px !important;
    }

    .classynav ul li.lang-switch-mobile .lang-btn {
        width: 44px !important;
        height: 29px !important;
        opacity: 0.8;
    }

    .classynav ul li.lang-switch-mobile .lang-btn.active {
        opacity: 1;
        border: 2px solid var(--accent-primary);
    }
}