﻿@font-face {
    font-family: "IRANSansXV";
    src: url("../fonts/IRANSansXV.ttf") format("truetype-variations"),
         url("../fonts/IRANSansXV.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --nh-yellow: #FFD90A;
    --nh-yellow-alt: #ffd400;
    --nh-black: #050505;
    --nh-ink: #111;
    --nh-gray: #f4f4f4;
    --nh-font: "IRANSansXV", Tahoma, Arial, sans-serif;
    --nh-container: min(1500px, 92vw);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--nh-font);
    background: #fff;
    color: var(--nh-ink);
    overflow-x: hidden;
    max-width: 100vw;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    max-width: 100%;
    overflow-x: hidden;
}

/* Shared content width */
.nh-container,
.nh-header-inner {
    width: var(--nh-container);
    max-width: 95%;
    margin-inline: auto;
}

.nh-header-inner {
    display: flex;
    align-items: center;
    gap: 35px;
    width: var(--nh-container);
}

.nh-utils-nav:focus-visible,
.nh-pkg-card:focus-visible {
    outline: 2px solid var(--nh-yellow);
    outline-offset: 2px;
}

.nav-bar__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--nh-container);
    position: relative;
}

.nh-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
.nav-item:focus-visible,
.nh-pkg-tab:focus-visible,
.zc-nav:focus-visible,
.nh-foot-btn:focus-visible,
.nh-foot-social a:focus-visible,
.nh-foot-links a:focus-visible,
.hike-more:focus-visible {
    outline: 2px solid var(--nh-yellow);
    outline-offset: 2px;
}

.top-banner {
    padding: 10px 0 3px 0;
    background: var(--nh-black);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--nh-font);
    font-size: 28px;
    font-weight: 900;
}

.top-banner span {
    color: var(--nh-yellow);
    font-family: inherit;
    margin-right: 8px;
}

.main-header {
    height: 130px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    direction: ltr;
}

.logo {
    width: 150px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nh-yellow);
    font-size: 48px;
    font-weight: 900;
    font-style: italic;
    position: relative;
    flex-shrink: 0;
}

.logo img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.logo small {
    position: absolute;
    bottom: 5px;
    right: 18px;
    font-size: 16px;
    color: #d9ad00;
    font-style: normal;
    font-weight: 700;
}

.search-box {
    flex: 1;
    max-width: 1060px;
    height: 50px;
    background: #f0f0f0;
    border-radius: 7px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    direction: rtl;
    color: #aaa;
    font-size: 17px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.03);
    gap: 12px;
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 17px;
    text-align: right;
    color: #777;
    font-family: inherit;
}

.search-icon {
    width: 38px;
    height: 38px;
    position: relative;
    flex-shrink: 0;
    order: -1;
}

.search-icon::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 4px solid #050505;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.search-icon::after {
    content: "";
    width: 18px;
    height: 5px;
    background: #050505;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    bottom: 5px;
    border-radius: 4px;
}


.auth {
    display: flex;
    width: 195px;
    min-height: 44px;
    height: 50px;
    background: #fff3ae;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    font-size: 16px;
    color: #111;
    box-shadow: 0 1px 5px rgba(255, 221, 0, 0.25);
    flex-shrink: 0;
}

.auth a {
    text-decoration: none;
    color: #111;
    font-weight: 800;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
}

.auth .divider {
    width: 2px;
    height: 28px;
    background: #1b1b1b;
}

.cart {
    width: 55px;
    height: 55px;
    min-width: 44px;
    min-height: 44px;
    border: 2px dashed var(--nh-ink);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cart:hover {
    border-color: var(--nh-yellow);
    box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.25);
}

.cart-badge {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: var(--nh-yellow);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.cart-icon {
    font-size: 24px;
    position: relative;
}

.curve-wrapper {
    height: 34px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin-top: -1px;
}

.curve {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: var(--nh-container);
    top: 11px;
    height: 45px;
    background: var(--nh-black);
    clip-path: polygon(0 55%, 18% 5%, 50% 0, 82% 5%, 100% 55%, 100% 100%, 0 100%);
}

.nav-bar {
    height: 64px;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    direction: rtl;
    font-family: var(--nh-font);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    max-width: 100%;
}

.nav-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    flex: 1;
    min-width: 0;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    margin-inline-start: 12px;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #111;
    border-radius: 2px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-bar.is-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-bar.is-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

.nav-bar.is-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.nav-bar .navbar-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}

.nav-bar .navbar-links {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
}

.nav-item {
    text-decoration: none;
    color: #111;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 4px 2px;
}

.nav-item:hover {
    text-shadow: 0 0 8px rgba(255, 183, 38, 0.88);
}

.nav-item.active {
    color: var(--nh-yellow);
}

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

.grid-icon {
    width: 24px;
    height: 24px;
    display: grid;
    grid-template-columns: repeat(2, 9px);
    grid-template-rows: repeat(2, 9px);
    gap: 4px;
}

