.quicklux-site-header {
    --header-border: rgba(148, 163, 184, 0.16);
    --header-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
    position: fixed;
    inset: 0 0 auto;
    margin-top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: var(--header-shadow);
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.quicklux-site-header .menu_bg {
    margin-top: 0;
    padding: 0;
    background: transparent;
    border-top: 0;
    border-bottom: 1px solid var(--header-border);
}

.quicklux-site-header .menu_bg.nav-bg {
    margin-top: 0;
    animation: none;
    box-shadow: none;
}

.quicklux-site-header.is-scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.header-topbar {
    overflow: hidden;
    max-height: 120px;
    opacity: 1;
    border-bottom: 1px solid var(--header-border);
    transition: max-height 0.28s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.quicklux-site-header.is-scrolled .header-topbar {
    max-height: 0;
    opacity: 0;
    border-color: transparent;
}

.header-topbar__inner {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) auto auto;
    align-items: center;
    gap: 16px 22px;
    min-height: 58px;
    padding: 10px 0;
}

.header-topbar__meta,
.header-topbar__actions {
    display: flex;
    align-items: center;
    min-width: 0;
}

.header-topbar__meta {
    gap: 14px;
}

.header-topbar__actions {
    justify-self: end;
}

.header-topbar__service {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.header-topbar__service-dot {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #f97316 0%, #facc15 100%);
    box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.12);
}

.header-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.88);
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
}

.header-topbar .header-pill {
    min-height: 40px;
    padding: 8px 14px;
    font-size: 13px;
}

