.elementor-501 .elementor-element.elementor-element-984171b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-45e26c0 */.parfum-royal-light-wrapper {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        background: #FFFFFF;
        color: #1A1A1A;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .parfum-royal-light-wrapper::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            radial-gradient(circle at 10% 20%, rgba(203, 168, 58, 0.05) 0%, transparent 40%),
            radial-gradient(circle at 90% 80%, rgba(203, 168, 58, 0.05) 0%, transparent 40%);
        z-index: 0;
        pointer-events: none;
    }

    .light-header {
        text-align: center;
        padding: 60px 20px 40px;
        position: relative;
        z-index: 2;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.95) 100%);
        flex-shrink: 0;
    }

    .header-content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .light-logo {
        font-size: 3.5rem;
        font-weight: 300;
        letter-spacing: 8px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        color: #1A1A1A;
    }

    .logo-text {
        color: #1A1A1A;
        position: relative;
        padding-right: 20px;
        font-weight: 300;
    }

    .logo-text::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 60%;
        background: linear-gradient(to bottom, transparent, #CBA83A, transparent);
    }

    .logo-highlight {
        color: #CBA83A;
        font-weight: 600;
    }

    .light-subtitle {
        font-size: 0.9rem;
        letter-spacing: 6px;
        color: #666666;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 10px;
    }

    .sticky-tabs-nav {
        position: sticky;
        top: 0;
        z-index: 1000;
        padding: 15px 20px;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }

    .sticky-tabs-nav.sticky-active {
        padding: 10px 20px;
    }

    .tabs-container {
        display: flex;
        justify-content: center;
        gap: 0;
        max-width: 500px;
        margin: 0 auto;
        background: #F9F7F2;
        border-radius: 50px;
        padding: 4px;
        border: 1px solid rgba(203, 168, 58, 0.2);
    }

    .light-tab-btn {
        flex: 1;
        background: transparent;
        border: none;
        padding: 16px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
        cursor: pointer;
        position: relative;
        transition: all 0.3s ease;
        border-radius: 50px;
        min-width: 140px;
    }

    .light-tab-btn:hover {
        background: rgba(203, 168, 58, 0.1);
    }

    .light-tab-btn.active {
        background: #FFFFFF;
        box-shadow: 0 4px 15px rgba(203, 168, 58, 0.2);
    }

    .tab-icon {
        font-size: 1.4rem;
        opacity: 0.8;
        transition: all 0.3s ease;
    }

    .light-tab-btn.active .tab-icon {
        opacity: 1;
        transform: scale(1.1);
    }

    .tab-text {
        font-size: 0.95rem;
        font-weight: 600;
        letter-spacing: 2px;
        color: #666666;
        transition: all 0.3s ease;
    }

    .light-tab-btn.active .tab-text {
        color: #CBA83A;
    }

    .tab-underline {
        position: absolute;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        width: 40%;
        height: 2px;
        background: #CBA83A;
        transition: transform 0.3s ease;
        border-radius: 2px;
    }

    .light-tab-btn.active .tab-underline {
        transform: translateX(-50%) scaleX(1);
    }

    /* Dual Column Container for Desktop */
    .dual-column-container {
        display: none;
        max-width: 1600px;
        margin: 0 auto;
        padding: 40px 20px;
        width: 100%;
        flex-grow: 1;
        grid-template-columns: 1fr auto 1fr;
        gap: 40px;
        align-items: start;
    }

    .column-content {
        display: none;
        animation: fadeIn 0.5s ease;
    }

    .column-content.active {
        display: block;
    }

    .column-header {
        text-align: center;
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .column-title-container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .column-icon {
        font-size: 1.8rem;
        opacity: 0.9;
    }

    .column-title {
        font-size: 2.2rem;
        font-weight: 400;
        color: #1A1A1A;
        position: relative;
        padding-bottom: 10px;
    }

    .column-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 2px;
        background: #CBA83A;
    }

    .column-description {
        font-size: 0.95rem;
        color: #666666;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 20px;
    }

    .column-divider {
        width: 3px;
        background: #caab59;
        height: 100%;
        min-height: 80vh;
    }

    /* Tab Content - For mobile/tablet */
    .tab-content {
        display: none;
        max-width: 1400px;
        margin: 0 auto;
        padding: 40px 20px;
        width: 100%;
        flex-grow: 1;
    }

    .tab-content.active {
        display: block;
        animation: fadeIn 0.5s ease;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .tab-header {
        text-align: center;
        margin-bottom: 50px;
        padding: 0 20px;
    }

    .tab-title {
        font-size: 2.2rem;
        font-weight: 400;
        margin-bottom: 15px;
        color: #1A1A1A;
        position: relative;
        display: inline-block;
    }

    .tab-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 2px;
        background: #CBA83A;
    }

    .tab-description {
        font-size: 0.95rem;
        color: #666666;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 400;
        margin-top: 20px;
    }

    /* Brands Grid */
    .brands-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
        gap: 25px;
        padding: 20px;
    }

    .mobile-brands-grid {
        display: none;
    }

    /* Brand Card */
    .brand-card {
        background: #FFFFFF;
        border-radius: 16px;
        padding: 30px;
        border: 1px solid rgba(203, 168, 58, 1);
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        cursor: pointer;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .brand-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #CBA83A;
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }

    .brand-card:hover {
        transform: translateY(-5px);
        border-color: #CBA83A;
        box-shadow: 0 8px 30px rgba(203, 168, 58, 0.15);
    }

    .brand-card:hover::before {
        transform: scaleY(1);
    }

    .brand-logo-container {
        width: 130px !important;
        height: 130px !important;
        margin: 0 auto 25px;
        border-radius: 50%;
        background: #F9F7F2;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border: 2px solid rgba(203, 168, 58, 0.1);
        transition: all 0.3s ease;
    }

    .brand-card:hover .brand-logo-container {
        border-color: #CBA83A;
        transform: scale(1.05);
    }

    .brand-logo {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transition: all 0.3s ease;
    }


    .brand-header {
        margin-bottom: 25px;
        position: relative;
        width: 100%;
        text-align: center;
    }

    .brand-name {
        font-size: 1.4rem;
        font-weight: 500;
        color: #1A1A1A;
        position: relative;
        padding-top: 15px;
        line-height: 1.4;
    }

    .brand-name::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 40px;
        height: 2px;
        background: #CBA83A;
        border-radius: 2px;
    }

    .perfume-list {
        position: relative;
        width: 100%;
    }

    .perfume-item {
        padding: 12px 16px 12px 48px;
        margin-bottom: 8px;
        background: #F9F7F2;
        border-radius: 10px;
        font-size: 0.95rem;
        color: #444444;
        transition: all 0.2s ease;
        position: relative;
        border-left: 3px solid transparent;
    }

    .perfume-item:hover {
        background: rgba(203, 168, 58, 0.1);
        border-left-color: #CBA83A;
        transform: translateX(5px);
        color: #1A1A1A;
    }

    .perfume-icon {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        opacity: 0.7;
        transition: all 0.3s ease;
    }

    .perfume-item:hover .perfume-icon {
        opacity: 1;
        transform: translateY(-50%) scale(1.1);
    }

    /* Modern Dot SVG Icon */
    .perfume-icon svg {
        width: 100%;
        height: 100%;
        fill: #CBA83A;
    }

    /* Footer */
    .light-footer {
        margin-top: 80px;
        padding: 50px 20px;
        text-align: center;
        position: relative;
        z-index: 1;
        border-top: 1px solid rgba(203, 168, 58, 0.1);
        background: #F9F7F2;
        flex-shrink: 0;
    }

    .footer-content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .footer-logo {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
        background: #CBA83A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        font-weight: 600;
        color: white;
        letter-spacing: 1px;
    }

    .footer-text {
        font-size: 0.85rem;
        color: #666666;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    /* Desktop/Laptop Responsive - Show dual columns */
    @media (min-width: 1024px) {
        .dual-column-container {
            display: grid;
        }
        
        .column-content.active {
            display: block;
        }
        
        #femme-column, #homme-column {
            display: block;
        }
        
        .sticky-tabs-nav {
            display: none;
        }
        
        .tab-content {
            display: none !important;
        }
        
        .mobile-brands-grid {
            display: none !important;
        }
        
        .brands-grid {
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            padding: 10px;
        }
        
        .brand-card {
            padding: 25px;
        }
        
        .brand-logo-container {
            width: 100px;
            height: 100px;
            padding: 15px;
        }
        
        .column-title {
            font-size: 1.8rem;
        }
    }

    /* Tablet and Mobile - Keep original behavior */
    @media (max-width: 1023px) {
        .dual-column-container {
            display: none;
        }
        
        .sticky-tabs-nav {
            display: block;
        }
        
        .tab-content.active {
            display: block;
        }
        
        .mobile-brands-grid {
            display: grid;
        }
        
        .brands-grid:not(.mobile-brands-grid) {
            display: none;
        }
    }

    /* Original responsive styles (unchanged) */
    @media (max-width: 768px) {
        .light-logo {
            font-size: 2.5rem;
            letter-spacing: 4px;
            flex-direction: column;
            gap: 10px;
        }

        .logo-text::after {
            display: none;
        }

        .light-subtitle {
            font-size: 0.8rem;
            letter-spacing: 3px;
        }

        .sticky-tabs-nav {
            padding: 10px 15px;
        }

        .tabs-container {
            max-width: 400px;
        }

        .light-tab-btn {
            padding: 14px 20px;
            min-width: 120px;
        }

        .tab-text {
            font-size: 0.85rem;
        }

        .brands-grid {
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            padding: 10px;
        }

        .tab-title {
            font-size: 1.8rem;
        }

        .brand-card {
            padding: 25px;
        }

        .brand-logo-container {
            width: 100px;
            height: 100px;
            padding: 15px;
        }
    }

    @media (max-width: 480px) {
        .light-logo {
            font-size: 2rem;
        }

        .light-subtitle {
            font-size: 0.7rem;
            letter-spacing: 2px;
        }

        .tabs-container {
            max-width: 350px;
        }

        .light-tab-btn {
            padding: 12px 16px;
            min-width: 100px;
        }

        .tab-icon {
            font-size: 1.2rem;
        }

        .tab-text {
            font-size: 0.8rem;
        }

        .brands-grid {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .brand-card {
            padding: 20px;
        }

        .brand-logo-container {
            width: 90px;
            height: 90px;
            padding: 12px;
        }

        .brand-name {
            font-size: 1.2rem;
        }
    }

    @media (max-width: 360px) {
        .tabs-container {
            max-width: 300px;
        }

        .light-tab-btn {
            padding: 10px 12px;
            min-width: 90px;
        }

        .tab-text {
            font-size: 0.75rem;
        }
    }/* End custom CSS */