/*
 Theme Name:   OceanWP Child - Exclusiveimode
 Theme URI:    https://exclusiveimode.com
 Description:  Child theme for Exclusiveimode
 Author:       Exclusiveimode
 Template:     oceanwp
 Version:      1.0.0
 Text Domain:  oceanwp-child
*/

/* =============================================
   GOOGLE FONTS — Barlow Condensed for bold headings
   + Barlow for body copy
   ============================================= */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;900&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

/* =============================================
   FIX HEADER LOGO SIZE
   OceanWP doesn't generate inline logo CSS in child theme
   ============================================= */

#site-logo .custom-logo-link img,
#site-logo img.custom-logo,
#site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 200px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
}

/* Ensure logo container allows the larger size */
#site-logo,
#site-logo-inner {
    max-height: 90px !important;
}

/* Mobile — keep logo readable but not oversized */
@media (max-width: 767px) {
    #site-logo .custom-logo-link img,
    #site-logo img.custom-logo {
        max-width: 140px !important;
        max-height: 60px !important;
    }
}

/* =============================================
   HIDE STRAY ELEMENTS
   ============================================= */

/* Hide OceanWP "Powered by" credit */
#footer-bottom .copyright a[href*="oceanwp.org"],
#footer-bottom .copyright span:last-child {
    display: none !important;
}

/* (logo shown in .eim-simple-footer, not hidden) */

/* =============================================
   BRANDS BAR
   ============================================= */

.eim-brands-bar {
    background: linear-gradient(160deg,
        #2d1b4e 0%,     /* глубокий фиолет — закат */
        #7b2d6e 25%,    /* маджента переход */
        #fe5252 55%,    /* красный */
        #ff8a00 80%,    /* оранж */
        #F39C12 100%    /* золото на горизонте */
    );
    padding: 56px 0 48px;
    overflow: hidden;
    position: relative;
}

/* Soft overlay to improve text readability on bright sunset */
.eim-brands-bar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center top, transparent 0%, rgba(0,0,0,0.15) 100%);
    pointer-events: none;
}

.eim-brands-bar > * { position: relative; z-index: 1; }

/* Colorful top stripe — 4px multicolor line */
.eim-brands-stripe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        #fe5252 0%,
        #ff8a00 18%,
        #F39C12 30%,
        #3fc387 45%,
        #4169E1 60%,
        #9B59B6 75%,
        #1ABC9C 88%,
        #fe5252 100%
    );
}

.eim-brands-bar .eim-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.eim-brands-bar .eim-brands-heading {
    text-align: center;
    margin-bottom: 36px;
}

.eim-brands-bar .eim-brands-heading span {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fe5252;
    margin-bottom: 8px;
}

