.aiz-thecore .rounded-75 {
    border-radius: 0.75rem !important;
}

/* slider */
.thecore-square-box {
    width: 100%;
    border-radius: 0.5rem;
}

.thecore-square-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* crop the overflow */
    object-position: center;
    /* keep centered */
}

/* Countdown Circle */
.aiz-count-down-circle {
    display: flex;
    justify-content: center;
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.6) !important;
    padding: 1rem;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
}

.aiz-count-down-circle #time {
    display: flex;
}

.aiz-count-down-circle #time .circle {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aiz-count-down-circle #time .circle svg {
    position: relative;
    width: 55px;
    height: 55px;
    transform: rotate(270deg);
}

.aiz-count-down-circle #time .circle svg circle {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 1;
    stroke: #f7f2f2;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.aiz-count-down-circle #time .circle svg circle:nth-child(2) {
    stroke: #000000;
    stroke-width: 2;
    stroke-dasharray: 138;
    stroke-dashoffset: 138;
}



.aiz-count-down-circle #time div {
    position: absolute;
    text-align: center;
    font-weight: 700;
    color: #1b1b28;
    font-size: 14px;
}

.aiz-count-down-circle #time div span {
    position: absolute;
    transform: translateX(-50%) translateY(-10%);
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

[dir="rtl"] .aiz-count-down-circle #time div span {
    transform: translateX(50%) translateY(-10%);
}

@media (max-width: 767px) {

    .aiz-count-down-circle {
        box-shadow: 0px 3px 20px rgb(0 0 0 / 16%);
    }

}


/* Hide arrows by default */
.hot-categories .carousel-arrow .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Show arrows on hover */
.hot-categories .carousel-arrow:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.aiz-carousel .slick-arrow {
    width: 24px !important;
    height: 64px !important;
    background: #ffffff00;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0), 0 3px 1px 0 rgba(255, 255, 255, 0);
}

