/*
Theme Name: Nofnika Web3D Light Theme
Theme URI: https://nofnika.ir
Author: Nofnika Core Team (Saberi Brothers Holding)
Description: Light Vivid Modern Web3D – Scoped .nof- Architecture
Version: 4.1.0
Text Domain: nofnika-web3d
*/

/* ═══════════════════════════════════════════
   DESIGN TOKENS – Nofnika Light Vivid Modern
═══════════════════════════════════════════ */
:root {
    /* Professional Persian type stack — self-hosted Vazirmatn */
    --font-fa:     'Vazirmatn', 'Tahoma', 'Segoe UI', sans-serif;
    --font-family: var(--font-fa);
    --font-display: var(--font-fa);
    --font-brand:  'Lalezar', 'Vazirmatn', Tahoma, sans-serif;
    --font-body:   var(--font-fa);
    --font-mono:   'Vazirmatn', ui-monospace, monospace;

    --yellow:      #FFD600;
    --yellow-dark: #E6C000;
    --yellow-glow: rgba(255, 214, 0, 0.30);
    --yellow-soft: rgba(255, 214, 0, 0.12);

    --violet:      #7B2FBE;
    --violet-dark: #6122A0;
    --violet-soft: rgba(123, 47, 190, 0.10);
    --coral:       #FF5A5F;
    --coral-dark:  #E84349;
    --coral-soft:  rgba(255, 90, 95, 0.10);
    --cyan:        #06B6D4;

    --bg:          #FAFBFF;
    --bg-card:     #FFFFFF;
    --bg-section:  #F3F4F8;

    --text:        #1A1A2E;
    --text-mid:    #374151;
    --text-muted:  #6B7280;

    --border:      rgba(0, 0, 0, 0.07);
    --border-mid:  rgba(0, 0, 0, 0.12);

    --shadow-sm:   0 2px 10px rgba(0,0,0,0.05);
    --shadow-md:   0 8px 30px rgba(0,0,0,0.08);
    --shadow-lg:   0 20px 60px rgba(0,0,0,0.10);
}

/* ═══════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
    font-family: var(--font-fa) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    font-family: var(--font-fa) !important;
    font-feature-settings: 'ss01';
    font-optical-sizing: auto;
    background: var(--bg);
    color: var(--text);
    line-height: 1.7;
    overflow-x: clip;
    max-width: 100%;
    direction: rtl;
}
html {
    overflow-x: clip;
    max-width: 100%;
}

/* Force Persian font across UI, forms, WooCommerce, Elementor, WoodMart leftovers */
button,
input,
select,
textarea,
optgroup,
.button,
.wp-element-button,
.woocommerce,
.woocommerce-page,
.elementor-kit-7,
.elementor-kit-7 button,
.elementor-kit-7 input,
.elementor-kit-7 select,
.elementor-kit-7 textarea,
.elementor-kit-7 a,
.elementor-kit-7 label,
.elementor-kit-7 h1,
.elementor-kit-7 h2,
.elementor-kit-7 h3,
.elementor-kit-7 h4,
.elementor-kit-7 h5,
.elementor-kit-7 h6,
.elementor-kit-7 .elementor-button,
.elementor-kit-7 .elementor-field-textual,
.elementor-widget,
.elementor-button,
.nof-homepage-root,
.nof-promo-hero,
.site-header,
.site-footer,
footer,
.website-wrapper,
.whb-header,
.has-inter-font-family,
.has-cardo-font-family,
h1, h2, h3, h4, h5, h6,
p, span, a, li, label, td, th {
    font-family: var(--font-fa) !important;
}

/* Remap Elementor / WP / WoodMart font tokens → Vazirmatn */
:root,
.elementor-kit-7 {
    --e-global-typography-primary-font-family: 'Vazirmatn';
    --e-global-typography-secondary-font-family: 'Vazirmatn';
    --e-global-typography-text-font-family: 'Vazirmatn';
    --e-global-typography-accent-font-family: 'Vazirmatn';
    --wp--preset--font-family--inter: 'Vazirmatn', sans-serif;
    --wp--preset--font-family--cardo: 'Vazirmatn', sans-serif;
    --wd-text-font: Vazirmatn;
    --wd-title-font: Vazirmatn;
}

a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
img { max-width: 100%; height: auto; display: block; }

/* Background mesh */
.nof-mesh {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.nof-mesh::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--yellow-glow) 0%, transparent 65%);
}

/* Top Announcement Bar */
.top-bar {
    background: linear-gradient(90deg, var(--violet), #9D4FD6, #ff6b00);
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.84rem;
    font-weight: 700;
}
.top-bar .top-pill {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.4);
    padding: 2px 10px;
    border-radius: 20px;
    margin-left: 8px;
    font-size: 0.78rem;
}

/* ═══════════════════════════════════════════
   TOP ANNOUNCEMENT BAR
═══════════════════════════════════════════ */
.nof-topbar {
    background: linear-gradient(90deg, #1a1a2e 0%, #2d1b69 50%, #1a1a2e 100%);
    color: rgba(255,255,255,0.85);
    height: 36px;
    overflow: hidden;
    font-size: 0.76rem;
}
.nof-topbar-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.nof-tb-badges {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.nof-tb-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.73rem;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
}
.nof-tb-badge svg { color: #f59e0b; }
/* Scrolling marquee */
.nof-tb-marquee-wrap { flex: 1; overflow: hidden; min-width: 0; }
.nof-tb-marquee {
    display: flex;
    gap: 0;
    animation: nofMarquee 28s linear infinite;
    white-space: nowrap;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
@keyframes nofMarquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.nof-tb-marquee span { padding-right: 60px; }
.nof-tb-contact {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.73rem;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
    flex-shrink: 0;
    white-space: nowrap;
}
.nof-tb-contact svg { color: #22c55e; }
@media (max-width: 768px) {
    .nof-tb-badges { display: none; }
    .nof-tb-contact { display: none; }
    .nof-tb-marquee-wrap { width: 100%; }
}

/* ═══════════════════════════════════════════
   MAIN HEADER / NAVIGATION
═══════════════════════════════════════════ */
.nof-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(0,0,0,0.07);
    box-shadow: 0 2px 20px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease, background 0.3s ease, padding 0.3s ease;
}
.nof-header.nof-header-scrolled {
    background: rgba(255,255,255,0.99);
    box-shadow: 0 4px 30px rgba(0,0,0,0.09);
}
/* Only main site nav sticks — not page <header> heroes (blog, archive, etc.) */
header:not(.nof-header):not(.nof-blog-home-hero):not(.nof-archive-header):not(.nof-page-header):not(.nof-post-header) {
    position: static;
    z-index: auto;
}
.nof-blog-home-hero,
.nof-archive-header,
.nof-page-header,
.nof-post-header {
    position: relative !important;
    top: auto !important;
    z-index: 1 !important;
}

.nof-nav-wrap {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 24px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: height 0.3s ease;
}
.nof-header-scrolled .nof-nav-wrap { height: 56px; }

/* ── BRAND MARK — exact original PNG only ── */
.nof-brand-mark {
    display: block;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

/* ══ Brand loader — badge PNG + orbit motion (no page background) ══ */
.nof-brand-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    background: transparent;
    pointer-events: none;
    transition: opacity 0.55s cubic-bezier(.22, 1, .36, 1),
                visibility 0.55s cubic-bezier(.22, 1, .36, 1),
                transform 0.55s cubic-bezier(.22, 1, .36, 1);
}
.nof-brand-loader.is-done {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.06);
}
.nof-brand-loader.is-done .nof-bl-mark-wrap {
    animation: nofBlMarkOut 0.5s cubic-bezier(.4, 0, 1, 1) forwards;
}

.nof-brand-loader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nof-bl-stage {
    position: relative;
    width: 148px;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nof-bl-orbit {
    position: absolute;
    inset: 0;
    margin: auto;
    animation: nofBlOrbitSpin 1.35s linear infinite;
    filter: drop-shadow(0 0 6px rgba(234, 88, 12, 0.35));
}
.nof-bl-orbit-arc {
    transform-origin: 60px 60px;
}
@keyframes nofBlOrbitSpin {
    to { transform: rotate(360deg); }
}

.nof-bl-mark-wrap {
    position: relative;
    z-index: 1;
    width: 112px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    animation: nofBlMarkIn 0.9s cubic-bezier(.18, 1.1, .25, 1) both,
               nofBlFloat 1.9s 0.9s ease-in-out infinite;
}
@keyframes nofBlMarkIn {
    0%   { opacity: 0; transform: scale(0.55) rotate(-8deg); filter: blur(4px); }
    55%  { opacity: 1; transform: scale(1.06) rotate(2deg); filter: blur(0); }
    100% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
}
@keyframes nofBlFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-8px) scale(1.035); }
}
@keyframes nofBlMarkOut {
    to { opacity: 0; transform: scale(0.88); filter: blur(2px); }
}

.nof-brand-mark.is-motion,
.nof-brand-loader-mark {
    width: 112px !important;
    height: 112px !important;
    object-fit: contain;
    display: block;
    background: transparent !important;
    filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.22));
    animation: none;
    border-radius: 22%;
}

body.nof-loading {
    overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .nof-bl-orbit,
    .nof-bl-mark-wrap {
        animation: none !important;
    }
    .nof-bl-mark-wrap {
        opacity: 1;
        transform: none;
        filter: none;
    }
}