.eim-brands-bar .eim-brands-heading h3 {
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    background: linear-gradient(90deg, #ffffff 60%, #fe5252 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.eim-brands-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

/* Brand pill — uses CSS custom property --pill-color */
.eim-brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 20px;
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(255,255,255,0.1);
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.eim-brand-pill:hover {
    background: var(--pill-color, #fe5252) !important;
    border-color: var(--pill-color, #fe5252) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 28px var(--pill-shadow, rgba(254,82,82,0.45));
    padding-left: 20px !important; /* override footer link hover indent */
}

.eim-brand-pill .brand-name {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    white-space: nowrap;
    transition: color 0.2s ease;
}

.eim-brand-pill:hover .brand-name {
    color: #ffffff;
}

.eim-brand-pill .brand-count {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.07);
    padding: 1px 7px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.eim-brand-pill:hover .brand-count {
    background: rgba(255,255,255,0.2);
    color: #ffffff;
}

.eim-brands-bar .eim-brands-cta {
    text-align: center;
    margin-top: 36px;
}

.eim-brands-bar .eim-brands-cta a {
    display: inline-block;
    padding: 13px 36px;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.6) !important;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.eim-brands-bar .eim-brands-cta a:hover {
    border-color: #fe5252;
    color: #fe5252 !important;
    box-shadow: 0 0 24px rgba(254,82,82,0.2);
    padding-left: 36px !important;
}

/* =============================================
   SIMPLE FOOTER (no columns)
   ============================================= */

#footer.eim-footer-wrap,
#footer {
    background: linear-gradient(160deg, #F39C12 0%, #ff8a00 40%, #fe5252 100%) !important;
    padding: 0 !important;
    border: none !important;
}

.eim-simple-footer {
    background: transparent;
    padding: 40px 30px 24px;
    text-align: center;
}

.eim-footer-inner {
    max-width: 800px;
    margin: 0 auto;
}

/* Logo */
.eim-simple-footer .eim-footer-logo {
    margin-bottom: 12px;
}

.eim-simple-footer .eim-footer-logo img {
    max-height: 90px;
    max-width: 220px;
    width: auto;
    opacity: 1;
    /* Subtle drop shadow so it pops on dark bg */
    filter: drop-shadow(0 2px 8px rgba(254,82,82,0.3));
}

/* Footer logo — smaller on mobile */
@media (max-width: 767px) {
    .eim-simple-footer .eim-footer-logo img {
        max-height: 70px;
        max-width: 170px;
    }
}

.eim-footer-sitename {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Tagline */
.eim-footer-tagline {
    font-size: 13px;
    color: rgba(255,255,255,0.95) !important;
    letter-spacing: 1px;
    margin-bottom: 20px !important;
    margin-top: 4px !important;
    line-height: 1.6 !important;
    font-family: 'Barlow', sans-serif;
    text-shadow: 0 1px 6px rgba(0,0,0,0.25);
}

/* Nav links row */
.eim-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 4px;
    margin-bottom: 20px;
}

.eim-footer-nav a {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    padding: 0 4px !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.eim-footer-nav a:hover {
    color: #2d1b4e !important;
    padding-left: 4px !important;
    text-shadow: none;
}

.eim-footer-nav span {
    color: rgba(255,255,255,0.7);
    font-size: 10px;
}

/* Social icons */
.eim-footer-socials {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.eim-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    border: 1.5px solid rgba(255,255,255,0.7);
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    backdrop-filter: blur(4px);
}

.eim-footer-socials a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #fe5252 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    padding-left: 0 !important;
}

/* Copyright */
.eim-footer-copy {
    font-size: 10px !important;
    color: rgba(255,255,255,0.85) !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    border-top: 1px solid rgba(255,255,255,0.25);
    padding-top: 18px !important;
    padding-bottom: 0 !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

/* Remove any OceanWP padding below footer */
#footer,
#footer > *,
.eim-simple-footer {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.eim-footer-inner {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#footer.eim-footer-wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Kill OceanWP outer wrapper padding */
#outer-wrap,
#wrap,
#page {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

html, body {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Hide OceanWP default footer entirely — we use .eim-simple-footer */
footer#footer.site-footer,
#footer.site-footer,
#footer-widgets,
#footer-bottom,
#footer-inner,
#footer .footer-widgets-wrap,
.footer-box {
    display: none !important;
}

/* =============================================
   OLD FOOTER REDESIGN (kept for reference, overridden above)
   ============================================= */

#footer {
    padding: 0 !important;
    position: relative;
}

/* Subtle left-color accent on each column */
#footer .footer-box {
    position: relative;
    padding-left: 20px !important;
}

#footer .footer-box:nth-child(1)::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px; background: #fe5252; border-radius: 2px; }
#footer .footer-box:nth-child(2)::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px; background: #ff8a00; border-radius: 2px; }
#footer .footer-box:nth-child(3)::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px; background: #3fc387; border-radius: 2px; }
#footer .footer-box:nth-child(4)::before { content: ''; position: absolute; left: 0; top: 8px; bottom: 8px; width: 3px; background: #4169E1; border-radius: 2px; }

/* Widget title */
#footer .footer-box h4,
#footer .footer-box .widget-title {
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin-bottom: 22px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    display: block !important;
}

/* Footer text */
#footer,
#footer p,
#footer .widget,
#footer .textwidget {
    color: #666666 !important;
    font-size: 13px !important;
    line-height: 1.85 !important;
}

/* Footer links */
#footer a {
    color: #666666 !important;
    text-decoration: none !important;
    transition: color 0.2s ease, padding-left 0.2s ease !important;
    font-size: 13px !important;
}

#footer a:hover {
    color: #fe5252 !important;
    padding-left: 5px !important;
}

/* Custom links list */
#footer .ocean-custom-links ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#footer .ocean-custom-links ul li {
    margin-bottom: 9px !important;
    display: flex;
    align-items: center;
}

#footer .ocean-custom-links ul li::before {
    content: '—';
    color: #2a2a2a;
    margin-right: 10px;
    font-size: 11px;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

#footer .ocean-custom-links ul li:hover::before {
    color: #fe5252;
}

