/* =========================================================
   HOME-NEW  –  Isolated stylesheet for common/home_new
   ALL rules scoped under .home-new-wrapper.
   Brand palette (from custom.css):
     Primary Blue   : #23a1d1
     Dark Blue      : #3886b8
     Pink / Accent  : #d63371
     Badge Red      : #d13c41
     Btn Blue       : #1c6ea2
   ========================================================= */

/* ── 1. Global Wrapper ───────────────────────────────────── */
header{ margin-bottom: 0px;}
.home-new-wrapper {
    overflow-x: hidden;
}
#common-home-new {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}
.page-home_new {
    background: #fff;
    color: #1f2937;
}
/* Global floating review badge clashes with the hero in the reference layout */
.page-home_new #reviews-side {
    display: none !important;
}

/* ── 1.1 Home New Header (Figma) ─────────────────────────── */
.page-home_new .hn-topbar {
    background: #135273;
    height: 52px;
    display: flex;
    align-items: center;
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
}
.page-home_new .hn-topbar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.page-home_new .hn-topbar-row {
    display: flex;
    align-items: center;
    gap: 18px;
}
.page-home_new .hn-topbar-left,
.page-home_new .hn-topbar-center,
.page-home_new .hn-topbar-right {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}
.page-home_new .hn-topbar-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.page-home_new .hn-topbar-subscribe-text {
    font-weight: 700;
}
.page-home_new .hn-topbar-subscribe {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.page-home_new .hn-topbar-subscribe input {
    border: 0;
    padding: 6px 10px;
    height: 36px;
    width: 193px;
    font-size: 12px;
    text-transform: none;
    outline: none;
}
.page-home_new .hn-topbar-submit {
    border: 0;
    background: #0f4560;
    color: #fff;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page-home_new .hn-topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.page-home_new .hn-topbar-phones {
    font-weight: 700;
}
.page-home_new .hn-topbar-email {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.page-home_new .hn-topbar-email:hover {
    color: #e2eef6;
    text-decoration: none;
}

/* Rounded white nav card (Home | About | ... | logo | PKR/search/cart/account) */
.page-home_new .hn-main-nav-wrap {
    background: #fff;
    padding: 20px 8px 0;
}
.page-home_new .hn-main-nav-card {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 22px 32px;
    border: 1px solid #e6edf2;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(16, 80, 114, 0.06);
}
.page-home_new .hn-main-nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    flex: 1;
}
.page-home_new .hn-main-nav-links a {
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.page-home_new .hn-main-nav-links a.active,
.page-home_new .hn-main-nav-links a:hover {
    color: #105072;
    text-decoration: none;
}
.page-home_new .hn-main-nav-logo {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}
.page-home_new .hn-main-nav-logo img {
    height: 52px;
    width: auto;
}
.page-home_new .hn-main-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    flex: 1;
}
.page-home_new .hn-currency-wrap {
    display: flex;
    align-items: center;
}
.page-home_new .hn-currency-wrap .btn-group,
.page-home_new .hn-currency-wrap button {
    background: #eef3f7 !important;
    border: none !important;
    border-radius: 20px !important;
    color: #105072 !important;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 16px !important;
}
.page-home_new .hn-nav-icon {
    color: #1f2d3d;
    font-size: 15px;
    text-decoration: none;
}
.page-home_new .hn-nav-icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e6edf2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.page-home_new .hn-nav-icon:hover {
    color: #fff;
    background: #105072;
    border-color: #105072;
    text-decoration: none;
}

/* Rounded pill "Top Categories" bar under the nav card */
.page-home_new .hn-topcats-wrap {
    background: #fff;
    padding: 14px 5px 0;
}
.page-home_new .hn-topcats-bar {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #105072;
    border-radius: 10px;
    padding: 4px 22px;
    color: #fff;
}
.page-home_new .hn-topcats-label {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    color: #fff;
}
.page-home_new .hn-topcats-sep {
    color: rgba(255, 255, 255, 0.4);
}
.page-home_new .hn-topcats-menu {
    flex: 1;
    min-width: 0;
}
.page-home_new .hn-topcats-menu #menu.navbar {
    background: transparent;
    min-height: 44px;
    padding: 0;
}
.page-home_new .hn-topcats-menu #menu .navbar-nav {
    align-items: center;
    flex-wrap: wrap;
}
.page-home_new .hn-topcats-menu #menu .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    padding: 10px 9px;
    white-space: nowrap;
}
.page-home_new .hn-topcats-bar {
    flex-wrap: wrap;
    row-gap: 4px;
}
.page-home_new .hn-topcats-menu #menu .navbar-nav .nav-link:hover {
    color: #cfe4ef !important;
}
.page-home_new .hn-topcats-menu #menu .navbar-nav .nav-item:first-child {
    display: none;
}
.page-home_new .hn-topcats-menu #menu .dropdown-menu {
    color: #1f2d3d;
}
.page-home_new .hn-topcats-menu #cart-holder {
    display: none;
}

.page-home_new .main-menu {
    background: #fff;
}
.page-home_new .main-menu #menu.navbar {
    background: #105072;
    min-height: 44px;
}
.page-home_new .main-menu #menu .navbar-nav .nav-link {
    color: #fff !important;
}