.aiz-carousel .slick-arrow:hover {
    background: #ffffff;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next {
    right: -15px !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev {
    left: -15px !important;
}


/* carosel arrow btn */

@media (max-width: 576px) {
    .aiz-thecore .featured-categories .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .aiz-thecore .featured-categories .aiz-carousel .slick-next,
    .aiz-thecore .featured-categories .aiz-carousel .slick-prev {
        display: none !important;
    }
}

.aiz-thecore .featured-categories .slick-list {
    margin-left: 3rem;
    margin-right: 3rem;
}

.aiz-thecore .todays-deal .slick-list {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next,
.aiz-thecore .todays-deal .aiz-carousel .slick-next {
    border-radius: 5px 0 0 5px !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev {
    border-radius: 0 5px 5px 0 !important;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next i,
.aiz-thecore .todays-deal .aiz-carousel .slick-next i {
    display: inline-block;
    margin-right: 1rem !important;
    transition: transform 0.3s ease;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-next:hover i,
.aiz-thecore .todays-deal .aiz-carousel .slick-next:hover i {
    transform: translateX(5px);
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev i,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev i {
    display: inline-block;
    margin-left: 0.8rem !important;
    transition: transform 0.3s ease;
}

.aiz-thecore .featured-categories .aiz-carousel .slick-prev:hover i,
.aiz-thecore .todays-deal .aiz-carousel .slick-prev:hover i {
    transform: translateX(-8px);
}

/* Hover animation for products */
.hov-animate-outline-2 {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
}

.hov-animate-outline-2::before,
.hov-animate-outline-2::after {
    content: "";
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
}

.hov-animate-outline-2:hover::before {
    border-top-color: black;
    border-right-color: black;
    width: 100%;
    height: 100%;
    transition:
        width 0.3s ease-out,
        height 0.3s ease-out 0.3s;
}

.hov-animate-outline-2:hover::after {
    border-bottom-color: black;
    border-left-color: black;
    width: 100%;
    height: 100%;
    transition:
        height 0.3s ease-out,
        width 0.3s ease-out 0.3s;
}

/* ============================================
   Homepage redesign — hero / category strip / flash

/* ══════════════════════════════════════════
   STORIES  (hs- namespace)
══════════════════════════════════════════ */

/* ── Strip wrapper ── */
.hs-wrap {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 16px 0 14px;
}

.hs-strip {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 4px 2px 8px;
    -webkit-overflow-scrolling: touch;
}

.hs-strip::-webkit-scrollbar {
    display: none;
}

/* ── Bubble ── */
.hs-bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

/* ring wrap — holds SVG + avatar + new-dot */
.hs-ring-wrap {
    position: relative;
    width: 76px;
    height: 76px;
    flex-shrink: 0;
    transition: transform 0.22s cubic-bezier(.34, 1.56, .64, 1);
}

.hs-bubble:hover .hs-ring-wrap,
.hs-bubble:focus-visible .hs-ring-wrap {
    transform: scale(1.08);
}

/* SVG gradient ring */
.hs-ring-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}

.hs-ring-track {
    fill: none;
    stroke: #ebebeb;
    stroke-width: 3.5;
}

.hs-ring-arc {
    fill: none;
    stroke: url(#hs-grad);
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-dasharray: 289;
    /* 2π×46 ≈ 289 */
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.4s ease;
}

/* seen state — arc becomes gray */
.hs-bubble.hs-seen .hs-ring-arc {
    stroke: #d0d0d0;
}

/* avatar circle */
.hs-avatar {
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5;
    border: 2.5px solid #fff;
}

.hs-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.hs-bubble:hover .hs-thumb {
    transform: scale(1.07);
}

.hs-bubble.hs-seen .hs-thumb {
    filter: grayscale(35%);
    opacity: 0.85;
}

/* "NEW" dot */
.hs-new-dot {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--primary, #e33);
    border: 2px solid #fff;
    display: block;
    transition: opacity 0.2s;
}

.hs-bubble.hs-seen .hs-new-dot {
    display: none;
}

/* label */
.hs-label {
    font-size: 11px;
    font-weight: 600;
    color: #222;
    max-width: 76px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

.hs-bubble.hs-seen .hs-label {
    color: #aaa;
    font-weight: 500;
}

/* SVG gradient definition (injected inline) */
.hs-grad-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

@media (max-width: 575px) {
    .hs-ring-wrap {
        width: 64px;
        height: 64px;
    }

    .hs-label {
        max-width: 64px;
        font-size: 10px;
    }
}

/* ── Viewer overlay ── */
.hs-viewer {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.hs-viewer.hs-open {
    opacity: 1;
    pointer-events: all;
}

.hs-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: pointer;
}

/* ── Modal card ── */
.hs-modal {
    position: relative;
    width: min(400px, 96vw);
    height: min(720px, 96vh);
    border-radius: 20px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    transform: scale(0.88) translateY(24px);
    transition: transform 0.28s cubic-bezier(.34, 1.4, .64, 1), opacity 0.25s ease;
    will-change: transform;
}

.hs-viewer.hs-open .hs-modal {
    transform: scale(1) translateY(0);
}

@media (max-width: 480px) {
    .hs-modal {
        width: 100vw;
        height: 100dvh;
        border-radius: 0;
        box-shadow: none;
    }
}

/* ── Blurred ambient background ── */
.hs-blur-bg {
    position: absolute;
    inset: -30px;
    background-size: cover;
    background-position: center;
    filter: blur(28px) saturate(1.4);
    transform: scale(1.1);
    opacity: 0.55;
    transition: background-image 0.3s ease, opacity 0.3s;
    z-index: 0;
    pointer-events: none;
}

.hs-blur-dim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
    z-index: 1;
    pointer-events: none;
}

/* ── Top chrome: progress + header ── */
.hs-top-chrome {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 10px 12px 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
    pointer-events: none;
}

/* Progress bars */
.hs-progress {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.hs-prog-track {
    flex: 1;
    height: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.28);
    overflow: hidden;
    border-radius: 3px;
}

.hs-prog-fill {
    height: 100%;
    width: 0%;
    background: #fff;
    border-radius: 3px;
}

.hs-prog-track.hs-done .hs-prog-fill {
    width: 100% !important;
    transition: none !important;
}

/* Header row */
.hs-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    pointer-events: none;
}

.hs-header-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hs-header-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.75);
    flex-shrink: 0;
    background: #fff;
}

.hs-header-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.hs-header-name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.25;
}

.hs-header-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.25;
}

.hs-close {
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    pointer-events: all;
    transition: background 0.15s, transform 0.15s;
    flex-shrink: 0;
}

.hs-close:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}