/* Footer about text */
#footer .footer-box:first-child p {
    font-size: 13px !important;
    line-height: 1.9 !important;
    color: #555555 !important;
    max-width: 260px;
}

/* Social icons */
#footer .footer-social-icons {
    display: flex;
    gap: 10px;
    margin-top: 6px;
    flex-wrap: wrap;
}

#footer .footer-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.04);
    border: 1.5px solid rgba(255,255,255,0.08);
    border-radius: 50%;
    color: #666 !important;
    font-size: 15px;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    text-decoration: none !important;
}

#footer .footer-social-icons a:hover {
    background: linear-gradient(135deg, #fe5252, #ff8a00) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    padding-left: 0 !important;
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 6px 20px rgba(254,82,82,0.4);
}

/* Contact info in footer */
#footer .footer-contact {
    margin-top: 18px;
    font-size: 12px !important;
    color: #444 !important;
    line-height: 1.8;
}

#footer .footer-contact a {
    color: #555 !important;
    font-size: 12px !important;
}

#footer .footer-contact a:hover {
    color: #fe5252 !important;
    padding-left: 0 !important;
}

/* =============================================
   BOTTOM FOOTER BAR
   ============================================= */

#footer-bottom {
    background: #080808 !important;
    border-top: 1px solid rgba(255,255,255,0.04) !important;
    padding: 18px 0 !important;
}

#footer-bottom,
#footer-bottom p,
#footer-bottom .copyright {
    color: #333333 !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

#footer-bottom a {
    color: #444 !important;
}

#footer-bottom a:hover {
    color: #fe5252 !important;
}

/* =============================================
   SCROLLING BRAND TICKER
   ============================================= */

.eim-ticker-wrap {
    background: linear-gradient(90deg, #fe5252 0%, #ff8a00 33%, #4169E1 66%, #fe5252 100%) !important;
    background-size: 200% 100% !important;
    animation: eim-ticker-bg 8s linear infinite !important;
    overflow: hidden;
    padding: 14px 0;
    border-top: none;
    border-bottom: none;
}

@keyframes eim-ticker-bg {
    0%   { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

/* Kill any dark Elementor section bg around the ticker */
[data-id="eim_ticker_sec"],
[data-id="eim_ticker_sec"] .elementor-container,
[data-id="eim_ticker_sec"] .elementor-column,
[data-id="eim_ticker_sec"] .elementor-widget-wrap {
    background: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.eim-ticker-track {
    display: flex;
    gap: 0;
    width: max-content;
    animation: eim-ticker 30s linear infinite;
    white-space: nowrap;
}

.eim-ticker-wrap:hover .eim-ticker-track {
    animation-play-state: paused;
}

@keyframes eim-ticker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.eim-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 0 28px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    font-family: 'Barlow Condensed', sans-serif;
}

.eim-ticker-item em {
    font-style: normal;
    color: rgba(255,255,255,0.6);
    font-size: 8px;
}

/* =============================================
   4 CATEGORY SQUARES
   ============================================= */

.eim-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
}

.eim-cat-card {
    display: flex;
    align-items: flex-end;
    padding: 40px 32px;
    min-height: 280px;
    text-decoration: none !important;
    background: linear-gradient(135deg, var(--c1), var(--c2));
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Big decorative number */
.eim-cat-num {
    position: absolute;
    top: -10px;
    right: 16px;
    font-size: 120px;
    font-weight: 900;
    color: rgba(255,255,255,0.12);
    line-height: 1;
    pointer-events: none;
    font-family: Arial Black, sans-serif;
    transition: all 0.4s ease;
}

.eim-cat-card:hover .eim-cat-num {
    transform: scale(1.1) translateY(-10px);
    color: rgba(255,255,255,0.2);
}

.eim-cat-card:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
    z-index: 2;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.eim-cat-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    z-index: 1;
}

.eim-cat-sub {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
}

.eim-cat-label {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
}

.eim-cat-arrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-top: 8px;
    transition: color 0.2s ease;
}

.eim-cat-card:hover .eim-cat-arrow {
    color: #fff;
}

/* Mobile: 2×2 grid */
@media (max-width: 768px) {
    .eim-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .eim-cat-card {
        min-height: 180px;
        padding: 24px 20px;
    }
    .eim-cat-label {
        font-size: 22px;
    }
    .eim-cat-num {
        font-size: 80px;
    }
    .eim-ticker-item {
        font-size: 10px;
        padding: 0 18px;
    }
}

/* =============================================
   NAVIGATION — bigger text, expressive SHOP NOW button
   ============================================= */

/* Main nav links */
#main-nav .main-nav > li > a,
#main-nav li a,
.main-nav li a {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-family: 'Barlow', sans-serif !important;
    color: #333 !important;
    transition: color 0.2s ease !important;
}

#main-nav li a:hover,
.main-nav li a:hover {
    color: #fe5252 !important;
}

/* SHOP NOW button — solid gradient, no animation noise */
#main-nav .menu-item:last-of-type a,
#main-nav li.menu-item-btn a,
.header-button a,
#main-nav > ul > li > a[href*="shop"]:not([href*="?"]) {
    background: linear-gradient(135deg, #fe5252, #ff8a00) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 9px 24px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    box-shadow: 0 4px 16px rgba(254,82,82,0.35) !important;
    border: none !important;
    transition: all 0.3s ease !important;
    font-family: 'Barlow Condensed', sans-serif !important;
}

#main-nav .menu-item:last-of-type a:hover,
.header-button a:hover {
    box-shadow: 0 6px 24px rgba(254,82,82,0.55) !important;
    transform: translateY(-1px) !important;
}

/* OceanWP custom header button */
.header-btn a,
.ocean-menu-cta a,
#site-header .oceanwp-menu-btn a {
    background: linear-gradient(135deg, #fe5252, #ff8a00) !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 9px 24px !important;
    font-weight: 700 !important;
    letter-spacing: 2.5px !important;
    font-size: 10px !important;
    box-shadow: 0 4px 16px rgba(254,82,82,0.35) !important;
}

/* =============================================
   TOP BAR — light, clean, not black
   ============================================= */

#top-bar {
    background: #ffffff !important;
    border-bottom: 1.5px solid #f0eded !important;
}