/* ── 2. Container padding ────────────────────────────────── */
.page-home_new .hn-topbar .container-fluid,
.page-home_new .hn-main-nav-wrap .container-fluid,
.page-home_new .hn-topcats-wrap .container-fluid,
.page-home_new .footer-v2 .container-fluid,
.home-new-wrapper .container-fluid {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px) {
    .home-new-wrapper .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.home-new-wrapper section.mt-5,
.home-new-wrapper section.clearance-list-holder-parent {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px) {
    .home-new-wrapper section.mt-5,
    .home-new-wrapper section.clearance-list-holder-parent {
        padding-left: 32px;
        padding-right: 32px;
    }
}

/* ── 3. Section Spacing ──────────────────────────────────── */
.home-new-wrapper section {
    margin-top: 60px;
    padding-bottom: 10px;
}
.home-new-wrapper section:first-child {
    margin-top: 0;
    border-top: 0;
}
.home-new-wrapper section.mt-5 {
    margin-top: 60px !important;
    padding-bottom: 40px;
}
.home-new-wrapper .hn-amazon-bg,
.home-new-wrapper .hn-meet-section,
.home-new-wrapper .hn-appliances-section {
    border-top: 2px solid #e6edf2;
}

/* ── 4. Shared section heading ───────────────────────────── */
.home-new-wrapper .hn-sec-heading {
    display: inline-block;
    background: transparent;
    color: #105072;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 18px;
    line-height: 1.15;
    letter-spacing: 0.2px;
}
.home-new-wrapper .hn-categories-section .hn-sec-heading,
.home-new-wrapper .hn-brands-section .hn-sec-heading {
    background: #eef3f7;
    padding: 6px 20px;
    border-radius: 6px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.home-new-wrapper h2.dark-blue-text,
.home-new-wrapper h2.text-pink-gradient {
    color: #105072 !important;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.home-new-wrapper .dark-blue-text + span,
.home-new-wrapper .text-pink-gradient + span {
    color: #2f3b45 !important;
    font-size: 18px !important;
    font-weight: 500;
}
.home-new-wrapper .dark-blue-text + span span,
.home-new-wrapper .text-pink-gradient + span span {
    font-size: 18px !important;
}
.home-new-wrapper a.text-dark.bg-light.p-2.text-uppercase.border {
    background: #fff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px;
    padding: 8px 32px 8px 14px !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.home-new-wrapper a.text-dark.bg-light.p-2.text-uppercase.border::after {
    content: '\2192';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

/* ── 5. HERO SECTION – product slider + side banners ────────── */
.home-new-wrapper #homepage-hero-banner {
    padding-top: 24px;
}

/* Main slider column → 66.67% */
.home-new-wrapper #homepage-hero-banner > .row > .col-12.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 0;
    padding-right: 0;
}

/* Right side-banners → 33.33%, always visible */
.home-new-wrapper #homepage-hero-banner > .row > .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 10px;
    padding-right: 0;
    display: block !important;
}

/* Gap between the two stacked side banners */
.home-new-wrapper #homepage-hero-banner > .row > .col-4 .row:first-child {
    margin-bottom: 16px;
}

/* Desktop: 560px slider height, rounded corners (reference) */
@media (min-width: 768px) {
    .home-new-wrapper #hero-slider {
        position: relative;
        height: 560px;
        overflow: hidden;
        border-radius: 16px;
    }
    .home-new-wrapper #heroSlideshowMain {
        height: 560px;
        background: url('../../../../../image/banner_bg.png') center / cover no-repeat;
    }
    .home-new-wrapper .hn-hero-slide {
        position: relative;
        display: block;
        overflow: hidden;
    }
    .home-new-wrapper .hn-hero-slide-text {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 55%;
        padding: 0 0 48px 48px;
        color: #fff;
    }
    .home-new-wrapper .hn-hero-slide-text h2 {
        font-size: 38px;
        font-weight: 800;
        line-height: 1.15;
        margin: 0 0 14px;
        text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    }
    .home-new-wrapper .hn-hero-slide-text p {
        font-size: 15px;
        line-height: 1.6;
        color: #f1f5f8;
        margin: 0 0 24px;
        max-width: 420px;
        text-shadow: 0 1px 6px rgba(0,0,0,0.5);
    }
    .home-new-wrapper .hn-hero-slide-imgwrap {
        position: absolute;
        inset: 0;
        display: block;
    }
    .home-new-wrapper .hn-hero-slide-imgwrap::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 45%, transparent 70%);
        pointer-events: none;
    }
    .home-new-wrapper .hn-hero-slide-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    /* Swiper pager overlays the slider so arrows appear ON the image */
    .home-new-wrapper #hero-slider .swiper-pager {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }
    .home-new-wrapper #hero-slider .swiper-button-next,
    .home-new-wrapper #hero-slider .swiper-button-prev {
        pointer-events: all;
        position: absolute;
        top: 50%;
        margin-top: -22px;
    }
    .home-new-wrapper #hero-slider .swiper-button-next {
        right: 10px;
    }
    .home-new-wrapper #hero-slider .swiper-button-prev {
        left: 10px;
    }
    /* Side banners: two stacked, each half the slider height */
    .home-new-wrapper #homepage-hero-banner > .row > .col-4 img {
        height: 272px;
        object-fit: cover;
        width: 100%;
        border-radius: 16px;
    }
}
.home-new-wrapper .hn-hero-shop-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #0b2331;
    border-radius: 24px;
    padding: 13px 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.home-new-wrapper .hn-hero-shop-btn:hover {
    background: #105072;
    color: #fff;
    text-decoration: none;
}
.page-home_new #hero-slider .swiper-pagination {
    bottom: 18px !important;
    left: 48px !important;
    width: auto !important;
    text-align: left !important;
}
.page-home_new #hero-slider .swiper-pagination-bullet {
    width: 70px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,0.35);
    opacity: 1;
    margin: 0 6px 0 0 !important;
}
.page-home_new #hero-slider .swiper-pagination-bullet-active {
    background: #fff;
}

