.elementor-237 .elementor-element.elementor-element-1bac47d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-97px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-237 .elementor-element.elementor-element-c9c5b66{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e42d4f7 *//* ANNOUNCEMENT BOX */
        .announcement-box {
            background-color: #FF0000;
            color: #000;
            padding: 2.5rem 1.5rem;
            text-align: center;
            max-width: 1100px;
            margin: 20px auto;
            font-weight: 900;
            text-transform: uppercase;
            box-shadow: 0 10px 25px -5px rgba(255, 0, 0, 0.2);
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8dc16a *//* HERO SECTION TWO-BOX LAYOUT (Reference: image_cd2760.jpg) */
        .hero-section {
            position: relative;
            background-color: #000;
            min-height: 750px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        .hero-bg-image {
            position: absolute;
            inset: 0;
            background-image: url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&q=80&w=2000');
            background-size: cover;
            background-position: center;
            opacity: 0.35;
            filter: grayscale(100%);
        }
        .hero-title {
            font-size: 3rem;
            line-height: 1.1;
            font-weight: 900;
            color: #fff;
            margin-bottom: 2rem;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
        }
        @media (max-width: 768px) { .hero-title { font-size: 2.5rem; } }

        /* REEL STYLE VIDEO BOX (9:16) */
        .reel-container {
            position: relative;
            border: 8px solid white;
            box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.9);
            background: #000;
            width: 380px;
            max-width: 100%;
            overflow: hidden;
            z-index: 10;
        }
        .reel-header-badge {
            position: absolute;
            top: 25px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #FF0000;
            color: white;
            padding: 10px 25px;
            font-weight: 900;
            font-style: italic;
            font-size: 1.6rem;
            white-space: nowrap;
            z-index: 30;
            border-radius: 4px;
            box-shadow: 0 6px 15px rgba(0,0,0,0.4);
        }
        .reel-inner {
            position: relative;
            aspect-ratio: 9 / 16;
        }
        .reel-video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .sound-toggle {
            position: absolute;
            bottom: 25px;
            right: 25px;
            background: #FF0000;
            color: white;
            border: 2px solid white;
            padding: 10px 18px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 900;
            cursor: pointer;
            z-index: 40;
            display: flex;
            align-items: center;
            gap: 10px;
            text-transform: uppercase;
            box-shadow: 0 4px 10px rgba(0,0,0,0.3);
        }

        /* TRUST BADGES SECTION (Matched to Image 92ca4a.png) */
        .trust-section-v3 {
            background-color: #fff;
            padding: 60px 0;
        }
        .trust-card-v3 {
            display: flex;
            align-items: center;
            background: #fff;
            padding: 2rem 1.5rem;
            box-shadow: 0 8px 30px rgba(0,0,0,0.05);
            border-left: 5px solid #FF0000;
            height: 100%;
        }
        .trust-icon-svg {
            width: 50px;
            height: 50px;
            flex-shrink: 0;
            margin-right: 1.25rem;
        }
        .trust-icon-svg svg {
            width: 100%;
            height: 100%;
        }
        .trust-text-v3 {
            font-weight: 800;
            font-size: 1.1rem;
            color: #000;
            line-height: 1.2;
            font-family: 'Barlow', sans-serif;
        }

        /* FEATURE ICONS SECTION (4-item bar) */
        .feature-section {
            background-color: #fff;
            padding: 50px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 10px;
        }
        .feature-svg-box {
            width: 50px;
            height: 50px;
            flex-shrink: 0;
            fill: #FF0000;
        }
        .feature-title {
            font-weight: 700;
            font-size: 1rem;
            color: #000;
            line-height: 1.2;
            font-family: 'Barlow', sans-serif;
        }
        .feature-sub {
            font-size: 0.85rem;
            color: #787878;
            font-weight: 500;
            font-family: 'Barlow', sans-serif;
        }

        /* LOGO SLIDER STYLING (In color) */
        .carouselContainer { 
            overflow: hidden; 
            width: 100%; 
            display: flex; 
            position: relative; 
            padding: 30px 0; 
            background-color: white;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }
        .leftCarousel, .midCarousel { 
            display: flex; 
            align-items: center; 
            flex-shrink: 0; 
            animation: infinite-scroll linear infinite; 
        }
        .companyLogo { 
            padding: 0 60px; 
            flex-shrink: 0; 
        }
        .companyLogo img { 
            height: 45px; 
            width: auto; 
            max-width: 200px; 
            object-fit: contain; 
            filter: none; 
            opacity: 1; 
        }
        @keyframes infinite-scroll { 
            from { transform: translateX(0); } 
            to { transform: translateX(-100%); } 
        }

        /* NEW ARRIVALS */
        .arrivals-section { background-color: #f2f2f2; padding: 80px 0; }
        .arrival-card {
            background: white;
            position: relative;
            text-align: center;
            box-shadow: 0 10px 30px -5px rgba(0,0,0,0.1);
            border: 1px solid #e5e5e5;
            transition: transform 0.3s ease;
        }
        .arrival-card:hover { transform: translateY(-8px); }
        .arrival-img-container { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; }
        .arrival-img-container img { width: 100%; height: 100%; object-fit: cover; }
        .sold-out-tag {
            position: absolute; top: 15px; right: 15px; background: #fff; color: #FF0000;
            border: 1px solid #FF0000; padding: 4px 14px; font-weight: 800; font-size: 12px;
            text-transform: uppercase; z-index: 10;
        }
        .arrival-content { padding: 25px 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 140px; }
        .arrival-title { font-weight: 800; font-size: 15px; text-transform: uppercase; color: #000; margin-bottom: 8px; line-height: 1.3; }
        .arrival-status { font-weight: 500; font-size: 14px; color: #777; font-family: 'Barlow', sans-serif; }
        .view-more-red {
            color: #FF0000; font-weight: 900; text-transform: uppercase; font-size: 15px;
            border-bottom: 3px solid #FF0000; padding-bottom: 4px; display: inline-block;
        }

        /* THE LD WHOLESALE DIFFERENCE - CENTERED 33.33% WIDTH PER BOX */
        .difference-grid { 
            display: flex; 
            flex-direction: column; 
            gap: 20px; 
            max-width: 1280px; 
            margin: 0 auto; 
            align-items: center; 
        }
        @media (min-width: 768px) { 
            .difference-grid { 
                flex-direction: row; 
                justify-content: center; 
                gap: 30px; 
            } 
            .difference-box {
                width: 33.33%; 
                flex-shrink: 0;
            }
        }
        .difference-box { position: relative; aspect-ratio: 1 / 1; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.12); background-color: #000; }
        .difference-box img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
        .difference-box:hover img { transform: scale(1.05); }
        .difference-text-overlay {
            position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 30%, transparent 60%);
            display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; color: white; z-index: 5; text-align: left;
        }
        .difference-box-title { font-weight: 900; font-size: 1.8rem; line-height: 1.1; margin-bottom: 0.5rem; }

        /* PALLET LIQUIDATIONS SECTION */ 
        .pallet-info-section { 
            padding: 100px 0; 
            background-color: #f9f9f9; 
        }
        .pallet-info-container { 
            max-width: 1200px; 
            margin: 0 auto; 
            padding: 0 40px; 
        }
        .pallet-info-title { 
            font-size: 3.5rem; 
            font-weight: 900; 
            line-height: 1.1; 
            text-transform: uppercase; 
            color: #000; 
            margin-bottom: 1.5rem; 
            letter-spacing: -0.02em; 
        }
        .pallet-red-line { 
            width: 70px; 
            height: 5px; 
            background-color: #FF0000; 
            margin-bottom: 2.5rem; 
        }
        .pallet-info-text { 
            font-family: 'Barlow', sans-serif; 
            font-weight: 500; 
            font-size: 1.15rem; 
            line-height: 1.9; 
            color: #333; 
        }

        @media (max-width: 1024px) {
            .pallet-info-title { font-size: 2.5rem; }
        }

        @media (max-width: 768px) {
            .pallet-info-section { padding: 60px 0; }
            .pallet-info-container { padding: 0 20px; }
            .pallet-info-title { font-size: 1.8rem; }
            .pallet-red-line { margin-bottom: 1.5rem; }
            .pallet-info-text { font-size: 1rem; line-height: 1.7; }
        }

        /* BOXED TRUCKLOAD SECTION */
        .truck-box-container {
            max-width: 1100px; margin: 60px auto; position: relative;
            background-image: url('https://images.unsplash.com/photo-1601584115197-04ecc0da31d7?auto=format&fit=crop&q=80&w=2000');
            background-size: cover; background-position: center; min-height: 450px; display: flex; align-items: center; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        .truck-box-overlay { position: absolute; inset: 0; background-color: rgba(0, 0, 0, 0.35); } 
        .truck-text-shadow { text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 15px; }

        /* WELCOME SECTION BG */
        .welcome-section-bg {
            background-color: #111;
            background-image: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(255,255,255,0.02) 1px, rgba(255,255,255,0.02) 5px);
            padding: 80px 0;
        }

        * FOOTER BRAND & SOCIAL STYLES */
        .footer-social-icon {
            width: 42px; height: 42px; background-color: white; color: black; border-radius: 50%;
            display: flex; align-items: center; justify-content: center; font-size: 20px; transition: transform 0.2s;
        }
        .footer-social-icon:hover { transform: translateY(-3px); }
        .footer-col-title { font-weight: 800; font-size: 1.15rem; text-transform: uppercase; color: white; margin-bottom: 1.5rem; position: relative; }
        .footer-link-list li { margin-bottom: 0.75rem; color: #9ca3af; font-weight: 500; font-size: 0.95rem; }
        .footer-link-list li a:hover { color: white; }
        .footer-payment-icon { height: 25px; filter: brightness(1); opacity: 0.9; }

        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
        
    </style>/* End custom CSS */