#top-bar,
#top-bar a,
#top-bar .top-bar-menu li a {
    color: #888 !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    font-family: 'Barlow', sans-serif !important;
}

#top-bar a:hover,
#top-bar .top-bar-menu li a:hover {
    color: #fe5252 !important;
}

/* =============================================
   HERO SECTION — BIG BUTTON + FIX TEXT ORDER
   ============================================= */

/* Hero column: flex column so we can reorder widgets */
.elementor-section.elementor-top-section:first-child .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column !important;
}

/* Push the button widget to the very end (after all text) */
.elementor-section.elementor-top-section:first-child .elementor-widget-button {
    order: 99 !important;
    align-self: flex-start !important;
}

/* Hero button — gradient, proportional */
.elementor-section.elementor-top-section:first-child .elementor-button,
.elementor-section.elementor-top-section:first-child a.elementor-button {
    background: linear-gradient(135deg, #fe5252 0%, #ff8a00 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    padding: 16px 44px !important;
    border-radius: 50px !important;
    box-shadow: 0 8px 30px rgba(254,82,82,0.4) !important;
    transition: all 0.3s ease !important;
    font-family: 'Barlow Condensed', sans-serif !important;
}

.elementor-section.elementor-top-section:first-child .elementor-button:hover,
.elementor-section.elementor-top-section:first-child a.elementor-button:hover {
    background: linear-gradient(135deg, #ff8a00 0%, #fe5252 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 40px rgba(254,82,82,0.6) !important;
}

/* Hero eyebrow heading "ONE-OF-A-KIND FASHION" */
[data-id="z6uj8ys"] .elementor-widget-heading:first-child .elementor-heading-title {
    font-size: 48px !important;
    font-weight: 900 !important;
    letter-spacing: 6px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4) !important;
}

/* Hero subtitle text */
[data-id="z6uj8ys"] .elementor-widget-text-editor p {
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Barlow', sans-serif !important;
    color: rgba(255,255,255,0.85) !important;
    letter-spacing: 0.5px !important;
    line-height: 1.6 !important;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3) !important;
}