.header-pill:hover {
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.header-pill__icon,
.header-pill .lun_icon,
.header-pill .usd_icon {
    color: #f97316;
}

.header_location {
    max-width: min(100%, 360px);
}

.quicklux-site-header .header_location,
.quicklux-mobile-header .mobile-location-pill,
.quicklux-mobile-drawer .mobile-drawer__location {
    color: #0f172a;
}

.quicklux-site-header .header_location .header-pill__icon,
.quicklux-mobile-header .mobile-location-pill .header-pill__icon,
.quicklux-mobile-drawer .mobile-drawer__location .header-pill__icon {
    color: #f97316;
}

.quicklux-site-header .header_location svg path {
    stroke: currentColor;
}

.quicklux-site-header .header_location .arrow_icon svg path {
    fill: currentColor;
    stroke: none;
}

.header_location__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arrow_icon {
    color: #64748b;
}

.top-header-middel {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.header-offer-banner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fff7db 0%, #fff1c1 100%);
    border: 1px solid #fde68a;
}

.header_h6 {
    margin: 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.header-topbar__service .header_h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.header_h6 span a {
    color: #f97316;
    text-decoration: none;
}

.header_h6--muted {
    color: #475569;
}

.header_time_item_main {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.header_time_item {
    min-width: 48px;
    padding: 6px 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.header_time_item h6 {
    margin: 0;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.header_time_item h6 span {
    color: #475569;
    font-size: 11px;
    font-weight: 600;
}

.language_btn_main {
    display: flex;
    align-items: center;
    gap: 10px;
}

.language_btn {
    box-shadow: none;
}

.language_btn i {
    font-size: 12px;
}

.language_btn_main .dropdown-menu {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.language_btn_main .dropdown-item {
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 14px;
}

.header-nav__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 32px;
    min-height: 84px;
    padding: 14px 0;
    transition: min-height 0.25s ease, padding 0.25s ease;
}

.quicklux-site-header.is-scrolled .header-nav__inner {
    min-height: 72px;
    padding: 10px 0;
}

.header-brand img {
    width: auto;
    height: 44px;
}

.header-nav__brand,
.header-nav__actions {
    display: flex;
    align-items: center;
}

.header-nav__actions {
    justify-content: flex-end;
}

.header-nav__menu {
    min-width: 0;
}

.header-nav__menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-nav__menu .menu li a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 0;
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.header-nav__menu .menu li.active > a,
.header-nav__menu .menu li a:hover {
    color: #f97316;
}

.header-nav__menu .menu li a::before {
    bottom: 4px;
    height: 2px;
}

.header-nav__menu .menu li ul {
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.header-nav__menu .menu li ul li {
    padding-bottom: 0;
}

.header-nav__menu .menu li ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
}

.menu_bg_right_icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.menu_bg_right_icon .icon,
#nav-opn-btn,
.mobile-header__icons .icon {
    display: grid;
    place-items: center;
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.menu_bg_right_icon .icon i,
.mobile-header__icons .icon i,
#nav-opn-btn i {
    font-size: 18px;
}

.menu_bg_right_icon .menu_bg_right_icon_main .icon .list-count,
.mobile-header__icons .number {
    top: -6px;
    right: -6px;
    z-index: 2;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #f97316;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu_bg_right_icon .menu_bg_right_icon_main:hover .menu_bg_right_icon_cart,
.menu_bg_right_icon .menu_bg_right_icon_main:focus-within .menu_bg_right_icon_cart,
.menu_bg_right_icon .thm-btn-main:hover .login_profile_main,
.menu_bg_right_icon .thm-btn-main:focus-within .login_profile_main {
    top: calc(100% + 12px);
    opacity: 1;
    visibility: visible;
}

.menu_bg_right_icon .menu_bg_right_icon_main .menu_bg_right_icon_cart,
.menu_bg_right_icon .login_profile_main {
    top: calc(100% + 24px);
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.menu_bg_right_icon .menu_bg_right_icon_cart_header {
    border-bottom-color: #e2e8f0;
}

.header-account-btn,
.header-cta {
    min-height: 48px;
}

.header-account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    transition: 0.2s ease;
}

.header-account-btn:hover {
    color: #f97316;
    transform: translateY(-2px);
}

.menu_bg_right_icon .menu_bg_right_icon_cart_item_btn {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff1f2;
    color: #ef4444;
}

.menu_bg_right_icon .menu_bg_right_icon_cart_item_btn:hover {
    color: #be123c;
}

.login_profile_link_item {
    list-style: none;
    padding-left: 0;
}

.login_profile_link_item li a {
    text-decoration: none;
}

.premium-auth-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #fac32c 0%, #f59e0b 100%);
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(245, 158, 11, 0.25);
    transition: 0.2s ease;
}

.premium-auth-btn:hover {
    color: #111827;
    transform: translateY(-2px);
}

.quicklux-site-header a:focus-visible,
.quicklux-site-header button:focus-visible {
    outline: 3px solid rgba(249, 115, 22, 0.22);
    outline-offset: 3px;
}

.quicklux-mobile-header .container {
    position: relative;
}

.quicklux-mobile-header {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.mobile-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0 10px;
}

.mobile-header__icons {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-location-pill {
    width: 100%;
    margin-bottom: 14px;
    justify-content: space-between;
}

#offcanvas-nav {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.46);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease;
}

#offcanvas-nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#offcanvas-nav::before {
    display: none;
}

#offcanvas-nav .m-nav {
    margin-left: auto;
    width: min(100%, 344px);
    height: 100%;
    padding: 24px 20px 32px;
    background: #fff;
    transform: translateX(100%);
    transition: 0.25s ease;
    overflow-y: auto;
}

#offcanvas-nav.open .m-nav {
    transform: translateX(0);
}

#nav-cls-btn {
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.mobile-drawer__intro {
    margin-top: 16px;
    padding: 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff7db 0%, #fff 100%);
    border: 1px solid #fde68a;
}

.mobile-drawer__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f97316;
}

.mobile-drawer__intro h3 {
    margin: 0;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.2;
}

.mobile-drawer__cta-btn,
.mobile-drawer__location,
.mobile-drawer__wishlist {
    width: 100%;
    margin-top: 14px;
}

.mobile-drawer__location,
.mobile-drawer__wishlist {
    justify-content: flex-start;
}

.mobile-drawer__wishlist .number {
    margin-left: auto;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #f97316;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#offcanvas-nav .nav-links,
#offcanvas-nav .d-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#offcanvas-nav .nav-links {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 20px;
}

#offcanvas-nav .nav-links > li {
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
}

.mobile-menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

#offcanvas-nav .nav-links a {
    flex: 1;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

#offcanvas-nav .nav-links li.active > .mobile-menu__item > a {
    color: #f97316;
}

.mobile-submenu-toggle {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
}

.mobile-submenu-toggle i {
    transition: transform 0.2s ease;
}

.mobile-submenu-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

#offcanvas-nav .d-menu {
    margin-top: 12px;
    margin-left: 12px;
    padding-left: 16px;
    border-left: 1px solid #e2e8f0;
}

#offcanvas-nav .d-menu[hidden] {
    display: none !important;
}

#offcanvas-nav .d-menu li {
    padding-top: 10px;
}