/* ── Slides ── */
.hs-slides {
    position: absolute;
    inset: 0;
    z-index: 10;
}

.hs-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
}

.hs-slide.hs-active {
    opacity: 1;
    pointer-events: all;
}

.hs-slide-img {
    flex: 1;
    width: 100%;
    min-height: 0;
    object-fit: contain;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    padding: 68px 0 0;
}

/* ── Bottom chrome: gradient + CTA ── */
.hs-bottom-chrome {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 20px 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 5;
    pointer-events: none;
}

.hs-bottom-chrome--empty {
    pointer-events: none;
    background: none;
    padding: 0;
}

.hs-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 50px;
    text-decoration: none !important;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    transition: background 0.15s, transform 0.15s, color 0.15s;
    pointer-events: all;
}

.hs-cta-btn:hover {
    background: var(--primary, #e33);
    color: #fff !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

/* ── Invisible tap zones ── */
.hs-tap {
    position: absolute;
    top: 60px;
    bottom: 80px;
    width: 35%;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 15;
    -webkit-tap-highlight-color: transparent;
}

.hs-tap-prev {
    left: 0;
}

.hs-tap-next {
    right: 0;
}

/* ── Desktop arrow buttons ── */
.hs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 25;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transition: background 0.18s, transform 0.18s;
}

.hs-arrow:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-50%) scale(1.1);
}

.hs-arrow-prev {
    left: 12px;
}

.hs-arrow-next {
    right: 12px;
}

@media (max-width: 480px) {
    .hs-arrow {
        display: none;
    }
}

/* Category strip */
.hp-cats-wrap {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 14px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.hp-cats-strip {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 2px;
}

.hp-cats-strip::-webkit-scrollbar {
    display: none;
}

.hp-cat-pill {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    width: 76px;
    text-decoration: none;
    color: #444;
    padding: 8px 4px;
    border-radius: 12px;
    transition: background 0.15s, color 0.15s;
}

.hp-cat-pill:hover {
    background: #f0f0f0;
    color: #111;
    text-decoration: none;
}

.hp-cat-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    background: #f0f0f0;
    border: 2px solid #eee;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.15s;
}

.hp-cat-pill:hover .hp-cat-icon {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
    border-color: var(--primary, #e33);
}

.hp-cat-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hp-cat-name {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 72px;
    color: #555;
}

.hp-cat-pill:hover .hp-cat-name {
    color: #111;
}

@media (max-width: 575px) {
    .hp-cat-pill {
        width: 64px;
    }

    .hp-cat-icon {
        width: 44px;
        height: 44px;
    }
}

/* Flash deal banner */
.hp-flash-banner {
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.hp-flash-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 100%);
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 20px;
}

.hp-flash-label {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Product sections wrapper */
.hp-sections {
    background: #f2f3f5;
    padding: 20px 0 8px;
}

/* Load more button */
.hp-load-more {
    display: inline-block;
    padding: 10px 36px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: background 0.12s, border-color 0.12s;
}

.hp-load-more:hover {
    background: #f0f0f0;
    border-color: #aaa;
}

/* Banner images */
.hp-banner-img {
    border-radius: 6px;
    overflow: hidden;
}

.hp-banner-img img {
    display: block;
    width: 100%;
    transition: transform 0.2s ease;
}

.hp-banner-img:hover img {
    transform: scale(1.02);
}

/* ============================================
   Modern 2026 product grid & cards
   ============================================ */

/* Product grid — gutters, no borders */
.lam-product-grid {
    margin: 0 -6px !important;
}

.lam-product-col {
    padding: 6px !important;
}

/* Section block */
.lam-section {
    background: transparent;
    border: none;
    margin-bottom: 32px;
}

.lam-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 14px;
    background: transparent;
    border-bottom: none;
}