.grid-icon span {
    border: 2px solid var(--nh-yellow);
    border-radius: 3px;
}

.separator {
    width: 2px;
    height: 36px;
    background: #222;
    opacity: 0.8;
}

.phone {
    display: flex;
    align-items: center;
    gap: 12px;
    direction: ltr;
    font-weight: 700;
}

.phone-icon {
    width: 28px;
    height: 28px;
    border: 3px solid #111;
    border-radius: 50%;
    position: relative;
    transform: rotate(-35deg);
}

.phone-icon::before {
    content: "";
    width: 12px;
    height: 5px;
    background: #fff;
    border-left: 3px solid #111;
    border-right: 3px solid #111;
    position: absolute;
    left: 5px;
    top: 10px;
}

@media (max-width: 1199px) {
    .nh-header-inner {
        gap: 15px;
    }

    .nav-bar__inner {
        column-gap: 20px;
    }

    .nav-bar {
        column-gap: 20px;
        font-size: 14px;
    }

    .logo {
        width: 110px;
        font-size: 36px;
    }

    /* Dahua grid — stack on tablet */
    .nh-dahua-carousel-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            'item-fix-1'
            'item-caro-1'
            'item-caro-2'
            'item-fix-2';
        column-gap: 0;
    }

    .nh-dahua-carousel-grid .item-caro-1,
    .nh-dahua-carousel-grid .item-caro-2 {
        border-radius: 20px;
        min-height: 300px;
    }

    .nh-dahua-carousel-grid .item-fix-1,
    .nh-dahua-carousel-grid .item-fix-2 {
        border-radius: 20px;
        padding: 16px;
        min-height: 120px;
    }

    .nh-dahua-carousel-item {
        height: auto;
        min-height: 280px;
    }

    /* Hike carousel — flatten layout */
    .nh-hike-carousel {
        margin-top: 40px;
        min-height: 300px;
        padding-bottom: 48px;
    }

    .nh-hike-carousel__brand {
        width: min(22%, 160px);
    }

    .nh-hike-carousel__title {
        font-size: clamp(1rem, 3.2vw, 1.45rem);
        top: 28%;
    }

    .nh-hike-carousel-grid {
        transform: none;
        width: 100%;
        justify-content: flex-start;
        padding: 0 12px;
    }

    .hike-more {
        width: min(85%, 320px);
    }

    .nh-utils-card {
        flex: 0 0 280px;
        width: 280px;
        min-width: 240px;
    }

    .nh-pkg-grid {
        grid-template-columns: 1fr;
    }

    .nh-pkg-aside {
        width: min(220px, 40%);
        flex: 0 0 auto;
    }

    .nh-brands-row {
        grid-template-columns: 1fr;
    }

    /* Tablet nav — horizontal scroll instead of hamburger */
    .nav-bar__inner {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .nav-bar__inner::-webkit-scrollbar {
        display: none;
    }

    .nav-bar .navbar-links {
        flex-wrap: nowrap;
    }

    .nh-products-row {
        justify-content: start;
    }
}


.nh-body {
    background: var(--nh-gray);
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    justify-content: start;
    align-items: center;
    padding: 28px 0 40px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.nh-body .nh-hero {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nh-hero__banner {
    width: 100%;
    height: auto;
    display: block;
    align-self: center;
}

.nh-hero__brands {
    /* background: #fff; */
    padding: 12px 0;
    display: flex;
    justify-content: center;
}

.nh-hero__brands img {
    width: 100%;
    height: auto;
    display: block;
}

.nh-body .nh-cat {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 12px;
}

.nh-body .nh-cat img {
    flex: 1 1 calc(16.66% - 12px);
    min-width: 80px;
    max-width: 160px;
    width: auto;
    height: auto;
    transition: .3s;
}
.nh-body .nh-cat img:hover {
    transform: translate(0,-5%);
    cursor: pointer;
}

/* cards section */
.nh-products-section {
    width: 90%;
    background: var(--nh-yellow);
    margin: 0;
    padding: 18px 0 16px;
    position: relative;
    overflow: hidden;
}

.nh-products-section__inner {
    padding-inline: 0;
}

.nh-product-tavan-logoline {
    display: flex;
    align-items: end;
    padding: 20px 0 12px;
    overflow: hidden;
    max-width: 100%;
    gap: 14px;
}

.nh-products-heading {
    font-size: 22px;
    font-weight: 900;
    color: var(--nh-black);
    white-space: nowrap;
    line-height: 1.2;
    margin: 0 0 6px;
}

.nh-product-tavan-logoline img {
    flex-shrink: 0;
    max-height: 48px;
    width: auto;
}

.nh-products-top-line {
    flex: 1;
    min-width: 0;
    height: 3px;
    background: #111;
    margin-bottom: 6px;
    margin-right: -18px;
}

.nh-products-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
}

.nh-products-row::-webkit-scrollbar {
    display: none;
}

.nh-product-card {
    width: 235px;
    min-height: 300px;
    height: auto;
    scroll-snap-align: start;
    background: #fff;
    border: 1px dashed #000000;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.03);
    position: relative;

    transition: .3s;
}
.nh-product-card:hover {
    transform: translate(0,-2%);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}

.nh-offer-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffe45c;
    color: #111;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 6px;
    z-index: 2;
    border-bottom-left-radius: 4px;
}