/* Mobile: same overlay-on-image layout, shorter slide height */
@media (max-width: 767px) {
    .home-new-wrapper #hero-slider,
    .home-new-wrapper #heroSlideshowMain {
        height: 360px;
        background: url('../../../../../image/banner_bg.png') center / cover no-repeat;
    }
    .home-new-wrapper .hn-hero-slide {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }
    .home-new-wrapper .hn-hero-slide-text {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 16px 20px;
        color: #fff;
    }
    .home-new-wrapper .hn-hero-slide-text h2 {
        font-size: 22px;
        margin: 0 0 8px;
        text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    }
    .home-new-wrapper .hn-hero-slide-text p {
        font-size: 13px;
        margin: 0 0 14px;
        max-width: 100%;
        text-shadow: 0 1px 6px rgba(0,0,0,0.5);
    }
    .home-new-wrapper .hn-hero-slide-imgwrap {
        position: absolute;
        inset: 0;
    }
    .home-new-wrapper .hn-hero-slide-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* ── 5.0 REBRANDING SLIDER – dynamic text/CTA/product-image, shared bg ── */
.home-new-wrapper #rebranding-slider {
    padding-top: 10px;
}
@media (min-width: 768px) {
    .home-new-wrapper #rebranding-slider > .row > .col-12.col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .home-new-wrapper #rebranding-slider > .row > .col-12.col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.home-new-wrapper #rebrand-slider {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.home-new-wrapper #rebrandSlideshowMain {
    background: url('../../../../../image/catalog/slider_rebranding/background_slider.webp') center / cover no-repeat;
    height: 100%;
}
.home-new-wrapper #rebrandSlideshowMain .swiper-wrapper {
    height: 100%;
}
.home-new-wrapper .hn-rebrand-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.home-new-wrapper .hn-rebrand-text {
    position: relative;
    z-index: 2;
    color: #fff;
}
.home-new-wrapper .hn-rebrand-text h2 {
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 18px;
}
.home-new-wrapper .hn-rebrand-text p {
    line-height: 1.6;
    color: #dbe7ee;
    margin: 0 0 24px;
}
.home-new-wrapper .hn-rebrand-product-img {
    position: absolute;
    object-fit: contain;
}
@media (min-width: 768px) {
    .home-new-wrapper #rebrand-slider,
    .home-new-wrapper #rebrandSlideshowMain {
        height: 560px;
    }
    .home-new-wrapper .hn-rebrand-text {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
        padding: 0 0 0 48px;
    }
    .home-new-wrapper .hn-rebrand-text h2 {
        font-size: 38px;
    }
    .home-new-wrapper .hn-rebrand-text p {
        font-size: 15px;
        max-width: 420px;
    }
    .home-new-wrapper .hn-rebrand-product-img {
        right: 5%;
        bottom: 0;
        max-height: 92%;
        width: auto;
    }
    .home-new-wrapper #rebrand-slider .swiper-pager {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }
    .home-new-wrapper #rebrand-slider .swiper-button-next,
    .home-new-wrapper #rebrand-slider .swiper-button-prev {
        pointer-events: all;
        position: absolute;
        top: 50%;
        margin-top: -22px;
    }
    .home-new-wrapper #rebrand-slider .swiper-button-next {
        right: 10px;
    }
    .home-new-wrapper #rebrand-slider .swiper-button-prev {
        left: 10px;
    }
}
.page-home_new #rebrand-slider .swiper-pagination {
    bottom: 18px !important;
    left: 48px !important;
    width: auto !important;
    text-align: left !important;
}
.page-home_new #rebrand-slider .swiper-pagination-bullet {
    width: 70px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255,255,255,0.35);
    opacity: 1;
    margin: 0 6px 0 0 !important;
}
.page-home_new #rebrand-slider .swiper-pagination-bullet-active {
    background: #fff;
}
@media (max-width: 767px) {
    .home-new-wrapper #rebrand-slider,
    .home-new-wrapper #rebrandSlideshowMain {
        height: 360px;
    }
    .home-new-wrapper .hn-rebrand-slide {
        border-radius: 12px;
    }
    .home-new-wrapper .hn-rebrand-text {
        padding: 16px;
    }
    .home-new-wrapper .hn-rebrand-text h2 {
        font-size: 22px;
    }
    .home-new-wrapper .hn-rebrand-text p {
        font-size: 13px;
        max-width: 100%;
    }
    .home-new-wrapper .hn-rebrand-product-img {
        right: 4%;
        bottom: 0;
        max-height: 55%;
        width: auto;
    }
    .page-home_new #rebrand-slider .swiper-pagination {
        left: 16px !important;
    }
}

/* Two-column split: main slider (8) + stacked side cards (4) */
.home-new-wrapper #rebranding-slider > .row > .col-12.col-md-8 {
    padding-left: 0;
    padding-right: 0;
}
.home-new-wrapper #rebranding-slider > .row > .col-12.col-md-4 {
    padding-left: 10px;
    padding-right: 0;
}
.home-new-wrapper #rebranding-slider > .row > .col-12.col-md-4 .hn-rebrand-side-card:first-child {
    margin-bottom: 16px;
}