.lam-section-title {
    font-size: 17px;
    font-weight: 800;
    color: #111;
    text-decoration: none;
    letter-spacing: -0.3px;
    position: relative;
    padding-left: 14px;
}

.lam-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: var(--primary, #e33);
    border-radius: 2px;
}

.lam-section-title:hover {
    color: #111;
    text-decoration: none;
}

.lam-view-all {
    font-size: 12px;
    font-weight: 600;
    color: var(--primary, #e33);
    text-decoration: none;
    white-space: nowrap;
    padding: 4px 12px;
    border: 1px solid var(--primary, #e33);
    border-radius: 20px;
    transition: background 0.15s, color 0.15s;
}

.lam-view-all:hover {
    background: var(--primary, #e33);
    color: #fff;
    text-decoration: none;
}

/* ── Product card ── */
.lam-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    text-decoration: none !important;
    color: inherit !important;
    transition: box-shadow 0.2s ease, transform 0.18s ease;
}

.lam-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    transform: translateY(-3px);
    color: inherit !important;
    text-decoration: none !important;
}

/* Square image — padding-top:100% + absolute child (battle-tested, beats height:auto) */
.lam-img-box {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden !important;
    background: #f5f5f5;
    flex-shrink: 0;
}

.lam-img-box>img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.3s ease;
}

.lam-card:hover .lam-img-box>img {
    transform: scale(1.06);
}

/* Discount badge */
.lam-disc {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #e33;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 20px;
    line-height: 1.4;
    z-index: 2;
    letter-spacing: 0.3px;
}

/* Card info */
.lam-info {
    padding: 10px 10px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lam-title {
    font-size: 12px;
    line-height: 1.45;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    font-weight: 500;
}

.lam-card:hover .lam-title {
    color: var(--primary, #e33);
}

.lam-price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: auto;
}

.lam-cur-price {
    font-size: 14px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.3px;
}

.lam-old-price {
    font-size: 11px;
    color: #bbb;
    text-decoration: line-through;
}

/* Classified card */
.lam-classif-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.18s ease;
}

.lam-classif-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}

.lam-classif-img {
    display: block;
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.lam-classif-img img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.3s ease;
}

.lam-classif-card:hover .lam-classif-img img {
    transform: scale(1.06);
}

.lam-classif-body {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.lam-classif-name {
    font-size: 12px;
    line-height: 1.4;
    color: #222;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
}

.lam-classif-price {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 2px;
}

.lam-classif-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 3px;
    margin-top: 2px;
}

@media (max-width: 575px) {
    .lam-title {
        font-size: 11px;
    }

    .lam-cur-price {
        font-size: 12px;
    }

    .lam-classif-name {
        font-size: 11px;
    }
}

/* ══════════════════════════════════════════
   HEADER — nh- namespace
══════════════════════════════════════════ */

/* Top bar */
.nh-topbar {
    height: 34px;
    display: flex;
    align-items: center;
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.nh-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.nh-topbar-left,
.nh-topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
}

.nh-topbar-item {
    height: 100%;
    display: flex;
    align-items: center;
}

.nh-topbar-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0.85;
    text-decoration: none !important;
    transition: opacity 0.15s;
    white-space: nowrap;
}

.nh-topbar-link:hover {
    opacity: 1;
}

.nh-topbar-link i {
    font-size: 14px;
}

.nh-topbar-caret {
    font-size: 10px !important;
    margin-left: 2px;
}

.nh-topbar-seller {
    font-weight: 600;
}

.nh-topbar-dropdown {
    border-radius: 8px !important;
    border: 1px solid #e8e8e8 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
    padding: 4px 0 !important;
    min-width: 160px;
}

.nh-topbar-dropdown .dropdown-item {
    font-size: 12px !important;
    padding: 7px 14px !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nh-topbar-dropdown .dropdown-item:hover {
    background: #f5f5f5;
}

.nh-topbar-dropdown .dropdown-item.active {
    background: #f0f0f0;
    font-weight: 600;
}

/* Main header */
.nh-main {
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
}

.logo-bar-area {
    border-bottom: none !important;
}

.nh-main-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
}

