/**
 * ByEco - TechNexus Ultra (Full-Width Technology & Gadget E-Commerce Theme)
 * Complete E-Commerce Psychology, Full-Width Responsive Layout & High Conversion UI
 */

/* ============================================================
   1. Full-Width Layout Reset & Core Variables
   ============================================================ */
:root,
[data-theme="technexus-fullwidth"] {
    --primary: #0284c7;
    --primary-dark: #0369a1;
    --primary-light: #38bdf8;
    --primary-rgb: 2, 132, 199;
    --accent: #f59e0b;
    --accent-rgb: 245, 158, 11;
    --tech-dark: #090d16;
    --tech-slate: #0f172a;
    --tech-cyan: #06b6d4;
    --tech-indigo: #4f46e5;
    --tech-border: #e2e8f0;
    --tech-bg-subtle: #f8fafc;
    --success: #10b981;
    --danger: #ef4444;
    --text: #0f172a;
    --text-muted: #64748b;
    --radius-tech: 14px;
    --radius-tech-sm: 8px;
    --shadow-tech: 0 10px 30px -5px rgba(2, 132, 199, 0.08), 0 4px 6px -2px rgba(0,0,0,0.03);
    --shadow-hover: 0 20px 35px -5px rgba(2, 132, 199, 0.15), 0 8px 10px -3px rgba(0,0,0,0.05);
}

/* Standard Wider Layout Reset & Container Standards */
html[data-layout="fullwidth"] .desktop-site-wrapper,
body.layout-fullwidth .desktop-site-wrapper,
[data-theme="technexus-fullwidth"] .desktop-site-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    animation: none !important;
    background-color: #f8fafc !important;
}

html[data-layout="fullwidth"] .animated-bg,
body.layout-fullwidth .animated-bg,
[data-theme="technexus-fullwidth"] .animated-bg {
    display: none !important;
}

/* ============================================================
   Header & Menu: Full-Width Backgrounds with Centered 1240px Content
   ============================================================ */
html[data-layout="fullwidth"] .header-wrapper,
body.layout-fullwidth .header-wrapper,
html[data-layout="fullwidth"] .horizontal-menu-wrapper,
body.layout-fullwidth .horizontal-menu-wrapper {
    width: 100% !important;
}