.nh-product-image-wrap {
    height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px;
}

.nh-product-image-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.nh-product-title,
.nh-dh-product-title,
.nh-hike-product-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    padding: 0 8px;
    color: #222;
    margin-bottom: 4px;
    direction: rtl;
}

.nh-product-model {
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: var(--nh-ink);
    background: var(--nh-yellow);
    padding: 4px 6px;
    direction: ltr;
}

.nh-product-specs {
    padding: 8px 18px 10px;
    direction: rtl;
    font-size: 13px;
    color: #111;
}

.nh-product-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #2f2f2f;
    gap: 8px;
}

.nh-product-spec:last-child {
border-bottom: none;
}

.nh-product-spec-label {
color: #222;
white-space: nowrap;
}

.nh-product-spec-value {
color: #111;
font-weight: 500;
text-align: left;
flex: 1;
}

.nh-product-footer {
margin-top: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 6px;
padding: 0 8px 8px;
direction: ltr;
}

.nh-product-price {
flex: 1;
background: #111;
color: #fff;
border-radius: 7px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.3px;
}

.nh-product-discount {
width: 34px;
background: #111;
color: var(--nh-yellow);
border-radius: 7px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 800;
}

.nh-buy-banner {
    display: flex;
    justify-content: center;
    padding: 8px 0;
    overflow: hidden;
}

.nh-buy-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.nh-dahua-carousel-grid {
    display: grid;
    border-radius: 20px;
    overflow: hidden;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas:
        'item-caro-1 item-caro-1 item-fix-1'
        'item-fix-2 item-caro-2 item-caro-2';
}

.nh-dahua-carousel-item {
    height: 360px;
    column-gap: 5px;
    background: var(--nh-yellow);
    border-radius: 20px;
}

.nh-dahua-carousel-grid .item-caro-1 {
    grid-area: item-caro-1;
    border-radius: 20px 20px 20px 0;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: scroll hidden;
    flex-direction: row;
    gap: 8px;
    padding: 10px 10px;
}
.nh-dahua-carousel-grid .item-caro-1::-webkit-scrollbar {
    display: none;
}

.nh-dahua-carousel-grid .item-fix-1 {
    padding: 0 30px;
    grid-area: item-fix-1;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 0;
}

.nh-dahua-carousel-grid .item-fix-1 img,
.nh-dahua-carousel-grid .item-fix-2 img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.nh-dahua-carousel-grid .item-caro-2 {
    grid-area: item-caro-2;
    border-radius: 20px 0 20px 20px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll hidden;
    flex-direction: row;
    gap: 8px;
    padding: 10px 10px;
}
.nh-dahua-carousel-grid .item-caro-2::-webkit-scrollbar {
    display: none;
}

.nh-dahua-carousel-grid .item-fix-2 {
    padding: 0 30px;
    grid-area: item-fix-2;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;

}
.nh-dh-product-card {
    width: 235px;
    min-height: 300px;
    height: auto;
    scroll-snap-align: start;
    background: #fff;
    border: 1px dashed #000;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: 0.3s;
}
.nh-dh-product-card:hover {
    transform: translate(0,-2%);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}

.nh-dh-offer-tag {
    position: absolute;
    top: 0;
    right: 0;
    color: #111;
    padding: 4px 6px;
    z-index: 2;
    border-bottom-left-radius: 4px;
}

.nh-dh-offer-tag img {
    width: 40px;
    height: auto;
}

.nh-dh-product-image-wrap {
    height: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px;
}

.nh-dh-product-image-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.nh-dh-product-model {
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: var(--nh-yellow);
    background: var(--nh-ink);
    padding: 4px 6px;
    direction: ltr;
}

.nh-dh-product-specs {
    padding: 8px 18px 10px;
    direction: rtl;
    font-size: 13px;
    color: #111;
}

.nh-dh-product-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #2f2f2f;
    gap: 8px;
}

.nh-dh-product-spec:last-child {
    border-bottom: none;
}

.nh-dh-product-spec-label {
    color: #222;
    white-space: nowrap;
}

.nh-dh-product-spec-value {
    color: #111;
    font-weight: 500;
    text-align: left;
    flex: 1;
}

.nh-dh-product-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 0 0 8px;
    padding: 0 8px;
    direction: ltr;
    background: var(--nh-ink);
    min-height: 28px;
}