/* Side cards: light surface, title/description/arrow-CTA + image bottom-right */
.home-new-wrapper .hn-rebrand-side-card {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 16px;
    background: #eef3f6;
}
.home-new-wrapper .hn-rebrand-side-card-text {
    position: relative;
    z-index: 2;
}
.home-new-wrapper .hn-rebrand-side-card-text h3 {
    font-weight: 800;
    color: #0b2331;
    margin: 0 0 8px;
}
.home-new-wrapper .hn-rebrand-side-card-text p {
    color: #4a5c66;
    margin: 0 0 14px;
}
.home-new-wrapper .hn-rebrand-side-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0b2331;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease;
}
.home-new-wrapper .hn-rebrand-side-card-btn:hover {
    background: #105072;
}
.home-new-wrapper .hn-rebrand-side-card-img {
    position: absolute;
    object-fit: contain;
}
@media (min-width: 768px) {
    .home-new-wrapper .hn-rebrand-side-card {
        height: 272px;
        padding: 24px;
    }
    .home-new-wrapper .hn-rebrand-side-card-text {
        width: 55%;
    }
    .home-new-wrapper .hn-rebrand-side-card-text h3 {
        font-size: 20px;
    }
    .home-new-wrapper .hn-rebrand-side-card-text p {
        font-size: 13px;
    }
    .home-new-wrapper .hn-rebrand-side-card-img {
        right: 12px;
        bottom: 12px;
        max-width: 42%;
        max-height: 70%;
    }
}
@media (max-width: 767px) {
    .home-new-wrapper .hn-rebrand-side-card {
        height: 180px;
        padding: 16px;
    }
    .home-new-wrapper .hn-rebrand-side-card-text {
        width: 60%;
    }
    .home-new-wrapper .hn-rebrand-side-card-text h3 {
        font-size: 16px;
    }
    .home-new-wrapper .hn-rebrand-side-card-text p {
        font-size: 12px;
    }
    .home-new-wrapper .hn-rebrand-side-card-img {
        right: 10px;
        bottom: 10px;
        max-width: 38%;
        max-height: 65%;
    }
}

/* ── 5.1 Exclusive UPS Router promo strip ─────────────────── */
.home-new-wrapper .hn-ups-banner {
    width: 100vw;
    margin: 0px calc(50% - 50vw) 0px !important;
    border-top: 0 !important;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background: #000;
}
.home-new-wrapper .hn-ups-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%),
        url('../../../../../image/slider_rebranding/homepage/bg-banner.webp');
    background-size: cover;
    background-position: center;
}
.home-new-wrapper .hn-ups-banner-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 1530px;
    margin: 0 auto;
    padding: 56px 20px;
}
.home-new-wrapper .hn-ups-banner-inner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 6px;
}
.home-new-wrapper .hn-ups-banner-inner p {
    color: #dbe7ee;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 24px;
}
.home-new-wrapper .hn-ups-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 24px;
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.home-new-wrapper .hn-ups-banner-btn:hover {
    background: #fff;
    color: #0a1418;
    text-decoration: none;
}
@media (max-width: 767px) {
    .home-new-wrapper .hn-ups-banner-inner {
        padding: 36px 16px;
    }
    .home-new-wrapper .hn-ups-banner-inner h2 {
        font-size: 22px;
    }
    .home-new-wrapper .hn-ups-banner-inner p {
        font-size: 15px;
    }
}

/* Mobile: stack hero + side banners vertically */
@media (max-width: 767px) {
    .home-new-wrapper #homepage-hero-banner > .row > .col-12.col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
        height: 360px;
    }
    .home-new-wrapper #homepage-hero-banner > .row > .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-top: 16px;
    }
}

/* ── 6. CAROUSEL PRODUCT CARDS ───────────────────────────── */
.home-new-wrapper .owl-carousel .truncated-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
    line-height: 1.3;
}
.page-home_new .owl-carousel-type-1 .col,
.page-home_new .owl-carousel-type-3 .col {
    background: #fff;
    border: 1px solid #d7e0e7;
    box-shadow: 0 1px 3px rgba(16, 80, 114, 0.08);
}
.page-home_new .owl-carousel-type-1 .owl-item,
.page-home_new .owl-carousel-type-3 .owl-item {
    padding: 0 7px;
}
.page-home_new .owl-carousel-type-1 .owl-stage,
.page-home_new .owl-carousel-type-3 .owl-stage {
    margin: 0 -7px;
}
.page-home_new .owl-carousel-type-1 .col .p-3,
.page-home_new .owl-carousel-type-3 .col .p-3 {
    padding: 12px 14px !important;
}
.page-home_new .owl-carousel-type-1 .col img,
.page-home_new .owl-carousel-type-3 .col img {
    max-height: 210px;
    object-fit: contain;
}
.page-home_new .owl-carousel-type-1 .col .btn,
.page-home_new .owl-carousel-type-3 .col .btn {
    background: #105072 !important;
    border-color: #105072 !important;
    font-weight: 600;
    text-transform: uppercase;
}
.page-home_new .owl-carousel-type-1 .circle,
.page-home_new .owl-carousel-type-3 .circle {
    display: none;
}
.home-new-wrapper .owl-carousel .owl-item > .col,
.home-new-wrapper .owl-carousel .owl-item > div {
    transition: box-shadow 0.25s ease;
}
.home-new-wrapper .owl-carousel .owl-item > .col:hover,
.home-new-wrapper .owl-carousel .owl-item > div:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.home-new-wrapper .owl-carousel .owl-item .col.p-0 {
    border-radius: 6px;
    overflow: hidden;
}