/* =============================================
   "READY TO OWN" + ICON BOXES — DARK & VIBRANT
   ============================================= */

/* Colorful accent line at top of the dark section */
.elementor-element-507ul9s,
[data-id="507ul9s"] {
    position: relative;
}

[data-id="507ul9s"]::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #fe5252, #ff8a00, #F39C12, #3fc387, #4169E1, #9B59B6, #fe5252);
}

/* "Ready To Own" heading — gradient text */
[data-id="507ul9s"] .elementor-heading-title {
    background: linear-gradient(135deg, #ffffff 0%, #fe5252 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: #ffffff !important;
    font-size: 36px !important;
}

/* Subheading */
[data-id="507ul9s"] h2.elementor-heading-title:last-of-type,
[data-id="507ul9s"] .elementor-widget-heading:nth-child(2) .elementor-heading-title {
    font-size: 12px !important;
    letter-spacing: 3px !important;
    -webkit-text-fill-color: rgba(255,255,255,0.45) !important;
    background: none !important;
}

/* =============================================
   3 FEATURE CARDS — VIBRANT GRADIENT DESIGN
   ============================================= */

[data-id="xdpm8yw"] {
    background: #f8f5f0 !important;
    padding: 0 !important;
}

[data-id="xdpm8yw"] .elementor-container {
    max-width: 100% !important;
    padding: 0 !important;
    gap: 0 !important;
}

[data-id="xdpm8yw"] .elementor-column {
    padding: 0 !important;
}

[data-id="xdpm8yw"] .elementor-widget-wrap {
    padding: 0 !important;
}

/* Each card — centered content, balanced proportions */
[data-id="xdpm8yw"] .elementor-icon-box-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 280px !important;
    padding: 40px 32px !important;
    text-align: center !important;
    transition: all 0.35s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Center icon-box content wrapper */
[data-id="xdpm8yw"] .elementor-icon-box-content {
    text-align: center !important;
    align-items: center !important;
}

[data-id="xdpm8yw"] .elementor-icon-box-title {
    text-align: center !important;
}

[data-id="xdpm8yw"] .elementor-icon-box-description {
    text-align: center !important;
}

/* Gradient backgrounds per card — all 4 */
[data-id="xdpm8yw"] .elementor-column:nth-child(1) .elementor-icon-box-wrapper {
    background: linear-gradient(135deg, #fe5252 0%, #ff8a00 100%) !important;
}
[data-id="xdpm8yw"] .elementor-column:nth-child(2) .elementor-icon-box-wrapper {
    background: linear-gradient(135deg, #3fc387 0%, #1ABC9C 100%) !important;
}
[data-id="xdpm8yw"] .elementor-column:nth-child(3) .elementor-icon-box-wrapper {
    background: linear-gradient(135deg, #4169E1 0%, #9B59B6 100%) !important;
}
[data-id="xdpm8yw"] .elementor-column:nth-child(4) .elementor-icon-box-wrapper {
    background: linear-gradient(135deg, #F39C12 0%, #fe5252 100%) !important;
}

/* Decorative bg numbers */
[data-id="xdpm8yw"] .elementor-column:nth-child(1) .elementor-icon-box-wrapper::before { content: '01'; }
[data-id="xdpm8yw"] .elementor-column:nth-child(2) .elementor-icon-box-wrapper::before { content: '02'; }
[data-id="xdpm8yw"] .elementor-column:nth-child(3) .elementor-icon-box-wrapper::before { content: '03'; }
[data-id="xdpm8yw"] .elementor-column:nth-child(4) .elementor-icon-box-wrapper::before { content: '04'; }

/* Hover: scale up slightly */
[data-id="xdpm8yw"] .elementor-icon-box-wrapper:hover {
    transform: scale(1.02) !important;
    z-index: 2 !important;
    box-shadow: 0 30px 70px rgba(0,0,0,0.25) !important;
}

/* Hide the generic FontAwesome icons — numbers do the job */
[data-id="xdpm8yw"] .elementor-icon-box-icon {
    display: none !important;
}

/* Decorative bg number style */
[data-id="xdpm8yw"] .elementor-icon-box-wrapper::before {
    position: absolute !important;
    top: -16px !important;
    right: 16px !important;
    font-size: 120px !important;
    font-weight: 900 !important;
    color: rgba(255,255,255,0.1) !important;
    line-height: 1 !important;
    pointer-events: none !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    letter-spacing: -4px !important;
}

/* Colored accent line at top of each card */
[data-id="xdpm8yw"] .elementor-column:nth-child(1) .elementor-icon-box-wrapper::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: rgba(255,255,255,0.35);
    border-radius: 0;
}
[data-id="xdpm8yw"] .elementor-column:nth-child(2) .elementor-icon-box-wrapper::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: rgba(255,255,255,0.35);
}
[data-id="xdpm8yw"] .elementor-column:nth-child(3) .elementor-icon-box-wrapper::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: rgba(255,255,255,0.35);
}

/* Card titles — clean, bold, readable */
[data-id="xdpm8yw"] .elementor-icon-box-title,
[data-id="xdpm8yw"] .elementor-icon-box-title * {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin: 0 0 14px !important;
    line-height: 1.1 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
}

/* Card descriptions */
[data-id="xdpm8yw"] .elementor-icon-box-description {
    color: rgba(255,255,255,0.85) !important;
    -webkit-text-fill-color: rgba(255,255,255,0.85) !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    font-family: 'Barlow', sans-serif !important;
}

/* ── "Exclusive New Arrivals" section (17l3c36) — centered, two-color ── */
[data-id="17l3c36"] {
    border-top: 3px solid #fe5252;
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}

[data-id="17l3c36"] .elementor-column,
[data-id="17l3c36"] .elementor-widget-wrap {
    text-align: center !important;
    align-items: center !important;
}

/* Base heading style — high specificity to beat the general rule */
html body [data-id="17l3c36"] .elementor-widget-heading .elementor-heading-title {
    font-size: 40px !important;
    font-weight: 900 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    line-height: 1.1 !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    display: block !important;
    width: 100% !important;
}

/* Line 1 — dark solid */
html body [data-id="17l3c36"] .elementor-widget-heading:first-child .elementor-heading-title {
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
    background: none !important;
    margin-bottom: 4px !important;
}

/* Line 2 — gradient red → orange */
html body [data-id="17l3c36"] .elementor-widget-heading:nth-child(2) .elementor-heading-title {
    background: linear-gradient(90deg, #fe5252 0%, #ff8a00 55%, #F39C12 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: #fe5252 !important;
    font-size: 36px !important;
}

/* =============================================
   FIX UNREADABLE HEADINGS ON WHITE BG
   ============================================= */

/* Near-white (#eee) headings on white background */
.elementor-widget-heading .elementor-heading-title[style*="color: rgb(238"],
.elementor-widget-heading .elementor-heading-title[style*="color:#eeeeee"],
.elementor-widget-heading .elementor-heading-title[style*="color: #eeeeee"] {
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
}

/* REMOVED: blanket heading color override was blocking Elementor's own Text Color picker.
   Headings now controlled per-widget via Elementor. The #eee→#1a1a1a fix above still protects against unreadable near-white headings. */

/* =============================================
   507ul9s — "Ready To Own" — FIX: text was invisible (specificity conflict)
   ============================================= */

/* Override the general rule — keep gradient text on dark section */
html body [data-id="507ul9s"] .elementor-heading-title,
html body [data-id="507ul9s"] .elementor-widget-heading .elementor-heading-title {
    background: linear-gradient(135deg, #ffffff 0%, #fe5252 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 36px !important;
    font-weight: 900 !important;
    letter-spacing: 3px !important;
    font-family: 'Barlow Condensed', sans-serif !important;
    line-height: 1.1 !important;
}

html body [data-id="507ul9s"] .elementor-widget-heading:nth-child(2) .elementor-heading-title {
    font-size: 12px !important;
    font-weight: 400 !important;
    background: none !important;
    -webkit-text-fill-color: rgba(255,255,255,0.45) !important;
    letter-spacing: 3px !important;
}

/* =============================================
   HIDE DUPLICATE PRODUCT SECTION
   The second "Exclusive New Arrivals" is a duplicate
   ============================================= */

/* Hide the second occurrence of the products loop section */
.elementor-section.eim-duplicate-hide {
    display: none !important;
}

/* =============================================
   IMPROVE WHITE SECTIONS READABILITY & WEIGHT
   ============================================= */

/* "Exclusive New Arrivals" section — add a subtle top accent */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #222 !important;
    line-height: 1.4 !important;
}

/* Product price */
.woocommerce ul.products li.product .price {
    color: #fe5252 !important;
    font-weight: 700 !important;
}

/* "Add to cart" / Select options button */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.button {
    background: linear-gradient(135deg, #fe5252, #ff8a00) !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    border: none !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 3px 12px rgba(254,82,82,0.25) !important;
    font-family: 'Barlow Condensed', sans-serif !important;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover {
    background: linear-gradient(135deg, #ff8a00, #fe5252) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 5px 18px rgba(254,82,82,0.4) !important;
}

/* Icon box titles — default (overridden per-section where needed) */
.elementor-widget-icon-box .elementor-icon-box-title {
    font-weight: 700 !important;
}

/* =============================================
   GLOBAL TYPOGRAPHY UPGRADES
   ============================================= */

/* Barlow Condensed — default font family only (NO letter-spacing, NO !important on font-family for widget headings so Elementor Typography can override).
   WooCommerce header title keeps !important since it has no Elementor control. */
.elementor-widget-heading .elementor-heading-title {
    font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce-products-header__title {
    font-family: 'Barlow Condensed', sans-serif !important;
    letter-spacing: 2px !important;
}

/* Body / paragraph — Barlow regular */
body,
.elementor-widget-text-editor *,
.woocommerce-loop-product__title,
.product_title {
    font-family: 'Barlow', sans-serif;
}

/* (nav styles consolidated in Navigation section above) */

/* Category card labels use condensed font */
.eim-cat-label {
    font-family: 'Barlow Condensed', 'Arial Black', sans-serif !important;
    font-size: 38px !important;
    letter-spacing: 2px !important;
}

/* Brands bar heading — matches type scale */
.eim-brands-bar .eim-brands-heading h3 {
    font-family: 'Barlow Condensed', sans-serif !important;
    font-size: 28px !important;
    letter-spacing: 4px !important;
}

/* (card title/desc styles consolidated above in xdpm8yw section) */

/* =============================================
   RESPONSIVE
   ============================================= */

/* =============================================
   TABLET (max 960px)
   ============================================= */
@media (max-width: 960px) {
    .eim-brands-bar {
        padding: 40px 0 32px;
    }
    .eim-brands-bar .eim-brands-heading h3 {
        font-size: 22px;
    }
    #footer .footer-box {
        padding-left: 16px !important;
        margin-bottom: 32px;
    }

    /* Products: 2 columns on tablet */
    .woocommerce ul.products.columns-4 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}

/* =============================================
   MOBILE (max 600px)
   ============================================= */
@media (max-width: 600px) {
    /* Brands pills */
    .eim-brands-bar {
        padding: 32px 0 24px;
    }
    .eim-brands-bar .eim-container {
        padding: 0 16px;
    }
    .eim-brands-bar .eim-brands-heading h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }
    .eim-brand-pill {
        padding: 7px 12px;
    }
    .eim-brand-pill .brand-name {
        font-size: 9px;
        letter-spacing: 0.8px;
    }
    .eim-brand-pill .brand-count {
        display: none; /* hide counts on small screens */
    }
    .eim-brands-cta a {
        font-size: 9px !important;
        padding: 10px 24px !important;
        letter-spacing: 2px !important;
    }

    /* Products: 2 columns on mobile (not 4) */
    .woocommerce ul.products.columns-4,
    .woocommerce ul.products.columns-3 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .woocommerce ul.products li.product {
        margin: 0 !important;
        width: 100% !important;
        float: none !important;
    }

    /* Product title & price smaller */
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 11px !important;
    }

    /* Footer: stack columns cleanly */
    #footer .footer-box {
        padding-left: 12px !important;
        margin-bottom: 28px !important;
        border-bottom: 1px solid rgba(255,255,255,0.04);
        padding-bottom: 28px !important;
    }
    #footer .footer-box:last-child {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }
    #footer .footer-box::before {
        top: 0 !important;
        bottom: 0 !important;
        height: auto !important;
    }

    /* Footer social icons */
    #footer .footer-social-icons {
        gap: 8px;
    }
    #footer .footer-social-icons a {
        width: 34px !important;
        height: 34px !important;
        font-size: 13px !important;
    }

    /* Bottom bar */
    #footer-bottom {
        padding: 14px 0 !important;
        text-align: center;
    }
}