/* ── LOGO ── */
.nof-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}
.nof-logo-icon {
    display: flex;
    align-items: center;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.12));
    transition: filter 0.3s ease, transform 0.3s ease;
}
.nof-logo:hover .nof-logo-icon {
    transform: scale(1.04);
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.16));
}
.nof-logo-icon .nof-brand-mark {
    width: 42px;
    height: 42px;
}
/* Brand wordmark: نوفنیکا */
.nof-wordmark,
.nof-logo-name,
.footer-brand-name {
    font-family: var(--font-brand);
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.nof-logo-name {
    display: block;
    font-size: 1.55rem;
    background: linear-gradient(120deg, #ea580c 0%, #f59e0b 45%, #b45309 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nof-logo-sub {
    display: block;
    font-size: 0.67rem;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 3px;
    white-space: nowrap;
}

.nof-drawer-brand .nof-wordmark {
    font-size: 1.35rem;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
}

.mab-app-title .nof-wordmark {
    font-size: 1.05em;
    background: linear-gradient(120deg, #ea580c, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.mab-app-title i {
    font-style: normal;
    opacity: 0.35;
    margin: 0 0.2em;
    font-family: var(--font-fa);
    font-weight: 700;
    -webkit-text-fill-color: #94a3b8;
    background: none;
}

.nof-brand-loader-text .nof-wordmark,
.nof-brand-loader-text {
    font-family: var(--font-brand);
}

/* ── DESKTOP NAV ── */
.nof-nav {
    display: flex;
    align-items: center;
    gap: 2px;
}
.nof-nav-item { position: relative; }
.nof-nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 13px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text-mid);
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: none;
}
.nof-nav-link:hover,
.nof-nav-link.active { color: #ff6b00; background: rgba(255,107,0,0.07); }
.nof-nav-icon { flex-shrink: 0; transition: color 0.2s ease; }
.nof-nav-link:hover .nof-nav-icon { color: #ff6b00; }
.nof-nav-chevron { transition: transform 0.25s ease; opacity: 0.6; }
.nof-has-mega:hover .nof-nav-chevron { transform: rotate(180deg); }

/* ── MEGA DROPDOWN ── */
.nof-mega-drop {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
    border: 1px solid rgba(0,0,0,0.07);
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    min-width: 400px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
    z-index: 200;
}
.nof-has-mega:hover .nof-mega-drop,
.nof-has-mega:focus-within .nof-mega-drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nof-mega-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: var(--text);
    transition: background 0.2s ease;
}
.nof-mega-item:hover { background: #f8fafc; }
.nof-mega-item strong { display: block; font-size: 0.875rem; font-weight: 800; color: var(--text); margin-bottom: 2px; }
.nof-mega-item span { font-size: 0.73rem; color: var(--text-muted); }
.nof-mega-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.nof-mega-icon-fire   { background: rgba(255,107,0,0.10); color: #ff6b00; }
.nof-mega-icon-electric { background: rgba(124,58,237,0.10); color: #7c3aed; }
.nof-mega-icon-kettle { background: rgba(13,148,136,0.10); color: #0d9488; }
.nof-mega-icon-ornamental { background: rgba(217,119,6,0.10); color: #d97706; }

/* ── HEADER ACTIONS ── */
.nof-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.nof-official-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,214,0,0.12);
    border: 1.5px solid rgba(255,214,0,0.5);
    color: #7a6000;
    padding: 5px 13px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    white-space: nowrap;
}
.nof-official-badge svg { color: #f59e0b; }
.nof-header-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.nof-search-btn {
    background: #f1f5f9;
    color: var(--text-mid);
    border: 1px solid #e2e8f0;
}
.nof-search-btn:hover { background: #e2e8f0; color: #ff6b00; }
.nof-cart-btn {
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    color: #fff;
    position: relative;
}
.nof-cart-btn:hover { filter: brightness(1.08); }
.nof-cart-count {
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
    padding: 1px 7px;
    font-size: 0.75rem;
    font-weight: 900;
}

/* ── HAMBURGER BUTTON ── */
.nof-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    padding: 0;
    transition: background 0.2s ease;
}
.nof-hamburger:hover { background: #e2e8f0; }
.nof-hbr-line {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    transform-origin: center;
}
.nof-hamburger.open .nof-hbr-line:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nof-hamburger.open .nof-hbr-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nof-hamburger.open .nof-hbr-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 920px) {
    .nof-hamburger { display: flex; }
    .nof-nav { display: none; }
    .nof-official-badge { display: none; }
    .nof-hbtn-label { display: none; }
}

/* ── BACKDROP ── */
.nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.50);
    z-index: 9997;
    backdrop-filter: blur(2px);
}
.nav-backdrop.open { display: block; }

/* ═══════════════════════════════════════════
   MOBILE DRAWER
═══════════════════════════════════════════ */
.nof-drawer {
    position: fixed !important;
    top: 0 !important;
    right: -340px !important;
    width: 320px !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9998 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    transition: right 0.38s cubic-bezier(0.4,0,0.2,1) !important;
    box-shadow: -8px 0 40px rgba(0,0,0,0.15) !important;
}
.nof-drawer.open { right: 0 !important; }

/* Drawer head */
.nof-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    flex-shrink: 0;
}
.nof-drawer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.nof-drawer-brand .nof-brand-mark,
.nof-drawer-brand-mark {
    width: 36px;
    height: 36px;
}
.nof-drawer-brand strong { display: block; font-size: 1rem; font-weight: 900; }
.nof-drawer-brand small { display: block; font-size: 0.68rem; opacity: 0.85; margin-top: 2px; }
.nof-drawer-close {
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: background 0.2s ease;
}
.nof-drawer-close:hover { background: rgba(255,255,255,0.35); }

/* Category quick-tiles */
.nof-drawer-cats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 6px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}
.nof-dcat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 10px 6px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
    text-align: center;
}
.nof-dcat-fire    { background: rgba(255,107,0,0.08); color: #ff6b00; }
.nof-dcat-electric { background: rgba(124,58,237,0.08); color: #7c3aed; }
.nof-dcat-kettle  { background: rgba(13,148,136,0.08); color: #0d9488; }
.nof-dcat-gold    { background: rgba(217,119,6,0.08); color: #d97706; }
.nof-dcat:hover { filter: brightness(0.92); transform: translateY(-1px); }

/* Drawer nav links */
.nof-drawer-nav { display: flex; flex-direction: column; flex: 1; padding: 8px 12px; }
.nof-drawer-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-mid);
    transition: all 0.2s ease;
    margin-bottom: 2px;
}
.nof-drawer-link:hover,
.nof-drawer-link.active { color: #ff6b00; background: rgba(255,107,0,0.06); }
.nof-dl-icon {
    width: 34px;
    height: 34px;
    background: #f8fafc;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--text-muted);
    transition: all 0.2s ease;
}
.nof-drawer-link:hover .nof-dl-icon,
.nof-drawer-link.active .nof-dl-icon { background: rgba(255,107,0,0.1); color: #ff6b00; }

/* Drawer footer */
.nof-drawer-footer {
    padding: 16px;
    border-top: 1px solid var(--border);
    flex-shrink: 0;
    background: #fafbff;
}
.nof-drawer-trust {
    display: flex;
    justify-content: space-around;
    gap: 8px;
    margin-bottom: 10px;
}
.nof-drawer-trust span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
}
.nof-drawer-trust svg { color: #ff6b00; }
.nof-drawer-copy { font-size: 0.67rem; color: var(--text-muted); text-align: center; }

/* ═══════════════════════════════════════════
   SCOPED HOMEPAGE STYLES (.nof- ARCHITECTURE)
═══════════════════════════════════════════ */

/* Mobile Pills Bar */
.nof-mcat-bar { display: none; background: #fff; border-bottom: 1px solid var(--border); padding: 8px 14px; overflow-x: auto; }
@media (max-width: 768px) { .nof-mcat-bar { display: block; } }
.nof-mcat-scroll { display: flex; gap: 8px; }
.nof-mcat-pill { flex-shrink: 0; background: #f8fafc; border: 1px solid #e2e8f0; color: var(--text-mid); padding: 5px 12px; border-radius: 20px; font-size: 0.76rem; font-weight: 700; }
.nof-mcat-pill.active { background: #ff6b00; color: #fff; border-color: #ff6b00; }

/* 1. HERO SECTION */
.nof-hero:not(#nof-toon-hero) {
    max-width: 1300px;
    margin: 20px auto 0 auto;
    padding: 0 28px 20px;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 30px;
    align-items: center;
}
@media (max-width: 900px) {
    .nof-hero:not(#nof-toon-hero) { grid-template-columns: 1fr; text-align: center; }
}

.nof-hero-tag {
    display: inline-block;
    background: rgba(255, 107, 0, 0.08);
    border: 1.5px solid rgba(255, 107, 0, 0.3);
    color: #ff6b00;
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 16px;
}
.nof-hero-title {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.25;
    color: var(--text);
    margin-bottom: 14px;
}
.nof-accent-orange { color: #ff6b00; }
.nof-hero-subtitle {
    font-size: 0.92rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 22px;
}
.nof-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
@media (max-width: 900px) { .nof-hero-btns { justify-content: center; } }
.nof-btn-primary { background: linear-gradient(135deg, #ff6b00, #f59e0b); color: #fff; padding: 10px 24px; border-radius: 12px; font-weight: 800; font-size: 0.9rem; box-shadow: 0 4px 16px rgba(255, 107, 0, 0.3); }
.nof-btn-secondary { background: #fff; border: 1.5px solid var(--border-mid); color: var(--text); padding: 10px 24px; border-radius: 12px; font-weight: 800; font-size: 0.9rem; }
.nof-hero-stats { display: flex; align-items: center; gap: 12px; font-size: 0.82rem; color: var(--text-muted); }
@media (max-width: 900px) { .nof-hero-stats { justify-content: center; } }
.nof-hs-item strong { font-size: 1.1rem; color: #ff6b00; margin-left: 4px; }

.nof-banner-3d { width: 100%; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.08); }

/* 2. TRUST BAR */
.nof-trust-bar { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.nof-trust-inner { max-width: 1300px; margin: 0 auto; padding: 16px 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 768px) { .nof-trust-inner { grid-template-columns: repeat(2, 1fr); } }
.nof-trust-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-radius: 14px; background: #f8fafc; border: 1px solid #f1f5f9; }
.nof-trust-icon { font-size: 1.8rem; flex-shrink: 0; }
.nof-trust-title { font-size: 0.86rem; font-weight: 800; color: var(--text); }
.nof-trust-sub { font-size: 0.74rem; color: var(--text-muted); }

/* 3. MAIN BANNER SLIDER */
.nof-slider-sec { max-width: 1300px; margin: 24px auto 0 auto; padding: 0 28px; }
.nof-banner-slider { position: relative; overflow: hidden; border-radius: 20px; height: 380px; box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
@media (max-width: 600px) { .nof-banner-slider { height: 200px; } }
.nof-bs-track { display: flex; height: 100%; transition: transform 0.5s ease; }
.nof-bs-slide { flex-shrink: 0; width: 100%; height: 100%; }
.nof-bs-slide img { width: 100%; height: 100%; object-fit: cover; }
.nof-bs-prev, .nof-bs-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.9); border: none; width: 42px; height: 42px; border-radius: 50%; font-size: 1.3rem; font-weight: 900; color: #ff6b00; cursor: pointer; z-index: 5; box-shadow: 0 4px 14px rgba(0,0,0,0.1); }
.nof-bs-prev { right: 20px; }
.nof-bs-next { left: 20px; }
.nof-bs-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 5; }
.nof-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.5); border: none; cursor: pointer; transition: all 0.3s ease; }
.nof-dot.active { background: #ff6b00; width: 22px; border-radius: 4px; }

/* 4. PROMOTIONAL BANNERS */
/* ══════════════════════════════════════════════════════════════════
   PROMO HERO SLIDER — Apple-style AI banners (.nof-promo-hero)
══════════════════════════════════════════════════════════════════ */
.nof-promo-hero {
    max-width: 1280px;
    margin: 20px auto 8px;
    padding: 0 20px;
    direction: rtl;
}

.nof-ph-stage {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 80% at 20% 30%, rgba(224, 242, 255, 0.95) 0%, transparent 55%),
        radial-gradient(ellipse 60% 70% at 85% 70%, rgba(243, 229, 245, 0.9) 0%, transparent 50%),
        linear-gradient(135deg, #eef6ff 0%, #f7f3ff 45%, #ffffff 100%);
    box-shadow:
        0 28px 70px rgba(26, 26, 46, 0.12),
        0 0 0 1px rgba(123, 47, 190, 0.06);
    min-height: 420px;
}

.nof-ph-track {
    position: relative;
    min-height: 420px;
}

.nof-ph-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.7s ease;
}

.nof-ph-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.nof-ph-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.03);
    transition: transform 6.5s ease-out;
    opacity: 0.45; /* soft AI atmosphere only — products stay as original photos */
}

.nof-ph-slide.is-active .nof-ph-bg {
    transform: scale(1);
}

.nof-ph-slide[data-key="eco-gas"] {
    background: radial-gradient(ellipse 80% 70% at 15% 30%, #fff7ed 0%, transparent 55%),
                radial-gradient(ellipse 70% 60% at 90% 80%, #ffedd5 0%, transparent 50%),
                linear-gradient(135deg, #fffaf5 0%, #f8fafc 100%);
}
.nof-ph-slide[data-key="simin-gas"] {
    background: radial-gradient(ellipse 80% 70% at 15% 30%, #eef2ff 0%, transparent 55%),
                radial-gradient(ellipse 70% 60% at 90% 80%, #e0e7ff 0%, transparent 50%),
                linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}
.nof-ph-slide[data-key="electric"] {
    background: radial-gradient(ellipse 80% 70% at 15% 30%, #f3e8ff 0%, transparent 55%),
                radial-gradient(ellipse 70% 60% at 90% 80%, #e0f2fe 0%, transparent 50%),
                linear-gradient(135deg, #faf5ff 0%, #f8fafc 100%);
}
.nof-ph-slide[data-key="kettle"] {
    background: radial-gradient(ellipse 80% 70% at 15% 30%, #ecfeff 0%, transparent 55%),
                radial-gradient(ellipse 70% 60% at 90% 80%, #cffafe 0%, transparent 50%),
                linear-gradient(135deg, #f0fdfa 0%, #f8fafc 100%);
}
.nof-ph-slide[data-key="nafis-gold"] {
    background: radial-gradient(ellipse 80% 70% at 15% 30%, #fffbeb 0%, transparent 55%),
                radial-gradient(ellipse 70% 60% at 90% 80%, #fef3c7 0%, transparent 50%),
                linear-gradient(135deg, #fffdf5 0%, #fafaf9 100%);
}

.nof-ph-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(248, 250, 255, 0.94) 0%,
        rgba(248, 250, 255, 0.82) 32%,
        rgba(248, 250, 255, 0.35) 55%,
        rgba(248, 250, 255, 0.12) 100%
    );
}

.nof-ph-panel {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 12px;
    min-height: 420px;
    padding: 36px 40px 48px;
    direction: ltr; /* match AI banner: copy left, product right */
}

.nof-ph-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    max-width: 460px;
    direction: rtl;
    text-align: right;
    animation: nofPhRise 0.75s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.nof-ph-slide.is-active .nof-ph-copy {
    animation-name: nofPhRise;
}

@keyframes nofPhRise {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
}

.nof-ph-brand {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #7c3aed;
}

.nof-ph-title {
    margin: 0;
    font-size: clamp(1.85rem, 3.4vw, 2.75rem);
    font-weight: 900;
    line-height: 1.25;
    color: #1e293b;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.28em;
}

.nof-ph-name,
.nof-ph-suffix { color: #1e293b; }

.nof-ph-accent {
    color: #7c3aed;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nof-ph-tagline {
    margin: 0 0 4px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #64748b;
}

.nof-ph-features {
    list-style: none;
    margin: 6px 0 4px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nof-ph-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.nof-ph-feat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(124, 58, 237, 0.08);
    color: #6d28d9;
    border: 1px solid rgba(124, 58, 237, 0.12);
}

.nof-ph-feat-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.35;
}

.nof-ph-feat-text strong {
    font-size: 0.92rem;
    font-weight: 800;
    color: #334155;
}

.nof-ph-feat-text small {
    font-size: 0.78rem;
    color: #64748b;
}

.nof-ph-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
}

.nof-ph-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 12px;
    background: #1e293b;
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(30, 41, 59, 0.22);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.nof-ph-cta:hover {
    background: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(30, 41, 59, 0.3);
}

.nof-ph-price {
    font-size: 0.92rem;
    font-weight: 800;
    color: #ff6b00;
}

.nof-ph-site {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 2px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
}

.nof-ph-site:hover { color: #7c3aed; }

/* Multi-model product grid — ORIGINAL photos, no recolor */
.nof-ph-models {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
    align-content: center;
    justify-items: center;
    z-index: 3;
    direction: rtl;
}

.nof-ph-model {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    max-width: 170px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.nof-ph-model:hover {
    transform: translateY(-6px);
}

.nof-ph-model img {
    width: 100%;
    aspect-ratio: 1;
    max-height: 150px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 14px 30px rgba(30, 41, 59, 0.12);
    filter: none; /* keep original product colors */
}

.nof-ph-model span {
    font-size: 0.78rem;
    font-weight: 800;
    color: #334155;
    text-align: center;
    line-height: 1.3;
}

.nof-ph-colors {
    position: absolute;
    z-index: 4;
    left: 28px;
    bottom: 18px;
    margin: 0;
    font-size: 0.72rem;
    color: #64748b;
}

.nof-ph-colors strong {
    color: #1e293b;
    font-weight: 800;
    margin-left: 4px;
}

.nof-ph-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(30, 41, 59, 0.1);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    color: #1e293b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nof-ph-nav:hover {
    background: #1e293b;
    color: #fff;
}

.nof-ph-prev { left: 14px; }
.nof-ph-next { right: 14px; }

.nof-ph-dots {
    position: absolute;
    z-index: 5;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.nof-ph-dot {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(30, 41, 59, 0.22);
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease;
}

.nof-ph-dot.is-active {
    width: 26px;
    background: #7c3aed;
}

.nof-ph-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 16px;
}
.nof-ph-thumbs-5 {
    grid-template-columns: repeat(5, 1fr);
}

.nof-ph-thumb {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: right;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.nof-ph-thumb img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    background: #f8fafc;
}

.nof-ph-thumb span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.nof-ph-thumb strong {
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nof-ph-thumb small {
    font-size: 0.7rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nof-ph-thumb:hover,
.nof-ph-thumb.is-active {
    border-color: #7c3aed;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.14);
}

.nof-ph-slide[data-theme="gold"] .nof-ph-feat-icon { background: rgba(245, 158, 11, 0.12); color: #b45309; border-color: rgba(245, 158, 11, 0.18); }
.nof-ph-slide[data-theme="gold"] .nof-ph-accent,
.nof-ph-slide[data-theme="gold"] .nof-ph-brand { color: #b45309; -webkit-text-fill-color: #b45309; }

.nof-ph-slide[data-theme="teal"] .nof-ph-feat-icon { background: rgba(6, 182, 212, 0.12); color: #0e7490; border-color: rgba(6, 182, 212, 0.2); }
.nof-ph-slide[data-theme="teal"] .nof-ph-accent,
.nof-ph-slide[data-theme="teal"] .nof-ph-brand { color: #0e7490; -webkit-text-fill-color: #0e7490; }

.nof-ph-slide[data-theme="amber"] .nof-ph-feat-icon { background: rgba(255, 107, 0, 0.12); color: #c2410c; border-color: rgba(255, 107, 0, 0.18); }
.nof-ph-slide[data-theme="amber"] .nof-ph-accent,
.nof-ph-slide[data-theme="amber"] .nof-ph-brand { color: #ea580c; -webkit-text-fill-color: #ea580c; }

@media (max-width: 980px) {
    .nof-ph-panel {
        grid-template-columns: 1fr;
        padding: 24px 20px 56px;
        min-height: 0;
        align-items: stretch;
        gap: 18px;
    }
    .nof-ph-models { order: -1; gap: 10px; }
    .nof-ph-model { max-width: 140px; }
    .nof-ph-model img { max-height: 110px; }
    .nof-ph-bg { background-position: center top; opacity: 0.7; }
    .nof-ph-bg::after {
        background: linear-gradient(180deg, rgba(248,250,255,0.2) 0%, rgba(248,250,255,0.75) 40%, rgba(248,250,255,0.97) 70%, #f8faff 100%);
    }
    .nof-ph-copy { max-width: none; }
    .nof-ph-colors { position: static; margin: 0 20px 12px; }
    .nof-ph-thumbs,
    .nof-ph-thumbs-5 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
    .nof-ph-thumbs-5 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
    .nof-promo-hero { padding: 0 12px; margin-top: 12px; }
    .nof-ph-stage { border-radius: 22px; }
    .nof-ph-title { font-size: 1.55rem; }
    .nof-ph-nav { display: none; }
    .nof-ph-thumbs { gap: 8px; }
    .nof-ph-thumb { padding: 8px; }
    .nof-ph-thumb small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .nof-ph-slide,
    .nof-ph-bg,
    .nof-ph-product img,
    .nof-ph-copy { animation: none !important; transition: none !important; }
}

.nof-promo-sec { max-width: 1300px; margin: 24px auto 0 auto; padding: 0 28px; }
.nof-promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.nof-promo-card { border-radius: 20px; padding: 24px; color: #fff; min-height: 170px; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
.nof-promo-1 { background: linear-gradient(135deg, #ff6b00, #d97706); }
.nof-promo-2 { background: linear-gradient(135deg, #7c3aed, #4f46e5); }
.nof-promo-3 { background: linear-gradient(135deg, #059669, #0d9488); }
.nof-promo-tag { display: inline-block; background: rgba(255,255,255,0.25); padding: 3px 10px; border-radius: 12px; font-size: 0.72rem; font-weight: 800; margin-bottom: 8px; width: fit-content; }
.nof-promo-card h3 { font-size: 1.25rem; font-weight: 900; margin-bottom: 4px; }
.nof-promo-card p { font-size: 0.82rem; opacity: 0.9; margin-bottom: 12px; }
.nof-promo-link { display: inline-block; background: #fff; color: var(--text); padding: 6px 16px; border-radius: 10px; font-weight: 800; font-size: 0.8rem; width: fit-content; }

/* 5. WOOCOMMERCE PRODUCT SLIDERS */
.nof-product-slider { max-width: 1300px; margin: 24px auto 0 auto; padding: 0 28px; }
.nof-ps-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; flex-wrap: wrap; gap: 12px; }
.nof-ps-badge { font-size: 0.8rem; font-weight: 800; color: #ff6b00; background: rgba(255, 107, 0, 0.08); border: 1px solid rgba(255, 107, 0, 0.25); padding: 3px 12px; border-radius: 12px; display: inline-block; margin-bottom: 4px; }
.nof-ps-h2 { font-size: 1.45rem; font-weight: 900; color: var(--text); }
.nof-ps-nav { display: flex; gap: 8px; }
.nof-nav-btn { background: #fff; border: 1px solid var(--border-mid); color: #ff6b00; width: 36px; height: 36px; border-radius: 50%; font-size: 1.2rem; font-weight: 900; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
.nof-nav-btn:hover { background: #ff6b00; color: #fff; border-color: #ff6b00; }
.nof-timer-box { display: flex; align-items: center; gap: 8px; background: #fff; padding: 6px 14px; border-radius: 12px; border: 1px solid #fee2e2; font-size: 0.82rem; font-weight: 700; color: #dc2626; }
.nof-timer { background: #dc2626; color: #fff; padding: 3px 8px; border-radius: 6px; font-weight: 900; font-family: var(--font-mono); font-variant-numeric: tabular-nums; }

.nof-ps-container { overflow-x: auto; padding-bottom: 12px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; }
.nof-ps-container::-webkit-scrollbar { height: 5px; }
.nof-ps-container::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.nof-ps-track { display: flex; gap: 16px; }
.nof-ps-card { min-width: 230px; max-width: 240px; flex-shrink: 0; background: #fff; border: 1px solid var(--border-mid); border-radius: 18px; padding: 12px; display: flex; flex-direction: column; transition: all 0.3s ease; box-shadow: 0 4px 14px rgba(0,0,0,0.03); min-height: 320px; }
.nof-ps-card:hover { transform: translateY(-4px); border-color: #ff6b00; box-shadow: 0 10px 24px rgba(255, 107, 0, 0.12); }
.nof-ps-img-box { width: 100%; height: 170px; background: #ffffff; border: 1px solid #f1f5f9; border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 8px; position: relative; margin-bottom: 8px; }
.nof-ps-img-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
.nof-badge-red { position: absolute; top: 8px; right: 8px; background: #dc2626; color: #fff; font-size: 0.68rem; font-weight: 900; padding: 2px 7px; border-radius: 8px; }
.nof-badge-violet { position: absolute; top: 8px; right: 8px; background: #7c3aed; color: #fff; font-size: 0.68rem; font-weight: 900; padding: 2px 7px; border-radius: 8px; }
.nof-badge-teal { position: absolute; top: 8px; right: 8px; background: #0d9488; color: #fff; font-size: 0.68rem; font-weight: 900; padding: 2px 7px; border-radius: 8px; }
.nof-badge-gold { position: absolute; top: 8px; right: 8px; background: #d97706; color: #fff; font-size: 0.68rem; font-weight: 900; padding: 2px 7px; border-radius: 8px; }
.nof-ps-body { display: flex; flex-direction: column; flex: 1; }
.nof-ps-cat { font-size: 0.74rem; color: var(--text-muted); margin-bottom: 4px; }
.nof-ps-title { font-size: 0.9rem; font-weight: 800; line-height: 1.4; margin-bottom: 6px; }
.nof-ps-title a { color: var(--text); }
.nof-ps-title a:hover { color: #ff6b00; }
.nof-ps-price { font-size: 1.02rem; font-weight: 900; color: #16a34a; margin-top: auto; margin-bottom: 10px; }
.nof-ps-buy-btn { text-align: center; background: linear-gradient(135deg, #ff6b00, #f59e0b); color: #fff; padding: 8px 10px; border-radius: 10px; font-weight: 800; font-size: 0.82rem; display: block; }
.nof-ps-buy-btn:hover { background: linear-gradient(135deg, #ea580c, #d97706); }

/* 6. BLOG SECTION */
.nof-blog-sec { max-width: 1300px; margin: 30px auto 0 auto; padding: 0 28px; }
.nof-sub-text { font-size: 0.82rem; color: var(--text-muted); }
.nof-blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 16px; }
.nof-blog-card { background: #fff; border: 1px solid var(--border-mid); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; }
.nof-bc-img { width: 100%; height: 160px; position: relative; overflow: hidden; }
.nof-bc-img img { width: 100%; height: 100%; object-fit: cover; }
.nof-bc-tag { position: absolute; top: 10px; right: 10px; background: rgba(255, 107, 0, 0.9); color: #fff; font-size: 0.7rem; font-weight: 800; padding: 3px 10px; border-radius: 10px; }
.nof-bc-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.nof-bc-meta { display: flex; gap: 10px; font-size: 0.74rem; color: var(--text-muted); margin-bottom: 6px; }
.nof-bc-title { font-size: 0.98rem; font-weight: 800; line-height: 1.4; margin-bottom: 6px; }
.nof-bc-excerpt { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 12px; flex: 1; }
.nof-bc-link { font-size: 0.82rem; font-weight: 800; color: #ff6b00; }

/* 7. ABOUT NOFNIKA SECTION */
.nof-about-sec { background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); padding: 36px 28px; margin-top: 30px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.nof-about-container { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: center; }
@media (max-width: 900px) { .nof-about-container { grid-template-columns: 1fr; } }
.nof-about-title { font-size: 1.7rem; font-weight: 900; line-height: 1.35; margin-bottom: 14px; }
.nof-about-p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 12px; }
.nof-hl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.nof-hl-card { background: #fff; border: 1px solid var(--border-mid); border-radius: 14px; padding: 12px; display: flex; align-items: center; gap: 10px; }
.nof-hl-icon { font-size: 1.4rem; }
.nof-hl-card strong { display: block; font-size: 0.84rem; color: var(--text); }
.nof-hl-card span { font-size: 0.72rem; color: var(--text-muted); }

.nof-card-3d { background: #fff; border: 1px solid var(--border-mid); border-radius: 20px; padding: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.nof-img-box { width: 100%; height: 230px; border-radius: 14px; overflow: hidden; margin-bottom: 14px; }
.nof-img-box img { width: 100%; height: 100%; object-fit: cover; }
.nof-stats-row { display: flex; justify-content: space-between; background: #f8fafc; padding: 12px; border-radius: 14px; text-align: center; }
.nof-stat-num { display: block; font-size: 1.35rem; font-weight: 900; color: #ff6b00; }
.nof-stat-lbl { font-size: 0.75rem; color: var(--text-muted); }

/* FOOTER & MOBILE APP BAR */
footer { background: #1a1a2e; color: rgba(255,255,255,0.8); margin-top: 30px; padding: 40px 28px 20px; }
.footer-inner { max-width: 1300px; margin: 0 auto; }
.footer-container { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 40px; }
@media (max-width: 900px) { .footer-container { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (max-width: 600px) { .footer-container { grid-template-columns: 1fr; } }
.footer-logo,
.nof-footer-brand-mark {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
}
.footer-brand-name {
    font-size: 1.75rem;
    color: #F5C518;
    margin-bottom: 8px;
    -webkit-text-fill-color: #F5C518;
    background: none;
}
.footer-desc { font-size: 0.82rem; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 12px; }
.footer-col-title { font-size: 0.9rem; font-weight: 800; color: #fff; margin-bottom: 14px; border-right: 3px solid #ff6b00; padding-right: 10px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 0.82rem; }
.footer-links a { color: rgba(255,255,255,0.6); }
.footer-links a:hover { color: #ff6b00; }
.footer-contact { font-size: 0.82rem; color: rgba(255,255,255,0.6); display: flex; flex-direction: column; gap: 8px; }
.f-contact-item { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 8px; }
.f-contact-item a { color: rgba(255,255,255,0.75); text-decoration: none; }
.f-contact-item a:hover { color: #F5C518; }
.f-badge { display: inline-block; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); padding: 3px 10px; border-radius: 20px; font-size: 0.74rem; font-weight: 700; margin-top: 4px; margin-left: 6px; }

/* Footer about images – two small inline thumbnails */
.footer-about-imgs { display: flex; gap: 8px; margin-top: 12px; }
.footer-about-imgs img { width: 70px; height: 55px; object-fit: cover; border-radius: 8px; border: 1px solid rgba(255,255,255,0.1); }

/* ─── NOSTALGIC STRIP – horizontal scroll row, NOT vertical stack ─── */
.footer-nostalgic { margin-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 18px; }
.fn-label { font-size: 0.8rem; font-weight: 700; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
.fn-strip {
    display: flex !important;          /* HORIZONTAL row */
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.2) transparent;
}
.fn-strip::-webkit-scrollbar { height: 4px; }
.fn-strip::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 4px; }
.fn-item {
    flex-shrink: 0;
    width: 140px !important;           /* fixed card width */
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 10px 8px;
    text-align: center;
    text-decoration: none;
    color: inherit;
}
.fn-item img {
    width: 120px !important;
    height: 90px !important;           /* fixed image height, NO 807px */
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255,255,255,0.06);
}
.fn-item span { font-size: 0.68rem; color: rgba(255,255,255,0.6); font-weight: 600; line-height: 1.3; }

.footer-copy { text-align: center; font-size: 0.76rem; color: rgba(255,255,255,0.4); margin-top: 30px; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px; }



/* ─── SEARCH OVERLAY – MUST NEVER AFFECT NORMAL DOCUMENT FLOW ─── */
/* Always fixed+invisible; only becomes visible when .active is added */
.app-search-overlay {
    position: fixed !important;     /* OUT OF normal flow */
    inset: 0 !important;
    background: rgba(0,0,0,0.60) !important;
    z-index: 99999 !important;
    display: flex !important;       /* keep flex for centering modal */
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;          /* invisible by default */
    pointer-events: none !important;/* no click through */
    transition: opacity 0.25s ease !important;
}
.app-search-overlay.active {
    opacity: 1 !important;
    pointer-events: all !important;
}
.app-search-modal {
    background: #fff;
    border-radius: 20px;
    width: min(90vw, 560px);
    max-height: 80vh;
    overflow-y: auto;
    padding: 24px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.asm-header { display: flex; align-items: center; justify-content: space-between; }
.asm-header h3 { font-size: 1rem; font-weight: 800; color: var(--text); }
.asm-close-btn { background: #f1f5f9; border: none; border-radius: 50%; width: 32px; height: 32px; font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.asm-input-box input { width: 100%; border: 2px solid #e2e8f0; border-radius: 12px; padding: 10px 16px; font-size: 0.9rem; font-family: var(--font-fa); direction: rtl; outline: none; }
.asm-input-box input:focus { border-color: #ff6b00; }
.asm-shortcuts { display: flex; gap: 8px; flex-wrap: wrap; }
.asm-shortcuts span { background: #f8fafc; border: 1px solid #e2e8f0; padding: 4px 12px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; cursor: pointer; }
.asm-shortcuts span:hover { background: #ff6b00; color: #fff; border-color: #ff6b00; }
.asm-results { display: flex; flex-direction: column; gap: 10px; max-height: 300px; overflow-y: auto; }
.asm-empty-hint { font-size: 0.84rem; color: var(--text-muted); text-align: center; padding: 16px 0; }
.asm-result-item { display: flex; align-items: center; gap: 12px; padding: 10px; border: 1px solid #f1f5f9; border-radius: 12px; }
.asm-result-item:hover { border-color: #ff6b00; background: rgba(255,107,0,0.04); }
.asm-ri-info { flex: 1; }
.asm-ri-info strong { display: block; font-size: 0.86rem; color: var(--text); }
.asm-ri-info span { font-size: 0.78rem; color: var(--text-muted); }
.asm-ri-arrow { color: #ff6b00; font-weight: 900; font-size: 1.1rem; }

/* ══════════════════════════════════════════════════════════════════
   SEARCH MODAL — NEW HEADER (asm-header-left / asm-input-box icon)
══════════════════════════════════════════════════════════════════ */
.asm-header-left { display: flex; align-items: center; gap: 10px; }
.asm-input-box { position: relative; }
.asm-input-icon { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); }
.asm-input-box input { width: 100%; border: 2px solid #e2e8f0; border-radius: 12px; padding: 10px 42px 10px 16px; font-size: 0.9rem; font-family: var(--font-fa); direction: rtl; outline: none; box-sizing: border-box; }
.asm-input-box input:focus { border-color: #ff6b00; }
.asm-shortcuts button { background: #f8fafc; border: 1px solid #e2e8f0; padding: 5px 13px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-fa); }
.asm-shortcuts button:hover { background: #ff6b00; color: #fff; border-color: #ff6b00; }
.asm-result-item { display: flex; align-items: center; gap: 12px; padding: 10px; border: 1px solid #f1f5f9; border-radius: 12px; text-decoration: none; color: var(--text); }
.asm-result-item img { border-radius: 8px; object-fit: contain; background: #f8fafc; flex-shrink: 0; }

/* ══════════════════════════════════════════════════════════════════
   MOBILE CATEGORY PILL BAR
══════════════════════════════════════════════════════════════════ */
.nof-mcat-bar { display: none; background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 66px; z-index: 90; }
.nof-mcat-scroll { display: flex; gap: 8px; padding: 10px 16px; overflow-x: auto; scrollbar-width: none; white-space: nowrap; -webkit-overflow-scrolling: touch; }
.nof-mcat-scroll::-webkit-scrollbar { display: none; }
.nof-mcat-pill { display: inline-flex; align-items: center; gap: 5px; padding: 6px 14px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; background: #f8fafc; border: 1.5px solid #e2e8f0; color: var(--text-mid); text-decoration: none; white-space: nowrap; transition: all 0.2s ease; flex-shrink: 0; }
.nof-mcat-pill.active, .nof-mcat-pill:hover { background: #ff6b00; border-color: #ff6b00; color: #fff; }
@media (max-width: 920px) { .nof-mcat-bar { display: block; } }

/* ══════════════════════════════════════════════════════════════════
   HERO MEGA SLIDER  ─  .nof-hero-slider
══════════════════════════════════════════════════════════════════ */
.nof-hero-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #1a1a2e;
    direction: rtl;
}

/* Track — holds all slides side by side */
.nof-hs-track {
    display: flex;
    transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    height: 100%;
}

/* Individual slide */
.nof-hs-slide {
    flex-shrink: 0;
    width: 100%;
    min-height: 580px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Gradient overlay */
.nof-hs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        rgba(180, 60, 0, 0.82) 0%,
        rgba(30, 10, 0, 0.65) 60%,
        rgba(0,0,0,0.35) 100%);
    z-index: 1;
}
.nof-hs-overlay-violet {
    background: linear-gradient(135deg,
        rgba(80, 20, 160, 0.82) 0%,
        rgba(20, 10, 50, 0.65) 60%,
        rgba(0,0,0,0.35) 100%);
}
.nof-hs-overlay-gold {
    background: linear-gradient(135deg,
        rgba(150, 90, 0, 0.82) 0%,
        rgba(40, 20, 0, 0.65) 60%,
        rgba(0,0,0,0.35) 100%);
}

/* Container within slide (2-Column Web3D 3D Stage) */
.nof-hs-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 32px 30px;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 40px;
}

.nof-hs-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 3D Showcase Stage (100% Authentic Product Photo Display) */
.nof-hs-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
}

.nof-hs-3d-card {
    position: relative;
    width: 320px;
    height: 380px;
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 247, 237, 0.9) 100%);
    border-radius: 28px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 30px rgba(255, 107, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation: hs3dFloat 4s ease-in-out infinite alternate;
}

@keyframes hs3dFloat {
    0% { transform: translateY(0px) rotateY(-3deg) rotateX(2deg); }
    100% { transform: translateY(-12px) rotateY(3deg) rotateX(-2deg); }
}

.nof-hs-3d-card.nof-hs-3d-violet {
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(245, 243, 255, 0.9) 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 30px rgba(124, 58, 237, 0.25);
}

.nof-hs-3d-card.nof-hs-3d-gold {
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(254, 243, 199, 0.9) 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 30px rgba(217, 119, 6, 0.25);
}

.nof-hs-3d-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 3;
}

.nof-hs-3d-img {
    max-width: 85%;
    max-height: 250px;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.18));
    transition: transform 0.4s ease;
    transform: translateZ(30px);
}

.nof-hs-3d-card:hover .nof-hs-3d-img {
    transform: translateZ(50px) scale(1.08);
}

.nof-hs-3d-shadow {
    position: absolute;
    bottom: 45px;
    width: 65%;
    height: 18px;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.nof-hs-3d-pill {
    margin-top: auto;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 12px;
    text-align: center;
    width: 90%;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
    z-index: 3;
}

@media (max-width: 992px) {
    .nof-hs-container { grid-template-columns: 1fr; gap: 24px; text-align: center; }
    .nof-hs-eyebrow, .nof-hs-desc, .nof-hs-pills, .nof-hs-btns { margin-left: auto; margin-right: auto; justify-content: center; }
    .nof-hs-stage { display: none; }
}

/* Eyebrow label */
.nof-hs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    width: fit-content;
}
.nof-hs-flame { font-size: 1.1rem; }

/* Main title */
.nof-hs-title {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin: 0;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

/* Brand highlight */
.nof-hs-brand {
    display: block;
    background: linear-gradient(90deg, #ff6b00, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nof-hs-brand-violet {
    background: linear-gradient(90deg, #a78bfa, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nof-hs-brand-gold {
    background: linear-gradient(90deg, #fbbf24, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description */
.nof-hs-desc {
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    color: rgba(255,255,255,0.88);
    line-height: 1.75;
    max-width: 600px;
    margin: 0;
}
.nof-hs-desc strong { color: #fff; }

/* Feature pills */
.nof-hs-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.nof-hs-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.22);
    backdrop-filter: blur(6px);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    white-space: nowrap;
}

/* CTA Buttons */
.nof-hs-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.nof-hs-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    color: #fff;
    padding: 13px 28px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(255,107,0,0.35);
    transition: all 0.25s ease;
}
.nof-hs-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,107,0,0.45); filter: brightness(1.08); }
.nof-hs-btn-violet {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    box-shadow: 0 8px 24px rgba(124,58,237,0.35);
}
.nof-hs-btn-violet:hover { box-shadow: 0 12px 32px rgba(124,58,237,0.45); }
.nof-hs-btn-gold {
    background: linear-gradient(135deg, #d97706, #fbbf24);
    box-shadow: 0 8px 24px rgba(217,119,6,0.35);
}
.nof-hs-btn-gold:hover { box-shadow: 0 12px 32px rgba(217,119,6,0.45); }
.nof-hs-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.95);
    padding: 13px 24px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: all 0.25s ease;
}
.nof-hs-btn-ghost:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.6); }

/* Stats row */
.nof-hs-stats-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(0,0,0,0.28);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 16px 24px;
    width: fit-content;
}
.nof-hs-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
    text-align: center;
}
.nof-hs-stat strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    color: #ff6b00;
    line-height: 1;
}
.nof-hs-stat span {
    display: block;
    font-size: 0.74rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
    margin-top: 4px;
    white-space: nowrap;
}
.nof-hs-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
}

/* SLIDER CONTROLS — Prev / Next */
.nof-hs-prev,
.nof-hs-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.14);
    border: 1.5px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(8px);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.22s ease;
}
.nof-hs-prev { right: 20px; }
.nof-hs-next { left: 20px; }
.nof-hs-prev:hover, .nof-hs-next:hover { background: rgba(255,107,0,0.6); border-color: #ff6b00; transform: translateY(-50%) scale(1.08); }

/* DOT INDICATORS */
.nof-hs-dots-bar {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
    align-items: center;
}
.nof-hsd {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.40);
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}
.nof-hsd.active {
    width: 24px;
    border-radius: 4px;
    background: #ff6b00;
}

/* PROGRESS BAR */
.nof-hs-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 3px;
    background: rgba(255,255,255,0.15);
    overflow: hidden;
}
.nof-hs-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff6b00, #f59e0b);
    width: 0%;
    transition: width linear;
}

/* Mobile hero */
@media (max-width: 768px) {
    .nof-hs-slide { min-height: 420px; }
    .nof-hs-container { padding: 40px 20px 20px; gap: 16px; }
    .nof-hs-title { font-size: clamp(1.5rem, 7vw, 2.2rem); }
    .nof-hs-desc { font-size: 0.85rem; }
    .nof-hs-stats-row { padding: 12px 16px; gap: 0; }
    .nof-hs-stat { padding: 0 12px; }
    .nof-hs-stat strong { font-size: 1.2rem; }
    .nof-hs-btns { gap: 10px; }
    .nof-hs-btn-primary, .nof-hs-btn-ghost { padding: 10px 18px; font-size: 0.85rem; }
    .nof-hs-prev, .nof-hs-next { width: 38px; height: 38px; font-size: 1.2rem; }
    .nof-hs-prev { right: 12px; }
    .nof-hs-next { left: 12px; }
}

/* ══════════════════════════════════════════════════════════════════
   PROFESSIONAL SWIPER HERO SLIDER WITH THUMBNAILS
══════════════════════════════════════════════════════════════════ */

/* Slider Wrapper Container */
.slider-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    background: radial-gradient(circle at 50% -20%, rgba(124, 58, 237, 0.25), transparent 70%),
                radial-gradient(circle at 100% 100%, rgba(6, 182, 212, 0.15), transparent 60%);
    border-radius: 36px;
}

.swiper.main-slider {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    background: #1e293b;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Slide Background */
.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Overlay */
.nof-hs-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.nof-hs-overlay-violet {
    background: linear-gradient(135deg,
        rgba(80, 20, 160, 0.82) 0%,
        rgba(20, 10, 50, 0.65) 60%,
        rgba(0,0,0,0.35) 100%);
}
.nof-hs-overlay-gold {
    background: linear-gradient(135deg,
        rgba(150, 90, 0, 0.82) 0%,
        rgba(40, 20, 0, 0.65) 60%,
        rgba(0,0,0,0.35) 100%);
}

/* Container within slide (2-Column Web3D 3D Stage) */
.nof-hs-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 32px 30px;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 40px;
}

.nof-hs-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 3D Showcase Stage (100% Authentic Product Photo Display) */
.nof-hs-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
}

.nof-hs-3d-card {
    position: relative;
    width: 320px;
    height: 380px;
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 247, 237, 0.9) 100%);
    border-radius: 28px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 30px rgba(255, 107, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    animation: hs3dFloat 4s ease-in-out infinite alternate;
}

@keyframes hs3dFloat {
    0% { transform: translateY(0px) rotateY(-3deg) rotateX(2deg); }
    100% { transform: translateY(-12px) rotateY(3deg) rotateX(-2deg); }
}

.nof-hs-3d-card.nof-hs-3d-violet {
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(245, 243, 255, 0.9) 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 30px rgba(124, 58, 237, 0.25);
}

.nof-hs-3d-card.nof-hs-3d-gold {
    background: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(254, 243, 199, 0.9) 100%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 30px rgba(217, 119, 6, 0.25);
}

.nof-hs-3d-img {
    max-width: 85%;
    max-height: 250px;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.18));
    transition: transform 0.4s ease;
    transform: translateZ(30px);
}

.nof-hs-3d-card:hover .nof-hs-3d-img {
    transform: translateZ(50px) scale(1.08);
}

/* Eyebrow label */
.nof-hs-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 0.82rem;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    width: fit-content;
}
.nof-hs-flame { font-size: 1.1rem; }

/* Main title */
.nof-hs-title {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin: 0;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

/* Brand highlight */
.nof-hs-brand {
    display: block;
    background: linear-gradient(90deg, #ff6b00, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nof-hs-brand-violet {
    background: linear-gradient(90deg, #a78bfa, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.nof-hs-brand-gold {
    background: linear-gradient(90deg, #fbbf24, #d97706);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Description */
.nof-hs-desc {
    font-size: clamp(0.9rem, 1.5vw, 1.05rem);
    color: rgba(255,255,255,0.88);
    line-height: 1.75;
    max-width: 600px;
    margin: 0;
}
.nof-hs-desc strong { color: #fff; }

/* Feature pills */
.nof-hs-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.nof-hs-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.22);
    backdrop-filter: blur(6px);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    color: rgba(255,255,255,0.95);
    white-space: nowrap;
}

/* CTA Buttons */
.nof-hs-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.nof-hs-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    color: #fff;
    padding: 13px 28px;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(255,107,0,0.35);
    transition: all 0.25s ease;
}
.nof-hs-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,107,0,0.45); filter: brightness(1.08); }
.nof-hs-btn-violet {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    box-shadow: 0 8px 24px rgba(124,58,237,0.35);
}
.nof-hs-btn-violet:hover { box-shadow: 0 12px 32px rgba(124,58,237,0.45); }
.nof-hs-btn-gold {
    background: linear-gradient(135deg, #d97706, #fbbf24);
    box-shadow: 0 8px 24px rgba(217,119,6,0.35);
}
.nof-hs-btn-gold:hover { box-shadow: 0 12px 32px rgba(217,119,6,0.45); }
.nof-hs-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.12);
    border: 1.5px solid rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.95);
    padding: 13px 24px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(6px);
    transition: all 0.25s ease;
}
.nof-hs-btn-ghost:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.6); }

/* Stats row */
.nof-hs-stats-bar {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.nof-hs-stats-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: rgba(0,0,0,0.28);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 16px 24px;
    width: fit-content;
}
.nof-hs-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
    text-align: center;
}
.nof-hs-stat strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    color: #ff6b00;
    line-height: 1;
}
.nof-hs-stat span {
    display: block;
    font-size: 0.74rem;
    color: rgba(255,255,255,0.7);
    font-weight: 600;
    margin-top: 4px;
    white-space: nowrap;
}
.nof-hs-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
}

/* Custom Navigation Buttons */
.swiper-button-next, .swiper-button-prev {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    z-index: 10;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
    color: #7c3aed;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Custom Pagination */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #a78bfa, #ec4899);
    box-shadow: 0 0 12px rgba(167, 139, 250, 0.6);
}

/* Thumbnails Navigation */
.thumbs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 1180px;
    margin: 24px auto 0;
}

.thumb-card {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.thumb-card:hover, .thumb-card.active {
    background: rgba(124, 58, 237, 0.25);
    border-color: rgba(167, 139, 250, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(124, 58, 237, 0.2);
}

.thumb-img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
}

.thumb-info h4 {
    font-size: 0.9rem;
    color: #f1f5f9;
    margin-bottom: 2px;
}

.thumb-info p {
    font-size: 0.75rem;
    color: #94a3b8;
}

@media (max-width: 768px) {
    .thumbs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .slider-wrapper {
        border-radius: 24px;
        padding: 8px;
    }
    .swiper.main-slider {
        border-radius: 20px;
    }
    .swiper-slide {
        border-radius: 20px;
    }
    .nof-hs-container {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
        padding: 40px 20px 20px;
    }
    .nof-hs-eyebrow, .nof-hs-desc, .nof-hs-pills, .nof-hs-btns {
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .nof-hs-stage { display: none; }
    .nof-hs-title { font-size: clamp(1.5rem, 7vw, 2.2rem); }
    .nof-hs-desc { font-size: 0.85rem; }
    .nof-hs-stats-row { padding: 12px 16px; gap: 0; }
    .nof-hs-stat { padding: 0 12px; }
    .nof-hs-stat strong { font-size: 1.2rem; }
    .nof-hs-btns { gap: 10px; }
    .nof-hs-btn-primary, .nof-hs-btn-ghost { padding: 10px 18px; font-size: 0.85rem; }
    .swiper-button-next, .swiper-button-prev {
        width: 42px;
        height: 42px;
    }
}

/* ══════════════════════════════════════════════════════════════════
   HERO SLIDER JAVASCRIPT (inline via CSS comment-safe approach)
   The JS is embedded in front-page.php; this CSS ensures the
   slider renders correctly before JS fires (no FOUC)
══════════════════════════════════════════════════════════════════ */

/* Ensure slides stack horizontally always */
.nof-hs-track { flex-wrap: nowrap !important; }
.nof-hs-slide { flex: 0 0 100% !important; max-width: 100% !important; }

/* ══════════════════════════════════════════════════════════════════
   PRODUCT SECTION SHELLS  (.nof-ps-section, .nof-section-hd, etc.)
══════════════════════════════════════════════════════════════════ */
.nof-homepage-root {
    background: var(--surface);
    min-height: 100vh;
}

.nof-ps-section {
    padding: 48px 0 32px;
    position: relative;
}
.nof-ps-section:nth-child(odd) { background: #fff; }
.nof-ps-section:nth-child(even) { background: #fafbff; }

/* Section header */
.nof-section-hd {
    max-width: 1280px;
    margin: 0 auto 24px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.nof-section-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nof-section-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.nof-section-icon-fire   { background: rgba(255,107,0,0.1); }
.nof-section-icon-electric { background: rgba(124,58,237,0.1); }
.nof-section-icon-kettle { background: rgba(13,148,136,0.1); }
.nof-section-icon-ornamental { background: rgba(217,119,6,0.1); }
.nof-section-icon-deals  { background: rgba(220,38,38,0.1); }

.nof-section-titles {}
.nof-section-title {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--text);
    margin: 0;
    line-height: 1.2;
}
.nof-section-sub {
    font-size: 0.78rem;
    color: var(--text-muted);
    font-weight: 600;
    margin-top: 2px;
}
.nof-section-see-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #ff6b00;
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 14px;
    border: 1.5px solid rgba(255,107,0,0.2);
    border-radius: 20px;
    transition: all 0.2s ease;
}
.nof-section-see-all:hover { background: rgba(255,107,0,0.06); border-color: #ff6b00; }

/* Product Slider viewport */
.nof-ps-viewport {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    overflow: hidden;
    position: relative;
}
.nof-ps-track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
    will-change: transform;
}

/* Product Card */
.nof-ps-card {
    flex-shrink: 0;
    width: 220px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: all 0.25s ease;
    text-decoration: none;
    color: var(--text);
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.nof-ps-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.10);
    border-color: rgba(255,107,0,0.2);
}
.nof-ps-img-wrap {
    position: relative;
    width: 100%;
    height: 160px;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nof-ps-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
    padding: 8px;
    box-sizing: border-box;
}
.nof-ps-card:hover .nof-ps-img-wrap img { transform: scale(1.06); }
.nof-ps-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    color: #fff;
    font-size: 0.67rem;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 10px;
}
.nof-ps-badge-wc { background: linear-gradient(135deg, #22c55e, #16a34a); }

.nof-ps-body {
    padding: 14px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}
.nof-ps-cat {
    font-size: 0.68rem;
    font-weight: 700;
    color: #ff6b00;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.nof-ps-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--text);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nof-ps-title a { color: inherit; text-decoration: none; }
.nof-ps-sku { font-size: 0.68rem; color: var(--text-muted); font-weight: 600; }
.nof-ps-price {
    font-size: 0.92rem;
    font-weight: 900;
    color: #16a34a;
    margin-top: auto;
}
.nof-ps-price-na { color: var(--text-muted); font-weight: 700; font-size: 0.82rem; }
.nof-ps-footer {
    padding: 0 14px 14px;
}
.nof-ps-btn {
    display: block;
    width: 100%;
    padding: 9px;
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 800;
    border-radius: 10px;
    text-decoration: none;
    transition: filter 0.2s ease;
}
.nof-ps-btn:hover { filter: brightness(1.08); }

/* Slider arrows */
.nof-ps-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--text-mid);
    transition: all 0.2s ease;
}
.nof-ps-arrow:hover { background: #ff6b00; color: #fff; border-color: #ff6b00; }
.nof-ps-arrow-prev { right: 0; }
.nof-ps-arrow-next { left: 0; }

/* Hot deals grid */
.nof-hd-grid {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}
.nof-hd-card {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.25s ease;
    text-decoration: none;
    color: var(--text);
    position: relative;
}
.nof-hd-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.09); border-color: rgba(255,107,0,0.25); }
.nof-hd-discount { position: absolute; top: 10px; right: 10px; background: #dc2626; color: #fff; font-size: 0.65rem; font-weight: 900; padding: 3px 8px; border-radius: 8px; }
.nof-hd-img-wrap { height: 150px; background: #f8fafc; display: flex; align-items: center; justify-content: center; }
.nof-hd-img-wrap img { max-height: 130px; object-fit: contain; padding: 8px; }
.nof-hd-body { padding: 12px 14px 14px; }
.nof-hd-title { font-size: 0.84rem; font-weight: 800; color: var(--text); line-height: 1.3; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.nof-hd-price { font-size: 0.92rem; font-weight: 900; color: #16a34a; }
.nof-hd-cta { display: block; margin: 8px 14px 14px; padding: 8px; background: #ff6b00; color: #fff; text-align: center; border-radius: 10px; font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.nof-hd-cta:hover { filter: brightness(1.08); }

/* Mobile responsive product sliders */
@media (max-width: 768px) {
    .nof-ps-section { padding: 32px 0 20px; }
    .nof-ps-viewport { padding: 0 16px; }
    .nof-ps-card { width: 175px; }
    .nof-ps-img-wrap { height: 130px; }
    .nof-section-hd { padding: 0 16px; flex-wrap: wrap; gap: 8px; }
    .nof-hd-grid { padding: 0 16px; grid-template-columns: repeat(2, 1fr); }
}

/* ══════════════════════════════════════════════════════════════════
   ABOUT / BLOG / FEATURES SECTIONS  (from front-page.php)
══════════════════════════════════════════════════════════════════ */
.nof-blog-section { padding: 48px 0; background: #fff; }
.nof-blog-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.nof-blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-top: 24px; }
.nof-blog-card { background: #fafbff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; text-decoration: none; color: var(--text); transition: all 0.25s ease; }
.nof-blog-card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,0.08); }
.nof-blog-thumb { height: 180px; background: #e2e8f0; overflow: hidden; }
.nof-blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.nof-blog-card:hover .nof-blog-thumb img { transform: scale(1.06); }
.nof-blog-body { padding: 16px 18px 20px; }
.nof-blog-cat { font-size: 0.7rem; font-weight: 700; color: #ff6b00; text-transform: uppercase; margin-bottom: 6px; }
.nof-blog-title { font-size: 0.95rem; font-weight: 800; line-height: 1.4; color: var(--text); margin-bottom: 8px; }
.nof-blog-excerpt { font-size: 0.8rem; color: var(--text-muted); line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.nof-blog-meta { font-size: 0.72rem; color: var(--text-muted); margin-top: 10px; display: flex; gap: 10px; }

/* ══════════════════════════════════════════════════════════════════
   3D COVERFLOW WOOCOMMERCE PRODUCT SHOWCASE  (.nof-3d-*)
══════════════════════════════════════════════════════════════════ */
.nof-3d-coverflow-section {
    position: relative;
    width: 100%;
    padding: 60px 0 80px;
    background: radial-gradient(circle at 50% 30%, #171d30 0%, #0a0d16 100%);
    overflow: hidden;
    direction: ltr; /* Keeps Swiper 3D perspective calculation exact */
}

.nof-3d-hd {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
    direction: rtl;
}

.nof-3d-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(255, 107, 0, 0.15), rgba(245, 158, 11, 0.15));
    border: 1px solid rgba(255, 107, 0, 0.3);
    color: #ff6b00;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 12px;
}

.nof-3d-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 0%, #a5b4fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nof-3d-sub {
    color: #94a3b8;
    font-size: 0.92rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Swiper Container */
.swiper.nof-3d-swiper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
    perspective: 1200px;
}

/* 3D Card Slide */
.swiper-slide.nof-3d-card {
    background-position: center;
    background-size: cover;
    width: 320px;
    height: 480px;
    background: rgba(18, 24, 38, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: filter 0.4s ease, opacity 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
    filter: blur(4px) brightness(0.7);
    opacity: 0.6;
    user-select: none;
    direction: rtl; /* Card content reads RTL */
}

/* Active 3D Card */
.swiper-slide-active.nof-3d-card {
    filter: blur(0px) brightness(1);
    opacity: 1;
    border-color: rgba(0, 242, 254, 0.4);
    box-shadow: 0 25px 60px rgba(0, 242, 254, 0.25), 0 0 40px rgba(157, 78, 221, 0.2);
}

/* Card Media */
.nof-3d-media {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nof-3d-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 16px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-slide-active .nof-3d-media img {
    transform: scale(1.06);
}

/* Neon Badges */
.nof-3d-badge-left {
    position: absolute;
    top: 14px;
    right: 14px; /* RTL top right */
    background: linear-gradient(135deg, #9d4edd, #7928ca);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 4px 12px;
    border-radius: 12px;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(157, 78, 221, 0.4);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nof-3d-badge-right {
    position: absolute;
    top: 14px;
    left: 14px; /* RTL top left */
    background: linear-gradient(135deg, #ffb703, #ff8800);
    color: #000000;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 4px 12px;
    border-radius: 12px;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 183, 3, 0.4);
    z-index: 2;
}

/* Card Body */
.nof-3d-card-content {
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    background: linear-gradient(180deg, rgba(18, 24, 38, 0) 0%, rgba(10, 13, 22, 0.95) 100%);
}

.nof-3d-cat {
    font-size: 0.72rem;
    font-weight: 800;
    color: #ff6b00;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.nof-3d-card-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 8px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nof-3d-card-title a { color: inherit; text-decoration: none; }

.nof-3d-card-desc {
    font-size: 0.8rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Footer */
.nof-3d-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nof-3d-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.swiper-slide-active .nof-3d-btn {
    background: linear-gradient(135deg, #00f2fe, #0072ff);
    color: #000;
    font-weight: 800;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.4);
}

.swiper-slide-active .nof-3d-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 242, 254, 0.6);
}

.nof-3d-price {
    font-size: 1.1rem;
    font-weight: 900;
    color: #ffb703;
    text-shadow: 0 2px 10px rgba(255, 183, 3, 0.3);
}

/* Swiper Nav Dots & Arrows */
.nof-3d-coverflow-section .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}

.nof-3d-coverflow-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00f2fe;
    width: 28px;
    border-radius: 6px;
    box-shadow: 0 0 10px #00f2fe;
}

.nof-3d-coverflow-section .swiper-button-next,
.nof-3d-coverflow-section .swiper-button-prev {
    color: #00f2fe;
    background: rgba(18, 24, 38, 0.8);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.nof-3d-coverflow-section .swiper-button-next:hover,
.nof-3d-coverflow-section .swiper-button-prev:hover {
    background: #00f2fe;
    color: #000;
    box-shadow: 0 0 20px #00f2fe;
}

@media (max-width: 640px) {
    .swiper-slide.nof-3d-card { width: 270px; height: 430px; }
    .nof-3d-media { height: 200px; }
    .nof-3d-title { font-size: 1.6rem; }
    .nof-3d-coverflow-section .swiper-button-next,
    .nof-3d-coverflow-section .swiper-button-prev { display: none; }
}

/* ══════════════════════════════════════════════════════════════════
   CATEGORY SWIPER — professional product cards
══════════════════════════════════════════════════════════════════ */
.nof-cat-swiper {
    width: 100%;
    padding: 8px 2px 28px;
    position: relative;
    overflow: visible;
}

.swiper-slide.nof-cat-card {
    width: 248px;
    height: auto;
    margin: 0;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e8eef5;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    display: flex;
    flex-direction: column;
}

.swiper-slide.nof-cat-card:hover {
    transform: translateY(-6px);
    border-color: #fdba74;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

.nof-cat-card-hit {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.nof-cat-media {
    position: relative;
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 40%, #ffffff 0%, #f8fafc 72%);
    border-bottom: 1px solid #f1f5f9;
    overflow: hidden;
}

.nof-cat-media::after {
    content: "";
    position: absolute;
    inset: auto 12% 10px;
    height: 14px;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.06);
    filter: blur(6px);
    pointer-events: none;
}

.nof-cat-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px 16px 22px;
    box-sizing: border-box;
    transition: transform 0.35s ease;
    position: relative;
    z-index: 1;
}

.swiper-slide.nof-cat-card:hover .nof-cat-media img {
    transform: scale(1.06);
}

.nof-cat-chip {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.28);
}

.nof-cat-card--violet .nof-cat-chip { background: linear-gradient(135deg, #6d28d9, #8b5cf6); box-shadow: 0 4px 12px rgba(109, 40, 217, 0.28); }
.nof-cat-card--teal .nof-cat-chip { background: linear-gradient(135deg, #0f766e, #14b8a6); box-shadow: 0 4px 12px rgba(13, 148, 136, 0.28); }
.nof-cat-card--gold .nof-cat-chip { background: linear-gradient(135deg, #b45309, #f59e0b); box-shadow: 0 4px 12px rgba(180, 83, 9, 0.28); }
.nof-cat-card--red .nof-cat-chip { background: linear-gradient(135deg, #dc2626, #f97316); box-shadow: 0 4px 12px rgba(220, 38, 38, 0.28); }

.nof-cat-cap {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 800;
    color: #334155;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e2e8f0;
    backdrop-filter: blur(6px);
}

.nof-cat-stock {
    position: absolute;
    bottom: 10px;
    left: 12px;
    z-index: 2;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.01em;
}
.nof-cat-stock.is-in {
    color: #166534;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
}
.nof-cat-stock.is-out {
    color: #991b1b;
    background: #fee2e2;
    border: 1px solid #fecaca;
}

.nof-cat-body {
    padding: 14px 14px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-height: 148px;
}

.nof-cat-brand {
    font-size: 0.66rem;
    font-weight: 800;
    color: #ea580c;
}

.nof-cat-card--violet .nof-cat-brand { color: #7c3aed; }
.nof-cat-card--teal .nof-cat-brand { color: #0d9488; }
.nof-cat-card--gold .nof-cat-brand { color: #b45309; }
.nof-cat-card--red .nof-cat-brand { color: #dc2626; }

.nof-cat-title {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}

.nof-cat-sku {
    font-size: 0.68rem;
    font-weight: 700;
    color: #94a3b8;
}

.nof-cat-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.nof-cat-price-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.nof-cat-price-box em {
    font-style: normal;
    font-size: 0.62rem;
    font-weight: 800;
    color: #94a3b8;
}

.nof-cat-price {
    font-size: 0.92rem;
    font-weight: 900;
    color: #15803d;
    line-height: 1.25;
}

.nof-cat-price.is-ask {
    color: #d97706;
    font-size: 0.8rem;
}

.nof-cat-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 12px;
    font-size: 0.74rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    box-shadow: 0 6px 14px rgba(234, 88, 12, 0.22);
    transition: filter 0.2s ease, transform 0.2s ease;
}

.nof-cat-card--violet .nof-cat-cta { background: linear-gradient(135deg, #6d28d9, #8b5cf6); box-shadow: 0 6px 14px rgba(109, 40, 217, 0.25); }
.nof-cat-card--teal .nof-cat-cta { background: linear-gradient(135deg, #0f766e, #14b8a6); box-shadow: 0 6px 14px rgba(13, 148, 136, 0.25); }
.nof-cat-card--gold .nof-cat-cta { background: linear-gradient(135deg, #b45309, #f59e0b); box-shadow: 0 6px 14px rgba(180, 83, 9, 0.25); }
.nof-cat-card--red .nof-cat-cta { background: linear-gradient(135deg, #dc2626, #ea580c); box-shadow: 0 6px 14px rgba(220, 38, 38, 0.25); }

.swiper-slide.nof-cat-card:hover .nof-cat-cta {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* Legacy shared cards (archive / related) keep simpler shell */
.nof-arch-card,
.sp-rel-card {
    width: 230px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
}
.nof-arch-card:hover,
.sp-rel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}
.nof-ac-img-link,
.sp-rel-img-box {
    position: relative;
    width: 100%;
    height: 170px;
    background: #f8fafc;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nof-ac-img-link img,
.sp-rel-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 12px;
    box-sizing: border-box;
    transition: transform 0.3s ease;
}
.nof-arch-card:hover .nof-ac-img-link img,
.sp-rel-card:hover .sp-rel-img-box img {
    transform: scale(1.05);
}
.nof-badge-left,
.nof-badge-right {
    position: absolute;
    top: 10px;
    z-index: 2;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 8px;
}
.nof-badge-left { left: 10px; background: #0f172a; }
.nof-badge-right { right: 10px; background: linear-gradient(135deg, #ff6b00, #f59e0b); }
.nof-badge-violet { background: linear-gradient(135deg, #6d28d9, #8b5cf6); }
.nof-badge-teal { background: linear-gradient(135deg, #0d9488, #14b8a6); }
.nof-badge-gold { background: linear-gradient(135deg, #d97706, #f59e0b); }
.nof-badge-red { background: linear-gradient(135deg, #dc2626, #ef4444); }

/* ══════════════════════════════════════════════════════════════════
   MASTER LIQUID SHINE BUTTON SYSTEM (.nof-cat-btn, .nof-ac-btn, etc.)
══════════════════════════════════════════════════════════════════ */
.nof-cat-btn,
.nof-ac-btn,
.sp-add-cart-btn,
.nof-sp-main-btn,
.checkout-button,
.button,
.nof-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #ff6b00 0%, #f59e0b 50%, #d97706 100%);
    color: #ffffff !important;
    font-size: 0.84rem;
    font-weight: 900;
    border-radius: 14px;
    text-decoration: none;
    border: none;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.32);
    z-index: 1;
}

/* Liquid Flare Shine Sweep Effect */
.nof-cat-btn::before,
.nof-ac-btn::before,
.sp-add-cart-btn::before,
.nof-sp-main-btn::before,
.checkout-button::before,
.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: skewX(-20deg);
    transition: transform 0.6s ease;
    z-index: 2;
}

.nof-cat-btn:hover::before,
.nof-ac-btn:hover::before,
.sp-add-cart-btn:hover::before,
.nof-sp-main-btn:hover::before,
.checkout-button:hover::before,
.button:hover::before {
    transform: translateX(350%) skewX(-20deg);
}

.nof-cat-btn:hover,
.nof-ac-btn:hover,
.sp-add-cart-btn:hover,
.nof-sp-main-btn:hover,
.checkout-button:hover,
.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 0, 0.45);
    filter: brightness(1.08);
}

.nof-cat-btn:active,
.nof-ac-btn:active,
.sp-add-cart-btn:active,
.nof-sp-main-btn:active,
.checkout-button:active,
.button:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 3px 10px rgba(255, 107, 0, 0.3);
}

.nof-cat-btn-violet {
    background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
    box-shadow: 0 6px 18px rgba(124, 58, 237, 0.32);
}
.nof-cat-btn-violet:hover { box-shadow: 0 10px 25px rgba(124, 58, 237, 0.45); }

.nof-cat-btn-teal {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);
    box-shadow: 0 6px 18px rgba(13, 148, 136, 0.32);
}
.nof-cat-btn-teal:hover { box-shadow: 0 10px 25px rgba(13, 148, 136, 0.45); }

.nof-cat-btn-gold {
    background: linear-gradient(135deg, #d97706 0%, #fbbf24 100%);
    box-shadow: 0 6px 18px rgba(217, 119, 6, 0.32);
}
.nof-cat-btn-gold:hover { box-shadow: 0 10px 25px rgba(217, 119, 6, 0.45); }

/* Swiper Navigation Arrows on Category Sliders */
.nof-ps-section .swiper-button-next,
.nof-ps-section .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 50%;
    color: var(--text);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
    top: 50%;
    margin-top: -21px;
    z-index: 10;
}

.nof-ps-section .swiper-button-next:after,
.nof-ps-section .swiper-button-prev:after {
    font-size: 1rem;
    font-weight: 900;
}

.nof-ps-section .swiper-button-next:hover,
.nof-ps-section .swiper-button-prev:hover {
    background: #ff6b00;
    color: #ffffff;
    border-color: #ff6b00;
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
}

/* ══════════════════════════════════════════════════════════════════
   NOFNIKA SINGLE PRODUCT PAGE LAYOUT (.nof-sp-*)
   Inspired by PlantThrive reference layout, adapted to Samovars
══════════════════════════════════════════════════════════════════ */
.nof-sp-root {
    max-width: min(1280px, 100%);
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 24px 80px;
    direction: rtl;
    font-family: var(--font-fa);
    color: #1e293b;
    overflow-x: clip;
}

/* Top Announcement Banner */
.nof-sp-top-banner {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid #fed7aa;
    color: #c2410c;
    font-size: 0.85rem;
    font-weight: 800;
    text-align: center;
    padding: 11px 20px;
    border-radius: 16px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(255, 107, 0, 0.05);
}

/* Breadcrumb — full-width path box */
.nof-sp-bc {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 22px;
    padding: 12px 18px;
    border-radius: 16px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.nof-sp-bc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    width: 100%;
    font-size: 0.86rem;
    line-height: 1.5;
}

.nof-sp-bc-item {
    margin: 0;
    min-width: 0;
}

.nof-sp-bc-sep {
    margin: 0;
    color: #cbd5e1;
    font-weight: 800;
    flex-shrink: 0;
}

.nof-sp-bc a {
    color: #64748b;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}

.nof-sp-bc a:hover {
    color: #ea580c;
}

.nof-sp-bc-cat {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c !important;
    font-weight: 800 !important;
}

.nof-sp-bc-cat:hover {
    background: #ffedd5;
    color: #9a3412 !important;
}

.nof-sp-bc-current {
    flex: 1 1 auto;
    min-width: 0;
}

.nof-sp-bc-current span {
    display: block;
    color: #0f172a;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 2-Column Stage Layout */
.nof-sp-card-stage {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 36px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    max-width: 100%;
    box-sizing: border-box;
}

/* Column 1: Showcase & Media */
.nof-sp-media-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nof-sp-showcase-box {
    position: relative;
    width: 100%;
    min-height: 440px;
    background: radial-gradient(circle at 50% 50%, #fffbf5 0%, #fff7ed 100%);
    border: 1.5px solid #ffedd5;
    border-radius: 28px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
}

/* Vertical Badges List (Left side of showcase in RTL) */
.nof-sp-vert-badges {
    position: absolute;
    right: 20px; /* Inside RTL image box */
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 5;
}

.nof-sp-vb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 0.68rem;
    font-weight: 800;
    color: #475569;
}

.nof-sp-vb-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ffedd5;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: transform 0.25s ease;
}

.nof-sp-vb-item:hover .nof-sp-vb-icon {
    transform: scale(1.1);
    border-color: #ff6b00;
}

/* Center Image — preview */
.nof-sp-img-center {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: zoom-in;
}

.nof-sp-img-center img {
    max-width: 85%;
    max-height: 380px;
    object-fit: contain;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    pointer-events: none;
}

.nof-sp-showcase-box:hover .nof-sp-img-center img {
    transform: scale(1.04);
}

.nof-sp-zoom-hint {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 4;
    font-size: 0.68rem;
    font-weight: 800;
    color: #334155;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #ffedd5;
    border-radius: 999px;
    padding: 6px 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    pointer-events: none;
}

/* Full-size lightbox slider */
body.nof-sp-lb-open {
    overflow: hidden;
}

.nof-sp-lb {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.nof-sp-lb[hidden] {
    display: none !important;
}

.nof-sp-lb-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.88);
    backdrop-filter: blur(6px);
}

.nof-sp-lb-stage {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: min(96%, 1100px);
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.nof-sp-lb-stage img {
    display: block;
    max-width: 100%;
    max-height: calc(88vh - 56px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    background: #fff;
}

.nof-sp-lb-cap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #e2e8f0;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.nof-sp-lb-count {
    color: #fdba74;
    font-variant-numeric: tabular-nums;
}

.nof-sp-lb-close,
.nof-sp-lb-nav {
    position: absolute;
    z-index: 3;
    border: 0;
    cursor: pointer;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(8px);
    transition: background 0.2s ease, transform 0.2s ease;
}

.nof-sp-lb-close:hover,
.nof-sp-lb-nav:hover {
    background: rgba(255, 107, 0, 0.85);
}

.nof-sp-lb-close {
    top: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 1;
}

.nof-sp-lb-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.8rem;
    line-height: 1;
}

.nof-sp-lb-prev { right: 16px; }
.nof-sp-lb-next { left: 16px; }

.nof-sp-lb-dots {
    position: absolute;
    z-index: 3;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.nof-sp-lb-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.35);
}

.nof-sp-lb-dot.is-active {
    background: #ff6b00;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .nof-sp-lb {
        padding: 12px;
    }
    .nof-sp-lb-nav {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }
    .nof-sp-lb-prev { right: 8px; }
    .nof-sp-lb-next { left: 8px; }
    .nof-sp-lb-stage img {
        max-height: calc(78vh - 48px);
    }
}

/* Thumbnails Strip */
.nof-sp-thumbs-strip {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.nof-sp-thumb-btn {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    padding: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.nof-sp-thumb-btn.active,
.nof-sp-thumb-btn:hover {
    border-color: #ff6b00;
    background: #fff7ed;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.2);
}

.nof-sp-thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Bottom Feature Pills Grid (4 items) */
.nof-sp-feature-pills {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 4px;
}

.nof-sp-fp-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 800;
    color: #334155;
    transition: all 0.25s ease;
}

.nof-sp-fp-item:hover {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
    transform: translateY(-2px);
}

.nof-sp-fp-icon {
    font-size: 1.2rem;
}

/* Wholesale box (under feature pills) */
.nof-ws-box {
    margin-top: 14px;
    padding: 16px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 107, 0, 0.1), transparent 42%),
        linear-gradient(160deg, #0f172a 0%, #1e293b 55%, #334155 100%);
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.22);
}

.nof-ws-head { margin-bottom: 12px; }

.nof-ws-badge {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 107, 0, 0.2);
    border: 1px solid rgba(253, 186, 116, 0.45);
    color: #ffd7b0;
    font-size: 0.7rem;
    font-weight: 900;
}

.nof-ws-title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.4;
}

.nof-ws-sub {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.65;
    color: #cbd5e1;
}

.nof-ws-base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    margin-bottom: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.nof-ws-base-label {
    font-size: 0.76rem;
    font-weight: 800;
    color: #94a3b8;
}

.nof-ws-base-price {
    font-size: 1rem;
    font-weight: 900;
    color: #86efac;
}

.nof-ws-table-wrap {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 12px;
}

.nof-ws-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(15, 23, 42, 0.35);
}

.nof-ws-table th,
.nof-ws-table td {
    padding: 10px 12px;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.8rem;
}

.nof-ws-table th {
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-weight: 800;
}

.nof-ws-table tr:last-child td { border-bottom: 0; }

.nof-ws-qty {
    display: inline-block;
    font-weight: 800;
    color: #f8fafc;
}

.nof-ws-best {
    display: inline-flex;
    margin-right: 6px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #ff6b00;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 900;
}

.nof-ws-fee {
    font-weight: 900;
    color: #fdba74;
    white-space: nowrap;
}

.nof-ws-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
}

.nof-ws-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 0.78rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform 0.15s ease, filter 0.15s ease;
    border: 1px solid transparent;
}

.nof-ws-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }

.nof-ws-wa {
    background: #16a34a;
    color: #fff;
}

.nof-ws-sms {
    background: #0ea5e9;
    color: #fff;
}

.nof-ws-call {
    background: #f8fafc;
    color: #0f172a;
}

.nof-ws-bale {
    background: linear-gradient(135deg, #38bdf8 0%, #0284c7 100%);
    color: #fff;
}

.nof-ws-geo {
    margin: 0;
    font-size: 0.72rem;
    line-height: 1.65;
    color: #94a3b8;
}

.nof-ws-geo strong { color: #fdba74; }

/* Column 2: Info & Purchase Controls */
.nof-sp-info-col {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.nof-sp-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nof-sp-brand-tag {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    font-size: 0.78rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0;
}

.nof-sp-brand-parts i {
    font-style: normal;
    color: #cbd5e1;
    margin: 0 4px;
}

.nof-sp-brand-nofnika {
    display: inline-flex;
    align-items: center;
    gap: 0.25em;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, #ff6b00 0%, #ea580c 55%, #c2410c 100%);
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.28);
    letter-spacing: 0.2px;
}
.nof-sp-brand-nofnika .nof-wordmark {
    font-size: 1.15em;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
}

.nof-cat-brand .nof-wordmark {
    font-size: 1.05em;
    background: none;
    -webkit-text-fill-color: currentColor;
    color: inherit;
}

.nof-sp-title {
    font-size: 1.85rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.3;
    margin: 0;
}

.nof-sp-chips-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.nof-sp-chip {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-size: 0.74rem;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 20px;
}

/* Price Section */
.nof-sp-price-sec {
    padding: 14px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
}

.nof-sp-price-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nof-sp-price-current {
    font-size: 1.8rem;
    font-weight: 900;
    color: #16a34a;
}

.nof-sp-price-orig {
    font-size: 1.1rem;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 700;
}

.nof-sp-discount-badge {
    background: #dc2626;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 10px;
}

/* Mini Tabbed Switcher */
.nof-sp-mini-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nof-sp-mt-nav {
    display: flex;
    gap: 8px;
    border-bottom: 1.5px solid #e2e8f0;
    padding-bottom: 6px;
}

.nof-sp-mt-btn {
    background: none;
    border: none;
    padding: 8px 14px;
    font-size: 0.85rem;
    font-weight: 800;
    color: #64748b;
    cursor: pointer;
    position: relative;
    transition: color 0.2s ease;
}

.nof-sp-mt-btn.active {
    color: #ff6b00;
}

.nof-sp-mt-btn.active::after {
    content: '';
    position: absolute;
    bottom: -7.5px;
    right: 0;
    left: 0;
    height: 3px;
    background: #ff6b00;
    border-radius: 3px;
}

.nof-sp-mt-box {
    display: none;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px 18px;
    font-size: 0.86rem;
    color: #475569;
    line-height: 1.65;
}

.nof-sp-mt-box.active {
    display: block;
}
.nof-sp-mt-box p { margin: 0; }

/* Feature highlight boxes (product specs) */
.nof-sp-feat-sec {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nof-sp-feat-label {
    font-size: 0.9rem;
    font-weight: 900;
    color: #0f172a;
}

.nof-sp-feat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.nof-sp-feat-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 14px 14px 12px;
    background: linear-gradient(145deg, #ffffff 0%, #fffaf5 100%);
    border: 1px solid #f1e4d6;
    border-radius: 18px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nof-sp-feat-card:hover {
    border-color: #fdba74;
    box-shadow: 0 8px 22px rgba(255, 107, 0, 0.1);
    transform: translateY(-2px);
}

.nof-sp-feat-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
}

.nof-sp-feat-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.nof-sp-feat-body strong {
    font-size: 0.82rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.35;
}

.nof-sp-feat-body span {
    font-size: 0.74rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.55;
}

/* Warranty option radio cards */
.nof-sp-buy-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nof-sp-warr-head {
    font-size: 0.9rem;
    font-weight: 900;
    color: #0f172a;
}

.nof-sp-radio-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.nof-sp-radio-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nof-sp-warr-std.active,
.nof-sp-warr-std:hover {
    border-color: #16a34a;
    background: #f0fdf4;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.12);
}

.nof-sp-warr-vip {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 45%, #fde68a 100%);
    border-color: #d4a017;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.nof-sp-warr-vip:hover,
.nof-sp-warr-vip.active {
    border-color: #b45309;
    background: linear-gradient(135deg, #fff7db 0%, #fcd34d 50%, #f59e0b 100%);
    box-shadow: 0 8px 24px rgba(180, 83, 9, 0.22);
}

.nof-sp-warr-vip .nof-sp-rc-content strong {
    color: #78350f;
}

.nof-sp-warr-vip .nof-sp-rc-content span {
    color: #92400e;
}

.nof-sp-rc-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.nof-sp-rc-content strong {
    font-size: 0.88rem;
    color: #0f172a;
    line-height: 1.45;
}

.nof-sp-rc-content span {
    font-size: 0.76rem;
    color: #64748b;
    line-height: 1.5;
}

.nof-sp-rc-price {
    font-size: 0.88rem;
    font-weight: 900;
    color: #16a34a;
    white-space: nowrap;
}

.nof-sp-rc-included {
    color: #64748b;
    font-size: 0.78rem;
    background: #f1f5f9;
    padding: 6px 10px;
    border-radius: 999px;
}

.nof-sp-rc-vip {
    color: #78350f;
    background: rgba(120, 53, 15, 0.1);
    border: 1px solid rgba(180, 83, 9, 0.35);
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
}

/* Alinassab warranty panel */
.nof-sp-g-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.nof-sp-g-hero {
    padding: 22px 24px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.18), transparent 42%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #334155 100%);
    color: #f8fafc;
}

.nof-sp-g-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 107, 0, 0.18);
    border: 1px solid rgba(255, 171, 102, 0.45);
    color: #ffd7b0;
    font-size: 0.78rem;
    font-weight: 900;
}

.nof-sp-g-hero h3 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    font-weight: 900;
    color: #fff;
}

.nof-sp-g-hero p {
    margin: 0;
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.7;
    max-width: 52rem;
}

.nof-sp-g-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.nof-sp-g-meta-card {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.nof-sp-g-meta-card strong {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 800;
}

.nof-sp-g-meta-card a,
.nof-sp-g-meta-card em {
    font-style: normal;
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
    text-decoration: none;
}

.nof-sp-g-meta-card a { color: #ea580c; }

.nof-sp-g-meta-card span {
    font-size: 0.78rem;
    color: #94a3b8;
    font-weight: 700;
}

.nof-sp-g-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.nof-sp-g-card {
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
}

.nof-sp-g-card header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.nof-sp-g-tag {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
    font-size: 0.75rem;
    font-weight: 900;
}

.nof-sp-g-card h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
    color: #0f172a;
}

.nof-sp-g-card p {
    margin: 0 0 10px;
    font-size: 0.86rem;
    color: #475569;
    line-height: 1.7;
}

.nof-sp-g-card ul {
    margin: 0 0 12px;
    padding: 0 18px 0 0;
    list-style: disc;
}

.nof-sp-g-card li {
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 6px;
}

.nof-sp-g-note {
    font-size: 0.78rem;
    font-weight: 800;
    color: #9a3412;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    padding: 8px 12px;
}

.nof-sp-g-card-support .nof-sp-g-tag {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.nof-sp-g-card-support .nof-sp-g-note {
    color: #1e3a8a;
    background: #eff6ff;
    border-color: #bfdbfe;
}

.nof-sp-g-source {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.84rem;
    font-weight: 800;
    color: #ea580c;
    text-decoration: none;
    border-bottom: 1px solid rgba(234, 88, 12, 0.35);
    padding-bottom: 2px;
}

.nof-sp-g-source:hover { color: #c2410c; }

/* CTA Action Box */
.nof-sp-cta-box {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.nof-sp-main-btn {
    flex: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 900;
    border-radius: 18px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.3);
}

.nof-sp-main-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(22, 163, 74, 0.45);
    filter: brightness(1.05);
}

.nof-sp-phone-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    background: #f8fafc;
    border: 1.5px solid #cbd5e1;
    color: #1e293b;
    font-size: 0.88rem;
    font-weight: 800;
    border-radius: 18px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nof-sp-phone-btn:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

/* Risk Free Guarantee Notice */
.nof-sp-risk-free {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    font-size: 0.78rem;
    color: #475569;
    line-height: 1.5;
}

.nof-sp-rf-icon {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* Bottom Detailed Tabs */
.nof-sp-bottom-tabs {
    margin-top: 40px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 107, 0, 0.06), transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 28px 28px 32px;
    box-shadow: 0 10px 36px rgba(15, 23, 42, 0.05);
}

.nof-sp-bt-head {
    margin-bottom: 18px;
}

.nof-sp-bt-kicker {
    display: inline-flex;
    margin-bottom: 6px;
    font-size: 0.75rem;
    font-weight: 900;
    color: #ea580c;
    letter-spacing: 0.3px;
}

.nof-sp-bt-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.4;
}

.nof-sp-bt-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 6px;
    margin-bottom: 18px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
}

.nof-sp-bt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: 1px solid transparent;
    padding: 12px 10px;
    border-radius: 14px;
    font-size: 0.88rem;
    font-weight: 800;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.nof-sp-bt-ico {
    display: inline-flex;
    color: inherit;
    opacity: 0.85;
}

.nof-sp-bt-btn:hover {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.7);
}

.nof-sp-bt-btn.active {
    background: #ffffff;
    color: #ea580c;
    border-color: #fed7aa;
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.12);
}

.nof-sp-bt-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 22px;
    min-height: 180px;
}

.nof-sp-bt-content {
    display: none;
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.8;
    animation: nofSpTabIn 0.28s ease;
}

.nof-sp-bt-content.active {
    display: block;
}

@keyframes nofSpTabIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.nof-sp-prose {
    max-width: 70ch;
}

.nof-sp-prose-badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
    font-size: 0.74rem;
    font-weight: 900;
}

.nof-sp-prose p {
    margin: 0 0 12px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.9;
}

.nof-sp-prose strong { color: #0f172a; }

/* Related products mosaic — full page width on desktop, compact on mobile */
.nof-sp-related {
    margin-top: 28px;
    width: 100%;
    max-width: 100%;
    padding: 18px 20px 20px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
    box-sizing: border-box;
}

.nof-sp-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.nof-sp-related-kicker {
    display: inline-flex;
    margin-bottom: 2px;
    font-size: 0.72rem;
    font-weight: 900;
    color: #ea580c;
}

.nof-sp-related-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
}

.nof-sp-related-all {
    flex-shrink: 0;
    font-size: 0.8rem;
    font-weight: 900;
    color: #ea580c;
    text-decoration: none;
}

.nof-sp-rel-mosaic {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.nof-sp-rel-tile {
    margin: 0;
    min-width: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.nof-sp-rel-tile:hover {
    transform: translateY(-2px);
    border-color: #fdba74;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
}

.nof-sp-rel-tile-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.nof-sp-rel-tile-media {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    max-height: none;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
}

.nof-sp-rel-tile-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 14px;
}

.nof-sp-rel-tile-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px 12px;
}

.nof-sp-rel-tile-cat {
    display: none;
}

.nof-sp-rel-tile-name {
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.4;
    color: #0f172a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.3em;
}

.nof-sp-rel-tile-price {
    font-size: 0.82rem;
    font-weight: 900;
    color: #16a34a;
}

/* App mobile kit: keep 4 tiny tiles in one row */
@media (max-width: 768px) {
    body.nofnika-furnitura-app-ui .nof-sp-related,
    .nof-sp-related {
        margin-top: 12px;
        max-width: 100%;
        padding: 8px;
        border-radius: 12px;
    }

    body.nofnika-furnitura-app-ui .nof-sp-rel-mosaic,
    .nof-sp-rel-mosaic {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 5px;
    }

    .nof-sp-rel-tile { border-radius: 9px; }

    .nof-sp-rel-tile-media {
        max-height: 64px;
        aspect-ratio: 1;
    }

    .nof-sp-rel-tile-media img { padding: 4px; }

    .nof-sp-rel-tile-meta { padding: 4px 4px 5px; }

    .nof-sp-related-title { font-size: 0.78rem; }
    .nof-sp-related-kicker { font-size: 0.58rem; }
    .nof-sp-rel-tile-name,
    .nof-sp-rel-tile-price { font-size: 0.58rem; }
}

/* SEO main image in description tab (centered) */
.nof-sp-seo-gallery.nof-sp-seo-main-only {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: center;
}

.nof-sp-seo-main-only .nof-sp-seo-main {
    margin: 0 auto;
    width: min(100%, 420px);
    border-radius: 20px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.nof-sp-seo-main-only .nof-sp-seo-main img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 380px;
    margin: 0 auto;
    object-fit: contain;
    background: #fff;
}

.nof-sp-seo-main-only .nof-sp-seo-main figcaption {
    padding: 8px 12px;
    font-size: 0.76rem;
    font-weight: 700;
    color: #64748b;
    background: #f8fafc;
    text-align: center;
}

/* WooCommerce reviews system */
.nof-reviews {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nof-reviews-summary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffffff 55%);
    border: 1px solid #fed7aa;
}

.nof-reviews-heading {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 900;
    color: #0f172a;
}

.nof-reviews-lead {
    margin: 0;
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.7;
}

.nof-reviews-score {
    min-width: 120px;
    text-align: center;
    padding: 14px 16px;
    border-radius: 16px;
    background: #0f172a;
    color: #fff;
}

.nof-reviews-score-num {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.nof-reviews-score-max {
    font-size: 0.78rem;
    color: #94a3b8;
    font-weight: 800;
}

.nof-reviews-stars {
    margin: 6px 0;
    color: #64748b;
    letter-spacing: 1px;
}

.nof-reviews-stars .on { color: #fbbf24; }

.nof-reviews-score-meta {
    font-size: 0.72rem;
    color: #cbd5e1;
    font-weight: 700;
}

.nof-reviews-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nof-reviews-list .comment,
.nof-reviews-list .review {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.nof-reviews-list .meta,
.nof-reviews-list .woocommerce-review__author {
    font-weight: 900;
    color: #0f172a;
}

.nof-reviews-list .star-rating {
    color: #f59e0b;
}

.nof-reviews-empty {
    padding: 22px;
    text-align: center;
    border-radius: 16px;
    border: 1px dashed #fdba74;
    background: #fff7ed;
}

.nof-reviews-empty strong {
    display: block;
    margin-bottom: 6px;
    color: #0f172a;
}

.nof-reviews-empty p {
    margin: 0;
    color: #64748b;
    font-size: 0.86rem;
}

.nof-reviews-form-card {
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.nof-reviews-form-title {
    margin: 0 0 14px;
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
}

.nof-reviews-field {
    margin: 0 0 12px;
}

.nof-reviews-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 800;
    color: #334155;
}

.nof-reviews-field input,
.nof-reviews-field textarea,
.nof-reviews-form-card input[type="text"],
.nof-reviews-form-card input[type="email"],
.nof-reviews-form-card textarea {
    width: 100%;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    font-family: inherit;
    font-size: 0.9rem;
}

.nof-reviews-field textarea { min-height: 120px; resize: vertical; }

.nof-reviews-rating {
    margin-bottom: 14px;
    padding: 12px;
    border-radius: 14px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.nof-reviews-rating label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.86rem;
    font-weight: 900;
    color: #9a3412;
}

.nof-star-pick {
    display: flex;
    gap: 6px;
    direction: ltr;
    width: fit-content;
}

.nof-star-btn {
    border: 0;
    background: transparent;
    font-size: 1.6rem;
    line-height: 1;
    color: #cbd5e1;
    cursor: pointer;
    padding: 0;
}

.nof-star-btn.is-on { color: #f59e0b; }

.nof-star-label {
    margin: 6px 0 0;
    font-size: 0.76rem;
    font-weight: 700;
    color: #92400e;
}

.nof-reviews-rating #rating {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
}

.nof-reviews-submit,
.nof-reviews-form-card .form-submit input {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 22px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff6b00 0%, #ea580c 100%);
    color: #fff !important;
    font-weight: 900;
    font-size: 0.92rem;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.25);
}

.nof-reviews-verify {
    padding: 14px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.86rem;
    font-weight: 700;
}

@media (max-width: 900px) {
    .nof-reviews-summary { grid-template-columns: 1fr; }
}

/* Specs cards */
.nof-sp-specs-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nof-sp-specs-intro {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nof-sp-specs-intro strong {
    font-size: 1rem;
    font-weight: 900;
    color: #0f172a;
}

.nof-sp-specs-intro span {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 700;
}

.nof-sp-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.nof-sp-spec-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
}

.nof-sp-spec-key {
    font-size: 0.76rem;
    font-weight: 800;
    color: #94a3b8;
}

.nof-sp-spec-val {
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.55;
}

/* Reviews */
.nof-sp-rev-panel {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    align-items: start;
}

.nof-sp-rev-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    padding: 22px 16px;
    border-radius: 20px;
    background: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
    color: #f8fafc;
}

.nof-sp-rev-score {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.nof-sp-rev-score strong {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    color: #fff;
}

.nof-sp-rev-score span {
    font-size: 0.9rem;
    font-weight: 800;
    color: #94a3b8;
}

.nof-sp-rev-stars {
    color: #fbbf24;
    letter-spacing: 2px;
    font-size: 1rem;
}

.nof-sp-rev-summary p {
    margin: 6px 0 0;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #cbd5e1;
}

.nof-sp-rev-summary strong { color: #fdba74; }

.nof-sp-rev-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nof-sp-rev-card {
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.nof-sp-rev-card header {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.nof-sp-rev-avatar {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
    font-weight: 900;
}

.nof-sp-rev-card header strong {
    display: block;
    font-size: 0.88rem;
    color: #0f172a;
}

.nof-sp-rev-card header span {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 700;
}

.nof-sp-rev-card header em {
    font-style: normal;
    font-size: 0.85rem;
    font-weight: 900;
    color: #ea580c;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    padding: 4px 8px;
    border-radius: 999px;
}

.nof-sp-rev-card p {
    margin: 0;
    font-size: 0.86rem;
    color: #475569;
    line-height: 1.7;
}

/* Legacy specs table (if used elsewhere) */
.nof-sp-specs-table {
    width: 100%;
    border-collapse: collapse;
}

.nof-sp-specs-table th,
.nof-sp-specs-table td {
    padding: 12px 18px;
    border-bottom: 1px solid #f1f5f9;
    text-align: right;
}

.nof-sp-specs-table {
    table-layout: fixed;
}
.nof-sp-specs-table th {
    width: 38%;
    background: #f8fafc;
    font-weight: 800;
    color: #1e293b;
    word-break: break-word;
}
.nof-sp-specs-table td {
    word-break: break-word;
}

/* Mobile Responsiveness */
@media (max-width: 900px) {
    .nof-sp-card-stage {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 24px;
    }
    .nof-sp-title { font-size: 1.4rem; }
    .nof-sp-showcase-box { min-height: 320px; padding: 16px; }
    .nof-sp-vert-badges { right: 12px; top: 12px; gap: 10px; }
    .nof-sp-vb-icon { width: 38px; height: 38px; font-size: 1rem; }
    .nof-sp-feature-pills { grid-template-columns: repeat(2, 1fr); }
    .nof-sp-feat-grid { grid-template-columns: 1fr; }
    .nof-sp-cta-box { flex-direction: column; }
    .nof-sp-bt-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nof-sp-specs-grid { grid-template-columns: 1fr; }
    .nof-sp-rev-panel { grid-template-columns: 1fr; }
    .nof-sp-g-meta,
    .nof-sp-g-cols { grid-template-columns: 1fr; }
    .nof-sp-bottom-tabs { padding: 18px 14px 22px; }
    .nof-sp-bt-panel { padding: 14px; }
}

/* ══════════════════════════════════════════════════════════════════
   NOFNIKA PROFESSIONAL SHOP (/shop/)
══════════════════════════════════════════════════════════════════ */
.nof-shop {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 96px;
    direction: rtl;
    color: #0f172a;
}

.nof-shop-hero {
    padding: 22px 24px;
    border-radius: 22px;
    margin-bottom: 16px;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 107, 0, 0.12), transparent 42%),
        linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #334155 100%);
    color: #f8fafc;
}

.nof-shop-bc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 0.8rem;
    color: #94a3b8;
}

.nof-shop-bc a {
    color: #fdba74;
    text-decoration: none;
    font-weight: 800;
}

.nof-shop-hero-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.nof-shop-kicker {
    display: inline-flex;
    margin-bottom: 6px;
    font-size: 0.74rem;
    font-weight: 900;
    color: #fdba74;
}

.nof-shop-title {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 2.4vw, 1.9rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.35;
}

.nof-shop-desc {
    margin: 0;
    max-width: 46rem;
    font-size: 0.88rem;
    line-height: 1.75;
    color: #cbd5e1;
}

.nof-shop-hero-meta {
    flex-shrink: 0;
    min-width: 88px;
    padding: 12px 14px;
    border-radius: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.nof-shop-hero-meta strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}

.nof-shop-hero-meta span {
    font-size: 0.72rem;
    font-weight: 800;
    color: #94a3b8;
}

.nof-shop-cats {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-bottom: 14px;
    -webkit-overflow-scrolling: touch;
}

.nof-shop-cat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.18s ease;
}

.nof-shop-cat em {
    font-style: normal;
    font-size: 0.7rem;
    font-weight: 900;
    color: #94a3b8;
    background: #f1f5f9;
    padding: 2px 7px;
    border-radius: 999px;
}

.nof-shop-cat:hover,
.nof-shop-cat.is-active {
    background: #ff6b00;
    border-color: #ff6b00;
    color: #fff;
    box-shadow: 0 6px 16px rgba(255, 107, 0, 0.22);
}

.nof-shop-cat.is-active em,
.nof-shop-cat:hover em {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.nof-shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.nof-shop-count .woocommerce-result-count,
.nof-shop-count p {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 800;
    color: #64748b;
}

.nof-shop-order .woocommerce-ordering {
    margin: 0;
}

.nof-shop-order select {
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    background: #fff;
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    color: #0f172a;
}

.nof-shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.nof-shop-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nof-shop-card:hover {
    transform: translateY(-3px);
    border-color: #fdba74;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.nof-shop-card.is-oos {
    opacity: 0.72;
}

.nof-shop-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px 0;
}

.nof-shop-card-cat {
    font-size: 0.68rem;
    font-weight: 900;
    color: #c2410c;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    padding: 3px 8px;
    border-radius: 999px;
}

.nof-shop-card-stock {
    font-size: 0.66rem;
    font-weight: 900;
    color: #166534;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 3px 8px;
    border-radius: 999px;
}

.nof-shop-card-stock.is-out {
    color: #991b1b;
    background: #fef2f2;
    border-color: #fecaca;
}

.nof-shop-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    padding: 10px 14px;
    background: radial-gradient(circle at center, #fff 42%, #f8fafc 100%);
}

.nof-shop-card-media img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.nof-shop-card:hover .nof-shop-card-media img {
    transform: scale(1.05);
}

.nof-shop-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px 14px 14px;
    flex: 1;
}

.nof-shop-card-title {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.45;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nof-shop-card-title a {
    color: #0f172a;
    text-decoration: none;
}

.nof-shop-card-title a:hover { color: #ea580c; }

.nof-shop-card-foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.nof-shop-card-price {
    font-size: 0.92rem;
    font-weight: 900;
    color: #16a34a;
}

.nof-shop-card-price.is-ask { color: #d97706; }

.nof-shop-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff6b00, #ea580c);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(234, 88, 12, 0.22);
}

.nof-shop-pager {
    margin-top: 28px;
}

.nof-shop-pager .page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nof-shop-pager .page-numbers li { margin: 0; }

.nof-shop-pager a.page-numbers,
.nof-shop-pager span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
}

.nof-shop-pager .page-numbers.current,
.nof-shop-pager a.page-numbers:hover {
    background: #ff6b00;
    border-color: #ff6b00;
    color: #fff;
}

.nof-shop-empty {
    text-align: center;
    padding: 40px 20px;
    border-radius: 18px;
    border: 1px dashed #fdba74;
    background: #fff7ed;
}

.nof-shop-empty strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.05rem;
    color: #0f172a;
}

.nof-shop-empty p {
    margin: 0 0 14px;
    color: #64748b;
}

/* Category SEO / GEO box — after products */
.nof-cat-seo {
    margin-top: 36px;
    width: 100%;
}

.nof-cat-seo-inner {
    padding: 28px 28px 30px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 107, 0, 0.07), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.05);
}

.nof-cat-seo-kicker {
    display: inline-flex;
    margin-bottom: 8px;
    font-size: 0.72rem;
    font-weight: 900;
    color: #ea580c;
}

.nof-cat-seo-title {
    margin: 0 0 10px;
    font-size: 1.35rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.45;
}

.nof-cat-seo-lead {
    margin: 0;
    max-width: 820px;
    font-size: 0.95rem;
    line-height: 1.85;
    color: #475569;
    font-weight: 600;
}

.nof-cat-seo-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0;
}

.nof-cat-seo-stat {
    padding: 14px 12px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    text-align: center;
}

.nof-cat-seo-stat-wide {
    grid-column: 1 / -1;
}

.nof-cat-seo-stat strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 4px;
}

.nof-cat-seo-stat span {
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
}

.nof-cat-seo-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 18px;
    align-items: start;
}

.nof-cat-seo-copy p {
    margin: 0 0 12px;
    font-size: 0.9rem;
    line-height: 1.9;
    color: #334155;
}

.nof-cat-seo-bullets {
    margin: 8px 0 0;
    padding: 0 18px 0 0;
    list-style: disc;
}

.nof-cat-seo-bullets li {
    margin-bottom: 6px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.7;
}

.nof-cat-seo-brand {
    padding: 16px 16px 14px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.nof-cat-seo-brand h3 {
    margin: 0 0 12px;
    font-size: 0.95rem;
    font-weight: 900;
    color: #9a3412;
}

.nof-cat-seo-brand dl {
    margin: 0;
}

.nof-cat-seo-brand dl > div {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 8px;
    padding: 7px 0;
    border-bottom: 1px dashed #fdba74;
}

.nof-cat-seo-brand dl > div:last-of-type {
    border-bottom: 0;
}

.nof-cat-seo-brand dt {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 800;
    color: #c2410c;
}

.nof-cat-seo-brand dd {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f172a;
}

.nof-cat-seo-brand-note {
    margin: 12px 0 0;
    font-size: 0.78rem;
    line-height: 1.7;
    color: #9a3412;
}

.nof-cat-seo-faq {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

.nof-cat-seo-faq h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 900;
    color: #0f172a;
}

.nof-cat-seo-faq-item {
    margin-bottom: 8px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    padding: 0 14px;
}

.nof-cat-seo-faq-item summary {
    cursor: pointer;
    padding: 12px 0;
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f172a;
    list-style: none;
}

.nof-cat-seo-faq-item summary::-webkit-details-marker { display: none; }

.nof-cat-seo-faq-item p {
    margin: 0 0 12px;
    font-size: 0.86rem;
    line-height: 1.8;
    color: #475569;
}

@media (max-width: 900px) {
    .nof-cat-seo-inner { padding: 20px 16px 22px; }
    .nof-cat-seo-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nof-cat-seo-grid { grid-template-columns: 1fr; }
    .nof-cat-seo-title { font-size: 1.15rem; }
}

.nof-woo-endpoint {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 20px 80px;
}

@media (max-width: 1024px) {
    .nof-shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .nof-shop { padding: 12px 12px 110px; }
    .nof-shop-hero { padding: 16px; border-radius: 18px; }
    .nof-shop-hero-row { flex-direction: column; align-items: flex-start; }
    .nof-shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .nof-shop-card-media { height: 130px; }
    .nof-shop-card-title { font-size: 0.78rem; min-height: 2.4em; }
    .nof-shop-toolbar { align-items: stretch; }
    .nof-shop-order select { width: 100%; }
}

@media (max-width: 420px) {
    .nof-shop-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════
   NOFNIKA GENERAL PAGES & WOOCOMMERCE CATALOG (.nof-page-*, .nof-archive-*)
══════════════════════════════════════════════════════════════════ */
.nof-page-root,
.nof-archive-root {
    max-width: 1280px;
    margin: 0 auto;
    padding: 24px 24px 80px;
    direction: rtl;
    font-family: var(--font-fa);
    color: #1e293b;
}

/* Page Header & Breadcrumbs */
.nof-page-header,
.nof-archive-header {
    margin-bottom: 28px;
    text-align: right;
}

.nof-page-bc,
.nof-archive-bc {
    font-size: 0.84rem;
    color: #64748b;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.nof-page-bc a, .nof-archive-bc a { color: #64748b; text-decoration: none; }
.nof-page-bc a:hover, .nof-archive-bc a:hover { color: #ff6b00; }
.nof-page-bc span, .nof-archive-bc span { color: #0f172a; font-weight: 700; }

.nof-page-title,
.nof-archive-title {
    font-size: 2.1rem;
    font-weight: 900;
    color: #0f172a;
    margin: 0 0 10px;
}

.nof-archive-desc {
    font-size: 0.95rem;
    color: #64748b;
    max-width: 800px;
    line-height: 1.75;
    margin: 0;
}

/* Category Chips Filter Bar */
.nof-archive-chips-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 32px;
}

.nof-ac-chip {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #475569;
    padding: 9px 18px;
    border-radius: 20px;
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.nof-ac-chip.active,
.nof-ac-chip:hover {
    background: #ff6b00;
    color: #ffffff;
    border-color: #ff6b00;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.25);
}

/* Shop Catalog Grid */
.nof-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.nof-arch-card {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.nof-arch-card:hover {
    transform: translateY(-4px);
    border-color: #ff6b00;
    box-shadow: 0 12px 32px rgba(255, 107, 0, 0.15);
}

.nof-ac-badge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.nof-ac-badge-4k {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 8px;
}

.nof-ac-badge-cat {
    background: #ffedd5;
    color: #c2410c;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 8px;
}

.nof-ac-img-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    margin-bottom: 14px;
}

.nof-ac-img-link img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.nof-arch-card:hover .nof-ac-img-link img {
    transform: scale(1.06);
}

.nof-ac-title {
    font-size: 0.95rem;
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 1.4;
    min-height: 42px;
}

.nof-ac-title a { color: #0f172a; text-decoration: none; transition: color 0.2s; }
.nof-ac-title a:hover { color: #ff6b00; }

.nof-ac-price-row {
    margin-bottom: 14px;
}

.nof-ac-price {
    font-size: 1.15rem;
    font-weight: 900;
    color: #16a34a;
}
.nof-ac-price.no-price { color: #d97706; }

.nof-ac-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 11px 16px;
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.88rem;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.25);
    box-sizing: border-radius;
}

.nof-ac-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

/* Pagination */
.nof-archive-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.nof-archive-pagination .page-numbers {
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #475569;
    font-weight: 800;
    text-decoration: none;
}

.nof-archive-pagination .page-numbers.current,
.nof-archive-pagination .page-numbers:hover {
    background: #ff6b00;
    color: #ffffff;
    border-color: #ff6b00;
}

/* WooCommerce Standard Forms Styling (Cart, Checkout, My Account) */
.nof-page-body {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 32px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03);
}

.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-MyAccount-content {
    font-family: inherit;
}

.woocommerce-cart-form table.shop_table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}

.woocommerce-cart-form th {
    background: #f8fafc;
    padding: 14px 18px;
    font-weight: 800;
    text-align: right;
}

.woocommerce-cart-form td {
    padding: 14px 18px;
    border-bottom: 1px solid #f1f5f9;
}

.checkout-button,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
button[name="save_account_details"] {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%) !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    border-radius: 16px !important;
    padding: 14px 28px !important;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.3) !important;
}

@media (max-width: 1024px) {
    .nof-archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .nof-archive-grid { grid-template-columns: 1fr; }
    .nof-page-title, .nof-archive-title { font-size: 1.6rem; }
    .nof-page-body { padding: 20px; }
}

/* ══════════════════════════════════════════════════════════════════
   FURNITURA-INSPIRED MOBILE APP UI KIT SYSTEM (RTL Persian)
══════════════════════════════════════════════════════════════════ */
:root {
    --app-bg: #f8fafc;
    --app-card-bg: #ffffff;
    --app-primary: #ff6b00;
    --app-primary-grad: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    --app-secondary: #0f172a;
    --app-text: #1e293b;
    --app-text-muted: #64748b;
    --app-border: #f1f5f9;
    --app-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    --app-shadow-hover: 0 18px 40px rgba(255, 107, 0, 0.14);
}

/* Desktop App Simulator Toggle Widget */
.desktop-app-sim-toggle {
    display: none;
    position: fixed;
    bottom: 24px;
    left: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 20px;
    border-radius: 50px;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.4), 0 0 0 2px rgba(255, 107, 0, 0.3);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    gap: 8px;
    direction: rtl;
}

@media (min-width: 769px) {
    .desktop-app-sim-toggle {
        display: flex;
    }
}

.desktop-app-sim-toggle:hover {
    transform: translateY(-4px) scale(1.05);
    background: linear-gradient(135deg, #ff6b00 0%, #d97706 100%);
    box-shadow: 0 14px 36px rgba(255, 107, 0, 0.45);
}

.desktop-app-sim-toggle .dast-icon {
    font-size: 1.1rem;
    animation: floatSimPhone 2s ease-in-out infinite alternate;
}

@keyframes floatSimPhone {
    0% { transform: translateY(0); }
    100% { transform: translateY(-3px); }
}

/* Desktop App Simulator Frame Overlay Modal */
.app-sim-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;
}

.app-sim-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.app-sim-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    transform: scale(0.85) translateY(30px);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.app-sim-modal-overlay.active .app-sim-container {
    transform: scale(1) translateY(0);
}

.app-sim-header-title {
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.app-sim-phone-frame {
    width: 390px;
    height: 780px;
    background: #0f172a;
    border-radius: 54px;
    padding: 14px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 0 12px #1e293b, 0 0 0 14px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.phone-notch {
    width: 140px;
    height: 28px;
    background: #0f172a;
    border-radius: 20px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.phone-speaker {
    width: 45px;
    height: 4px;
    background: #334155;
    border-radius: 4px;
}

.phone-camera {
    width: 10px;
    height: 10px;
    background: #1e293b;
    border-radius: 50%;
    border: 2px solid #334155;
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #f8fafc;
    border-radius: 42px;
    overflow: hidden;
    position: relative;
}

.phone-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.phone-home-bar {
    width: 130px;
    height: 5px;
    background: #ffffff;
    border-radius: 10px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0.8;
}

.app-sim-close-btn {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 22px;
    border-radius: 30px;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.app-sim-close-btn:hover {
    background: #ef4444;
    border-color: #ef4444;
}

/* ══════════ MOBILE TOP APP HEADER (FURNITURA UI KIT) ══════════ */
.nof-mobile-app-bar {
    display: none;
    background: #ffffff;
    padding: 14px 16px 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 0;
    z-index: 999;
    direction: rtl;
    border-bottom: 1px solid #f1f5f9;
}

@media (max-width: 768px) {
    .nof-mobile-app-bar {
        display: block;
    }
}

.mab-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mab-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mab-avatar {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    text-decoration: none;
    flex-shrink: 0;
    overflow: visible;
}
.mab-avatar .nof-brand-mark,
.mab-avatar .mab-brand-mark {
    width: 36px;
    height: 36px;
}

.mab-status-pulse {
    width: 9px;
    height: 9px;
    background: #22c55e;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mab-user-text {
    display: flex;
    flex-direction: column;
}

.mab-welcome {
    font-size: 0.72rem;
    color: var(--app-text-muted);
    font-weight: 600;
}

.mab-app-title {
    font-size: 0.88rem;
    color: var(--app-text);
    font-weight: 900;
}

.mab-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mab-action-btn {
    width: 38px;
    height: 38px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mab-action-btn:active {
    transform: scale(0.92);
    background: #ffedd5;
    color: #ff6b00;
}

.mab-badge-dot {
    width: 8px;
    height: 8px;
    background: #ff6b00;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}

/* App Search Bar Input Box */
.mab-search-box {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 12px;
    transition: all 0.25s ease;
}

.mab-search-box:active {
    border-color: #ff6b00;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(255, 107, 0, 0.12);
}

.mab-search-placeholder {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 600;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mab-filter-icon {
    width: 28px;
    height: 28px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Category Pills Strip */
.mab-pills-wrap {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 -16px -4px;
    padding: 0 16px 4px;
}

.mab-pills-wrap::-webkit-scrollbar {
    display: none;
}

.mab-pills {
    display: inline-flex;
    gap: 8px;
    white-space: nowrap;
}

.mab-pill {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.mab-pill.active,
.mab-pill:hover {
    background: var(--app-primary-grad);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

/* ══════════ FURNITURA MOBILE APP BOTTOM DOCK ══════════ */
.mobile-app-bottom-bar {
    position: fixed;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 480px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 8px 6px;
    z-index: 9999;
    direction: rtl;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (min-width: 769px) {
    .mobile-app-bottom-bar {
        display: none;
    }
}

.mab-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #64748b;
    text-decoration: none;
    background: none;
    border: none;
    padding: 6px 10px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex: 1;
}

.mab-item:hover,
.mab-item.active {
    color: #ff6b00;
}

.mab-item.active .mab-icon {
    transform: translateY(-2px) scale(1.15);
}

.mab-item.active .mab-label {
    font-weight: 900;
    color: #ff6b00;
}

.mab-active-pill {
    display: none;
    width: 16px;
    height: 3px;
    background: #ff6b00;
    border-radius: 10px;
    position: absolute;
    bottom: 2px;
    box-shadow: 0 2px 6px rgba(255, 107, 0, 0.6);
}

.mab-item.active .mab-active-pill {
    display: block;
}

.mab-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease;
}

.mab-icon-brand .mab-dock-brand,
.mab-icon-brand .nof-brand-mark {
    width: 24px;
    height: 24px;
}

.mab-item-home.active .mab-dock-brand {
    transform: translateY(-1px);
}

.mab-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.mab-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: linear-gradient(135deg, #ff6b00, #dc2626);
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4);
    animation: cartPulse 1.8s infinite alternate;
}

@keyframes cartPulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.15); }
}

.mab-search-glow {
    background: var(--app-primary-grad);
    color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.4);
    margin-top: -12px;
}

.mab-search-btn:active .mab-search-glow {
    transform: scale(0.9);
}

/* ══════════ MOBILE APP SEARCH BOTTOM SHEET MODAL ══════════ */
.app-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: 99999;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    direction: rtl;
}

.app-search-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.app-search-modal {
    width: 100%;
    max-height: 88vh;
    background: #ffffff;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding: 20px 20px 30px;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.app-search-overlay.active .app-search-modal {
    transform: translateY(0);
}

.app-search-modal::before {
    content: '';
    width: 44px;
    height: 5px;
    background: #e2e8f0;
    border-radius: 4px;
    margin: 0 auto -4px;
}

.asm-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.asm-header-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.asm-header-left h3 {
    font-size: 1rem;
    font-weight: 900;
    color: var(--app-text);
    margin: 0;
}

.asm-close-btn {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
}

.asm-input-box {
    position: relative;
    display: flex;
    align-items: center;
}

.asm-input-icon {
    position: absolute;
    right: 14px;
    pointer-events: none;
}

.asm-input-box input {
    width: 100%;
    padding: 14px 44px 14px 16px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--app-text);
    outline: none;
    transition: all 0.2s ease;
}

.asm-input-box input:focus {
    border-color: #ff6b00;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(255, 107, 0, 0.15);
}

.asm-shortcuts {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.asm-shortcuts button {
    background: #f1f5f9;
    color: #475569;
    border: none;
    padding: 6px 14px;
    border-radius: 14px;
    font-family: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease;
}

.asm-shortcuts button:hover,
.asm-shortcuts button:active {
    background: #ff6b00;
    color: #ffffff;
}

.asm-results {
    overflow-y: auto;
    max-height: 50vh;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 4px;
}

.asm-empty-hint {
    text-align: center;
    color: #94a3b8;
    font-size: 0.85rem;
    padding: 24px 0;
}

.asm-result-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

.asm-result-item:hover,
.asm-result-item:active {
    background: #fff7ed;
    border-color: #ffedd5;
    transform: translateX(-4px);
}

.asm-result-item img {
    border-radius: 10px;
    background: #ffffff;
    object-fit: contain;
}

.asm-ri-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.asm-ri-info strong {
    font-size: 0.85rem;
    color: var(--app-text);
}

.asm-ri-info span {
    font-size: 0.75rem;
    color: #ff6b00;
    font-weight: 800;
}

/* ══════════ FURNITURA MOBILE CARD STYLING (< 768px) ══════════ */
@media (max-width: 768px) {
    body {
        background-color: #f8fafc;
        padding-bottom: 84px; /* Space for bottom app bar dock */
    }

    /* Hide redundant desktop elements on mobile app mode */
    #nofTopBar {
        display: none !important;
    }

    /* Desktop header fully off in app kit (mobile app bar is the only top chrome) */
    body.nofnika-furnitura-app-ui #nof-header {
        display: none !important;
    }

    /* Homepage category cards — mobile app kit */
    .swiper-slide.nof-cat-card {
        width: 220px !important;
        border-radius: 18px !important;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
    }

    .swiper-slide.nof-cat-card:active {
        transform: scale(0.98) !important;
    }

    .nof-cat-media {
        height: 168px !important;
    }

    .nof-cat-body {
        min-height: 132px !important;
        padding: 12px !important;
    }

    .nof-cat-title {
        font-size: 0.84rem !important;
    }

    .nof-cat-cta {
        padding: 8px 10px !important;
        font-size: 0.7rem !important;
    }

    .nof-arch-card:active {
        transform: scale(0.97) !important;
    }
}

/* ══════════════════════════════════════════════════════════════════
   FURNITURA SINGLE PRODUCT APP UI KIT SYSTEM (< 768px & Desktop)
══════════════════════════════════════════════════════════════════ */

/* Single Product App Topbar */
.nof-app-sp-topbar {
    display: none;
    background: #ffffff;
    padding: 12px 16px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
    position: sticky;
    top: 0;
    z-index: 998;
    direction: rtl;
}

@media (max-width: 768px) {
    .nof-app-sp-topbar {
        display: flex;
    }

    /* Hide global mobile header on Cart, Checkout & Single Product pages to prevent duplicate headers */
    body.single-product .nof-mobile-app-bar,
    body.woocommerce-cart .nof-mobile-app-bar,
    body.woocommerce-checkout .nof-mobile-app-bar {
        display: none !important;
    }

    .nof-sp-root {
        padding-bottom: 140px; /* Space for sticky buy bar + bottom dock */
    }

    .nof-sp-top-banner,
    .nof-sp-bc {
        display: none !important;
    }
}

.nof-app-top-btn {
    width: 36px;
    height: 36px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #334155;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.nof-app-top-btn:active,
.nof-app-top-btn.active {
    background: #ffedd5;
    color: #ff6b00;
    border-color: #ff6b00;
}

.nof-app-top-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.nof-app-top-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Hero Showcase Floating Price Tag */
.nof-app-float-price {
    position: absolute;
    top: 14px;
    left: 14px;
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 900;
    padding: 6px 14px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.35);
    z-index: 5;
}

/* Similar Items / Gallery Strip (Furnitura UI Kit) */
.nof-app-similar-strip {
    margin-top: 16px;
    background: #ffffff;
    border-radius: 20px;
    padding: 14px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.nof-app-ss-title {
    font-size: 0.78rem;
    font-weight: 800;
    color: #475569;
    display: block;
    margin-bottom: 10px;
}

/* Sticky Bottom Buy Panel (< 768px) */
.nof-app-sticky-buy-bar {
    display: none;
    position: fixed;
    bottom: 80px;
    left: 12px;
    right: 12px;
    transform: none;
    width: auto;
    max-width: none;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14);
    padding: 10px 14px;
    align-items: center;
    justify-content: space-between;
    z-index: 9998;
    direction: rtl;
}

.nof-app-sticky-buy-bar.nof-app-sbb-with-warr {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px 12px 12px;
}

.nof-app-sbb-warr {
    display: none;
    flex-direction: column;
    gap: 6px;
}

.nof-app-sbb-warr-label {
    font-size: 0.68rem;
    font-weight: 900;
    color: #64748b;
}

.nof-app-sbb-warr-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.nof-app-sbb-warr-pill {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 40px;
    padding: 6px 8px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    color: #334155;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.18s ease;
}

.nof-app-sbb-warr-pill em {
    font-style: normal;
    font-size: 0.62rem;
    font-weight: 900;
    color: #b45309;
}

.nof-app-sbb-warr-pill.is-active {
    border-color: #16a34a;
    background: #f0fdf4;
    color: #166534;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.12);
}

.nof-app-sbb-warr-pill.nof-app-sbb-warr-vip {
    background: linear-gradient(135deg, #fffbeb 0%, #fde68a 100%);
    border-color: #d4a017;
    color: #78350f;
}

.nof-app-sbb-warr-pill.nof-app-sbb-warr-vip.is-active {
    border-color: #b45309;
    background: linear-gradient(135deg, #fef3c7 0%, #f59e0b 100%);
    color: #78350f;
    box-shadow: 0 4px 14px rgba(180, 83, 9, 0.2);
}

.nof-app-sbb-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.nof-cart-wrapper .nof-app-sticky-buy-bar {
    display: flex !important;
    bottom: 24px;
    max-width: 520px;
}

@media (max-width: 768px) {
    .nof-app-sticky-buy-bar {
        display: flex;
    }
    .nof-app-sticky-buy-bar.nof-app-sbb-with-warr .nof-app-sbb-warr {
        display: flex;
    }
    .nof-cart-wrapper .nof-app-sticky-buy-bar {
        bottom: 78px;
    }
    .nof-sp-cta-box {
        display: none !important; /* Replaced by sticky buy bar on mobile */
    }
    /* Warranty moves into floating bar on app kit mobile */
    body.single-product .nof-sp-buy-options {
        display: none !important;
    }
    body.single-product.nofnika-furnitura-app-ui .nof-sp-root {
        padding-bottom: 200px;
    }
}

.nof-app-sbb-price {
    display: flex;
    flex-direction: column;
}

.nof-app-sbb-label {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 600;
}

.nof-app-sbb-val {
    font-size: 0.95rem;
    font-weight: 900;
    color: #ff6b00;
}

.nof-app-sbb-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nof-app-sbb-btn {
    padding: 10px 16px;
    border-radius: 16px;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.nof-app-sbb-cart {
    background: #fff7ed;
    color: #ff6b00;
    border: 1.5px solid #ffedd5;
}

.nof-app-sbb-buy {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.35);
}

.nof-app-sbb-btn:active {
    transform: scale(0.94);
}

/* ══════════════════════════════════════════════════════════════════
   FURNITURA CREDIT CARD BANNER & CART/CHECKOUT APP UI SYSTEM
══════════════════════════════════════════════════════════════════ */
.nof-app-step-pill {
    background: #f1f5f9;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 12px;
}

.nof-app-step-pill.active {
    background: #ffedd5;
    color: #ff6b00;
    border: 1px solid #fed7aa;
}

/* Furnitura Credit Card Banner */
.nof-app-credit-card-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 26px;
    padding: 20px 24px;
    color: #ffffff;
    margin: 16px 0 24px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.25);
    position: relative;
    overflow: hidden;
    direction: rtl;
}

.nof-app-credit-card-banner::after {
    content: '';
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.3), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.nof-acc-chip-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.nof-acc-brand {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 1.5px;
    color: #ff6b00;
}

.nof-acc-number {
    font-family: var(--font-mono);
    font-variant-numeric: tabular-nums;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 20px;
    color: #f8fafc;
    direction: ltr;
    text-align: right;
}

.nof-acc-bottom-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 14px;
}

.nof-acc-holder span,
.nof-acc-total span {
    display: block;
    font-size: 0.68rem;
    color: #94a3b8;
    margin-bottom: 2px;
}

.nof-acc-holder strong,
.nof-acc-total strong {
    font-size: 0.85rem;
    font-weight: 800;
    color: #ffffff;
}

.nof-acc-total strong {
    color: #ff6b00;
    font-size: 0.95rem;
}

/* Cart & Checkout App Layout Adjustments */
@media (max-width: 768px) {
    .nof-cart-wrapper,
    .nof-checkout-wrapper {
        padding-bottom: 140px;
    }

    .nof-cart-header,
    .nof-checkout-header {
        display: none !important;
    }

    .shop_table.cart tbody tr {
        background: #ffffff;
        border-radius: 20px !important;
        border: 1px solid #f1f5f9 !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
        margin-bottom: 14px;
        padding: 14px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        position: relative;
    }

    .shop_table.cart td.product-remove {
        position: absolute;
        top: 12px;
        left: 12px;
    }

    .nof-app-remove-btn {
        width: 32px;
        height: 32px;
        background: #fef2f2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ══════════════════════════════════════════════════════════════════
   FURNITURA FULL APP UI KIT — CART & CHECKOUT STYLING
══════════════════════════════════════════════════════════════════ */

/* Hide traditional table borders & headers for app card layout */
.nof-cart-wrapper .shop_table,
.nof-checkout-wrapper .shop_table {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 14px !important;
    background: transparent !important;
    width: 100% !important;
}

.nof-cart-wrapper .shop_table thead,
.nof-checkout-wrapper .shop_table thead {
    display: none !important; /* Hide classic headers */
}

/* Furnitura App Product Row Cards */
.nof-cart-wrapper .shop_table tbody tr.cart_item {
    background: #ffffff !important;
    border-radius: 24px !important;
    border: 1px solid #f1f5f9 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    margin-bottom: 14px !important;
    transition: all 0.25s ease !important;
    position: relative !important;
    direction: rtl;
}

.nof-cart-wrapper .shop_table tbody tr.cart_item:hover {
    box-shadow: 0 12px 32px rgba(255, 107, 0, 0.12) !important;
    border-color: #ffedd5 !important;
}

.nof-cart-wrapper .shop_table td {
    border: none !important;
    padding: 0 !important;
}

/* Product thumbnail */
.nof-cart-wrapper .product-thumbnail {
    width: 72px;
    height: 72px;
    background: #f8fafc;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 14px;
    flex-shrink: 0;
}

.nof-cart-wrapper .product-thumbnail img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Product Name & Info */
.nof-cart-wrapper .product-name {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: 14px;
}

.nof-cart-item-title {
    font-size: 0.92rem;
    font-weight: 800;
    color: #0f172a;
    text-decoration: none;
}

.nof-cart-item-title:hover {
    color: #ff6b00;
}

/* Quantity input box app styling */
.nof-cart-wrapper .product-quantity .quantity input.qty {
    width: 50px !important;
    height: 38px !important;
    background: #f1f5f9 !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 12px !important;
    text-align: center !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

/* Subtotal & Price Tag */
.nof-cart-wrapper .product-subtotal {
    font-size: 0.98rem;
    font-weight: 900;
    color: #ff6b00;
    margin-left: 16px;
}

/* Update Cart Button */
.nof-cart-update-btn {
    background: #f1f5f9 !important;
    color: #475569 !important;
    border-radius: 14px !important;
    padding: 10px 20px !important;
    font-weight: 800 !important;
    border: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

.nof-cart-update-btn:hover {
    background: #ff6b00 !important;
    color: #ffffff !important;
}

/* Checkout Form Cards & Input Styling */
.nof-co-card {
    background: #ffffff;
    border-radius: 26px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
}

.nof-coc-title {
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 18px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
}

/* Form input fields app styling */
.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="tel"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-billing-fields textarea,
.woocommerce-shipping-fields input[type="text"],
.woocommerce-shipping-fields textarea,
.woocommerce-checkout select,
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"] {
    width: 100%;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
    outline: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.woocommerce-billing-fields input:focus,
.woocommerce-shipping-fields input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout input:focus {
    border-color: #ff6b00;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(255, 107, 0, 0.15);
}

/* Place Order Button in Checkout */
#place_order,
.place-order button,
button[name="woocommerce_checkout_place_order"] {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%) !important;
    color: #ffffff !important;
    font-size: 1.05rem !important;
    font-weight: 900 !important;
    border-radius: 20px !important;
    padding: 16px 32px !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(255, 107, 0, 0.4) !important;
    transition: all 0.25s ease !important;
}

#place_order:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(255, 107, 0, 0.5) !important;
}

.nof-cart-unit-price {
    font-size: 0.76rem;
    font-weight: 700;
    color: #64748b;
    margin-top: 2px;
}

/* Actions Row Cleanup (Update Cart) */
.nof-cart-wrapper .shop_table tbody tr:has(.actions),
.nof-cart-wrapper .shop_table tbody tr:last-child {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 10px !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.nof-cart-wrapper .shop_table td.actions {
    background: transparent !important;
    padding: 0 !important;
    width: auto !important;
}

/* ══════════════════════════════════════════════════════════════════
   FURNITURA ANIMATED APP NOTIFICATION & NOTICE CARDS
   (WooCommerce Messages, Stock Errors, Warnings & Success Alerts)
══════════════════════════════════════════════════════════════════ */
.woocommerce-notice,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    position: relative;
    padding: 16px 20px !important;
    margin: 16px 0 24px 0 !important;
    border-radius: 20px !important;
    border: none !important;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    direction: rtl;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07), 0 2px 6px rgba(0, 0, 0, 0.04);
    animation: appToastSlideIn 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    overflow: hidden;
    list-style: none !important;
}

@keyframes appToastSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-16px) scale(0.97);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Success Messages (Green Emerald Glow) */
.woocommerce-message {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
    color: #166534 !important;
    border-right: 5px solid #22c55e !important;
}

.woocommerce-message::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E") no-repeat center/contain;
    margin-left: 8px;
    flex-shrink: 0;
}

/* Error & Stock Limit Warnings (Amber / Crimson Red Glow) */
.woocommerce-error,
.woocommerce-error li {
    background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 100%) !important;
    color: #9f1239 !important;
    border-right: 5px solid #f43f5e !important;
}

.woocommerce-error::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23f43f5e' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'/%3E%3Cline x1='12' y1='9' x2='12' y2='13'/%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'/%3E%3C/svg%3E") no-repeat center/contain;
    margin-left: 8px;
    flex-shrink: 0;
}

/* Info Messages (Indigo / Sky Blue Glow) */
.woocommerce-info {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%) !important;
    color: #0369a1 !important;
    border-right: 5px solid #0284c7 !important;
}

.woocommerce-info::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") no-repeat center/contain;
    margin-left: 8px;
    flex-shrink: 0;
}

/* Button inside notices ("مشاهده سبد خرید") */
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-notice .button {
    background: #ffffff !important;
    color: #0f172a !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
    background: #ff6b00 !important;
    color: #ffffff !important;
    transform: translateY(-1.5px);
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.25) !important;
}

/* ══════════════════════════════════════════════════════════════════
   ULTRA-PROFESSIONAL CHECKOUT UI & STEPPER TIMELINE
══════════════════════════════════════════════════════════════════ */
.nof-co-stepper-header {
    background: #ffffff;
    border-radius: 24px;
    padding: 20px 24px;
    margin-bottom: 28px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
    direction: rtl;
}

.nof-co-stepper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 680px;
    margin: 0 auto;
}

.nof-co-step {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #94a3b8;
    font-size: 0.86rem;
    font-weight: 700;
}

.nof-co-step.active {
    color: #0f172a;
    font-weight: 900;
}

.nof-co-step.done {
    color: #166534;
}

.nof-cos-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
}

.nof-co-step.active .nof-cos-num {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.35);
}

.nof-co-step.done .nof-cos-num {
    background: #dcfce7;
    color: #15803d;
}

.nof-co-step-line {
    flex: 1;
    height: 2px;
    background: #e2e8f0;
    margin: 0 16px;
    border-radius: 2px;
}

.nof-co-step-line.done {
    background: #22c55e;
}

/* Card Header with Icon Badge */
.nof-co-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f1f5f9;
}

.nof-co-head-badge {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #ffedd5;
    color: #ff6b00;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.15);
}

.nof-co-head-badge.nof-chb-orange {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(255, 107, 0, 0.35);
}

.nof-coc-title-text {
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
    margin: 0;
}

.nof-coc-subtitle {
    font-size: 0.76rem;
    color: #64748b;
    margin: 2px 0 0 0;
}

/* Order Review Table — proportional checkout summary */
.nof-review-wrap {
    margin: 0 0 22px;
    border: 1px solid #e8eef5;
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.nof-checkout-wrapper .nof-review-table.shop_table,
.nof-review-table.woocommerce-checkout-review-order-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background: transparent !important;
    margin: 0 !important;
    direction: rtl;
}

.nof-checkout-wrapper .nof-review-table thead {
    display: table-header-group !important;
}

.nof-review-table .nof-rv-col-product { width: 68%; }
.nof-review-table .nof-rv-col-total { width: 32%; }

.nof-review-table thead th {
    padding: 12px 16px !important;
    background: #f6f8fb;
    border-bottom: 1px solid #e8eef5 !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    color: #64748b !important;
    text-align: right;
}

.nof-review-table thead th.product-total {
    text-align: left;
}

.nof-review-table tbody tr.cart_item {
    display: table-row !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
}

.nof-review-table tbody td,
.nof-review-table tfoot th,
.nof-review-table tfoot td {
    padding: 14px 16px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    vertical-align: middle !important;
    font-size: 0.88rem !important;
    color: #0f172a;
}

.nof-review-table .product-name {
    text-align: right;
    width: 68%;
}

.nof-review-table .product-total,
.nof-review-table tfoot td {
    text-align: left;
    width: 32%;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.nof-rv-product {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.nof-rv-media {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nof-rv-media img,
.nof-rv-thumb {
    width: 44px !important;
    height: 44px !important;
    object-fit: contain !important;
}

.nof-rv-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.nof-rv-title {
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nof-rv-qty {
    display: inline-flex;
    align-self: flex-start;
    padding: 2px 10px;
    border-radius: 999px;
    background: #fff7ed;
    color: #ea580c;
    font-size: 0.72rem;
    font-weight: 900;
}

.nof-review-table tfoot th {
    text-align: right;
    font-weight: 700;
    color: #64748b;
    background: #fafbfc;
}

.nof-review-table tfoot td {
    background: #fafbfc;
}

.nof-review-table tfoot tr.order-total th,
.nof-review-table tfoot tr.order-total td {
    border-bottom: none !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    background: linear-gradient(180deg, #fffaf5 0%, #fff7ed 100%);
    font-size: 1rem !important;
    font-weight: 900 !important;
    color: #0f172a;
}

.nof-review-table .order-total td,
.nof-review-table .order-total td strong {
    color: #e85d04 !important;
    font-size: 1.12rem !important;
}

.nof-review-table .woocommerce-Price-amount {
    font-weight: 800;
}

@media (max-width: 560px) {
    .nof-review-table .nof-rv-col-product { width: 62%; }
    .nof-review-table .nof-rv-col-total { width: 38%; }
    .nof-rv-media { flex-basis: 44px; width: 44px; height: 44px; border-radius: 12px; }
    .nof-rv-title { font-size: 0.82rem; }
    .nof-review-table tbody td,
    .nof-review-table tfoot th,
    .nof-review-table tfoot td {
        padding: 12px 12px !important;
    }
}

/* Payment Gateways list styling */
#payment ul.payment_methods {
    list-style: none !important;
    padding: 0 !important;
    margin: 16px 0 24px 0 !important;
}

#payment ul.payment_methods li {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    padding: 14px 18px;
    margin-bottom: 12px !important;
    transition: all 0.25s ease;
    cursor: pointer;
}

#payment ul.payment_methods li:hover,
#payment ul.payment_methods li.payment_method_selected {
    border-color: #ff6b00;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.12);
}

#payment ul.payment_methods label {
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f172a;
    cursor: pointer;
    margin-right: 8px;
}

#payment div.payment_box {
    background: #fff7ed;
    border-radius: 12px;
    padding: 12px 16px;
    margin-top: 10px;
    font-size: 0.8rem;
    color: #c2410c;
    line-height: 1.5;
}

/* Trust Badges Bar */
.nof-co-trust-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f1f5f9;
}

.nof-cotb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #475569;
}

.nof-cotb-item svg {
    color: #ff6b00;
}

/* Shipping Fields Hidden until Checkbox Toggled */
.shipping_address {
    display: none;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed #e2e8f0;
    animation: appToastSlideIn 0.35s ease forwards;
}

.shipping_address.nof-shipping-active,
#ship-to-different-address-checkbox:checked ~ .shipping_address,
.woocommerce-shipping-fields:has(#ship-to-different-address-checkbox:checked) .shipping_address {
    display: block !important;
}

#ship-to-different-address {
    margin: 0;
    padding: 0;
}

#ship-to-different-address label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
    cursor: pointer;
    user-select: none;
}

#ship-to-different-address-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #ff6b00;
    cursor: pointer;
}

/* Order Notes Textarea Styling */
.woocommerce-additional-fields textarea#order_comments,
#order_comments_field textarea {
    min-height: 100px;
    padding: 14px 18px;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 18px;
    font-family: inherit;
    font-size: 0.88rem;
    color: #0f172a;
    outline: none;
    transition: all 0.25s ease;
    resize: vertical;
    width: 100%;
    box-sizing: border-box;
}

#order_comments_field textarea:focus {
    border-color: #ff6b00;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(255, 107, 0, 0.15);
}

#order_comments_field label {
    display: none;
}

/* Custom Privacy Policy Reassurance Box */
.nof-checkout-privacy-box,
.woocommerce-privacy-policy-text {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 14px 18px !important;
    margin: 16px 0 20px 0 !important;
    font-size: 0.82rem !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    direction: rtl !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02) !important;
}

.nof-checkout-privacy-box svg,
.woocommerce-privacy-policy-text svg {
    color: #ff6b00 !important;
    flex-shrink: 0 !important;
}

.nof-checkout-privacy-box strong,
.woocommerce-privacy-policy-text strong {
    color: #0f172a !important;
    font-weight: 800 !important;
}

/* ══════════════════════════════════════════════════════════════════
   INTERACTIVE 3-STEP ANIMATED WIZARD CHECKOUT STYLES
   Inactive steps stay in DOM (off-screen) so HTML5 + Woo required
   fields remain focusable / submittable from step 3.
══════════════════════════════════════════════════════════════════ */
.nof-checkout-wrapper {
    position: relative;
}

.nof-wizard-step:not(.active) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    opacity: 0;
    pointer-events: none;
}

.nof-wizard-step.active {
    display: block;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    animation: wizardStepFade 0.45s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes wizardStepFade {
    0% {
        opacity: 0;
        transform: translateY(14px) scale(0.99);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Stepper Header Progress Bar Fill */
.nof-co-progress-bar-wrap {
    height: 4px;
    background: #f1f5f9;
    border-radius: 4px;
    margin-top: 16px;
    overflow: hidden;
}

.nof-co-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ff6b00 0%, #ff8c00 100%);
    border-radius: 4px;
    transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 10px rgba(255, 107, 0, 0.5);
}

.nof-co-step {
    cursor: pointer;
    transition: all 0.2s ease;
}

.nof-co-step:hover {
    color: #ff6b00;
}

/* Wizard Navigation Buttons */
.nof-wizard-nav-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
}

.nof-wiz-btn {
    padding: 14px 28px;
    border-radius: 18px;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.nof-wiz-next {
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(255, 107, 0, 0.35);
    margin-right: auto;
}

.nof-wiz-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(255, 107, 0, 0.45);
}

.nof-wiz-prev {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.nof-wiz-prev:hover {
    background: #e2e8f0;
    color: #0f172a;
}

@media (max-width: 768px) {
    .nof-co-stepper-header {
        padding: 14px 16px;
        margin-bottom: 20px;
    }
    .nof-cos-label {
        display: none; /* Hide labels on mobile to keep progress circles clean */
    }
    .nof-co-stepper-inner {
        justify-content: space-around;
    }
    .nof-wiz-btn {
        width: 100%;
    }
}

/* ══════════════════════════════════════════════════════════════════
   3D COVERFLOW HERO SHOWCASE SLIDER STYLES
══════════════════════════════════════════════════════════════════ */
.nof-3d-hero-slider-section {
    padding: 32px 0 48px;
    background: radial-gradient(circle at 50% 30%, #ffffff 0%, #f8fafc 100%);
    overflow: hidden;
    position: relative;
}

.nof-3d-hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    direction: rtl;
}

.nof-3d-hero-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}

.nof-3d-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #ffedd5;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.nof-3d-title {
    font-size: 1.85rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.35;
    margin-bottom: 8px;
}

.nof-3d-subtitle {
    font-size: 0.92rem;
    color: #64748b;
    line-height: 1.6;
}

/* Swiper 3D Coverflow Container */
.nof-3d-hero-swiper {
    padding: 24px 0 60px !important;
    perspective: 1200px;
}

.nof-3d-slide {
    width: 340px !important;
    height: auto !important;
}

.nof-3d-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1.5px solid #f1f5f9;
    padding: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.nof-3d-slide-active .nof-3d-card,
.nof-3d-card:hover {
    border-color: #ffedd5;
    box-shadow: 0 24px 50px rgba(255, 107, 0, 0.18);
}

.nof-3d-card-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 14px;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.nof-badge-purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.nof-badge-teal {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
}

.nof-badge-amber {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

.nof-badge-gold {
    background: linear-gradient(135deg, #b45309 0%, #78350f 100%);
}

.nof-3d-img-wrap {
    height: 220px;
    background: radial-gradient(circle at center, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 12px;
    margin-bottom: 16px;
}

.nof-3d-img-wrap img {
    max-height: 190px;
    width: auto;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.nof-3d-card:hover .nof-3d-img-wrap img {
    transform: scale(1.08) translateY(-4px);
}

.nof-3d-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nof-3d-cat {
    font-size: 0.75rem;
    font-weight: 700;
    color: #94a3b8;
}

.nof-3d-name {
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.4;
    margin: 0;
}

.nof-3d-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px dashed #f1f5f9;
}

.nof-3d-price {
    font-size: 0.85rem;
    font-weight: 800;
    color: #ff6b00;
}

.nof-3d-btn {
    background: #fff7ed;
    color: #ea580c;
    border: 1px solid #ffedd5;
    padding: 8px 14px;
    border-radius: 14px;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.nof-3d-btn:hover {
    background: #ff6b00;
    color: #ffffff;
    border-color: #ff6b00;
    box-shadow: 0 4px 14px rgba(255, 107, 0, 0.3);
}

/* 3D Navigation Controls */
.nof-3d-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.25s ease;
}

.nof-3d-prev {
    right: 16px;
}

.nof-3d-next {
    left: 16px;
}

.nof-3d-nav-btn:hover {
    background: #ff6b00;
    color: #ffffff;
    border-color: #ff6b00;
    box-shadow: 0 10px 28px rgba(255, 107, 0, 0.35);
}

.nof-3d-pagination .swiper-pagination-bullet {
    background: #cbd5e1;
    opacity: 1;
    width: 8px;
    height: 8px;
    transition: all 0.3s ease;
}

.nof-3d-pagination .swiper-pagination-bullet-active {
    background: #ff6b00;
    width: 24px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .nof-3d-slide {
        width: 280px !important;
    }
    .nof-3d-title {
        font-size: 1.35rem;
    }
    .nof-3d-nav-btn {
        display: none;
    }
}

/* ══════════════════════════════════════════════════════════════════
   HIGH-END DESKTOP CART & CHECKOUT LAYOUT STYLES (> 992px)
══════════════════════════════════════════════════════════════════ */
@media (min-width: 992px) {
    .nof-cart-wrapper,
    .nof-checkout-wrapper {
        max-width: 1240px;
        margin: 40px auto;
        padding: 0 24px;
        direction: rtl;
    }

    .nof-cart-layout {
        display: grid;
        grid-template-columns: 1fr 380px;
        gap: 32px;
        align-items: start;
    }

    .nof-cart-totals-card {
        position: sticky;
        top: 100px;
    }

    .nof-desktop-checkout-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 16px 24px;
        background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);
        color: #ffffff !important;
        font-size: 1.05rem;
        font-weight: 900;
        border-radius: 20px;
        text-decoration: none;
        box-shadow: 0 10px 28px rgba(255, 107, 0, 0.35);
        transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
        margin-top: 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .nof-desktop-checkout-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 14px 36px rgba(255, 107, 0, 0.45);
    }

    /* Cart Totals Table Desktop Styling */
    .nof-cart-totals-content table.shop_table {
        width: 100%;
        border-collapse: collapse;
    }

    .nof-cart-totals-content table.shop_table tr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px dashed #f1f5f9;
        font-size: 0.92rem;
    }

    .nof-cart-totals-content table.shop_table tr.order-total {
        font-size: 1.15rem;
        font-weight: 900;
        color: #ff6b00;
        border-bottom: none;
        padding-top: 16px;
    }

    .nof-cart-totals-content table.shop_table th {
        font-weight: 700;
        color: #475569;
    }

    .nof-cart-totals-content table.shop_table td {
        font-weight: 900;
        color: #0f172a;
    }

    .nof-app-sticky-buy-bar {
        display: none !important;
    }
}

/* ══════════════════════════════════════════════════════════════════
   FLOATING AJAX MINI CART — premium redesign
══════════════════════════════════════════════════════════════════ */
.nof-mini-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.nof-mini-cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.nof-mini-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(420px, 94vw);
    height: 100%;
    height: 100dvh;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    direction: rtl;
    background:
        radial-gradient(circle at 100% 0%, rgba(245, 197, 24, 0.14), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: -18px 0 48px rgba(15, 23, 42, 0.18);
    transform: translateX(104%);
    transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.nof-mini-cart-drawer.active {
    transform: translateX(0);
}

.nof-mc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 18px 14px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(8px);
}

.nof-mc-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.nof-mc-brand {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
}

.nof-mc-icon-badge {
    width: 40px;
    height: 40px;
    background: #fff7ed;
    color: #ea580c;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nof-mc-titles { min-width: 0; }

.nof-mc-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.3;
}

.nof-mc-subtitle {
    margin: 4px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.74rem;
    font-weight: 700;
    color: #64748b;
}

.nof-mc-subtitle .nof-wordmark {
    font-size: 0.95em;
    background: linear-gradient(120deg, #ea580c, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nof-mc-dot { opacity: 0.4; }

.nof-mc-count-label {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
    font-size: 0.7rem;
    font-weight: 900;
}

.nof-mc-close-btn {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nof-mc-close-btn:hover {
    background: #fee2e2;
    border-color: #fecaca;
    color: #dc2626;
}

.nof-mc-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 16px 12px;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
}

.nof-mc-trust span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.68rem;
    font-weight: 800;
    color: #475569;
}

.nof-mc-trust svg { color: #ea580c; }

.nof-mc-body {
    flex: 1;
    overflow-y: auto;
    padding: 14px 16px 28px;
    -webkit-overflow-scrolling: touch;
}

.nof-mc-body .woocommerce-mini-cart {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nof-mc-body .woocommerce-mini-cart__empty-message {
    margin: 36px 8px;
    padding: 28px 18px;
    text-align: center;
    border-radius: 18px;
    border: 1px dashed #fdba74;
    background: #fff7ed;
    color: #9a3412;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.7;
}

.nof-mc-body .woocommerce-mini-cart-item {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    margin: 0;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e8eef5;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.nof-mc-body .woocommerce-mini-cart-item:hover {
    border-color: #fdba74;
    box-shadow: 0 10px 24px rgba(234, 88, 12, 0.1);
    transform: translateY(-1px);
}

.nof-mc-body .woocommerce-mini-cart-item img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    border-radius: 12px;
    background: radial-gradient(circle at center, #fff 40%, #f8fafc 100%);
    border: 1px solid #f1f5f9;
    padding: 6px;
    box-sizing: border-box;
}

.nof-mc-body .woocommerce-mini-cart-item a:not(.remove) {
    display: block;
    font-size: 0.84rem;
    font-weight: 900;
    color: #0f172a;
    text-decoration: none;
    line-height: 1.45;
}

.nof-mc-body .woocommerce-mini-cart-item a:not(.remove):hover {
    color: #ea580c;
}

.nof-mc-body .woocommerce-mini-cart-item .quantity {
    display: block;
    margin-top: 4px;
    font-size: 0.74rem;
    font-weight: 800;
    color: #16a34a;
}

.nof-mc-body .woocommerce-mini-cart-item a.remove {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #ef4444 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}

.nof-mc-body .woocommerce-mini-cart-item a.remove:hover {
    background: #ef4444;
    color: #fff !important;
}

.nof-mc-body .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 16px 0 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border: 1px solid #fed7aa;
    font-size: 0.95rem;
    font-weight: 900;
    color: #9a3412;
}

.nof-mc-body .woocommerce-mini-cart__total strong {
    color: #c2410c;
    font-size: 1.05rem;
}

.nof-mc-body .woocommerce-mini-cart__buttons {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 10px;
    margin: 12px 0 0;
    padding: 0;
}

.nof-mc-body .woocommerce-mini-cart__buttons::before {
    display: none;
}

.nof-mc-body .woocommerce-mini-cart__buttons a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 0.86rem;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    border: none;
    box-shadow: none;
    transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.nof-mc-body .woocommerce-mini-cart__buttons a.button:not(.checkout) {
    background: #fff;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.nof-mc-body .woocommerce-mini-cart__buttons a.button:not(.checkout):hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.nof-mc-body .woocommerce-mini-cart__buttons a.button.checkout {
    background: linear-gradient(135deg, #ff6b00, #f59e0b);
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(234, 88, 12, 0.28);
}

.nof-mc-body .woocommerce-mini-cart__buttons a.button.checkout:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
}

@media (max-width: 480px) {
    .nof-mini-cart-drawer {
        width: 100%;
        max-width: 100%;
        border-radius: 0;
    }

    .nof-mc-body .woocommerce-mini-cart__buttons {
        grid-template-columns: 1fr;
    }

    .nof-mc-trust { gap: 6px; }
    .nof-mc-trust span { font-size: 0.64rem; padding: 4px 8px; }
}


/* ══════════════════════════════════════════════════════════════════
   APPLE/XIAOMI-STYLE 3D OBLIQUE CYLINDER HERO BANNER SLIDER STYLES
══════════════════════════════════════════════════════════════════ */
.nof-apple-hero-slider {
    position: relative;
    width: 100%;
    height: 580px;
    background: #030712;
    overflow: hidden;
    color: #ffffff;
}

/* Three.js WebGL Canvas for Middle Layer Oblique Cylinders Mesh */
.nof-three-bg-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* Interactive Spotlight Overlay */
.nof-hero-spotlight {
    position: absolute;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    background: radial-gradient(circle, rgba(234, 179, 8, 0.22) 0%, rgba(255, 107, 0, 0.08) 45%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nof-apple-slides-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.nof-apple-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.9s ease;
    display: flex;
    align-items: center;
    direction: rtl;
    padding: 0 8vw;
}

.nof-apple-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.nof-apple-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transform: scale(1.08);
    transition: transform 7s ease-out;
}

.nof-apple-slide.active .nof-apple-slide-bg {
    transform: scale(1);
}

.nof-apple-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(3, 7, 18, 0.94) 0%, rgba(3, 7, 18, 0.72) 48%, rgba(3, 7, 18, 0.2) 100%);
}

.nof-apple-slide-content {
    position: relative;
    z-index: 5;
    max-width: 620px;
    text-align: right;
    direction: rtl;
    transform: translateY(20px);
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.nof-apple-slide.active .nof-apple-slide-content {
    transform: translateY(0);
}

.nof-apple-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(234, 179, 8, 0.15);
    border: 1px solid rgba(234, 179, 8, 0.4);
    color: #fef08a;
    padding: 6px 18px;
    border-radius: 24px;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 16px;
    backdrop-filter: blur(10px);
}

.nof-apple-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 16px 0;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.nof-apple-desc {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin: 0 0 28px 0;
}

.nof-apple-glass-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    padding: 16px 36px;
    border-radius: 24px;
    font-size: 0.98rem;
    font-weight: 900;
    text-decoration: none;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.35s ease;
}

.nof-apple-glass-btn:hover {
    background: rgba(234, 179, 8, 0.25);
    border-color: #eab308;
    box-shadow: 0 0 40px rgba(234, 179, 8, 0.6), 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

/* Controls & Dots */
.nof-apple-controls {
    position: absolute;
    bottom: 30px;
    right: 8vw;
    display: flex;
    align-items: center;
    gap: 18px;
    z-index: 10;
    direction: rtl;
}

.nof-apple-nav-btn {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.25s ease;
}

.nof-apple-nav-btn:hover {
    background: #eab308;
    color: #0f172a;
    border-color: #eab308;
    box-shadow: 0 0 25px rgba(234, 179, 8, 0.6);
}

.nof-apple-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nof-apple-dot {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nof-apple-dot.active {
    background: #eab308;
    width: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(234, 179, 8, 0.8);
}

@media (max-width: 768px) {
    .nof-apple-hero-slider { height: 480px; }
    .nof-apple-title { font-size: 1.6rem; }
    .nof-apple-desc { font-size: 0.85rem; }
    .nof-apple-glass-btn { width: 100%; justify-content: center; padding: 14px 20px; }
    .nof-apple-controls { right: 50%; transform: translateX(50%); bottom: 20px; }
}


/* ══════════════════════════════════════════════════════════════════
   NOF ULTRA MODERN PRODUCT CARDS GRID  (v5.0)
   Design: 4-col desktop / 2-col tablet / 1-col mobile
   RTL-first, Vazirmatn, CSS Custom Props from :root
══════════════════════════════════════════════════════════════════ */

/* ── Grid container ─────────────────────────────────────────────── */
.nof-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 8px 0;
}

/* ── Fade-up stagger on load ─────────────────────────────────────── */
@keyframes nofCardFadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── CARD BASE ──────────────────────────────────────────────────── */
.nof-pcard {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px 16px 20px;
    background: var(--bg-card);
    border-radius: 20px;
    border: 1.5px solid var(--border);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    animation: nofCardFadeUp 0.55s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: calc(var(--i, 1) * 80ms);
    transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.38s ease,
                border-color 0.3s ease;
}

/* Hover: 5% scale + deeper shadow */
.nof-pcard:hover {
    transform: scale(1.05);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.14);
}

/* ── Gradient Border Halo (only on hover) ───────────────────────── */
.nof-pcard-halo {
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    background: conic-gradient(from 180deg, #FFD600 0deg, #c084fc 90deg, #fb923c 180deg, #FFD600 360deg);
    opacity: 0;
    z-index: 0;
    transition: opacity 0.35s ease;
    filter: blur(1px);
    pointer-events: none;
}
.nof-pcard-halo::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 20px;
    background: var(--bg-card);
}
.nof-pcard:hover .nof-pcard-halo { opacity: 1; }
.nof-pcard > *:not(.nof-pcard-halo) { position: relative; z-index: 1; }

/* ── Sale / New Badge (Glassmorphism) ───────────────────────────── */
.nof-pcard-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 800;
    z-index: 5;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.nof-pcard-badge--sale { background: rgba(220, 38, 38, 0.88); color: #ffffff; }
.nof-pcard-badge--new  { background: rgba(123, 47, 190, 0.85); color: #ffffff; }

/* ── Wishlist Heart Button ──────────────────────────────────────── */
.nof-pcard-wishlist {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.25s ease;
    box-shadow: var(--shadow-sm);
    opacity: 0;
    transform: scale(0.8);
}
.nof-pcard:hover .nof-pcard-wishlist { opacity: 1; transform: scale(1); }
.nof-pcard-wishlist:hover { background: #fff1f2; color: var(--coral); border-color: var(--coral); }

/* ── Image Container ────────────────────────────────────────────── */
.nof-pcard-img-wrap {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: var(--bg-section);
    aspect-ratio: 4 / 3;
    position: relative;
}
.nof-pcard-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.nof-pcard:hover .nof-pcard-img { transform: scale(1.09); }

/* Shine sweep on hover */
.nof-pcard-img-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.22) 50%, transparent 70%);
    transform: translateX(-100%);
    pointer-events: none;
}
.nof-pcard:hover .nof-pcard-img-shine {
    transform: translateX(100%);
    transition: transform 0.65s ease;
}

/* ── Category Chip ──────────────────────────────────────────────── */
.nof-pcard-cat {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--violet);
    background: var(--violet-soft);
    padding: 3px 10px;
    border-radius: 20px;
    align-self: flex-start;
    direction: rtl;
}

/* ── Title ──────────────────────────────────────────────────────── */
.nof-pcard-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--text);
    margin: 0;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    direction: rtl;
    text-align: right;
}
.nof-pcard-title a { color: inherit; text-decoration: none; transition: color 0.2s ease; }
.nof-pcard-title a:hover { color: var(--yellow-dark); }

/* ── Stars Rating ───────────────────────────────────────────────── */
.nof-pcard-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    direction: ltr;
    align-self: flex-end;
}
.nof-pcard-rating-count {
    font-size: 0.72rem;
    color: var(--text-muted);
    margin-right: 4px;
    font-weight: 600;
}

/* ── Progress / Stock Bar ───────────────────────────────────────── */
.nof-pcard-progress { display: flex; flex-direction: column; gap: 5px; }
.nof-pcard-progress-bar {
    height: 4px;
    border-radius: 4px;
    background: #e2e8f0;
    overflow: hidden;
    position: relative;
}
.nof-pcard-progress-bar::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    height: 100%;
    width: var(--pct, 70%);
    border-radius: 4px;
    background: linear-gradient(90deg, var(--yellow-dark), var(--yellow));
    animation: nofProgressFill 1.2s cubic-bezier(0.16,1,0.3,1) both;
    animation-delay: calc(var(--i, 1) * 80ms + 0.3s);
}
@keyframes nofProgressFill {
    from { width: 0; }
    to   { width: var(--pct, 70%); }
}
.nof-pcard-progress-label {
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 600;
    direction: rtl;
    text-align: right;
}

/* ── Price Block ────────────────────────────────────────────────── */
.nof-pcard-price {
    font-size: 0.9rem;
    font-weight: 800;
    direction: rtl;
    text-align: right;
    margin-top: auto;
}
.nof-pcard-price .price     { font-size: inherit; font-weight: inherit; }
.nof-pcard-price .price ins { text-decoration: none; color: var(--coral); }
.nof-pcard-price .price del { color: var(--text-muted); font-size: 0.78rem; font-weight: 600; opacity: 0.75; }
.nof-pcard-price .amount    { font-family: var(--font-fa); }

/* ── Add To Cart — Gradient Slide Button ────────────────────────── */
.nof-pcard-atc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    direction: rtl;
    cursor: pointer;
    border: 1.5px solid var(--border-mid);
    position: relative;
    overflow: hidden;
    color: var(--text);
    background: var(--bg-section);
    transition: color 0.35s ease, border-color 0.35s ease;
}
/* Gradient slides in from right on hover */
.nof-pcard-atc::before {
    content: '';
    position: absolute;
    top: 0; right: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-dark) 50%, #ff8c00 100%);
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0;
}
.nof-pcard-atc:hover::before { right: 0; }
.nof-pcard-atc:hover {
    color: #1A1A2E;
    border-color: var(--yellow);
    box-shadow: 0 8px 24px rgba(255, 214, 0, 0.40);
}
.nof-pcard-atc-icon,
.nof-pcard-atc-text { position: relative; z-index: 1; }

/* ── Responsive Grid ────────────────────────────────────────────── */
@media (max-width: 1280px) {
    .nof-product-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (max-width: 900px) {
    .nof-product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .nof-pcard:hover  { transform: scale(1.02); }
}

/* ══════════════════════════════════════════════════════════════════
   NOFNIKA INNER PAGES TYPOGRAPHY & LAYOUT STYLES
══════════════════════════════════════════════════════════════════ */
.nof-page-hero {
    background: linear-gradient(135deg, #111827 0%, #1e1b4b 50%, #0f172a 100%);
    color: #ffffff;
    padding: 60px 20px 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.nof-page-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    direction: rtl;
    text-align: right;
}

.nof-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 16px;
}

.nof-breadcrumb a { color: #f59e0b; text-decoration: none; }
.nof-breadcrumb a:hover { text-decoration: underline; }

.nof-page-hero-title {
    font-size: 2rem;
    font-weight: 900;
    color: #facc15;
    margin-bottom: 8px;
}

.nof-page-hero-sub {
    font-size: 1.05rem;
    color: #cbd5e1;
    font-weight: 500;
}

.nof-inner-page-container {
    max-width: 1200px;
    margin: 40px auto 60px;
    padding: 0 20px;
    direction: rtl;
}

.nof-page-card {
    background: #ffffff;
    border: 1px solid var(--border-mid, #e2e8f0);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.nof-history-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
    align-items: center;
}

.nof-badge-gold {
    display: inline-block;
    background: #fef3c7;
    color: #d97706;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.nof-history-text h2 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 16px;
}

.nof-paragraph {
    font-size: 1rem;
    line-height: 1.95;
    color: #334155;
    margin-bottom: 16px;
    text-align: justify;
}

.nof-img-frame {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.nof-img-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.nof-img-caption {
    background: #f8fafc;
    color: #64748b;
    font-size: 0.82rem;
    padding: 10px 14px;
    text-align: center;
    border-top: 1px solid #e2e8f0;
}

.nof-stats-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.nof-stat-num {
    font-size: 2.2rem;
    font-weight: 900;
    color: #d97706;
    font-feature-settings: 'ss01';
}

.nof-stat-lbl {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 600;
}

.nof-bio-quote blockquote {
    background: #fffbeb;
    border-right: 5px solid #f59e0b;
    padding: 20px 24px;
    border-radius: 12px;
    font-size: 1.15rem;
    font-weight: 800;
    color: #b45309;
    margin-top: 30px;
}

.nof-honours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.nof-honour-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nof-honour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.nof-honour-img-wrap {
    height: 220px;
    overflow: hidden;
    background: #f8fafc;
}

.nof-honour-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nof-honour-title {
    padding: 14px 16px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.5;
    text-align: center;
}

.nof-commitments-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.nof-commit-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
}

.nof-commit-icon {
    font-size: 2.5rem;
    margin-bottom: 12px;
}

.nof-infra-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.nof-infra-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
}

.nof-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.nof-contact-info-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nof-contact-info-list li {
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
}

.nof-contact-info-list strong {
    display: block;
    color: #0f172a;
    margin-bottom: 4px;
}

.nof-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.nof-form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.nof-form-group label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #475569;
}

.nof-input {
    border: 1.5px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 0.95rem;
    font-family: var(--font-fa);
    outline: none;
    transition: border-color 0.2s;
}

.nof-input:focus {
    border-color: #f59e0b;
}

.nof-btn-primary {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.nof-btn-primary:hover {
    opacity: 0.9;
}

@media (max-width: 900px) {
    .nof-history-grid,
    .nof-commitments-grid,
    .nof-infra-features,
    .nof-contact-grid {
        grid-template-columns: 1fr;
    }
    .nof-page-card {
        padding: 24px;
    }
}

/* ══════════════════════════════════════════════════════════════════
   HISTORY PAGE — /tarikhe/ (.nof-hist-*)
══════════════════════════════════════════════════════════════════ */
.nof-history-page {
    --hist-ink: #14141c;
    --hist-muted: #5c5c6e;
    --hist-line: rgba(20, 20, 28, 0.1);
    --hist-accent: #ff6b00;
    --hist-gold: #e8b84a;
    --hist-paper: #f7f6f3;
    --hist-white: #ffffff;
    background: var(--hist-paper);
    color: var(--hist-ink);
    font-family: var(--font-fa);
    overflow-x: hidden;
}

.nof-hist-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 22px;
}

/* Hero — full-bleed archive image */
.nof-hist-hero {
    position: relative;
    min-height: min(78vh, 640px);
    display: flex;
    align-items: flex-end;
    color: #fff;
    isolation: isolate;
}

.nof-hist-hero__media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.nof-hist-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    will-change: transform;
    transform: scale(1.08) translateY(0);
    animation: nof-hist-ken 22s ease-out forwards;
}

@keyframes nof-hist-ken {
    to { transform: scale(1) translateY(-2%); }
}

.nof-hist-hero__veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(12, 12, 18, 0.35) 0%, rgba(12, 12, 18, 0.55) 45%, rgba(12, 12, 18, 0.92) 100%),
        linear-gradient(270deg, rgba(255, 107, 0, 0.18), transparent 55%);
    animation: nof-hist-veil 1.4s ease-out both;
}

@keyframes nof-hist-veil {
    from { opacity: 0.4; }
    to { opacity: 1; }
}

.nof-hist-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 22px 56px;
}

/* Hero stagger entrance */
.nof-hist-hero__inner > * {
    opacity: 0;
    transform: translateY(22px);
    animation: nof-hist-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.nof-hist-hero__inner > .nof-hist-bc { animation-delay: 0.08s; }
.nof-hist-hero__inner > .nof-hist-brand { animation-delay: 0.2s; }
.nof-hist-hero__inner > .nof-hist-title { animation-delay: 0.34s; }
.nof-hist-hero__inner > .nof-hist-lead { animation-delay: 0.48s; }
.nof-hist-hero__inner > .nof-hist-cta-row { animation-delay: 0.62s; }
.nof-hist-hero__inner > .nof-hist-yearmark {
    animation: nof-hist-yearfade 1.4s ease 0.5s both;
}

@keyframes nof-hist-rise {
    to { opacity: 1; transform: none; }
}
@keyframes nof-hist-yearfade {
    from { opacity: 0; transform: translateX(-16px); }
    to { opacity: 1; transform: none; }
}

.nof-hist-bc {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 22px;
}

.nof-hist-bc a {
    color: var(--hist-gold);
    text-decoration: none;
}

.nof-hist-bc a:hover { color: #fff; }

.nof-hist-brand {
    font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    color: #fff;
    line-height: 1.2;
}

.nof-hist-brand span {
    color: var(--hist-gold);
    font-weight: 700;
    margin: 0 0.35em;
}

.nof-hist-title {
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 800;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 18em;
    line-height: 1.35;
}

.nof-hist-lead {
    font-size: 1.02rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.78);
    max-width: 38rem;
    margin: 0 0 26px;
}

.nof-hist-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nof-hist-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    font-family: var(--font-fa);
}

.nof-hist-btn:hover { transform: translateY(-3px); }
.nof-hist-btn:active { transform: translateY(0); }

.nof-hist-btn--primary {
    background: var(--hist-accent);
    color: #fff;
    box-shadow: 0 10px 28px rgba(255, 107, 0, 0.35);
}
.nof-hist-btn--primary:hover {
    box-shadow: 0 14px 36px rgba(255, 107, 0, 0.45);
}

.nof-hist-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.nof-hist-btn--line {
    background: transparent;
    color: var(--hist-ink);
    border: 1.5px solid rgba(20, 20, 28, 0.18);
    margin-top: 8px;
}

.nof-hist-btn--line:hover {
    border-color: var(--hist-accent);
    color: var(--hist-accent);
}

.nof-hist-yearmark {
    position: absolute;
    left: 22px;
    bottom: 20px;
    font-size: clamp(3.5rem, 10vw, 7rem);
    font-weight: 900;
    line-height: 1;
    color: rgba(255, 255, 255, 0.07);
    pointer-events: none;
    margin: 0;
}

/* Facts strip */
.nof-hist-facts {
    background: var(--hist-white);
    border-bottom: 1px solid var(--hist-line);
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.nof-hist-facts.is-in {
    opacity: 1;
    transform: none;
}

.nof-hist-facts__list {
    list-style: none;
    margin: 0;
    padding: 28px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 24px;
}

.nof-hist-facts__list li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 16px;
    border-right: 3px solid var(--hist-accent);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.nof-hist-facts.is-in .nof-hist-facts__list li { opacity: 1; transform: none; }
.nof-hist-facts.is-in .nof-hist-facts__list li:nth-child(1) { transition-delay: 0.05s; }
.nof-hist-facts.is-in .nof-hist-facts__list li:nth-child(2) { transition-delay: 0.14s; }
.nof-hist-facts.is-in .nof-hist-facts__list li:nth-child(3) { transition-delay: 0.23s; }
.nof-hist-facts.is-in .nof-hist-facts__list li:nth-child(4) { transition-delay: 0.32s; }

.nof-hist-facts__list strong {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--hist-ink);
}

.nof-hist-facts__list span {
    font-size: 0.86rem;
    color: var(--hist-muted);
    line-height: 1.55;
    font-weight: 600;
}

/* Year jump */
.nof-hist-years {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(247, 246, 243, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--hist-line);
}

.nof-hist-years__track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 12px 22px;
    scrollbar-width: none;
}

.nof-hist-years__track::-webkit-scrollbar { display: none; }

.nof-hist-years__track a {
    flex: 0 0 auto;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--hist-muted);
    text-decoration: none;
    border: 1px solid transparent;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.nof-hist-years__track a:hover {
    color: var(--hist-accent);
    border-color: rgba(255, 107, 0, 0.35);
    background: #fff;
}
.nof-hist-years__track a.is-active {
    color: #fff;
    background: var(--hist-accent);
    border-color: var(--hist-accent);
    box-shadow: 0 6px 16px rgba(255, 107, 0, 0.28);
    transform: translateY(-1px);
}
.nof-hist-years__track a {
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

/* Timeline */
.nof-hist-timeline {
    padding: 56px 0 24px;
}

.nof-hist-sechead {
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.nof-hist-sechead.is-in {
    opacity: 1;
    transform: none;
}

.nof-hist-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--hist-accent);
    margin: 0 0 8px;
}

.nof-hist-sechead h2,
.nof-hist-founder__copy h2 {
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    font-weight: 900;
    margin: 0;
    line-height: 1.35;
}

.nof-hist-tl {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nof-hist-tl::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 52px;
    width: 2px;
    background: linear-gradient(180deg, var(--hist-accent), rgba(20, 20, 28, 0.08));
    transform-origin: top;
    transform: scaleY(0);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.nof-hist-tl.is-drawn::before { transform: scaleY(1); }

.nof-hist-tl__item {
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 20px;
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.nof-hist-tl__item.is-in {
    opacity: 1;
    transform: none;
}

.nof-hist-tl__rail {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.nof-hist-tl__rail span,
.nof-hist-tl__rail time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 8px 10px;
    border-radius: 999px;
    background: var(--hist-ink);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 900;
    box-shadow: 0 0 0 6px var(--hist-paper);
    transition: transform 0.45s cubic-bezier(0.34, 1.4, 0.64, 1), box-shadow 0.45s ease, background 0.3s ease;
    font-style: normal;
}
.nof-hist-tl__item.is-in .nof-hist-tl__rail span,
.nof-hist-tl__item.is-in .nof-hist-tl__rail time {
    animation: nof-hist-pop 0.55s cubic-bezier(0.34, 1.4, 0.64, 1) both;
}
@keyframes nof-hist-pop {
    0% { transform: scale(0.7); }
    70% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.nof-hist-tl__item--accent .nof-hist-tl__rail span,
.nof-hist-tl__item--accent .nof-hist-tl__rail time,
.nof-hist-tl__item--now .nof-hist-tl__rail span,
.nof-hist-tl__item--now .nof-hist-tl__rail time {
    background: var(--hist-accent);
}

.nof-hist-tl__body {
    background: var(--hist-white);
    border: 1px solid var(--hist-line);
    border-radius: 18px;
    padding: 26px 28px 28px;
    transition: box-shadow 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.nof-hist-tl__item.is-in .nof-hist-tl__body:hover {
    box-shadow: 0 18px 40px rgba(20, 20, 28, 0.08);
    transform: translateY(-3px);
}

.nof-hist-tl__item--accent .nof-hist-tl__body {
    border-color: rgba(232, 184, 74, 0.55);
    background: linear-gradient(135deg, #fffef8, #ffffff 60%);
}

.nof-hist-tl__item--now .nof-hist-tl__body {
    border-color: rgba(255, 107, 0, 0.35);
    box-shadow: 0 16px 40px rgba(255, 107, 0, 0.08);
}

.nof-hist-tl__tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--hist-accent);
    margin: 0 0 8px;
}

.nof-hist-tl__body h3 {
    font-size: 1.2rem;
    font-weight: 900;
    margin: 0 0 12px;
    line-height: 1.45;
}

.nof-hist-tl__body > p {
    font-size: 0.98rem;
    line-height: 1.95;
    color: #333344;
    margin: 0 0 14px;
    text-align: justify;
}

.nof-hist-quote {
    margin: 16px 0 0;
    padding: 16px 18px;
    border-right: 4px solid var(--hist-gold);
    background: #fff8e8;
    border-radius: 0 12px 12px 0;
    font-size: 0.98rem;
    font-weight: 700;
    color: #7a5610;
    line-height: 1.8;
}

.nof-hist-tl__fig {
    margin: 18px 0 0;
    border-radius: 14px;
    overflow: hidden;
    max-width: 520px;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.nof-hist-tl__item.is-in .nof-hist-tl__fig {
    clip-path: inset(0 0 0 0);
}

.nof-hist-tl__fig img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
    transform: scale(1.06);
    transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.nof-hist-tl__item.is-in .nof-hist-tl__fig img {
    transform: scale(1);
}

.nof-hist-tl__fig--portrait {
    max-width: 280px;
}

/* Founder */
.nof-hist-founder {
    padding: 40px 0 64px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.nof-hist-founder.is-in {
    opacity: 1;
    transform: none;
}

.nof-hist-founder__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.2fr;
    gap: 40px;
    align-items: center;
    background: var(--hist-white);
    border: 1px solid var(--hist-line);
    border-radius: 24px;
    padding: 28px;
    overflow: hidden;
}

.nof-hist-founder__photo {
    margin: 0;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.nof-hist-founder__photo img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.nof-hist-founder__photo figcaption {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 18px 16px 14px;
    background: linear-gradient(transparent, rgba(12, 12, 18, 0.88));
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nof-hist-founder__photo figcaption strong {
    font-size: 0.95rem;
}

.nof-hist-founder__photo figcaption span {
    font-size: 0.8rem;
    opacity: 0.8;
}

.nof-hist-founder__copy .nof-hist-eyebrow { margin-bottom: 10px; }

.nof-hist-founder__copy > p {
    font-size: 0.98rem;
    line-height: 1.95;
    color: #333344;
    margin: 14px 0 0;
    text-align: justify;
}

.nof-hist-pillars {
    list-style: none;
    margin: 22px 0 18px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.nof-hist-pillars li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    background: var(--hist-paper);
    border-radius: 12px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.45s ease, transform 0.45s ease, background 0.25s ease;
}
.nof-hist-founder.is-in .nof-hist-pillars li { opacity: 1; transform: none; }
.nof-hist-founder.is-in .nof-hist-pillars li:nth-child(1) { transition-delay: 0.15s; }
.nof-hist-founder.is-in .nof-hist-pillars li:nth-child(2) { transition-delay: 0.25s; }
.nof-hist-founder.is-in .nof-hist-pillars li:nth-child(3) { transition-delay: 0.35s; }
.nof-hist-pillars li:hover { background: #fff3e8; }

.nof-hist-pillars strong {
    font-size: 0.88rem;
    font-weight: 900;
}

.nof-hist-pillars span {
    font-size: 0.78rem;
    color: var(--hist-muted);
    font-weight: 600;
}

/* Closer CTA */
.nof-hist-closer {
    background: var(--hist-ink);
    color: #fff;
    padding: 48px 0;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.nof-hist-closer.is-in {
    opacity: 1;
    transform: none;
}

.nof-hist-closer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nof-hist-closer h2 {
    font-size: 1.35rem;
    font-weight: 900;
    margin: 0 0 8px;
}

.nof-hist-closer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

.nof-hist-closer .nof-hist-btn--ghost {
    border-color: rgba(255, 255, 255, 0.35);
}

/* GEO answer + FAQ */
.nof-hist-answer {
    background: #fff;
    border-bottom: 1px solid var(--hist-line);
    padding: 36px 0;
}
.nof-hist-answer h2 {
    font-size: 1.15rem;
    font-weight: 900;
    margin: 0 0 12px;
}
.nof-hist-answer > .nof-hist-wrap > p {
    font-size: 1.02rem;
    line-height: 2;
    color: #2a2a38;
    margin: 0;
    text-align: justify;
    max-width: 52rem;
}
.nof-hist-answer__links {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}
.nof-hist-answer__links a {
    color: var(--hist-accent);
    font-weight: 800;
    font-size: 0.9rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.nof-hist-answer__links a:hover { border-bottom-color: var(--hist-accent); }

.nof-hist-faq {
    padding: 48px 0 24px;
}
.nof-hist-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.nof-hist-faq__item {
    background: #fff;
    border: 1px solid var(--hist-line);
    border-radius: 14px;
    padding: 4px 18px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.nof-hist-faq__item[open] {
    border-color: rgba(255, 107, 0, 0.35);
    box-shadow: 0 10px 28px rgba(20, 20, 28, 0.06);
}
.nof-hist-faq__item summary {
    cursor: pointer;
    font-weight: 800;
    font-size: 0.98rem;
    padding: 14px 0;
    list-style: none;
}
.nof-hist-faq__item summary::-webkit-details-marker { display: none; }
.nof-hist-faq__item p {
    margin: 0 0 16px;
    font-size: 0.95rem;
    line-height: 1.9;
    color: #333344;
}

/* Motion only when JS adds .nof-motion — crawlers always see content */
.nof-history-page:not(.nof-motion) .nof-hist-tl__item,
.nof-history-page:not(.nof-motion) .nof-hist-founder,
.nof-history-page:not(.nof-motion) .nof-hist-facts,
.nof-history-page:not(.nof-motion) .nof-hist-closer,
.nof-history-page:not(.nof-motion) .nof-hist-sechead,
.nof-history-page:not(.nof-motion) .nof-hist-facts__list li,
.nof-history-page:not(.nof-motion) .nof-hist-pillars li,
.nof-history-page:not(.nof-motion) .nof-hist-hero__inner > * {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}
.nof-history-page:not(.nof-motion) .nof-hist-tl::before {
    transform: scaleY(1) !important;
}
.nof-history-page:not(.nof-motion) .nof-hist-tl__fig {
    clip-path: none !important;
}
.nof-history-page:not(.nof-motion) .nof-hist-tl__fig img {
    transform: none !important;
}

.nof-history-page.nof-motion .nof-hist-answer,
.nof-history-page.nof-motion .nof-hist-faq {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.nof-history-page.nof-motion .nof-hist-answer.is-in,
.nof-history-page.nof-motion .nof-hist-faq.is-in {
    opacity: 1;
    transform: none;
}

@media (max-width: 900px) {
    .nof-hist-facts__list { grid-template-columns: repeat(2, 1fr); }
    .nof-hist-founder__grid { grid-template-columns: 1fr; padding: 18px; }
    .nof-hist-pillars { grid-template-columns: 1fr; }
    .nof-hist-tl::before { right: 36px; }
    .nof-hist-tl__item { grid-template-columns: 72px 1fr; gap: 12px; }
    .nof-hist-tl__rail span,
    .nof-hist-tl__rail time { min-width: 58px; font-size: 0.72rem; padding: 7px 8px; }
    .nof-hist-tl__body { padding: 20px; }
    .nof-hist-yearmark { left: 12px; bottom: 12px; }
}

@media (max-width: 560px) {
    .nof-hist-facts__list { grid-template-columns: 1fr; }
    .nof-hist-hero { min-height: 70vh; }
    .nof-hist-closer__inner { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    .nof-hist-hero__media img,
    .nof-hist-hero__veil,
    .nof-hist-hero__inner > *,
    .nof-hist-tl__item.is-in .nof-hist-tl__rail span {
        animation: none !important;
    }
    .nof-hist-tl__item,
    .nof-hist-founder,
    .nof-hist-facts,
    .nof-hist-closer,
    .nof-hist-facts__list li,
    .nof-hist-pillars li,
    .nof-hist-hero__inner > *,
    .nof-hist-tl::before,
    .nof-hist-tl__fig,
    .nof-hist-tl__fig img {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        clip-path: none !important;
    }
}








/* ══════════════════════════════════════════════════════════════════
   HONOURS PAGE — /eftekharaat/ (.nof-hon-*)
══════════════════════════════════════════════════════════════════ */
.nof-honours-page {
    --hon-ink: #14141c;
    --hon-muted: #5c5c6e;
    --hon-line: rgba(20, 20, 28, 0.1);
    --hon-accent: #ff6b00;
    --hon-gold: #e8b84a;
    --hon-paper: #f7f6f3;
    --hon-white: #ffffff;
    background: var(--hon-paper);
    color: var(--hon-ink);
    font-family: var(--font-fa);
    overflow-x: hidden;
}
.nof-hon-wrap { max-width: 1100px; margin: 0 auto; padding: 0 22px; }

.nof-hon-hero {
    position: relative;
    min-height: min(72vh, 580px);
    display: flex;
    align-items: flex-end;
    color: #fff;
    isolation: isolate;
}
.nof-hon-hero__media { position: absolute; inset: 0; z-index: 0; }
.nof-hon-hero__media img {
    width: 100%; height: 100%; object-fit: cover; object-position: center;
    transform: scale(1.08);
    animation: nof-hon-ken 20s ease-out forwards;
}
@keyframes nof-hon-ken { to { transform: scale(1); } }
.nof-hon-hero__veil {
    position: absolute; inset: 0; z-index: 1;
    background:
        linear-gradient(180deg, rgba(12,12,18,.3) 0%, rgba(12,12,18,.55) 45%, rgba(12,12,18,.93) 100%),
        linear-gradient(270deg, rgba(255,107,0,.2), transparent 55%);
}
.nof-hon-hero__inner {
    position: relative; z-index: 2; width: 100%; max-width: 1100px;
    margin: 0 auto; padding: 48px 22px 52px;
}
.nof-hon-hero__inner > * {
    opacity: 0; transform: translateY(20px);
    animation: nof-hon-rise .7s cubic-bezier(.22,1,.36,1) forwards;
}
.nof-hon-hero__inner > .nof-hon-bc { animation-delay: .08s; }
.nof-hon-hero__inner > .nof-hon-brand { animation-delay: .2s; }
.nof-hon-hero__inner > .nof-hon-title { animation-delay: .34s; }
.nof-hon-hero__inner > .nof-hon-lead { animation-delay: .48s; }
.nof-hon-hero__inner > .nof-hon-cta-row { animation-delay: .62s; }
@keyframes nof-hon-rise { to { opacity: 1; transform: none; } }

.nof-hon-bc {
    display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
    font-size: .82rem; color: rgba(255,255,255,.65); margin-bottom: 20px;
}
.nof-hon-bc a { color: var(--hon-gold); text-decoration: none; }
.nof-hon-brand {
    font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; margin: 0 0 10px; line-height: 1.2;
}
.nof-hon-brand span { color: var(--hon-gold); margin: 0 .35em; }
.nof-hon-title {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 800; margin: 0 0 14px;
    max-width: 18em; line-height: 1.35;
}
.nof-hon-lead {
    font-size: 1.02rem; line-height: 1.85; color: rgba(255,255,255,.78);
    max-width: 38rem; margin: 0 0 24px;
}
.nof-hon-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.nof-hon-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 22px; border-radius: 12px; font-size: .92rem; font-weight: 800;
    text-decoration: none; font-family: var(--font-fa);
    transition: transform .25s ease, box-shadow .25s ease, background .2s, border-color .2s, color .2s;
}
.nof-hon-btn:hover { transform: translateY(-3px); }
.nof-hon-btn--primary {
    background: var(--hon-accent); color: #fff;
    box-shadow: 0 10px 28px rgba(255,107,0,.35);
}
.nof-hon-btn--ghost {
    background: rgba(255,255,255,.08); color: #fff;
    border: 1px solid rgba(255,255,255,.28);
}

.nof-hon-answer {
    background: #fff; border-bottom: 1px solid var(--hon-line); padding: 36px 0;
}
.nof-hon-answer h2 { font-size: 1.15rem; font-weight: 900; margin: 0 0 12px; }
.nof-hon-answer > .nof-hon-wrap > p {
    font-size: 1.02rem; line-height: 2; color: #2a2a38; margin: 0;
    text-align: justify; max-width: 52rem;
}
.nof-hon-answer__links {
    list-style: none; margin: 18px 0 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: 10px 18px;
}
.nof-hon-answer__links a {
    color: var(--hon-accent); font-weight: 800; font-size: .9rem; text-decoration: none;
}

.nof-hon-facts { background: #fff; border-bottom: 1px solid var(--hon-line); }
.nof-hon-facts__list {
    list-style: none; margin: 0; padding: 28px 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.nof-hon-facts__list li {
    display: flex; flex-direction: column; gap: 6px;
    padding-right: 16px; border-right: 3px solid var(--hon-accent);
}
.nof-hon-facts__list strong { font-size: 1.2rem; font-weight: 900; }
.nof-hon-facts__list span { font-size: .86rem; color: var(--hon-muted); font-weight: 600; }

.nof-hon-filters {
    position: sticky; top: 0; z-index: 40;
    background: rgba(247,246,243,.92); backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--hon-line);
}
.nof-hon-filters__track {
    display: flex; gap: 8px; overflow-x: auto; padding: 12px 22px; scrollbar-width: none;
}
.nof-hon-filters__track::-webkit-scrollbar { display: none; }
.nof-hon-chip {
    flex: 0 0 auto; border: 1px solid transparent; background: transparent;
    padding: 8px 14px; border-radius: 999px; font-size: .84rem; font-weight: 800;
    color: var(--hon-muted); cursor: pointer; font-family: var(--font-fa);
    display: inline-flex; align-items: center; gap: 8px;
    transition: .25s ease;
}
.nof-hon-chip span {
    background: rgba(20,20,28,.08); border-radius: 999px;
    padding: 2px 8px; font-size: .75rem;
}
.nof-hon-chip:hover { color: var(--hon-accent); border-color: rgba(255,107,0,.35); background: #fff; }
.nof-hon-chip.is-active {
    color: #fff; background: var(--hon-accent); border-color: var(--hon-accent);
    box-shadow: 0 6px 16px rgba(255,107,0,.28);
}
.nof-hon-chip.is-active span { background: rgba(255,255,255,.22); color: #fff; }

.nof-hon-gallery { padding: 48px 0 24px; }
.nof-hon-sechead { margin-bottom: 32px; }
.nof-hon-eyebrow {
    display: inline-block; font-size: .78rem; font-weight: 800;
    color: var(--hon-accent); margin: 0 0 8px;
}
.nof-hon-sechead h2 {
    font-size: clamp(1.4rem, 2.3vw, 1.85rem); font-weight: 900; margin: 0; line-height: 1.35;
}

.nof-hon-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.nof-hon-card {
    background: #fff; border: 1px solid var(--hon-line); border-radius: 18px;
    overflow: hidden; display: flex; flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease;
}
.nof-hon-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,20,28,.08); }
.nof-hon-card__media {
    position: relative; display: block; width: 100%; padding: 0; border: 0;
    background: #f1f1f4; cursor: pointer; aspect-ratio: 4/3; overflow: hidden;
    font-family: var(--font-fa);
}
.nof-hon-card__media img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.nof-hon-card:hover .nof-hon-card__media img { transform: scale(1.05); }
.nof-hon-card__badge {
    position: absolute; top: 12px; right: 12px;
    background: rgba(20,20,28,.82); color: #fff;
    font-size: .72rem; font-weight: 800; padding: 5px 10px; border-radius: 999px;
}
.nof-hon-card__zoom {
    position: absolute; inset: auto 12px 12px auto;
    background: var(--hon-accent); color: #fff;
    font-size: .78rem; font-weight: 800; padding: 7px 12px; border-radius: 10px;
    opacity: 0; transform: translateY(8px); transition: .25s ease;
}
.nof-hon-card:hover .nof-hon-card__zoom { opacity: 1; transform: none; }
.nof-hon-card__body { padding: 16px 18px 20px; }
.nof-hon-card__body h3 {
    font-size: .95rem; font-weight: 900; margin: 0 0 8px; line-height: 1.55;
}
.nof-hon-card__body p {
    margin: 0; font-size: .86rem; line-height: 1.75; color: var(--hon-muted);
}
.nof-hon-empty { text-align: center; color: var(--hon-muted); padding: 40px 0; font-weight: 700; }

.nof-hon-faq { padding: 40px 0 24px; }
.nof-hon-faq__list { display: flex; flex-direction: column; gap: 12px; }
.nof-hon-faq__item {
    background: #fff; border: 1px solid var(--hon-line); border-radius: 14px; padding: 4px 18px;
    transition: border-color .25s, box-shadow .25s;
}
.nof-hon-faq__item[open] {
    border-color: rgba(255,107,0,.35);
    box-shadow: 0 10px 28px rgba(20,20,28,.06);
}
.nof-hon-faq__item summary {
    cursor: pointer; font-weight: 800; font-size: .98rem; padding: 14px 0; list-style: none;
}
.nof-hon-faq__item summary::-webkit-details-marker { display: none; }
.nof-hon-faq__item p { margin: 0 0 16px; font-size: .95rem; line-height: 1.9; color: #333344; }

.nof-hon-closer { background: var(--hon-ink); color: #fff; padding: 48px 0; }
.nof-hon-closer__inner {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.nof-hon-closer h2 { font-size: 1.35rem; font-weight: 900; margin: 0 0 8px; }
.nof-hon-closer p { margin: 0; color: rgba(255,255,255,.7); }

.nof-hon-modal[hidden] { display: none !important; }
.nof-hon-modal {
    position: fixed; inset: 0; z-index: 10000; display: flex;
    align-items: center; justify-content: center; padding: 20px;
}
.nof-hon-modal__backdrop {
    position: absolute; inset: 0; background: rgba(10,10,16,.72); backdrop-filter: blur(4px);
}
.nof-hon-modal__dialog {
    position: relative; z-index: 1; background: #fff; border-radius: 20px;
    max-width: 960px; width: 100%; max-height: 90vh; overflow: auto;
    box-shadow: 0 30px 80px rgba(0,0,0,.35);
    transform: translateY(16px) scale(.98); opacity: 0;
    transition: .35s cubic-bezier(.22,1,.36,1);
}
.nof-hon-modal.is-open .nof-hon-modal__dialog { transform: none; opacity: 1; }
.nof-hon-modal__close {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    width: 40px; height: 40px; border: 0; border-radius: 50%;
    background: rgba(20,20,28,.85); color: #fff; font-size: 1.4rem; cursor: pointer;
}
.nof-hon-modal__grid {
    display: grid; grid-template-columns: 1.1fr .9fr; gap: 0;
}
.nof-hon-modal__img { background: #f4f4f6; }
.nof-hon-modal__img img { width: 100%; height: 100%; object-fit: contain; display: block; min-height: 320px; }
.nof-hon-modal__info { padding: 28px 26px; }
.nof-hon-modal__tag {
    display: inline-block; font-size: .78rem; font-weight: 800; color: var(--hon-accent); margin-bottom: 8px;
}
.nof-hon-modal__info h2 { font-size: 1.15rem; font-weight: 900; margin: 0 0 12px; line-height: 1.5; }
.nof-hon-modal__info p { font-size: .95rem; line-height: 1.85; color: #333344; margin: 0 0 12px; }
.nof-hon-modal__issuer { font-size: .88rem !important; color: var(--hon-muted) !important; }
.nof-hon-modal__nav {
    display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px;
}
.nof-hon-modal__nav button {
    border: 1.5px solid var(--hon-line); background: #fff; border-radius: 10px;
    padding: 10px 16px; font-weight: 800; cursor: pointer; font-family: var(--font-fa);
}
.nof-hon-modal__nav button:hover { border-color: var(--hon-accent); color: var(--hon-accent); }

.nof-honours-page.nof-motion .nof-hon-answer,
.nof-honours-page.nof-motion .nof-hon-facts,
.nof-honours-page.nof-motion .nof-hon-sechead,
.nof-honours-page.nof-motion .nof-hon-card,
.nof-honours-page.nof-motion .nof-hon-faq,
.nof-honours-page.nof-motion .nof-hon-closer {
    opacity: 0; transform: translateY(24px);
    transition: opacity .55s ease, transform .55s cubic-bezier(.22,1,.36,1);
}
.nof-honours-page.nof-motion .nof-hon-answer.is-in,
.nof-honours-page.nof-motion .nof-hon-facts.is-in,
.nof-honours-page.nof-motion .nof-hon-sechead.is-in,
.nof-honours-page.nof-motion .nof-hon-card.is-in,
.nof-honours-page.nof-motion .nof-hon-faq.is-in,
.nof-honours-page.nof-motion .nof-hon-closer.is-in {
    opacity: 1; transform: none;
}

@media (max-width: 900px) {
    .nof-hon-facts__list { grid-template-columns: repeat(2, 1fr); }
    .nof-hon-grid { grid-template-columns: repeat(2, 1fr); }
    .nof-hon-modal__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .nof-hon-facts__list,
    .nof-hon-grid { grid-template-columns: 1fr; }
    .nof-hon-closer__inner { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
    .nof-hon-hero__media img,
    .nof-hon-hero__inner > * { animation: none !important; }
    .nof-honours-page.nof-motion .nof-hon-answer,
    .nof-honours-page.nof-motion .nof-hon-facts,
    .nof-honours-page.nof-motion .nof-hon-card,
    .nof-honours-page.nof-motion .nof-hon-faq,
    .nof-honours-page.nof-motion .nof-hon-closer,
    .nof-honours-page.nof-motion .nof-hon-sechead {
        opacity: 1 !important; transform: none !important; transition: none !important;
    }
}

/* ══════════════════════════════════════════════════════════════════
   NOSTALGIC PRODUCTS — /mahsoolat-khatereh-angiz/ (.nof-nost-*)
══════════════════════════════════════════════════════════════════ */
.nof-nost-page { background: #faf8f5; color: #1c1917; }
.nof-nost-wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

.nof-nost-hero {
    position: relative;
    min-height: min(72vh, 560px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: #1c1917;
}
.nof-nost-hero__media { position: absolute; inset: 0; }
.nof-nost-hero__media img {
    width: 100%; height: 100%; object-fit: cover;
    filter: sepia(.18) contrast(1.05);
    animation: nofNostKen 18s ease-in-out infinite alternate;
}
@keyframes nofNostKen {
    from { transform: scale(1.04); }
    to { transform: scale(1.1); }
}
.nof-nost-hero__veil {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(28,25,23,.35) 0%, rgba(28,25,23,.55) 40%, rgba(28,25,23,.92) 100%);
}
.nof-nost-hero__inner {
    position: relative; z-index: 2;
    max-width: 1120px; width: 100%;
    margin: 0 auto; padding: 48px 20px 40px;
    color: #fafaf9;
}
.nof-nost-hero__inner > * {
    animation: nofNostUp .7s ease both;
}
.nof-nost-hero__inner > .nof-nost-bc { animation-delay: .08s; }
.nof-nost-hero__inner > .nof-nost-brand { animation-delay: .18s; }
.nof-nost-hero__inner > .nof-nost-title { animation-delay: .3s; }
.nof-nost-hero__inner > .nof-nost-lead { animation-delay: .42s; }
.nof-nost-hero__inner > .nof-nost-cta-row { animation-delay: .54s; }
@keyframes nofNostUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: none; }
}

.nof-nost-bc {
    display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
    font-size: .78rem; color: #a8a29e; margin-bottom: 14px;
}
.nof-nost-bc a { color: #fdba74; text-decoration: none; font-weight: 800; }
.nof-nost-brand {
    font-size: .8rem; font-weight: 900; letter-spacing: .04em;
    color: #fbbf24; margin: 0 0 10px;
}
.nof-nost-brand span { color: #a8a29e; margin: 0 6px; }
.nof-nost-title {
    margin: 0 0 12px; font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    font-weight: 900; line-height: 1.35; max-width: 18ch; color: #fff;
}
.nof-nost-lead {
    margin: 0 0 18px; max-width: 40rem;
    font-size: .95rem; line-height: 1.8; color: #d6d3d1;
}
.nof-nost-lead strong { color: #fde68a; }
.nof-nost-cta-row { display: flex; flex-wrap: wrap; gap: 10px; }
.nof-nost-btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 44px; padding: 10px 18px; border-radius: 14px;
    font-size: .86rem; font-weight: 900; text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}
.nof-nost-btn:hover { transform: translateY(-2px); }
.nof-nost-btn--primary {
    background: linear-gradient(135deg, #d97706, #b45309);
    color: #fff; box-shadow: 0 8px 22px rgba(180, 83, 9, .35);
}
.nof-nost-btn--ghost {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.28); color: #fff;
}
.nof-nost-yearmark {
    margin: 16px 0 0; font-size: .75rem; font-weight: 800; color: #a8a29e;
}

.nof-nost-answer { padding: 36px 0 8px; }
.nof-nost-answer h2 {
    margin: 0 0 12px; font-size: 1.25rem; font-weight: 900; color: #1c1917;
}
.nof-nost-answer p {
    margin: 0 0 14px; font-size: .95rem; line-height: 1.9; color: #44403c; max-width: 52rem;
}
.nof-nost-answer__links {
    display: flex; flex-wrap: wrap; gap: 10px 16px;
    list-style: none; margin: 0; padding: 0;
}
.nof-nost-answer__links a {
    font-size: .84rem; font-weight: 900; color: #b45309; text-decoration: none;
    border-bottom: 1px solid rgba(180, 83, 9, .35);
}

.nof-nost-facts { padding: 20px 0 8px; }
.nof-nost-facts__list {
    list-style: none; margin: 0; padding: 0;
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.nof-nost-facts__list li {
    background: #fff; border: 1px solid #e7e5e4; border-radius: 16px;
    padding: 14px 16px;
}
.nof-nost-facts__list strong {
    display: block; font-size: 1.05rem; font-weight: 900; color: #1c1917; margin-bottom: 4px;
}
.nof-nost-facts__list span { font-size: .75rem; font-weight: 700; color: #78716c; }

.nof-nost-filters { padding: 18px 0 6px; position: sticky; top: 0; z-index: 20; background: rgba(250,248,245,.92); backdrop-filter: blur(10px); }
.nof-nost-filters__track { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.nof-nost-chip {
    flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px; border-radius: 999px; border: 1px solid #e7e5e4;
    background: #fff; color: #57534e; font-size: .8rem; font-weight: 800;
    cursor: pointer; font-family: inherit;
}
.nof-nost-chip span {
    font-size: .68rem; font-weight: 900; background: #f5f5f4; color: #78716c;
    padding: 2px 7px; border-radius: 999px;
}
.nof-nost-chip.is-active,
.nof-nost-chip:hover {
    background: #b45309; border-color: #b45309; color: #fff;
}
.nof-nost-chip.is-active span,
.nof-nost-chip:hover span { background: rgba(255,255,255,.22); color: #fff; }

.nof-nost-gallery { padding: 18px 0 40px; }
.nof-nost-sechead { margin-bottom: 18px; }
.nof-nost-eyebrow {
    margin: 0 0 4px; font-size: .74rem; font-weight: 900; color: #b45309;
}
.nof-nost-sechead h2 {
    margin: 0; font-size: 1.3rem; font-weight: 900; color: #1c1917;
}

.nof-nost-grid {
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px;
}
.nof-nost-card {
    background: #fff; border: 1px solid #e7e5e4; border-radius: 18px; overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.nof-nost-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(28, 25, 23, .1);
}
.nof-nost-card__media {
    position: relative; display: block; width: 100%; padding: 0; border: 0;
    background: #f5f5f4; cursor: pointer; aspect-ratio: 4/3; overflow: hidden;
}
.nof-nost-card__media img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .35s ease; filter: sepia(.08);
}
.nof-nost-card:hover .nof-nost-card__media img { transform: scale(1.05); }
.nof-nost-card__badge {
    position: absolute; top: 10px; right: 10px;
    padding: 4px 9px; border-radius: 999px;
    background: rgba(28,25,23,.82); color: #fde68a;
    font-size: .66rem; font-weight: 900;
}
.nof-nost-card__era {
    position: absolute; top: 10px; left: 10px;
    padding: 4px 8px; border-radius: 999px;
    background: rgba(255,255,255,.9); color: #78716c;
    font-size: .62rem; font-weight: 800;
}
.nof-nost-card__zoom {
    position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
    padding: 6px 12px; border-radius: 999px;
    background: rgba(180, 83, 9, .92); color: #fff;
    font-size: .72rem; font-weight: 900; opacity: 0;
    transition: opacity .2s ease;
}
.nof-nost-card:hover .nof-nost-card__zoom { opacity: 1; }
.nof-nost-card__body { padding: 14px 14px 16px; }
.nof-nost-card__body h3 {
    margin: 0 0 6px; font-size: .95rem; font-weight: 900; line-height: 1.45; color: #1c1917;
}
.nof-nost-card__body p {
    margin: 0; font-size: .8rem; line-height: 1.7; color: #78716c;
}
.nof-nost-empty {
    text-align: center; padding: 24px; color: #78716c; font-weight: 800;
}

.nof-nost-faq { padding: 10px 0 40px; }
.nof-nost-faq__list { display: flex; flex-direction: column; gap: 10px; }
.nof-nost-faq__item {
    background: #fff; border: 1px solid #e7e5e4; border-radius: 14px; padding: 4px 14px;
}
.nof-nost-faq__item summary {
    cursor: pointer; font-weight: 900; font-size: .92rem; padding: 12px 0; color: #1c1917;
}
.nof-nost-faq__item p {
    margin: 0 0 12px; font-size: .86rem; line-height: 1.8; color: #57534e;
}

.nof-nost-closer { padding: 0 0 64px; }
.nof-nost-closer__inner {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    padding: 22px 24px; border-radius: 20px;
    background: linear-gradient(135deg, #1c1917 0%, #44403c 100%); color: #fafaf9;
}
.nof-nost-closer__inner h2 { margin: 0 0 4px; font-size: 1.2rem; font-weight: 900; }
.nof-nost-closer__inner p { margin: 0; color: #a8a29e; font-size: .86rem; }

.nof-nost-modal[hidden] { display: none !important; }
.nof-nost-modal {
    position: fixed; inset: 0; z-index: 10050;
    display: flex; align-items: center; justify-content: center; padding: 16px;
}
.nof-nost-modal__backdrop {
    position: absolute; inset: 0; background: rgba(28,25,23,.72);
}
.nof-nost-modal__dialog {
    position: relative; z-index: 1; width: min(920px, 100%);
    max-height: min(90vh, 720px); overflow: auto;
    background: #fff; border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.nof-nost-modal__close {
    position: absolute; top: 10px; left: 12px; z-index: 2;
    width: 36px; height: 36px; border: 0; border-radius: 50%;
    background: #f5f5f4; font-size: 1.3rem; cursor: pointer;
}
.nof-nost-modal__grid {
    display: grid; grid-template-columns: 1.1fr 1fr; min-height: 320px;
}
.nof-nost-modal__img { background: #f5f5f4; }
.nof-nost-modal__img img { width: 100%; height: 100%; object-fit: contain; max-height: 520px; }
.nof-nost-modal__info { padding: 28px 24px; }
.nof-nost-modal__tag {
    display: inline-flex; margin-bottom: 8px; padding: 4px 10px; border-radius: 999px;
    background: #fffbeb; color: #b45309; border: 1px solid #fde68a;
    font-size: .72rem; font-weight: 900;
}
.nof-nost-modal__info h3 { margin: 0 0 6px; font-size: 1.15rem; font-weight: 900; }
.nof-nost-modal__era { margin: 0 0 10px; font-size: .78rem; font-weight: 800; color: #a8a29e; }
.nof-nost-modal__info p { margin: 0 0 16px; font-size: .9rem; line-height: 1.8; color: #57534e; }

@media (max-width: 900px) {
    .nof-nost-facts__list { grid-template-columns: repeat(2, 1fr); }
    .nof-nost-grid { grid-template-columns: repeat(2, 1fr); }
    .nof-nost-modal__grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .nof-nost-facts__list,
    .nof-nost-grid { grid-template-columns: 1fr; }
    .nof-nost-closer__inner { flex-direction: column; align-items: flex-start; }
    .nof-nost-title { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
    .nof-nost-hero__media img,
    .nof-nost-hero__inner > * { animation: none !important; }
}

/* ══════════════════════════════════════════════════════════════════
   CART + CHECKOUT V2 — unified billing wizard UI
══════════════════════════════════════════════════════════════════ */
.nof-cart-v2,
.nof-co-v2 {
    --co-ink: #0f172a;
    --co-muted: #64748b;
    --co-line: #e8eef5;
    --co-soft: #f6f8fb;
    --co-accent: #e85d04;
    --co-accent-2: #f48c06;
    --co-card: #ffffff;
    direction: rtl;
}

.nof-cart-v2,
.nof-checkout-wrapper.nof-co-v2 {
    max-width: 1120px;
    margin: 28px auto 48px;
    padding: 0 16px 40px;
    background:
        radial-gradient(900px 420px at 100% 0%, rgba(232, 93, 4, 0.08), transparent 55%),
        radial-gradient(700px 360px at 0% 20%, rgba(15, 23, 42, 0.04), transparent 50%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 40%, #f8fafc 100%);
    border-radius: 0;
}

.nof-cart-v2 .nof-co-stepper-header,
.nof-co-v2 .nof-co-stepper-header {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border: 1px solid var(--co-line);
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.nof-cart-v2 .nof-co-card,
.nof-co-v2 .nof-co-card {
    background: var(--co-card);
    border: 1px solid var(--co-line);
    border-radius: 28px;
    padding: 28px 26px;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.05);
}

.nof-co-card-head--compact {
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
}

.nof-cart-count-chip {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    background: #fff7ed;
    color: var(--co-accent);
    font-size: 0.78rem;
    font-weight: 800;
    vertical-align: middle;
}

.nof-step-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 16px;
}

.nof-step-fields .form-row-wide {
    grid-column: 1 / -1;
}

.nof-step-fields .form-row {
    margin: 0 0 14px !important;
}

.nof-co-v2 .woocommerce-billing-fields__field-wrapper label,
.nof-co-v2 .woocommerce-additional-fields label,
.nof-co-v2 .woocommerce-shipping-fields label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--co-ink);
}

.nof-co-v2 .woocommerce-billing-fields__field-wrapper label .required,
.nof-co-v2 .required {
    color: var(--co-accent);
}

.nof-co-v2 input.input-text,
.nof-co-v2 textarea,
.nof-co-v2 select,
.nof-co-v2 .select2-container .select2-selection--single {
    min-height: 48px !important;
    border-radius: 14px !important;
    border: 1.5px solid #dbe3ee !important;
    background: var(--co-soft) !important;
    font-weight: 700 !important;
    box-shadow: none !important;
}

.nof-co-v2 input.input-text:focus,
.nof-co-v2 textarea:focus,
.nof-co-v2 select:focus {
    border-color: var(--co-accent) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(232, 93, 4, 0.12) !important;
}

.nof-co-v2 input.nof-field-error,
.nof-co-v2 select.nof-field-error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12) !important;
}

.nof-order-notes-box {
    margin-top: 22px;
    padding: 18px 16px 8px;
    border-radius: 20px;
    background: var(--co-soft);
    border: 1px dashed #d7e0ec;
}

.nof-wiz-next {
    background: linear-gradient(135deg, var(--co-accent) 0%, var(--co-accent-2) 100%) !important;
}

.nof-desktop-checkout-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 22px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, var(--co-accent) 0%, var(--co-accent-2) 100%) !important;
    color: #fff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(232, 93, 4, 0.3);
    margin-top: 18px;
}

.nof-cart-v2 .nof-cart-totals-card {
    background: linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}

.nof-cart-v2 .shop_table tbody tr.cart_item {
    border-radius: 22px !important;
    border: 1px solid var(--co-line) !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04) !important;
}

.nof-cart-v2 .product-subtotal {
    color: var(--co-accent) !important;
}

.nof-co-v2 #payment {
    background: var(--co-soft);
    border-radius: 20px;
    padding: 18px;
    border: 1px solid var(--co-line);
}

.nof-co-v2 #place_order {
    width: 100% !important;
    min-height: 54px;
    border-radius: 16px !important;
    background: linear-gradient(135deg, var(--co-accent) 0%, var(--co-accent-2) 100%) !important;
    font-weight: 900 !important;
    font-size: 1rem !important;
    box-shadow: 0 12px 28px rgba(232, 93, 4, 0.32) !important;
}

.nof-co-v2 .woocommerce-checkout-review-order-table .order-total td strong {
    color: var(--co-accent);
    font-size: 1.15rem;
}

@media (max-width: 720px) {
    .nof-step-fields {
        grid-template-columns: 1fr;
    }
    .nof-cart-v2,
    .nof-checkout-wrapper.nof-co-v2 {
        margin-top: 8px;
        padding-bottom: 120px;
    }
}

/* ══════════════════════════════════════════════════════════════════
   LOGO RUNWAY — in-article promo logo slider (.nof-logo-runway)
══════════════════════════════════════════════════════════════════ */
.nof-logo-runway {
    --nof-lr-ink: #0f172a;
    --nof-lr-muted: #64748b;
    --nof-lr-line: rgba(15, 23, 42, 0.08);
    --nof-lr-accent: #ea580c;
    --nof-lr-warm: #fff7ed;
    position: relative;
    margin: 2.25rem 0;
    padding: 1.1rem 1rem 0.85rem;
    border-radius: 22px;
    border: 1px solid var(--nof-lr-line);
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(234, 88, 12, 0.10), transparent 55%),
        radial-gradient(90% 70% at 0% 100%, rgba(255, 214, 0, 0.12), transparent 50%),
        linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    direction: rtl;
}
.nof-logo-runway::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(
        -18deg,
        transparent,
        transparent 12px,
        rgba(15, 23, 42, 0.015) 12px,
        rgba(15, 23, 42, 0.015) 13px
    );
    pointer-events: none;
}
.nof-lr-head {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    margin-bottom: 12px;
}
.nof-lr-brands {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px 4px 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--nof-lr-line);
}
.nof-lr-mark {
    width: 32px;
    height: 32px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
}
.nof-lr-logo {
    height: 22px;
    width: auto;
    object-fit: contain;
}
.nof-lr-title {
    flex: 1 1 160px;
    margin: 0;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--nof-lr-ink);
    line-height: 1.45;
}
.nof-lr-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #ea580c, #f59e0b);
    box-shadow: 0 8px 18px rgba(234, 88, 12, 0.28);
    transition: transform 0.2s ease, filter 0.2s ease;
}
.nof-lr-cta:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    color: #fff;
}
.nof-lr-stage {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.nof-lr-track {
    display: flex;
    width: max-content;
    gap: 10px;
    will-change: transform;
}
.nof-lr-track--a {
    animation: nofLrScrollA var(--nof-lr-duration, 38s) linear infinite;
}
.nof-lr-track--b {
    animation: nofLrScrollB var(--nof-lr-duration, 46s) linear infinite;
}
.nof-logo-runway:hover .nof-lr-track {
    animation-play-state: paused;
}
@keyframes nofLrScrollA {
    from { transform: translateX(0); }
    to   { transform: translateX(50%); } /* RTL: content moves toward start visually */
}
@keyframes nofLrScrollB {
    from { transform: translateX(50%); }
    to   { transform: translateX(0); }
}
.nof-lr-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 168px;
    max-width: 220px;
    padding: 8px 12px 8px 8px;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--nof-lr-line);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.nof-lr-chip:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(234, 88, 12, 0.35);
    box-shadow: 0 12px 24px rgba(234, 88, 12, 0.12);
}
.nof-lr-chip--compact {
    min-width: 148px;
    opacity: 0.95;
}
.nof-lr-chip-media {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--nof-lr-warm);
    display: grid;
    place-items: center;
    overflow: hidden;
    flex-shrink: 0;
}
.nof-lr-chip--compact .nof-lr-chip-media {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}
.nof-lr-chip-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}
.nof-lr-chip-fallback {
    font-weight: 900;
    font-size: 1.1rem;
    color: var(--nof-lr-accent);
}
.nof-lr-chip-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.nof-lr-chip-text em {
    font-style: normal;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--nof-lr-accent);
}
.nof-lr-chip-text strong {
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--nof-lr-ink);
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nof-lr-note {
    position: relative;
    z-index: 2;
    margin: 10px 0 0;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--nof-lr-muted);
}
@media (max-width: 640px) {
    .nof-logo-runway { padding: 0.9rem 0.7rem 0.7rem; border-radius: 18px; }
    .nof-lr-title { font-size: 0.84rem; }
    .nof-lr-chip { min-width: 148px; }
    .nof-lr-chip-text strong { font-size: 0.72rem; }
}
@media (prefers-reduced-motion: reduce) {
    .nof-lr-track--a,
    .nof-lr-track--b { animation: none; }
}

/* Blog ad slots (customizer banners) */
.nof-blog-ad {
    margin: 1.25rem 0;
    text-align: center;
}
.nof-blog-ad-img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}
.nof-blog-ad--mid { margin: 1.75rem auto; }

/* Single post shell polish */
.nof-single-post-root {
    background:
        radial-gradient(80% 50% at 100% 0%, rgba(255, 214, 0, 0.08), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #ffffff 40%);
    padding: 24px 16px 56px;
}
.nof-single-post-container {
    max-width: 820px;
    margin: 0 auto;
}
.nof-post-card-container {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 22px 22px 28px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.05);
}
.nof-post-title {
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    font-weight: 900;
    line-height: 1.45;
    color: #0f172a;
    margin: 10px 0 16px;
}
.nof-post-meta-top {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    font-size: 0.78rem;
    color: #64748b;
}
.nof-post-cat-badge {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-weight: 800;
    font-size: 0.72rem;
}
.nof-post-featured-img {
    border-radius: 18px;
    overflow: hidden;
    margin: 8px 0 20px;
    background: #f1f5f9;
}
.nof-post-featured-img img {
    width: 100%;
    height: auto;
    display: block;
}
.nof-prose {
    font-size: 1rem;
    line-height: 1.95;
    color: #1e293b;
}
.nof-prose h2, .nof-prose h3 {
    font-weight: 900;
    color: #0f172a;
    margin: 1.6em 0 0.55em;
    line-height: 1.4;
}
.nof-prose p { margin: 0 0 1em; }
.nof-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}
.nof-post-footer {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}
/* Blog home (/blog/) */
.nof-blog-home { max-width: 1180px; margin: 0 auto; padding: 28px 20px 64px; }
.nof-blog-home-hero {
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
  margin-bottom: 28px; padding: 28px 24px; border-radius: 24px;
  background: radial-gradient(90% 80% at 100% 0%, rgba(234,88,12,.10), transparent 55%),
              linear-gradient(180deg,#fff7ed 0%,#fff 70%);
  border: 1px solid #fed7aa;
}
.nof-blog-home-kicker { margin: 0 0 6px; font-size:.78rem; font-weight:800; color:#ea580c; }
.nof-blog-home-title { margin:0 0 10px; font-size:clamp(1.5rem,3vw,2.1rem); font-weight:900; color:#0f172a; line-height:1.35; }
.nof-blog-home-desc { margin:0; color:#475569; line-height:1.8; max-width:52ch; }
.nof-blog-home-cats { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.nof-blog-home-chip {
  display:inline-flex; align-items:center; gap:6px; padding:7px 12px; border-radius:999px;
  background:#fff; border:1px solid #e2e8f0; color:#0f172a; text-decoration:none; font-size:.78rem; font-weight:700;
}
.nof-blog-home-chip span { color:#ea580c; font-weight:900; }
.nof-blog-home-layout { display:grid; gap:24px; }
.nof-blog-home.has-sidebar .nof-blog-home-layout { grid-template-columns: minmax(0,1fr) 280px; }
.nof-blog-home-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:18px; }
.nof-blog-home-card {
  background:#fff; border:1px solid #e2e8f0; border-radius:18px; overflow:hidden;
  display:flex; flex-direction:column; transition:transform .22s ease, box-shadow .22s ease;
}
.nof-blog-home-card:hover { transform:translateY(-3px); box-shadow:0 14px 28px rgba(15,23,42,.08); }
.nof-bhc-media { position:relative; display:block; height:180px; background:#f1f5f9; overflow:hidden; }
.nof-bhc-media img { width:100%; height:100%; object-fit:cover; }
.nof-bhc-ph { display:block; width:100%; height:100%; background:linear-gradient(135deg,#fed7aa,#ffedd5); }
.nof-bhc-cat {
  position:absolute; top:10px; right:10px; padding:4px 10px; border-radius:999px;
  background:rgba(15,23,42,.82); color:#fff; font-size:.68rem; font-weight:800;
}
.nof-bhc-body { padding:14px 16px 18px; display:flex; flex-direction:column; gap:8px; flex:1; }
.nof-bhc-body time { font-size:.72rem; color:#94a3b8; }
.nof-bhc-title { margin:0; font-size:.95rem; font-weight:800; line-height:1.45; }
.nof-bhc-title a { color:#0f172a; text-decoration:none; }
.nof-bhc-title a:hover { color:#ea580c; }
.nof-bhc-excerpt { margin:0; font-size:.8rem; color:#64748b; line-height:1.7; flex:1; }
.nof-bhc-more { font-size:.8rem; font-weight:800; color:#ea580c; text-decoration:none; }
.nof-blog-home-side { display:flex; flex-direction:column; gap:14px; }
@media (max-width:900px) {
  .nof-blog-home.has-sidebar .nof-blog-home-layout { grid-template-columns:1fr; }
}

/* Real product photo inside blog posts — no filters that alter color */
.nof-blog-product-fig {
  margin: 1.4rem 0 1.6rem;
  padding: 12px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  text-align: center;
}
.nof-blog-product-fig img {
  display: block;
  max-width: 100%;
  width: min(420px, 100%);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  background: #fff;
  border-radius: 12px;
  filter: none !important;
  -webkit-filter: none !important;
  mix-blend-mode: normal !important;
}
.nof-blog-product-fig figcaption {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #64748b;
  line-height: 1.6;
}
.nof-blog-product-fig a { color: #ea580c; font-weight: 700; text-decoration: none; }
.nof-post-featured-img img,
.nof-bhc-media img {
  filter: none !important;
  -webkit-filter: none !important;
  object-fit: contain;
  background: #fff;
}
.nof-bhc-media img { padding: 10px; object-fit: contain; }

/* ══ App view + product overflow + auth/about/contact ══ */
body.nofnika-app-view #nof-header,
body.nofnika-app-view #nofTopBar,
body.nofnika-app-view #nof-footer {
    display: none !important;
}
body.nofnika-app-view .nof-mobile-app-bar { display: block !important; }
body.nofnika-app-view .mobile-app-bottom-bar { display: flex !important; }
body.nofnika-app-view .desktop-app-sim-toggle { display: none !important; }
body.nofnika-app-view {
    padding-bottom: 84px;
    background: #f8fafc;
}
body.single-product .nof-sp-root,
body.single-product .nof-sp-card-stage,
body.single-product .nof-sp-media-col,
body.single-product .nof-sp-info-col {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    body.single-product .nof-sp-root { padding: 12px 12px 160px; }
    body.single-product .nof-sp-card-stage { padding: 14px; border-radius: 20px; }
    .nof-sp-specs-table th { width: 36%; }
}

.nof-auth-wrap {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px 120px;
    background: radial-gradient(circle at 20% 0%, #fff7ed 0%, #f8fafc 45%, #fff 100%);
}
.nof-auth-card {
    width: min(440px, 100%);
    background: rgba(255,255,255,0.92);
    border: 1px solid #ffe4c4;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(234,88,12,0.12);
    padding: 28px 24px 32px;
    direction: rtl;
}
.nof-auth-card h1 { font-size: 1.35rem; margin: 10px 0 6px; color: #0f172a; }
.nof-auth-card p.lead { color: #64748b; font-size: 0.9rem; margin: 0 0 20px; }
.nof-auth-card .nof-input,
.nof-auth-otp-row input {
    width: 100%;
    box-sizing: border-box;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 1rem;
}
.nof-auth-otp-row {
    display: flex;
    gap: 8px;
    direction: ltr;
    justify-content: center;
    margin: 16px 0;
}
.nof-auth-otp-row input {
    width: 44px;
    height: 52px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 800;
}
.nof-auth-card .nof-btn-primary {
    width: 100%;
    margin-top: 8px;
    border: 0;
    border-radius: 16px;
    padding: 14px;
    font-weight: 800;
    background: linear-gradient(135deg,#ff6b00,#f59e0b);
    color: #fff;
    cursor: pointer;
    font-family: inherit;
}
.nof-auth-msg { min-height: 22px; font-size: 0.85rem; margin-top: 10px; }
.nof-auth-msg.err { color: #dc2626; }
.nof-auth-msg.ok { color: #15803d; }
body.nofnika-app-view .nof-auth-wrap { padding-top: 12px; min-height: auto; }

.nof-about-hero, .nof-contact-hero {
    background: linear-gradient(135deg,#0f172a 0%,#1e293b 60%,#ea580c 140%);
    color: #fff;
    padding: 56px 20px 48px;
}
.nof-about-hero h1, .nof-contact-hero h1 { font-size: clamp(1.6rem,3vw,2.3rem); margin: 8px 0; }
.nof-about-hero p, .nof-contact-hero p { opacity: 0.86; max-width: 720px; }
.nof-about-grid, .nof-contact-grid-pro {
    max-width: 1180px;
    margin: -36px auto 48px;
    padding: 0 16px 80px;
    display: grid;
    gap: 18px;
}
.nof-about-grid { grid-template-columns: 1.2fr 0.8fr; }
.nof-contact-grid-pro { grid-template-columns: 0.9fr 1.1fr; }
.nof-pro-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(15,23,42,0.06);
}
.nof-trust-4 {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
    margin-top: 18px;
}
.nof-trust-4 span {
    background: #fff7ed;
    border: 1px solid #ffedd5;
    border-radius: 16px;
    padding: 14px 12px;
    font-size: 0.82rem;
    font-weight: 800;
    color: #9a3412;
    text-align: center;
}
.nof-tl { list-style: none; padding: 0; margin: 16px 0 0; }
.nof-tl li { padding: 10px 0 10px 0; border-right: 3px solid #fdba74; padding-right: 14px; margin-bottom: 8px; }
.nof-contact-info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.nof-contact-info-list li { background: #f8fafc; border-radius: 14px; padding: 12px 14px; }
@media (max-width: 800px) {
    .nof-about-grid, .nof-contact-grid-pro, .nof-trust-4 { grid-template-columns: 1fr; }
}