/* Vertical product card: large square image, 2-line title, strike/new price
   inline on one row, circular action button bottom-right. */
.page-home_new .owl-carousel-type-1 .col,
.page-home_new .owl-carousel-type-3 .col {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    border-radius: 10px;
}
.page-home_new .owl-carousel-type-1 .col .p-3,
.page-home_new .owl-carousel-type-3 .col .p-3 {
    padding: 16px !important;
}
.page-home_new .owl-carousel-type-1 .col .p-3:first-child,
.page-home_new .owl-carousel-type-3 .col .p-3:first-child {
    padding-bottom: 8px !important;
}
.page-home_new .owl-carousel-type-1 .col img,
.page-home_new .owl-carousel-type-3 .col img {
    max-height: 180px;
    width: 100%;
    object-fit: contain;
}
.page-home_new .owl-carousel-type-1 .col .truncated-text,
.page-home_new .owl-carousel-type-3 .col .truncated-text {
    font-size: 14px;
    min-height: 2.6em;
    margin-bottom: 10px;
}
.page-home_new .owl-carousel-type-1 .col .price,
.page-home_new .owl-carousel-type-3 .col .price {
    font-size: 15px !important;
}
.page-home_new .owl-carousel-type-1 .col .p-3:last-child,
.page-home_new .owl-carousel-type-3 .col .p-3:last-child {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr auto;
    flex: 1;
}
.page-home_new .owl-carousel-type-1 .col .p-3:last-child > a,
.page-home_new .owl-carousel-type-3 .col .p-3:last-child > a {
    grid-row: 1;
    grid-column: 1 / -1;
}
.page-home_new .owl-carousel-type-1 .col .p-3:last-child > .clearfix,
.page-home_new .owl-carousel-type-3 .col .p-3:last-child > .clearfix {
    grid-row: 3;
    grid-column: 1;
    align-self: end;
    justify-self: start;
}
.page-home_new .owl-carousel-type-1 .col .p-3:last-child > .hn-card-actions,
.page-home_new .owl-carousel-type-3 .col .p-3:last-child > .hn-card-actions {
    grid-row: 3;
    grid-column: 2;
    align-self: end;
    justify-self: end;
}
.page-home_new .owl-carousel-type-1 .col .clearfix,
.page-home_new .owl-carousel-type-3 .col .clearfix {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
    margin: 0 !important;
    min-width: 0;
    overflow: hidden;
}
.page-home_new .owl-carousel-type-1 .col .clearfix span,
.page-home_new .owl-carousel-type-3 .col .clearfix span {
    float: none !important;
    text-align: left !important;
    white-space: nowrap;
}
.page-home_new .owl-carousel-type-1 .col .clearfix span[style*="line-through"],
.page-home_new .owl-carousel-type-3 .col .clearfix span[style*="line-through"] {
    font-size: 13px !important;
    color: #94a3b8;
}
.page-home_new .owl-carousel-type-1 .col .price,
.page-home_new .owl-carousel-type-3 .col .price,
.page-home_new .owl-carousel-type-1 .col .clearfix .text-danger,
.page-home_new .owl-carousel-type-3 .col .clearfix .text-danger {
    color: #1f2d3d !important;
}
.page-home_new .owl-carousel-type-1 .col .hn-card-actions,
.page-home_new .owl-carousel-type-3 .col .hn-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex: 0 0 auto;
}
.page-home_new .owl-carousel-type-1 .col .btn,
.page-home_new .owl-carousel-type-3 .col .btn {
    width: 32px !important;
    height: 32px;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 0;
    position: relative;
    flex: 0 0 auto;
}
.page-home_new .owl-carousel-type-1 .col .btn::before,
.page-home_new .owl-carousel-type-3 .col .btn::before {
    content: '\f062';
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.page-home_new .owl-carousel-type-1 .col .hn-btn-wishlist,
.page-home_new .owl-carousel-type-3 .col .hn-btn-wishlist {
    background: #fff !important;
    border: 1px solid #cbd5e1 !important;
}
.page-home_new .owl-carousel-type-1 .col .hn-btn-wishlist::before,
.page-home_new .owl-carousel-type-3 .col .hn-btn-wishlist::before {
    content: '\f290';
    font-family: FontAwesome;
    color: #105072;
    transform: translate(-50%, -50%);
}

/* ── 7. BIG DISCOUNTS / NEW PRODUCTS / AMAZON / BATTERIES ──
   Reference shows: no left promo banner, full-width carousel,
   navy title (not pink), "VIEW ALL" pill instead of countdown/EXPIRED. */
.home-new-wrapper .clearance-list-holder-parent > .row > .col-12.col-md-4,
.home-new-wrapper .clearance-list-holder-parent > .row > .col-md-4 {
    display: none !important;
}
.home-new-wrapper .clearance-list-holder-parent > .row > .col-12.col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
.home-new-wrapper .clearance-list-holder-parent .carousel_timer {
    display: none !important;
}
.home-new-wrapper .clearance-list-holder-parent h2.text-pink-gradient,
.home-new-wrapper .clearance-list-holder-parent h2.dark-blue-text {
    color: #105072 !important;
    background: none;
    -webkit-text-fill-color: initial;
}
.home-new-wrapper .clearance-list-holder-parent h2.text-pink-gradient::after {
    content: '';
    display: none;
}
/* side_image branch stacks title/sub_heading on separate lines (d-block);
   force the same one-line "TITLE - subtitle" layout as the no-side_image
   branch, to match the reference regardless of which module has a side_image set. */
.home-new-wrapper .clearance-list-holder-parent h2.text-pink-gradient,
.home-new-wrapper .clearance-list-holder-parent h2.dark-blue-text,
.home-new-wrapper section.mt-5 h2.text-pink-gradient,
.home-new-wrapper section.mt-5 h2.dark-blue-text {
    display: inline-block !important;
}
.home-new-wrapper .clearance-list-holder-parent span.d-block,
.home-new-wrapper section.mt-5 span.d-block {
    display: inline !important;
}
.home-new-wrapper .clearance-list-holder-parent span.d-block::before,
.home-new-wrapper section.mt-5 span.d-block::before {
    content: ' - ';
}
.home-new-wrapper .clearance-list-holder-parent .col-6.text-right {
    text-align: right !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.home-new-wrapper .clearance-list-holder-parent .col-6.text-right::after {
    content: 'VIEW ALL \2197';
    display: inline-block;
    background: #105072;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 10px 20px;
    border-radius: 22px;
}
.home-new-wrapper .clearance-list-holder-parent .border-top-pink { 
    border-top: 2px solid #e0e7e7 !important;
    border-right:0 none !important;
    border-left:0 none !important;
    border-bottom:0 none !important;
    padding-top:15px;
}

/* featured_custom module (New Products / Amazon / Batteries) ships its own
   side-image + "view all" link markup — hide the banner column, expand the
   carousel to full width, and restyle the existing link into the same pill.
   (New Products' 2-banner variant renders its own full-width .hn-promo-grid
   markup instead of the side_image column, so it's unaffected by this.) */
.home-new-wrapper section.mt-5 > .row > .col-12.col-md-4:has(img),
.home-new-wrapper .hn-amazon-bg section.mt-5 > .row > .col-12.col-md-4:has(img) {
    display: none !important;
}
.home-new-wrapper section.mt-5 > .row > .col-12.col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* New Products bento grid: row 1 = 2 large banners (iPhone14/Lunar360 style,
   65/35 width split), row 2 = up to 3 equal smaller banners. All tiles are
   plain image links — text/CTA is baked into the source image, admin swaps
   the image + link per slot from hystek admin (no code change needed).
   Row 1 tiles size to their own image's natural ratio (no cover-crop / no
   letterboxing) since the two source banners aren't the same aspect ratio. */
.home-new-wrapper .hn-promo-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.home-new-wrapper .hn-promo-row-top {
    display: flex;
    gap: 16px;
}
.home-new-wrapper .hn-promo-row-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.home-new-wrapper .hn-promo-tile {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.home-new-wrapper .hn-promo-tile-lg:nth-child(1) {
    flex: 56;
}
.home-new-wrapper .hn-promo-tile-lg:nth-child(2) {
    flex: 40;
}

.home-new-wrapper .hn-promo-tile img {
    width: 100%;
    height: auto;
    display: block;
}
.home-new-wrapper .hn-promo-row-bottom .hn-promo-tile img {
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .home-new-wrapper .hn-promo-row-top {
        flex-direction: column;
    }
    .home-new-wrapper .hn-promo-tile-lg:nth-child(1),
    .home-new-wrapper .hn-promo-tile-lg:nth-child(2) {
        flex: none;
        width: 100%;
    }
    .home-new-wrapper .hn-promo-row-bottom {
        grid-template-columns: 1fr;
    }
}
.home-new-wrapper section.mt-5 a.text-dark.bg-light.p-2.text-uppercase.border {
    background: #105072 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 22px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    padding: 10px 20px !important;
}

/* ── 8. AMAZON – grey background wrapper ─────────────────── */
.home-new-wrapper .hn-amazon-bg {
    margin-top: 60px;
    padding: 18px 0;
}
.home-new-wrapper .hn-amazon-bg section,
.home-new-wrapper .hn-amazon-bg section.mt-5 {
    margin-top: 0 !important;
    background: transparent;
}
.home-new-wrapper .hn-amazon-bg .owl-carousel .owl-item .col {
    background: #fff;
}

/* ── 9. MEET TJ MART ─────────────────────────────────────── */
.home-new-wrapper .hn-meet-section {
    margin-top: 60px;
    padding-bottom: 40px;
}
.home-new-wrapper .hn-meet-subtitle {
    font-size: 14px;
    color: #666;
    margin-top: -12px;
    margin-bottom: 20px;
}

/* ── 10. BUNNY STREAM – video carousel ───────────────────── */
.home-new-wrapper .bunny-video-card {
    cursor: pointer;
}
.page-home_new .bunny-video-card {
    background: #fff;
    border: 1px solid #e6edf2;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.home-new-wrapper .bunny-video-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding-top: 56.25%;
    background: #111;
}
.home-new-wrapper .bunny-video-wrapper .bunny-video-thumb {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}
.home-new-wrapper .bunny-video-wrapper .bunny-video-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}
.home-new-wrapper .bunny-video-card:hover .bunny-video-overlay {
    background: rgba(0, 0, 0, 0.2);
}
.home-new-wrapper .bunny-video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
}
.home-new-wrapper .bunny-video-title {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-home_new .bunny-video-title {
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.home-new-wrapper .btn-bunny-play {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.home-new-wrapper .btn-bunny-play:hover svg circle {
    fill: rgba(0, 0, 0, 0.8);
}

/* ── 11. HOME APPLIANCES – outer wrapper ─────────────────── */
.home-new-wrapper .hn-appliances-section {
    margin-top: 60px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1200px) {
    .home-new-wrapper .hn-appliances-section {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.home-new-wrapper .hn-appliances-section .hn-appl-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #105072;
}
.home-new-wrapper .hn-appliances-section .hn-appl-viewall {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 6px 14px;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s;
}
.home-new-wrapper .hn-appliances-section .hn-appl-viewall:hover {
    background: #e2e6ea;
    color: #333;
    text-decoration: none;
}

/* ── 12. HOME APPLIANCES – product card ─────────────────── */
.home-new-wrapper .hn-appliance-card {
    background: #fff;
    border: 1px solid #e6edf2;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    transition: box-shadow 0.25s ease;
    min-height: 415px;
}
.home-new-wrapper .hn-appliance-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.home-new-wrapper .hn-appliance-card .hn-disc-badge {
    position: absolute;
    top: 8px; left: 8px;
    background: #d13c41;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 7px;
    border-radius: 3px;
    z-index: 1;
}
.home-new-wrapper .hn-appliance-card .card-img-top {
    width: 100%;
    height: 301px;
    object-fit: contain;
    padding: 10px;
}
.home-new-wrapper .hn-appliance-card .card-body {
    padding: 10px 12px 14px;
}
.home-new-wrapper .hn-appliance-card .hn-prod-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 2.6em;
    margin-bottom: 8px;
    color: #333;
}
.home-new-wrapper .hn-appliance-card .hn-price-new {
    color: #23a1d1;
    font-size: 15px;
    font-weight: 700;
}
.home-new-wrapper .hn-appliance-card .hn-price-old {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.home-new-wrapper .hn-appliance-card .hn-savings {
    font-size: 11px;
    color: #d63371;
    font-weight: 600;
    margin-top: 2px;
}
/* Buy Now – blue */
.home-new-wrapper .hn-appliance-card .btn-buy {
    display: block;
    width: 100%;
    background: #105072;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 10px;
    text-decoration: none;
}
.home-new-wrapper .hn-appliance-card .btn-buy:hover {
    background: #0b3e56;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1199px) and (min-width: 768px) {
    .home-new-wrapper .hn-appliances-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .home-new-wrapper .hn-appliances-section .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ── 13. FEATURED CATEGORIES – bento carousel ────────────── */
.home-new-wrapper .hn-categories-section {
    padding-bottom: 40px;
    text-align: center;
}
.home-new-wrapper .hn-categories-section .hn-sec-heading {
    background: #eef3f7;
    padding: 10px 28px;
    border-radius: 6px;
}

.home-new-wrapper .hn-cat-bento-viewport {
    overflow: hidden;
}
.home-new-wrapper .hn-cat-bento-track {
    display: flex;
    transition: transform 0.4s ease;
}
.home-new-wrapper .hn-cat-bento-page {
    flex: 0 0 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: 560px;
}
/* Slot 1 → tall left card spanning both rows */
.home-new-wrapper .hn-cat-bento-slot-1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}
/* Slots 2 & 3 → stacked middle column */
.home-new-wrapper .hn-cat-bento-slot-2 {
    grid-column: 2;
    grid-row: 1;
}
.home-new-wrapper .hn-cat-bento-slot-3 {
    grid-column: 2;
    grid-row: 2;
}
/* Slot 4 → right column, tall (spans both rows when no 5th item) */
.home-new-wrapper .hn-cat-bento-slot-4 {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.home-new-wrapper .hn-cat-bento-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    text-decoration: none;
    height: 100%;
}
.home-new-wrapper .hn-cat-bento-card .hn-cat-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.home-new-wrapper .hn-cat-bento-card:hover .hn-cat-img {
    transform: scale(1.06);
}
.home-new-wrapper .hn-cat-bento-card .hn-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 40%, transparent 70%);
    transition: background 0.3s ease;
}
.home-new-wrapper .hn-cat-bento-card:hover .hn-cat-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.2) 45%, transparent 75%);
}
.home-new-wrapper .hn-cat-bento-card .hn-cat-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 1;
    padding: 0 20px 20px;
}
.home-new-wrapper .hn-cat-bento-card .hn-cat-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.25;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