html[data-layout="fullwidth"] .header-wrapper .container-fluid,
body.layout-fullwidth .header-wrapper .container-fluid,
html[data-layout="fullwidth"] .horizontal-menu-wrapper .container-fluid,
body.layout-fullwidth .horizontal-menu-wrapper .container-fluid,
html[data-layout="fullwidth"] .footer-section .container-fluid,
body.layout-fullwidth .footer-section .container-fluid {
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* ============================================================
   All Page Content (Standard Wider with Left & Right Spacing)
   ============================================================ */
html[data-layout="fullwidth"] .site-main-wrapper,
body.layout-fullwidth .site-main-wrapper {
    max-width: 1220px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    html[data-layout="fullwidth"] .site-main-wrapper,
    body.layout-fullwidth .site-main-wrapper {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* Modern Hero Banner Carousel: Top corners rounded, bottom curve REMOVED, attached to menu below */
html[data-layout="fullwidth"] .banner-carousel,
body.layout-fullwidth .banner-carousel {
    border-radius: 16px 16px 0 0 !important;
    overflow: hidden !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

html[data-layout="fullwidth"] .banner-carousel .carousel-inner,
body.layout-fullwidth .banner-carousel .carousel-inner,
html[data-layout="fullwidth"] .banner-carousel .carousel-item,
body.layout-fullwidth .banner-carousel .carousel-item {
    height: auto !important;
    min-height: unset !important;
    max-height: none !important;
}

html[data-layout="fullwidth"] .banner-carousel .carousel-item img,
body.layout-fullwidth .banner-carousel .carousel-item img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    display: block !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

/* Category menu bar: ATTACHED to the banner above with 0px gap */
html[data-layout="fullwidth"] .horizontal-menu-section,
body.layout-fullwidth .horizontal-menu-section {
    margin-top: 0 !important;
    margin-bottom: 28px !important;
    position: relative !important;
    z-index: 5 !important;
}

/* Remove floating badge between banner and menu to ensure flush seamless attachment */
html[data-layout="fullwidth"] .horizontal-menu-section .category-badge,
body.layout-fullwidth .horizontal-menu-section .category-badge {
    display: none !important;
}

html[data-layout="fullwidth"] .horizontal-menu-wrapper,
body.layout-fullwidth .horizontal-menu-wrapper {
    border-radius: 0 0 14px 14px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}

/* Color Selector Panel: Completely removed from front end */
.theme-switcher-btn,
.theme-modal,
.theme-modal-backdrop,
html[data-layout="fullwidth"] .theme-switcher-btn,
body.layout-fullwidth .theme-switcher-btn,
html[data-layout="fullwidth"] .theme-modal,
body.layout-fullwidth .theme-modal {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

/* Product grid section on homepage */
html[data-layout="fullwidth"] .product-grid-section,
body.layout-fullwidth .product-grid-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 36px !important;
}

/* Category showcase section on homepage */
html[data-layout="fullwidth"] .cat-showcase-section,
body.layout-fullwidth .cat-showcase-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px !important;
}

/* ============================================================
   2. Modern Vibrant Gradient Urgency Topbar (Not Thin, Not Black)
   ============================================================ */
.tech-urgency-topbar {
    background: linear-gradient(135deg, #0f172a 0%, #1e40af 40%, #0284c7 75%, #0ea5e9 100%) !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    padding: 10px 0 !important;
    min-height: 46px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 4px 16px rgba(2, 132, 199, 0.25) !important;
    position: relative;
    z-index: 1040;
    display: flex;
    align-items: center;
}

.tech-urgency-topbar .container-tech,
.tech-urgency-topbar .container-fluid {
    width: 100%;
    max-width: 1240px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.tech-urgency-topbar .urgency-badge {
    background: linear-gradient(135deg, #ef4444 0%, #f97316 100%) !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.5) !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}

.tech-urgency-topbar .urgency-ticker-text {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    letter-spacing: -0.2px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.tech-urgency-topbar .countdown-timer {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 3px 12px;
    gap: 5px;
    display: inline-flex;
    align-items: center;
}

.tech-urgency-topbar .timer-box {
    background: rgba(255, 255, 255, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 12.5px !important;
    padding: 2px 7px !important;
    border-radius: 5px !important;
    font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, monospace !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.tech-urgency-topbar .tech-hotline-pill {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    padding: 4px 14px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.tech-urgency-topbar .tech-hotline-pill:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    color: #fef08a !important;
}

/* ============================================================
   Mobile News Ticker Scrolling Engine & Thin Header (32px)
   ============================================================ */
@media (min-width: 769px) {
    .tech-ticker-marquee-wrap {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .tech-urgency-topbar {
        height: 32px !important;
        min-height: 32px !important;
        max-height: 32px !important;
        padding: 0 8px !important;
        overflow: hidden !important;
        flex-wrap: nowrap !important;
    }

    .tech-urgency-topbar .container-tech,
    .tech-urgency-topbar .container-fluid {
        height: 32px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .tech-urgency-topbar .urgency-badge {
        font-size: 9.5px !important;
        padding: 2px 6px !important;
        height: 20px !important;
        line-height: 1 !important;
        border-radius: 4px !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        z-index: 3 !important;
        box-shadow: 0 1px 4px rgba(239, 68, 68, 0.4) !important;
    }

    /* Hide desktop elements on mobile */
    .tech-urgency-topbar .countdown-timer,
    .tech-urgency-topbar .urgency-ticker-text,
    .tech-urgency-topbar .desktop-hotline-pill {
        display: none !important;
    }

    /* Marquee News Ticker Wrapper */
    .tech-ticker-marquee-wrap {
        flex: 1 !important;
        min-width: 0 !important;
        overflow: hidden !important;
        position: relative !important;
        white-space: nowrap !important;
        display: flex !important;
        align-items: center !important;
        height: 100% !important;
        mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, transparent 0%, black 2%, black 98%, transparent 100%);
    }

    .tech-ticker-marquee-track {
        display: inline-flex !important;
        align-items: center !important;
        white-space: nowrap !important;
        animation: techTickerMarquee 24s linear infinite !important;
        will-change: transform !important;
    }

    .tech-ticker-marquee-track:hover,
    .tech-ticker-marquee-track:active {
        animation-play-state: paused !important;
    }

    .tech-ticker-item {
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        color: #ffffff !important;
        padding-right: 30px !important;
        letter-spacing: -0.1px !important;
        text-shadow: 0 1px 2px rgba(0,0,0,0.25) !important;
    }

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

/* ============================================================
   3. Modern Tech Navigation & Header
   ============================================================ */
[data-theme="technexus-fullwidth"] .header-wrapper {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.tech-nav-bar {
    background: #0f172a;
    color: #ffffff;
    padding: 0;
}

.tech-nav-bar .nav-link {
    color: #e2e8f0 !important;
    font-size: 13.5px;
    font-weight: 500;
    padding: 10px 16px !important;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 7px;
}
.tech-nav-bar .nav-link:hover, 
.tech-nav-bar .nav-link.active {
    color: #38bdf8 !important;
    background: rgba(255, 255, 255, 0.05);
}

.tech-cat-btn {
    background: #0284c7;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 13.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background 0.2s;
}
.tech-cat-btn:hover {
    background: #0369a1;
}

/* ============================================================
   4. Conversion Psychology: Trust & Warranty Bar
   ============================================================ */
.tech-trust-bar {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-tech);
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.tech-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
}
.tech-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.tech-trust-item:hover .tech-trust-icon {
    transform: scale(1.08);
}
.tech-trust-icon.t1 { background: rgba(2, 132, 199, 0.1); color: #0284c7; }
.tech-trust-icon.t2 { background: rgba(16, 185, 129, 0.1); color: #10b981; }
.tech-trust-icon.t3 { background: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.tech-trust-icon.t4 { background: rgba(139, 92, 246, 0.1); color: #8b5cf6; }

/* ============================================================
   5. Hero Tech Banners & Split Showcase
   ============================================================ */
.tech-hero-section {
    padding: 24px 0 10px 0;
}

.tech-flash-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-tech);
    padding: 16px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
    height: 100%;
}
.tech-flash-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0284c7, #38bdf8);
}

/* Urgency Stock Meter */
.stock-progress-wrap {
    background: #e2e8f0;
    border-radius: 10px;
    height: 6px;
    overflow: hidden;
    margin: 8px 0;
}
.stock-progress-bar {
    background: linear-gradient(90deg, #ef4444, #f59e0b);
    height: 100%;
    border-radius: 10px;
    transition: width 0.5s ease;
}

/* ============================================================
   6. High-Converting Product Cards (Full-Width Grid)
   ============================================================ */
[data-theme="technexus-fullwidth"] .product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-tech);
    padding: 14px;
    transition: all 0.25s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

[data-theme="technexus-fullwidth"] .product-card:hover {
    border-color: #0284c7;
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.tech-badge-official {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0f172a;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 4px;
    z-index: 2;
    letter-spacing: 0.3px;
}

.tech-discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef4444;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 20px;
    z-index: 2;
}

.btn-tech-buy {
    background: #0284c7;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    border-radius: var(--radius-tech-sm);
    padding: 8px 14px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    transition: background 0.2s, transform 0.1s;
}
.btn-tech-buy:hover {
    background: #0369a1;
    color: #ffffff;
}

.btn-tech-whatsapp {
    background: #25d366;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    border-radius: var(--radius-tech-sm);
    padding: 6px 12px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    transition: background 0.2s;
}
.btn-tech-whatsapp:hover {
    background: #1eb857;
    color: #ffffff;
}

/* ============================================================
   7. Standard Wider Single Product Page Adapters (product.php)
   ============================================================ */
/* Topbar & Sticky Header span edge-to-edge horizontally */
html[data-layout="fullwidth"] .tech-urgency-topbar,
body.layout-fullwidth .tech-urgency-topbar,
html[data-layout="fullwidth"] .single-product-sticky-header,
body.layout-fullwidth .single-product-sticky-header {
    width: 100% !important;
    padding-left: max(20px, calc((100% - 1200px) / 2 + 20px)) !important;
    padding-right: max(20px, calc((100% - 1200px) / 2 + 20px)) !important;
}

/* All 3 product layouts bounded within standard 1200px container with elegant left/right space */
html[data-layout="fullwidth"] .ecommerce-standard-wrapper,
body.layout-fullwidth .ecommerce-standard-wrapper,
html[data-layout="fullwidth"] .social-profile-wrapper,
body.layout-fullwidth .social-profile-wrapper,
html[data-layout="fullwidth"] .layout-hero-landing .landing-hero-card,
body.layout-fullwidth .layout-hero-landing .landing-hero-card,
html[data-layout="fullwidth"] .layout-hero-landing .landing-section-card,
body.layout-fullwidth .layout-hero-landing .landing-section-card,
html[data-layout="fullwidth"] .layout-hero-landing .px-3,
body.layout-fullwidth .layout-hero-landing .px-3,
html[data-layout="fullwidth"] .layout-social .social-tabs-wrapper,
body.layout-fullwidth .layout-social .social-tabs-wrapper,
html[data-layout="fullwidth"] .layout-social .px-3,
body.layout-fullwidth .layout-social .px-3 {
    max-width: 1200px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

/* E-Commerce Standard Layout 2-Column Balanced Grid */
html[data-layout="fullwidth"] .ecommerce-gallery-box,
body.layout-fullwidth .ecommerce-gallery-box {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
}

html[data-layout="fullwidth"] .ecommerce-buy-card,
body.layout-fullwidth .ecommerce-buy-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03) !important;
    padding: 24px !important;
}

/* Suggested / Related Products in TechNexus Full-Width Theme */
[data-theme="technexus-fullwidth"] .suggested-products-section {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

[data-theme="technexus-fullwidth"] .suggested-product-card {
    border-radius: var(--radius-tech) !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

[data-theme="technexus-fullwidth"] .suggested-product-card:hover {
    border-color: #0284c7 !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 32px -4px rgba(2, 132, 199, 0.15) !important;
}

[data-theme="technexus-fullwidth"] .btn-suggested-buy {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    color: #ffffff !important;
}

/* Single Product Tech Trust Ribbon */
.tech-product-ribbon {
    background: linear-gradient(135deg, #0f172a 0%, #1e40af 50%, #0284c7 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.2);
}
.tech-product-ribbon-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 500;
}
.tech-product-ribbon-item i {
    color: #38bdf8;
}

/* ============================================================
   8. Live Social Proof Toast (E-Commerce Psychology)
   ============================================================ */
.tech-live-toast {
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #0284c7;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    z-index: 1060;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 320px;
    animation: toastSlideUp 0.4s ease-out;
    transition: opacity 0.3s, transform 0.3s;
}
@keyframes toastSlideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.tech-live-toast-img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    background: #f1f5f9;
}

/* ============================================================
   9. Full-Width Footer
   ============================================================ */
[data-theme="technexus-fullwidth"] .footer-section {
    background: #090d16 !important;
    border-top: 2px solid rgba(255, 255, 255, 0.08);
    width: 100% !important;
}
[data-theme="technexus-fullwidth"] .footer-section .container-fluid {
    max-width: 1440px;
    margin: 0 auto;
}

/* ============================================================
   10. TechNexus High-Converting Checkout Architecture
   ============================================================ */
[data-theme="technexus-fullwidth"] .checkout-master-wrapper {
    background-color: #f1f5f9 !important;
}

[data-theme="technexus-fullwidth"] .checkout-container {
    max-width: 1220px !important;
}

[data-theme="technexus-fullwidth"] .checkout-brand-header {
    border-bottom: 1px solid #cbd5e1 !important;
}

[data-theme="technexus-fullwidth"] .delivery-zone-option.active {
    border-color: #0284c7 !important;
    background: rgba(2, 132, 199, 0.05) !important;
}

[data-theme="technexus-fullwidth"] .btn-confirm-order-desktop,
[data-theme="technexus-fullwidth"] .btn-mobile-sticky-order {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    box-shadow: 0 4px 16px rgba(2, 132, 199, 0.35) !important;
}

[data-theme="technexus-fullwidth"] .btn-confirm-order-desktop:hover,
[data-theme="technexus-fullwidth"] .btn-mobile-sticky-order:hover {
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.45) !important;
}