.nh-dh-product-price {
    color: var(--nh-yellow);
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.nh-dh-product-currency {
    width: 34px;
    color: #ffffff;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    transition: 0.2s;
}

.nh-dh-product-card:hover .nh-dh-product-currency {
    color: var(--nh-yellow);
}

/* HIKEVISION — SVG shell + live logo/title; specs/footer rhythm matches Dahua cards */
.nh-hike-carousel {
    width: var(--nh-container);
    max-width: 100%;
    min-height: 360px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    padding: 24px 0 56px;
    overflow: hidden;
}

.nh-hike-carousel__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.nh-hike-carousel__brand {
    position: absolute;
    top: 8.8%;
    left: 1.5%;
    width: min(16%, 240px);
    z-index: 2
}

.nh-hike-carousel__brand img {
    width: 100%;
    height: auto;
    display: block;
}

.nh-hike-carousel__title {
    position: absolute;
    left: 3%;
    top: 43%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.1em;
    color: #fff;
    font-family: var(--nh-font);
    font-weight: 800;
    font-size: clamp(3.15rem, 2.4vw, 2.05rem);
    line-height: 1.35;
    text-align: right;
    direction: rtl;
}

.nh-hike-carousel__title-line {
    display: block;
}

.hike-more {
    width: min(70%, 100%);
    position: absolute;
    bottom: 8px;
    left: 64%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-decoration: none;
    z-index: 2;
}

.hike-more img {
    max-width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.hike-more:hover img {
    transform: translateY(-2px);
}

.nh-hike-carousel-grid {
    position: relative;
    z-index: 1;
    transform: translate(8%, 4%);
    width: min(67%, 100%);
    max-width: 100%;
    height: auto;
    min-height: 380px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
    padding: 8px 4px;
}
.nh-hike-carousel-grid::-webkit-scrollbar {
    display: none;
}

.nh-hike-card {
    min-width: 230px;
    flex: 0 0 230px;
    scroll-snap-align: start;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: -1px 5px 10px rgb(0 0 0 / 16%);
    position: relative;
}

.nh-hike-card:hover {
    transform: translate(0,-2%);
    box-shadow: 0px 13px 10px 1px rgb(0 0 0 / 26%);
    cursor: pointer;
}

.nh-hike-card-head {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.nh-hike-card-head-pr1 {
    /* padding: 10px 5px; */
    position: absolute;
}
.nh-hike-card-head-pr1 img {
    width: 113px;
    height: auto;
    background: white;
    margin: 0 0 0 0;
    padding: 7px 6px 0;
}
.nh-hike-card-head-pr2 {
    min-width: 100px;
    width: 100%;
    height: 24px;
    border: 5px solid white;
    border-left: none;
    border-bottom: none;
    border-start-start-radius: 13px;
    margin-top: 13px;
}
.nh-hike-card-body {
    height: 355px;
    background: white;
}

.nh-hike-product-image-wrap {
    height: 155px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px;
}

.nh-hike-product-image-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.nh-hike-product-model {
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: #d71921;
    padding: 6px 4px 3px;;
    direction: ltr;
}

.nh-hike-product-specs {
    padding: 8px 18px 10px;
    direction: rtl;
    font-size: 12px;
    color: #111;
}

.nh-hike-product-spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #2f2f2f;
    gap: 8px;
}

.nh-hike-product-spec:last-child {
    border-bottom: none;
}

.nh-hike-product-spec-label {
    color: #222;
    white-space: nowrap;
}

.nh-hike-product-spec-value {
    color: #111;
    font-weight: 500;
    text-align: left;
    flex: 1;
}

.nh-hike-product-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin: 0 0 8px;
    padding: 0 8px;
    direction: ltr;
    background: var(--nh-ink);
    min-height: 28px;
}

.nh-hike-product-price {
    color: #fff;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.nh-hike-product-currency {
    width: 34px;
    color: #ffffffa8;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    transition: 0.2s;
}

.nh-hike-card:hover .nh-hike-product-currency {
    color: #ff3a44;
}

.nh-factor-banner {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.nh-factor-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}


.nh-utils-carousel {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    row-gap: 0;
    position: relative;
    width: 78%;
}

.nh-utils-carousel__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    max-height: 180px;
    object-fit: contain;
    object-position: top right;
    pointer-events: none;
    z-index: 0;
}

.nh-utils-carousel-head {
    background: var(--nh-yellow);
    padding: 8px 0;
    border-radius: 0 50px 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: 0 0 25px;
}
.nh-utils-head-text {
    margin: 0 30px 0 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}
.nh-utils-head-line {
    width: 28px;
    height: 7px;
    background-color: black;
}

.nh-utils-carousel-box {
    position: relative;
    width: 100%;
    min-height: 140px;
    background: var(--nh-yellow);
    outline: solid 2px white;
    border-radius: 15px 5px 5px 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
}