.home-new-wrapper .hn-cat-bento-nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
}
.home-new-wrapper .hn-cat-bento-prev,
.home-new-wrapper .hn-cat-bento-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #eef3f7;
    color: #105072;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
.home-new-wrapper .hn-cat-bento-prev:hover,
.home-new-wrapper .hn-cat-bento-next:hover {
    background: #105072;
    color: #fff;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .home-new-wrapper .hn-cat-bento-page {
        height: 480px;
    }
}
@media (max-width: 767px) {
    .home-new-wrapper .hn-cat-bento-page {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 200px);
        height: auto;
        gap: 12px;
    }
    .home-new-wrapper .hn-cat-bento-slot-1,
    .home-new-wrapper .hn-cat-bento-slot-2,
    .home-new-wrapper .hn-cat-bento-slot-3,
    .home-new-wrapper .hn-cat-bento-slot-4 {
        grid-column: 1;
        grid-row: auto;
    }
}

/* ── 14. FEATURED BRANDS ─────────────────────────────────── */
.home-new-wrapper .hn-brands-section {
    padding-bottom: 40px;
    text-align: center;
}
.home-new-wrapper .hn-brands-section .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-new-wrapper .hn-brands-section .hn-brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
}
.home-new-wrapper .hn-brands-section .hn-brand-item img {
    filter: grayscale(100%);
    max-height: 60px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: filter 0.3s ease;
}
.home-new-wrapper .hn-brands-section .hn-brand-item:hover img {
    filter: grayscale(0%);
}