.mobile-drawer__selectors {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.mobile-drawer__selectors .dropdown,
.mobile-drawer__selectors .language_btn {
    width: 100%;
}

.mobile-drawer__selectors .language_btn {
    justify-content: space-between;
}

.home-page {
    overflow: hidden;
}

.home-hero {
    position: relative;
    padding: 172px 0 84px;
    background:
        radial-gradient(circle at top left, rgba(250, 195, 44, 0.24), transparent 32%),
        radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: 56px;
    align-items: center;
}

.home-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.08);
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-hero__title {
    margin: 18px 0 16px;
    color: #0f172a;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.home-hero__lead {
    max-width: 36rem;
    margin: 0 0 28px;
    color: #475569;
    font-size: 18px;
    line-height: 1.8;
}

.home-hero__search-shell {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #e2e8f0;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.home-hero__search-input {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    padding: 0 12px;
}

.home-hero__search-input .icon {
    color: #94a3b8;
}

.home-hero__search-input .form-control {
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 16px;
    padding: 0;
    box-shadow: none;
}

.home-hero__search-btn {
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #fac32c 0%, #f59e0b 100%);
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 24px;
    box-shadow: 0 18px 36px rgba(245, 158, 11, 0.22);
}

.home-hero__quick-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.home-hero__quick-label {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.home-hero__quick-chip {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.home-hero__quick-chip:hover {
    color: #f97316;
}

.home-hero__assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.home-hero__assurance-item {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(226, 232, 240, 0.8);
    backdrop-filter: blur(10px);
}

.home-hero__assurance-item strong {
    display: block;
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
}

.home-hero__assurance-item span {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.home-hero__visual-shell {
    position: relative;
    min-height: 620px;
}

.home-hero__ambient {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
}

.home-hero__ambient--one {
    top: 24px;
    right: 12px;
    width: 180px;
    height: 180px;
    background: rgba(250, 195, 44, 0.4);
}

.home-hero__ambient--two {
    bottom: 38px;
    left: 20px;
    width: 220px;
    height: 220px;
    background: rgba(249, 115, 22, 0.16);
}

.home-hero__media {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.16);
}

.home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__media--primary {
    position: absolute;
    inset: 0 0 52px 48px;
}

.home-hero__media--secondary {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38%;
    aspect-ratio: 1 / 1.08;
    border: 8px solid rgba(255, 255, 255, 0.86);
}

.home-hero__floating-card {
    position: absolute;
    display: flex;
    gap: 12px;
    max-width: 240px;
    padding: 14px 16px;
    border-radius: 20px;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
}

.home-hero__floating-card strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

.home-hero__floating-card span:last-child {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 4px;
}

.home-hero__floating-card--primary {
    top: 42px;
    left: 0;
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
}

.home-hero__floating-card--secondary {
    right: 0;
    bottom: 110px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    border: 1px solid #e2e8f0;
}

.home-hero__floating-icon {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
}

.home-hero__floating-card--secondary .home-hero__floating-icon {
    background: #fff7db;
    color: #f59e0b;
}

@media (max-width: 1399.98px) {
    .header-topbar__inner {
        grid-template-columns: minmax(280px, 1fr) auto auto;
    }

    .header-nav__inner {
        gap: 22px;
    }

    .header-nav__menu .menu {
        gap: 18px;
    }
}

@media (max-width: 1199.98px) {
    .quicklux-site-header {
        display: none;
    }

    .quicklux-mobile-header {
        display: block;
    }

    .home-hero {
        padding: 28px 0 64px;
    }

    .home-hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-hero__lead {
        max-width: none;
    }

    .home-hero__visual-shell {
        min-height: 540px;
    }

    .home-hero__media--primary {
        left: 28px;
    }
}

@media (max-width: 991.98px) {
    .home-hero__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .mobile-header__container {
        padding: 12px 0 10px;
    }

    .home-hero__title {
        font-size: clamp(2.35rem, 10vw, 3.5rem);
    }

    .home-hero__lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .home-hero__search-shell {
        flex-direction: column;
        align-items: stretch;
        border-radius: 24px;
    }

    .home-hero__search-input {
        padding: 0 4px;
    }

    .home-hero__search-btn {
        width: 100%;
    }

    .home-hero__assurance {
        grid-template-columns: 1fr;
    }

    .home-hero__visual-shell {
        min-height: 430px;
    }

    .home-hero__media--primary {
        inset: 0 0 42px 18px;
    }

    .home-hero__media--secondary {
        width: 46%;
    }

    .home-hero__floating-card {
        max-width: 190px;
        padding: 12px;
    }

    .home-hero__floating-card--primary {
        top: 22px;
    }

    .home-hero__floating-card--secondary {
        bottom: 82px;
    }
}