.nh-utils-nav {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: none;
    border-radius: 6px;
    background: var(--nh-black);
    color: var(--nh-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 8px;
    transition: transform 0.15s ease, background 0.15s ease;
}

.nh-utils-nav:hover {
    background: #222;
    transform: scale(1.05);
}

.nh-utils-carousel-viewport {
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.nh-utils-carousel-field {
    width: 100%;
    max-width: 100%;
    height: 140px;
    padding: 20px 16px;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    direction: rtl;
}
.nh-utils-carousel-field::-webkit-scrollbar {
    display: none;
}

.nh-utils-card {
    flex: 0 0 300px;
    width: 300px;
    min-width: 260px;
    scroll-snap-align: start;
    height: 100px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);

    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;

    overflow: hidden;

    transition: .3s;
}
.nh-utils-card:hover {
    transform: translate(0,-2%);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.32);
    cursor: pointer;
}

.nh-utils-card-logo {
    padding: 5px 0;
    position: absolute;
    left: -2px;
    top: 3px;
}
.nh-utils-card-logo img {
    width: 32px;
    height: auto;
    opacity: 0.45;
}

.nh-utils-card-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    margin: 0 10px;

    overflow: hidden;
}
.nh-utils-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.nh-utils-card-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.nh-utils-card-info-d {
    text-align: center;
    padding: 1px 12px;
}

.nh-utils-card-info-d.name {
    font-size: 12px;
    background: black;
    color: white;
    
}
.nh-utils-card-info-d.price {
    background: var(--nh-yellow);
    color: black;
    transition: 0.2s;
}

.nh-utils-card:hover .nh-utils-card-info-d.price {
    background: black;
    color: var(--nh-yellow);
}

.zc-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 12px;
    font-family: var(--nh-font);
    overflow: hidden;
}

.zc-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--nh-yellow);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0 61px 0 0;
    padding: 10px 28px 10px 0;
    margin-bottom: 18px;
    flex-direction: row-reverse;
}

.zc-badge__line {
    width: 26px;
    height: 6px;
    background: #000;
    flex-shrink: 0;
}

.zc-carousel {
    position: relative;
    min-height: 310px;
}

.zc-stage {
    position: relative;
    height: 300px;
    margin: 0 6px;
}

.zc-shelf {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 230px;
    background: #101010;
    border-radius: 10px;
    z-index: 1;
}

.zc-track-viewport {
    position: absolute;
    left: 52px;
    right: 52px;
    bottom: 0;
    height: 120%;
    overflow: hidden;
    z-index: 2;
}

.zc-track {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    height: 90%;
    transition: transform .4s cubic-bezier(.25, .8, .25, 1);
    will-change: transform;
}

.zc-slide {
    flex: 0 0 178px;
    width: 178px;
    transform-origin: bottom center;
    transition: transform .4s cubic-bezier(.25, .8, .25, 1), opacity .35s ease;
}

.zc-slide[data-dist="0"] {
    transform: scale(1) translateY(0);
    z-index: 5;
}

.zc-slide[data-dist="1"] {
    transform: scale(0.86) translateY(18px);
    z-index: 4;
}

.zc-slide[data-dist="2"] {
    transform: scale(0.74) translateY(34px);
    z-index: 3;
}

.zc-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 6px 6px 4px 4px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.zc-slide[data-dist="0"] .zc-card {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.zc-card__top {
    background: #fff;
}

.zc-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 118px;
    padding: 16px 14px 4px;
}

.zc-slide[data-dist="0"] .zc-card__image {
    height: 142px;
    padding-top: 20px;
}

.zc-card__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.zc-card__subtitle {
    margin: 0;
    padding: 2px 10px 10px;
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
    color: #888;
}

.zc-card__title-band {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 8px;
    line-height: 1.2;
}

.zc-slide[data-dist="0"] .zc-card__title-band {
    font-size: 17px;
    padding: 12px 8px;
}

.zc-card__price-wrap {
    background: #fff;
    padding-top: 8px;
}

.zc-card__old-price {
    display: block;
    min-height: 16px;
    margin: 0 0 5px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #e53935;
    text-decoration: line-through;
}