/* Hamburger */
.nh-hamburger {
    background: none;
    border: none;
    color: #555;
    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nh-hamburger:hover {
    background: #f5f5f5;
}

/* Logo */
.nh-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.nh-logo-img {
    height: 42px !important;
    max-width: 160px;
    object-fit: contain;
    display: block;
}

#header-logo-preview {
    max-height: 42px !important;
}

/* Search */
.nh-search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.nh-search-back {
    flex-shrink: 0;
}

.nh-search-box {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f5f5f5;
    border-radius: 50px;
    border: 1.5px solid #e8e8e8;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.search-input-box {
    width: 100%;
}

.nh-search-box:focus-within,
.search-input-box:focus-within .nh-search-box {
    border-color: var(--primary, #e33) !important;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(220, 53, 53, 0.1);
}

.nh-search-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    outline: none !important;
    color: #222;
    box-shadow: none !important;
    min-width: 0;
    border-radius: 0 !important;
}

.nh-search-input::placeholder {
    color: #aaa;
}

.nh-search-btn {
    border: none;
    background: var(--primary, #e33);
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    transition: background 0.15s;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.nh-search-btn:hover {
    background: #c92d2d;
}

/* Icons group */
.nh-icons-group {
    gap: 2px;
    flex-shrink: 0;
}

.nh-icon-wrap {
    display: flex;
    align-items: center;
}

.nh-icon-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    color: #555 !important;
    text-decoration: none !important;
    transition: background 0.15s, color 0.15s;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
}

.nh-icon-btn:hover {
    background: #f5f5f5 !important;
    color: var(--primary, #e33) !important;
}

/* Notification badge */
.nh-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--primary, #e33);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
}

/* Notification dropdown */
.nh-notif-dropdown {
    width: 320px !important;
    min-width: 320px !important;
    border-radius: 12px !important;
    border: 1px solid #ececec !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
    padding: 0 !important;
    margin-top: 6px !important;
}

.nh-notif-header {
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    border-bottom: 1px solid #f0f0f0;
}

.nh-notif-thumb {
    width: 32px;
    height: 32px;
    object-fit: cover;
    flex-shrink: 0;
}

.nh-notif-footer {
    display: block;
    text-align: center;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary, #e33) !important;
    border-top: 1px solid #f0f0f0;
    text-decoration: none !important;
    transition: background 0.12s;
}

.nh-notif-footer:hover {
    background: #fafafa;
}

/* User wrapper */
.nh-user-wrap {
    position: relative;
}

.nh-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    flex-shrink: 0;
    transition: border-color 0.2s;
}