/* ── 14.5 Info Section ───────────────────────────────────── */
.home-new-wrapper .hn-info-section {
    border-top: 2px solid #e6edf2;
    margin-top: 60px;
    padding: 28px 0 40px;
}
.home-new-wrapper .hn-info-title {
    font-size: 16px;
    font-weight: 700;
    color: #2b2f33;
    text-transform: none;
    margin: 0 0 8px;
}
.home-new-wrapper .hn-info-text {
    font-size: 13px;
    color: #4b5563;
    line-height: 1.6;
    margin-bottom: 22px;
}

/* ── 15. FOOTER V2 – dark professional ───────────────────── */
.footer-v2 {
    background: #1a2942;
    color: #94a3b8;
    margin-top: 0;
}
.footer-v2 .fv2-trust-bar {
    background: #162236;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-v2 .fv2-trust-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #6b7fa0;
    margin-bottom: 10px;
    display: block;
}
.footer-v2 .fv2-trust-logos img {
    height: 26px;
    width: auto;
    object-fit: contain;
    margin-right: 14px;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    vertical-align: middle;
    transition: opacity 0.2s;
}
.footer-v2 .fv2-trust-logos img:hover {
    opacity: 1;
}
.footer-v2 .fv2-main {
    padding: 48px 0 32px;
}
.footer-v2 .fv2-col-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 2px solid #23a1d1;
    display: inline-block;
}
.footer-v2 ul.fv2-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-v2 ul.fv2-links li {
    margin-bottom: 9px;
}
.footer-v2 ul.fv2-links li a {
    color: #94a3b8;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-v2 ul.fv2-links li a:hover {
    color: #23a1d1;
    text-decoration: none;
}
.footer-v2 .fv2-brand-name {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.footer-v2 .fv2-tagline {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 16px;
    line-height: 1.6;
}
.footer-v2 .fv2-guarantee {
    font-size: 12px;
    color: #6b7fa0;
    line-height: 1.7;
    border-left: 3px solid #23a1d1;
    padding-left: 12px;
}
.footer-v2 .fv2-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-v2 .fv2-social-list li {
    margin-bottom: 10px;
}
.footer-v2 .fv2-social-list li a {
    color: #94a3b8;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-v2 .fv2-social-list li a:hover {
    color: #23a1d1;
    text-decoration: none;
}
.footer-v2 .fv2-social-icon {
    width: 22px;
    text-align: center;
    font-size: 15px;
    flex-shrink: 0;
}
.footer-v2 .fv2-bottom {
    background: #101d2e;
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-v2 .fv2-copyright {
    font-size: 12px;
    color: #4a6080;
    margin: 0;
    text-align: center;
}
.footer-v2 .fv2-copyright a {
    color: #23a1d1;
    text-decoration: none;
}

/* ── 16. MOBILE GLOBAL OVERRIDES ─────────────────────────── */
@media (max-width: 767px) {
    .page-home_new .hn-topbar {
        height: auto;
        padding: 8px 0;
    }
    .page-home_new .hn-topbar-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    .page-home_new .hn-topbar-center {
        flex-direction: column;
        align-items: flex-start;
    }
    .page-home_new .hn-topbar-subscribe input {
        width: 160px;
    }
    .page-home_new .hn-topbar-left,
    .page-home_new .hn-topbar-center,
    .page-home_new .hn-topbar-right {
        font-size: 12px;
        white-space: normal;
    }
    .home-new-wrapper section,
    .home-new-wrapper section.mt-5,
    .home-new-wrapper .hn-amazon-bg,
    .home-new-wrapper .hn-meet-section,
    .home-new-wrapper .hn-appliances-section {
        margin-top: 32px !important;
        padding-bottom: 24px;
    }
    .home-new-wrapper .hn-sec-heading {
        font-size: 22px;
        display: block;
        text-align: center;
        width: 100%;
    }
    .home-new-wrapper h2.dark-blue-text,
    .home-new-wrapper h2.text-pink-gradient {
        font-size: 22px;
    }
    .home-new-wrapper .hn-appl-title {
        font-size: 18px;
    }
    .home-new-wrapper .hn-appliance-card .btn-buy {
        padding: 10px;
    }
    .home-new-wrapper section.mt-5,
    .home-new-wrapper section.clearance-list-holder-parent {
        padding-left: 12px;
        padding-right: 12px;
    }
    .footer-v2 .fv2-main .col-md-3,
    .footer-v2 .fv2-main .col-md-4 {
        margin-bottom: 28px;
    }
    .footer-v2 .fv2-trust-bar .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 14px;
    }
    .footer-v2 .fv2-trust-logos img {
        height: 22px;
        margin-right: 10px;
    }
}