.zc-card__price-bar {
    background: linear-gradient(180deg, #ffe566 0%, var(--nh-yellow) 55%, #f5c800 100%);
    color: #000;
    min-height: 34px;
    padding: 7px 10px 9px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
}

.zc-card__new-price {
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.zc-slide[data-dist="0"] .zc-card__new-price {
    font-size: 18px;
}

.zc-card__currency {
    font-size: 10px;
    line-height: 1;
    padding-bottom: 1px;
}

.zc-nav {
    position: absolute;
    top: 55%;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 8px;
    background: var(--nh-black);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 6;
    margin: 0 20px;
    transition: transform .15s ease, background .15s ease, opacity .15s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.zc-nav--prev {
    left: 8px;
}

.zc-nav--next {
    right: 8px;
}

.zc-nav:hover {
    background: #222;
}

.zc-nav:active {
    transform: scale(.94);
}

.zc-nav:disabled {
    cursor: default;
    opacity: .4;
}

@media (max-width: 900px) {
    .zc-slide {
        flex-basis: 156px;
        width: 156px;
    }

    .zc-track-viewport {
        left: 46px;
        right: 46px;
    }
}

@media (max-width: 640px) {
    .zc-stage {
        height: 270px;
    }

    .zc-shelf {
        height: 68px;
    }

    .zc-slide {
        flex-basis: 138px;
        width: 138px;
    }

    .zc-card__image {
        height: 96px;
    }

    .zc-slide[data-dist="0"] .zc-card__image {
        height: 118px;
    }

    .zc-track-viewport {
        left: 40px;
        right: 40px;
    }

    .zc-nav {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        bottom: 18px;
    }
}

.nh-pkg-section {
    margin: 0 auto;
    direction: rtl;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.nh-pkg-layout {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nh-pkg-aside {
    flex: 0 0 clamp(148px, 14%, 205px);
    display: flex;
    align-items: stretch;
}

.nh-pkg-aside img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: top center;
}

.nh-pkg-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: stretch;
}

.nh-pkg-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    min-width: 0;
}

.nh-pkg-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

.nh-pkg-tabs {
    display: none;
}

.nh-pkg-tab {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: default;
    font-family: inherit;
    font-size: clamp(11px, 1.05vw, 14px);
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    background: var(--nh-yellow);
    color: var(--nh-ink);
    border-radius: 0;
    transition: 0.2s;
    padding: 7px 20px;
    min-height: 40px;
    width: 100%;
}
.nh-pkg-tab:hover {
    background: var(--nh-yellow);
    color: var(--nh-ink);
    transform: none;
}
.nh-pkg-tab:hover .nh-pkg-tab__chevron {
    border-right-color: currentColor;
}

.nh-pkg-tab--yellow {
    background: var(--nh-yellow);
    color: var(--nh-ink);
}

.nh-pkg-tab--black {
    background: var(--nh-ink);
    color: #fff;
}

.nh-pkg-tab--black .nh-pkg-tab__chevron {
    border-right-color: var(--nh-yellow);
}

.nh-pkg-tab--active,
.nh-pkg-tab--active.nh-pkg-tab--yellow {
    background: linear-gradient(45deg, var(--nh-ink), var(--nh-yellow));
    color: var(--nh-yellow);
}

.nh-pkg-tab--active.nh-pkg-tab--black {
    background: linear-gradient(45deg, var(--nh-yellow), var(--nh-ink));
    color: #fff;
}

.nh-pkg-tab--active .nh-pkg-tab__chevron {
    border-right-color: currentColor;
}

.nh-pkg-tab__line {
    width: 24px;
    height: 5px;
    background: #000;
    flex-shrink: 0;
}

.nh-pkg-tab__chevron {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 9px solid currentColor;
    flex-shrink: 0;
}

.nh-pkg-cards {
    display: none;
}

.nh-pkg-card {
    display: block;
    text-decoration: none;
    transition: transform .25s ease, opacity .25s ease;
}

.nh-pkg-card--active {
    display: block;
}

.nh-pkg-card:hover {
    transform: translateY(-4px);
}

.nh-pkg-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 0 0 40px;
}

/* Brands + promo + articles */
.nh-brands-articles {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 8px;
    width: 100%;
}

.nh-brands-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.nh-brand-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
    min-height: 120px;
}

.nh-brand-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.nh-brand-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    padding: 16px;
    background: #f7f7f7;
}

.nh-brand-card__media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.nh-brand-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px 14px;
    border-top: 3px solid var(--nh-yellow);
}

.nh-brand-card__name {
    font-size: 16px;
    font-weight: 800;
    color: #111;
}

.nh-brand-card__desc {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}

.nh-promo-banner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
    gap: 20px;
    min-height: 180px;
    padding: 24px 28px;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    background:
        linear-gradient(135deg, #111 0%, #2a2a2a 55%, #1a1a1a 100%);
    overflow: hidden;
    position: relative;
}

.nh-promo-banner::after {
    content: '';
    position: absolute;
    inset: auto -40px -60px auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 217, 10, 0.18);
    pointer-events: none;
}

.nh-promo-banner__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.nh-promo-banner__title {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    line-height: 1.35;
}

.nh-promo-banner__subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    max-width: 36ch;
}

.nh-promo-banner__cta {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--nh-yellow);
    color: #111;
    font-size: 13px;
    font-weight: 800;
}

.nh-promo-banner__media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.nh-promo-banner__media img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
    display: block;
}

.nh-articles {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

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

.nh-articles__title {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    color: #111;
}

.nh-articles__all {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    text-decoration: none;
}

.nh-articles__all:hover {
    color: #111;
}

.nh-articles__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.nh-article-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
    min-height: 220px;
}