.nh-user-trigger:hover .nh-avatar {
    border-color: var(--primary, #e33);
}

.nh-user-label {
    font-size: 11px;
    color: #888;
    line-height: 1.2;
    white-space: nowrap;
}

.nh-user-name {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    white-space: nowrap;
}

/* Sign-in button (guest) */
.nh-signin-btn {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1.5px solid #e0e0e0;
    font-size: 13px;
    color: #333;
    text-decoration: none !important;
    transition: border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.nh-signin-btn:hover {
    border-color: var(--primary, #e33);
    color: var(--primary, #e33);
}

/* User dropdown */
.hover-user-top-menu {
    display: none;
    position: absolute !important;
    right: 0 !important;
    z-index: 9999 !important;
}

.hover-user-top-menu.active {
    display: block !important;
}

.aiz-user-top-menu {
    border-radius: 12px !important;
    border: 1px solid #ececec !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden;
}

.nh-user-menu-link {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 9px 16px !important;
    font-size: 13px !important;
    color: #333 !important;
    text-decoration: none !important;
    transition: background 0.12s;
    white-space: nowrap;
}

.nh-user-menu-link:hover {
    background: #f8f8f8 !important;
    color: #111 !important;
}

.nh-user-menu-link i {
    width: 18px;
    font-size: 16px;
    color: #888;
}

.nh-user-menu-logout {
    color: var(--primary, #e33) !important;
}

.nh-user-menu-logout i {
    color: var(--primary, #e33) !important;
}

.nh-user-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 4px 0;
}

/* Bottom nav bar */
.nh-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    min-height: 48px;
}

.nh-bottom-row {
    display: flex;
    align-items: stretch;
    min-height: 48px;
}

/* Categories button */
.nh-cat-btn {
    cursor: pointer;
    flex-shrink: 0;
    user-select: none;
}

.nh-cat-btn-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 0 20px;
    background: var(--primary, #e33);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: filter 0.15s;
}

.nh-cat-btn:hover .nh-cat-btn-inner {
    filter: brightness(0.9);
}

.nh-cat-btn-inner svg {
    flex-shrink: 0;
}

/* Nav links */
.nh-nav {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    flex: 1;
}

.nh-nav-link {
    display: flex !important;
    align-items: center;
    height: 100%;
    padding: 0 14px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: 2px solid transparent;
    transition: background 0.12s, border-color 0.12s;
}

.nh-nav-link:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    text-decoration: none !important;
}

.nh-nav-active {
    border-bottom-color: var(--primary, #e33) !important;
}

/* Cart in header */
.nh-cart-wrap {
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
}

.nav-cart-box.dropdown {
    display: flex;
    align-items: center;
}

/* Mobile search */
@media (max-width: 991px) {
    .nh-main-row {
        padding: 8px 0;
        gap: 10px;
    }

    .front-header-search {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: #fff;
        padding: 8px 12px;
        display: none;
        align-items: center;
        gap: 8px;
    }

    .front-header-search.active,
    .front-header-search.d-flex {
        display: flex !important;
    }

    .nh-search-wrap {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .nh-search-back {
        display: none;
    }
}

/* ══════════════════════════════════════════
   FOOTER — nf- namespace
══════════════════════════════════════════ */

/* Last viewed */
.nf-last-viewed {
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 20px 0;
}

.nf-lv-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.nf-lv-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.nf-lv-arrows {
    display: flex;
    gap: 8px;
}

.nf-lv-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    cursor: pointer;
    transition: border-color 0.15s, color 0.15s;
    text-decoration: none;
}

.nf-lv-arrow:hover {
    border-color: var(--primary, #e33);
    color: var(--primary, #e33);
    text-decoration: none;
}

/* Footer description */
.nf-desc-bar {
    background: #f8f8f8;
    border-top: 1px solid #ececec;
    padding: 24px 0;
}

.nf-desc-title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.nf-desc-body {
    font-size: 13px;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

.nf-desc-toggle {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary, #e33);
    cursor: pointer;
}

/* Trust strip */
.nf-trust-strip {
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
}

.nf-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.nf-trust-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 18px 12px;
    border-radius: 12px;
    border: 1.5px solid #f0f0f0;
    background: #fafafa;
    text-decoration: none !important;
    color: #333 !important;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.18s;
}

.nf-trust-card:hover {
    border-color: var(--primary, #e33);
    box-shadow: 0 4px 20px rgba(220, 53, 53, 0.08);
    transform: translateY(-2px);
    color: #111 !important;
    text-decoration: none !important;
}

.nf-trust-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(220, 53, 53, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.nf-trust-card:hover .nf-trust-icon {
    background: rgba(220, 53, 53, 0.14);
}

.nf-trust-icon i {
    font-size: 22px;
    color: var(--primary, #e33);
}

.nf-trust-label {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .nf-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Main footer */
.nf-footer {
    background: #1a1a2e;
    color: rgba(255, 255, 255, 0.75);
}

/* Newsletter bar */
.nf-newsletter-bar {
    background: #16213e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 22px 0;
}

.nf-newsletter-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.nf-newsletter-text {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nf-newsletter-icon {
    font-size: 32px;
    color: var(--primary, #e33);
    flex-shrink: 0;
}

.nf-newsletter-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.nf-newsletter-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.nf-newsletter-form {
    display: flex;
    gap: 0;
    flex-shrink: 0;
    min-width: 300px;
    max-width: 400px;
    flex: 1;
}

.nf-newsletter-input {
    flex: 1;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-right: none;
    border-radius: 8px 0 0 8px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    padding: 10px 16px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s;
}

.nf-newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.nf-newsletter-input:focus {
    border-color: var(--primary, #e33);
}

.nf-newsletter-btn {
    border: none;
    background: var(--primary, #e33);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.nf-newsletter-btn:hover {
    background: #c92d2d;
}

@media (max-width: 767px) {
    .nf-newsletter-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .nf-newsletter-form {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }
}

/* Footer body grid */
.nf-body {
    padding: 48px 0 32px;
}

.nf-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
}

@media (max-width: 991px) {
    .nf-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 575px) {
    .nf-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .nf-body {
        padding: 24px 0 0;
    }
}

/* Footer columns */
.nf-col {}

.nf-col-title {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.4) !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

.nf-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nf-link-list li {
    margin-bottom: 10px;
}

.nf-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    transition: color 0.15s;
    line-height: 1.5;
}

.nf-link:hover {
    color: #fff !important;
    text-decoration: none !important;
}

/* Brand column */
.nf-brand-logo {
    display: inline-block;
    margin-bottom: 16px;
}

.nf-brand-logo img {
    height: 40px !important;
    object-fit: contain;
}

.nf-about-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    margin-bottom: 20px;
}

.nf-about-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

/* Social icons */
.nf-social-row {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.nf-social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    transition: background 0.2s, transform 0.18s;
}

.nf-social-btn:hover {
    background: var(--primary, #e33) !important;
    transform: translateY(-2px);
    color: #fff !important;
    text-decoration: none !important;
}

.nf-social-btn i {
    font-size: 16px;
}

.nf-social-btn svg {
    width: 14px;
    height: 14px;
}

/* App badges */
.nf-apps-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.nf-app-badge {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    transition: opacity 0.15s, transform 0.15s;
}

.nf-app-badge:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.nf-app-badge img {
    height: 36px !important;
    display: block;
}

/* Contact list */
.nf-contact-list {}

.nf-contact-item {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px !important;
}

.nf-contact-icon {
    font-size: 16px;
    color: var(--primary, #e33);
    flex-shrink: 0;
    margin-top: 1px;
}

/* Mobile accordion */
.nf-accordion {
    background: #16213e;
}

.aiz-accordion-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    background: #16213e !important;
}

.aiz-accordion-heading.container {
    background: #16213e !important;
}

.aiz-accordion-panel {
    background: #1a1a2e !important;
}

.nf-accordion-btn {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
    border: none !important;
    padding: 14px 0 !important;
    width: 100%;
    text-align: left;
}

@media (min-width: 576px) {
    .nf-grid {
        display: grid !important;
    }

    .nf-accordion {
        display: none !important;
    }
}

/* Bottom bar */
.nf-bottom-bar {
    background: #0f0f1e;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px 0 calc(18px + 60px);
}

@media (min-width: 1200px) {
    .nf-bottom-bar {
        padding: 18px 0;
    }
}

.nf-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.nf-copyright {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.5;
}

.nf-copyright a {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
}

.nf-copyright a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.nf-payment-methods {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nf-payment-img {
    height: 22px;
    opacity: 0.6;
    filter: grayscale(30%);
    transition: opacity 0.15s, filter 0.15s;
    object-fit: contain;
}

.nf-payment-img:hover {
    opacity: 1;
    filter: none;
}

/* Mobile bottom nav — glass effect */
.aiz-mobile-bottom-nav {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 18px 18px 0 0 !important;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08) !important;
}

.aiz-mobile-bottom-nav .row {
    padding: 0 4px;
}

.aiz-mobile-bottom-nav .col a,
.aiz-mobile-bottom-nav .col-auto a {
    border-radius: 10px;
    transition: background 0.15s;
}

.aiz-mobile-bottom-nav .col a:hover,
.aiz-mobile-bottom-nav .col-auto a:hover {
    background: rgba(0, 0, 0, 0.04);
}