.nh-article-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.nh-article-card__media {
    height: 140px;
    overflow: hidden;
    background: #eee;
}

.nh-article-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.nh-article-card:hover .nh-article-card__media img {
    transform: scale(1.04);
}

.nh-article-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px;
    flex: 1;
}

.nh-article-card__cat {
    align-self: flex-start;
    font-size: 11px;
    font-weight: 800;
    color: #111;
    background: var(--nh-yellow);
    padding: 3px 8px;
    border-radius: 4px;
}

.nh-article-card__title {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nh-article-card__excerpt {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 900px) {
    .nh-promo-banner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 22px 18px;
    }

    .nh-promo-banner__copy {
        align-items: center;
    }

    .nh-promo-banner__subtitle {
        max-width: none;
    }

    .nh-articles__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .nh-pkg-main {
        flex-direction: column;
        align-items: center;
    }

    .nh-pkg-aside {
        width: min(220px, 70%);
    }

    .nh-pkg-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nh-pkg-tab {
        border-radius: 20px;
        white-space: normal;
    }

    .nh-pkg-tab--yellow,
    .nh-pkg-tab--black {
        border-radius: 20px;
    }
}

.nh-foot {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 420px;
    overflow: hidden;
    isolation: isolate;
}

/* SVG */

.nh-foot-bg{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

    z-index:-1;

}

/* ==========================
NEWSLETTER
========================== */

.nh-foot-newsletter{

    position:absolute;

    left:50%;

    top: 36px;

    transform:translate(-50%,-50%);

    background:#000;

    color:#fff;

    border-radius:24px;

    padding:12px 18px;

    display:flex;

    align-items:center;

    gap:18px;

    border:5px solid #fff;

    box-shadow:0 8px 20px rgba(0,0,0,.18);

    z-index:5;

}

.nh-foot-newsletter-title{

    white-space:nowrap;

    font-weight:700;

    font-size:18px;

}

.nh-foot-form{

    display:flex;

    gap:8px;

}

.nh-foot-input{

    width:220px;

    border:none;

    outline:none;

    padding:10px 14px;

    border-radius:14px;

    font-size:14px;

}

.nh-foot-btn{

    border:none;

    cursor:pointer;

    background:#FFD90A;

    color:#000;

    border-radius:14px;

    padding:10px 18px;

    font-weight:700;

}

/* ==========================
CONTENT
========================== */

.nh-foot-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: var(--nh-container);
    margin-inline: auto;
    padding: 120px 0 40px;
    height: 100%;
    gap: 40px;
}

.nh-foot-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.nh-foot-right {
    display: flex;
    align-items: flex-start;
}

.nh-foot-links {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 10px 28px;
    direction: rtl;
    text-align: right;
}

.nh-foot-links a {
    color: var(--nh-ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    transition: color 0.2s ease;
}

.nh-foot-links a:hover {
    color: var(--nh-black);
}

/* ==========================
  LOGOS
========================== */

.nh-foot-logos{

    display:flex;

    gap:20px;

}

.nh-foot-logo-box{

    width:105px;

    height:105px;

    background:#eee;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

}

.nh-foot-logo-box img{

    width:70%;

    height:auto;

}

/* ==========================
SOCIAL
========================== */

.nh-foot-social{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

}

.nh-foot-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--nh-ink);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease;
}

.nh-foot-social a:hover {
    background: var(--nh-black);
    transform: scale(1.06);
}

.nh-foot-social svg {
    display: block;
    fill: currentColor;
}

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

@media (max-width:992px){

    .nh-foot{

min-height:620px;

    }

    .nh-foot-content{

flex-direction:column;

align-items:center;

text-align:center;

gap:40px;

padding-top:160px;

    }

    .nh-foot-newsletter{

flex-direction:column;

width:min(90%,420px);

text-align:center;

    }

    .nh-foot-form{

width:100%;

    }

    .nh-foot-input{

width:100%;

    }

}

@media (max-width:600px){

    .nh-foot{

min-height:700px;

    }

    .nh-foot-logos{

justify-content:center;

    }

    .nh-foot-newsletter{

padding:16px;

    }

    .nh-foot-form{

flex-direction:column;

    }

    .nh-foot-btn {
        width: 100%;
        min-height: 44px;
    }

}

/* ============================================================
   Phone — max-width 767px
   ============================================================ */
@media (max-width: 767px) {
    .top-banner {
        font-size: clamp(14px, 4vw, 20px);
        padding: 8px 12px;
        text-align: center;
        line-height: 1.3;
    }

    .main-header {
        height: auto;
        min-height: auto;
        padding: 12px 16px;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .logo {
        order: 1;
        width: 96px;
        height: 52px;
    }

    .logo img {
        max-height: 52px;
    }

    .cart {
        order: 2;
        width: 48px;
        height: 48px;
    }

    .auth {
        order: 3;
        width: auto;
        flex: 1;
        min-width: 0;
        max-width: calc(100% - 160px);
        height: 48px;
    }

    .auth a {
        padding: 0 12px;
        font-size: 14px;
    }

    .search-box {
        order: 4;
        flex: 1 1 100%;
        max-width: 100%;
        height: 48px;
        font-size: 15px;
    }

    .search-box input {
        font-size: 15px;
    }

    .curve-wrapper {
        height: 24px;
    }

    .curve {
        top: 8px;
        height: 32px;
    }

    .nav-toggle {
        display: flex;
    }

    .nav-bar {
        height: auto;
        min-height: 56px;
        padding: 8px 12px;
        flex-wrap: wrap;
        justify-content: flex-end;
        column-gap: 0;
        overflow: visible;
    }

    .nav-bar__inner {
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        column-gap: 0;
        row-gap: 4px;
        padding: 12px 4px 8px;
        border-top: 1px solid #e8e8e8;
        margin-top: 8px;
    }

    .nav-bar.is-open .nav-bar__inner {
        display: flex;
    }

    .nav-bar .navbar-links {
        flex-direction: column;
        align-items: stretch;
        column-gap: 0;
        row-gap: 2px;
        overflow-x: visible;
    }

    .nav-bar .navbar-phone {
        flex-direction: column;
        row-gap: 8px;
        padding-top: 8px;
        border-top: 1px solid #eee;
    }

    .nav-bar .separator {
        display: none;
    }

    .nav-item {
        white-space: normal;
        padding: 8px 4px;
        justify-content: flex-start;
    }

    .nh-body {
        padding: 16px 0 28px;
        row-gap: 20px;
    }

    .nh-container {
        width: min(1440px, calc(100vw - 24px));
    }

    .nh-body .nh-cat img {
        flex: 1 1 calc(33.33% - 12px);
        min-width: 72px;
        max-width: 120px;
    }

    .nh-products-section {
        padding: 14px 12px 12px;
    }

    .nh-product-card,
    .nh-dh-product-card {
        width: 200px;
        height: auto;
        min-height: 280px;
    }

    .nh-product-image-wrap,
    .nh-dh-product-image-wrap {
        height: 160px !important;
    }

    .nh-hike-carousel {
        margin-top: 24px;
        min-height: 260px;
        padding: 40px 0 44px;
    }

    .nh-hike-carousel__brand {
        top: 1.5%;
        left: 2%;
        width: min(36%, 140px);
    }

    .nh-hike-carousel__title {
        top: 14%;
        left: 3%;
        font-size: clamp(0.95rem, 4.2vw, 1.2rem);
    }

    .nh-hike-card {
        min-width: 180px;
        flex: 0 0 180px;
    }

    .nh-hike-card-body {
        height: auto;
        min-height: 260px;
    }

    .nh-hike-product-image-wrap {
        height: 110px !important;
    }

    .nh-utils-carousel {
        margin-bottom: 2.5rem;
    }

    .nh-utils-head-text {
        font-size: 13px;
        margin: 0 16px 0 8px;
    }

    .nh-utils-card {
        flex: 0 0 260px;
        width: 260px;
        min-width: 220px;
        height: 92px;
    }

    .nh-pkg-main {
        flex-direction: column;
    }

    .nh-pkg-cards {
        grid-template-columns: 1fr;
    }

    .nh-foot {
        min-height: 560px;
    }

    .nh-foot-content {
        padding: 100px 20px 32px;
    }

    .nh-foot-newsletter {
        width: min(94%, 400px);
        top: 28px;
        padding: 12px 14px;
        gap: 12px;
    }

    .nh-foot-newsletter-title {
        font-size: 15px;
        white-space: normal;
    }

    .nh-foot-input,
    .nh-foot-btn {
        min-height: 44px;
    }

    .nh-foot-social a {
        width: 44px;
        height: 44px;
    }

    .nh-foot-logo-box {
        width: 88px;
        height: 88px;
    }
}

/* Very small phones (~390px) */
@media (max-width: 390px) {
    .top-banner span {
        display: block;
        margin-right: 0;
    }

    .auth .divider {
        height: 22px;
    }

    .nh-body .nh-cat img {
        flex: 1 1 calc(50% - 8px);
    }

    .nh-product-card,
    .nh-dh-product-card {
        width: 180px;
    }

    .zc-slide {
        flex-basis: 128px;
        width: 128px;
    }

    .zc-track-viewport {
        left: 36px;
        right: 36px;
    }
}



.nh-new-carouselbox {
    width:100%;
    max-width:900px;
    aspect-ratio:4/1;
}

.nh-new-carouselbox svg{
    width:100%;
    height:100%;
}

.nh-new-carouselbox path{
    fill:#d9161d;
    stroke:white;
    stroke-width:4;
}