/* =========================================================
   Arya China — Specialty Parts Redesign
   Inspired by FCP Euro / ECS Tuning patterns:
   vehicle-first shopping, clean trust, content, conversion
   Brand: #018ec4 | RTL
   ========================================================= */

:root {
    --ac-brand: #018ec4;
    --ac-brand-dark: #01648c;
    --ac-ink: #111827;
    --ac-muted: #6b7280;
    --ac-line: #e5e7eb;
    --ac-soft: #f3f6f9;
    --ac-white: #ffffff;
    --ac-navy: #0b1c28;
    --ac-radius: 14px;
    --ac-shadow: 0 8px 28px rgba(17, 24, 39, 0.08);
}

body {
    color: var(--ac-ink);
    background: #f7f9fb;
}

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

/* ---------- Hide old theme header completely ---------- */
.main_header,
.Offcanvas_menu,
.off_canvars_overlay,
.sticky-header {
    display: none !important;
}

/* Hide duplicate trust bar (now in header strip) */
.ac-trustbar {
    display: none !important;
}

/* =========================================================
   NEW HEADER + NAVIGATION DRAWER
   ========================================================= */

.ac-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 16px rgba(11, 28, 40, 0.06);
}

.ac-header-strip {
    background: var(--ac-navy);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
}

.ac-header-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    padding: 7px 0;
}

.ac-header-strip span,
.ac-header-strip a {
    color: rgba(255, 255, 255, 0.92) !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.ac-header-strip a:hover {
    color: #fff !important;
}

.ac-header-main {
    border-bottom: 1px solid var(--ac-line);
}

.ac-header-main-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
        "toggle brand tools"
        "search search search";
    align-items: center;
    gap: 10px 12px;
    padding: 12px 0;
}

.ac-header-toggle {
    grid-area: toggle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 11px;
    border: 0;
    border-radius: 12px;
    background: var(--ac-brand);
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(1, 142, 196, 0.35);
}

.ac-header-toggle span {
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.ac-header-brand {
    grid-area: brand;
    justify-self: center;
}

.ac-header-brand img {
    max-height: 50px;
    width: auto;
}

.ac-header-tools {
    grid-area: tools;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-self: end;
}

.ac-header-tool {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--ac-line);
    border-radius: 50%;
    color: var(--ac-ink) !important;
    font-size: 19px;
    background: #fff;
}

.ac-header-tool-call {
    background: rgba(1, 142, 196, 0.1);
    border-color: rgba(1, 142, 196, 0.3);
    color: var(--ac-brand) !important;
}

.ac-header-badge {
    position: absolute;
    top: -4px;
    left: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--ac-brand);
    color: #fff;
    font-style: normal;
    font-size: 10px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
}

.ac-header-search {
    grid-area: search;
    width: 100%;
}

.ac-header-search form {
    display: flex;
    gap: 6px;
    align-items: stretch;
    background: var(--ac-soft);
    border: 1px solid var(--ac-line);
    border-radius: 12px;
    padding: 5px;
}

.ac-header-search select {
    border: 0;
    background: #fff;
    border-radius: 8px;
    padding: 0 10px;
    max-width: 140px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ac-ink);
}

.ac-header-search input {
    flex: 1;
    border: 0;
    background: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    min-width: 0;
}

.ac-header-search button {
    border: 0;
    border-radius: 8px;
    background: var(--ac-brand);
    color: #fff;
    font-weight: 800;
    padding: 0 16px;
    min-width: 46px;
    cursor: pointer;
}

/* Desktop nav bar */
.ac-header-bar {
    display: none;
    background: #fff;
    border-bottom: 1px solid var(--ac-line);
}

.ac-header-bar-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
}

.ac-mega-wrap {
    position: relative;
    flex: 0 0 auto;
}

.ac-mega-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border: 0;
    border-radius: 10px;
    background: var(--ac-navy);
    color: #fff !important;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
}

.ac-mega-panel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(960px, 94vw);
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
    box-shadow: var(--ac-shadow);
    padding: 18px;
    z-index: 1100;
    max-height: min(72vh, 540px);
    overflow: auto;
}

.ac-mega-panel.is-open {
    display: block;
}

.ac-mega-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 14px;
}

.ac-mega-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ac-mega-title {
    font-weight: 800;
    color: var(--ac-ink) !important;
    margin-bottom: 4px;
    font-size: 14px;
}

.ac-mega-col a {
    font-size: 13px;
    color: var(--ac-muted) !important;
    padding: 2px 0;
}

.ac-mega-col a:hover {
    color: var(--ac-brand) !important;
}

.ac-header-links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    flex: 1;
    justify-content: center;
}

.ac-header-links a {
    color: var(--ac-ink) !important;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 4px;
    white-space: nowrap;
}

.ac-header-links a:hover {
    color: var(--ac-brand) !important;
}

/* ===== Navigation drawer ===== */
.ac-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(11, 28, 40, 0.6);
    z-index: 10090;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.ac-nav-overlay.is-open {
    opacity: 1;
}

.ac-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(420px, 100vw);
    max-width: 100%;
    background: #fff;
    z-index: 10100;
    display: flex;
    flex-direction: column;
    transform: translate3d(105%, 0, 0);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.15);
}

.ac-nav-drawer.is-open {
    transform: translate3d(0, 0, 0);
}

body.ac-nav-open {
    overflow: hidden;
}

.ac-nav-drawer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: linear-gradient(135deg, var(--ac-navy), #0f3a52);
}

.ac-nav-brand img {
    max-height: 38px;
    filter: brightness(0) invert(1);
}

.ac-nav-close {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.ac-nav-call {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 16px 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(1, 142, 196, 0.1);
    border: 1px solid rgba(1, 142, 196, 0.25);
    color: var(--ac-brand) !important;
    font-weight: 800;
    font-size: 14px;
}

.ac-nav-sales {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 16px 0;
}

.ac-nav-sales-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    border: 1px solid var(--ac-line);
    border-radius: 10px;
    background: #fff;
    color: var(--ac-ink) !important;
    font-size: 12px;
}

.ac-nav-sales-item i {
    color: var(--ac-brand);
}

.ac-nav-sales-item strong {
    font-size: 13px;
    direction: ltr;
    text-align: right;
}

.ac-nav-search {
    padding: 12px 16px;
}

.ac-nav-search form {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--ac-soft);
    border: 1px solid var(--ac-line);
    border-radius: 12px;
    padding: 6px 8px 6px 12px;
}

.ac-nav-search form i {
    color: var(--ac-muted);
}

.ac-nav-search input {
    flex: 1;
    border: 0;
    background: transparent;
    padding: 8px 0;
    font-size: 14px;
    min-width: 0;
}

.ac-nav-search button {
    border: 0;
    border-radius: 8px;
    background: var(--ac-brand);
    color: #fff;
    font-weight: 800;
    padding: 8px 14px;
    cursor: pointer;
    white-space: nowrap;
}

.ac-search-autocomplete {
    position: relative;
}

.ac-header-search.ac-search-autocomplete {
    position: relative;
}

.ac-search-suggest {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 10200;
    max-height: 360px;
    overflow: auto;
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
    padding: 6px;
}

.ac-nav-search .ac-search-suggest {
    left: 16px;
    right: 16px;
}

.ac-search-suggest-empty {
    padding: 12px 14px;
    color: var(--ac-muted);
    font-size: 13px;
}

.ac-search-suggest-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    text-decoration: none;
    color: var(--ac-ink) !important;
    transition: background 0.15s ease;
}

.ac-search-suggest-item:hover,
.ac-search-suggest-item:focus {
    background: rgba(1, 142, 196, 0.08);
}

.ac-search-suggest-item img,
.ac-search-suggest-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: contain;
    background: #f8fafc;
    flex-shrink: 0;
}

.ac-search-suggest-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ac-brand);
    font-size: 16px;
}

.ac-search-suggest-item span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ac-search-suggest-item strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ac-search-suggest-item small {
    font-size: 11px;
    color: var(--ac-muted);
}

.ac-nav-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 16px 12px;
}

.ac-nav-tab {
    border: 1px solid var(--ac-line);
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    font-weight: 800;
    font-size: 13px;
    color: var(--ac-muted);
    cursor: pointer;
    font-family: inherit;
}

.ac-nav-tab.is-active {
    background: var(--ac-brand);
    border-color: var(--ac-brand);
    color: #fff;
}

.ac-nav-body {
    flex: 1;
    overflow: auto;
    padding: 0 16px 12px;
    -webkit-overflow-scrolling: touch;
}

.ac-nav-panel {
    display: none;
}

.ac-nav-panel.is-active {
    display: block;
}

.ac-nav-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.ac-nav-grid a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 10px;
    border: 1px solid var(--ac-line);
    border-radius: 12px;
    background: #fff;
    color: var(--ac-ink) !important;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    min-height: 88px;
}

.ac-nav-grid a i {
    font-size: 22px;
    color: var(--ac-brand);
}

.ac-nav-grid a:hover {
    border-color: var(--ac-brand);
    background: rgba(1, 142, 196, 0.05);
}

.ac-nav-cat {
    border: 1px solid var(--ac-line);
    border-radius: 10px;
    margin-bottom: 8px;
    overflow: hidden;
    background: #fff;
}

.ac-nav-cat summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.ac-nav-cat summary::-webkit-details-marker {
    display: none;
}

.ac-nav-cat summary i {
    color: var(--ac-muted);
    transition: transform 0.2s;
}

.ac-nav-cat[open] summary i {
    transform: rotate(180deg);
}

.ac-nav-cat-links {
    display: flex;
    flex-direction: column;
    padding: 0 14px 10px;
    border-top: 1px solid var(--ac-line);
}

.ac-nav-cat-links a {
    padding: 10px 0;
    border-bottom: 1px dashed var(--ac-line);
    color: var(--ac-muted) !important;
    font-size: 13px;
}

.ac-nav-cat-links a:first-child {
    font-weight: 700;
    color: var(--ac-brand) !important;
}

.ac-nav-cat-links a:last-child {
    border-bottom: 0;
}

.ac-nav-cat-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    margin-bottom: 8px;
    border: 1px solid var(--ac-line);
    border-radius: 10px;
    color: var(--ac-ink) !important;
    font-weight: 700;
}

.ac-nav-drawer-foot {
    display: grid;
    gap: 10px;
    padding: 14px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--ac-line);
    background: var(--ac-soft);
    flex-shrink: 0;
    margin-top: auto;
}

.ac-nav-drawer-foot .ac-btn {
    text-align: center;
    justify-content: center;
}

/* Legacy theme search overrides (shop pages) */
.search_container form {
    border: 1px solid var(--ac-line);
    border-radius: 999px;
    overflow: visible;
    background: var(--ac-soft);
}

.search_box button {
    background: var(--ac-brand) !important;
    color: #fff !important;
    font-weight: 700;
    border-radius: 999px !important;
}

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

/* Soft trust strip under header (legacy pages) */
.ac-trustbar.legacy-show {
    display: block !important;
    background: #fff;
    border-bottom: 1px solid var(--ac-line);
    position: relative;
}

.ac-trustbar:not(.legacy-show) {
    display: none !important;
}

.ac-trustbar {
    background: #fff;
    border-bottom: 1px solid var(--ac-line);
    position: relative;
    z-index: 1;
}

.ac-trustbar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 28px;
    padding: 10px 12px;
}

.ac-trustbar span {
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.ac-trustbar span::before {
    content: "✓";
    color: var(--ac-brand);
    margin-left: 7px;
    font-weight: 800;
}

/* ---------- Hero ---------- */
.slider_section.slider_s_four {
    margin: 0 !important;
}

.single_slider {
    min-height: clamp(340px, 52vh, 520px);
}

.slider_c_four {
    position: relative;
}

.slider_c_four::before {
    content: "";
    position: absolute;
    inset: 10% auto 10% 0;
    width: min(540px, 58%);
    right: 0;
    left: auto;
    border-radius: 18px;
    background: linear-gradient(270deg, rgba(11, 28, 40, 0.72), rgba(11, 28, 40, 0.28));
    pointer-events: none;
    z-index: 0;
}

.slider_c_four > * {
    position: relative;
    z-index: 1;
}

.slider_content .slider_kicker {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(1, 142, 196, 0.2);
    color: #dff3ff !important;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
}

.slider_content h2 {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: clamp(26px, 3.6vw, 42px) !important;
    line-height: 1.35 !important;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.slider_content p {
    color: rgba(255, 255, 255, 0.92) !important;
}

.slider_content a.button {
    border-radius: 999px !important;
    background: var(--ac-brand) !important;
    font-weight: 800;
    min-height: 46px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
}

/* ---------- Sections ---------- */
.ac-section {
    padding: 48px 0;
}

.ac-section-soft {
    background: #fff;
}

.ac-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 28px;
}

.ac-section-head h1,
.ac-section-head h2 {
    margin: 0 0 10px;
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 800;
    color: var(--ac-ink);
    letter-spacing: -0.02em;
}

.ac-section-head p {
    margin: 0;
    color: var(--ac-muted);
    font-size: 15px;
    line-height: 1.9;
}

.ac-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 18px;
}

.ac-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s ease;
}

.ac-btn-primary {
    background: var(--ac-brand);
    color: #fff !important;
}

.ac-btn-primary:hover {
    background: var(--ac-brand-dark);
    color: #fff !important;
}

.ac-btn-ghost {
    background: #fff;
    color: var(--ac-ink) !important;
    border: 1px solid var(--ac-line);
}

.ac-btn-ghost:hover {
    border-color: var(--ac-brand);
    color: var(--ac-brand) !important;
}

.ac-btn-dark {
    background: var(--ac-navy);
    color: #fff !important;
}

.ac-btn-dark:hover {
    background: #163246;
    color: #fff !important;
}

/* Shop by vehicle — FCP style brand grid */
.ac-brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 14px;
}

.ac-brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 18px 14px;
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ac-brand-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ac-shadow);
    border-color: rgba(1, 142, 196, 0.35);
    color: inherit;
}

.ac-brand-card img {
    width: 100%;
    height: 88px;
    object-fit: contain;
}

.ac-brand-card strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--ac-ink);
}

.ac-brand-card span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--ac-muted);
}

/* Trust pillars */
.ac-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ac-trust-card {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
    padding: 22px 18px;
    text-align: center;
}

.ac-trust-card .n {
    width: 42px;
    height: 42px;
    margin: 0 auto 12px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(1, 142, 196, 0.12);
    color: var(--ac-brand);
    font-weight: 800;
}

.ac-trust-card h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 800;
}

.ac-trust-card p {
    margin: 0;
    font-size: 13px;
    color: var(--ac-muted);
    line-height: 1.7;
}

@media (max-width: 991px) {
    .ac-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .ac-trust-grid,
    .ac-brand-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Hide old shipping/category chrome when redesigned sections used */
.ac-home .shipping_area,
.ac-home .categories_product_area,
.ac-home .home_section_bg,
.ac-home .banner_area,
.ac-home .deals_product_style2 {
    display: none !important;
}

.ac-home .home_section_bg {
    background: transparent;
    padding: 0 0 40px;
}

.ac-home .home_intro {
    display: none;
}

/* Product area polish */
.section_title h2 {
    font-weight: 800;
    position: relative;
    padding-bottom: 10px;
}

.section_title h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: var(--ac-brand);
}

.shop_wrapper .single_product {
    border: 1px solid var(--ac-line);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.shop_wrapper .single_product:hover {
    box-shadow: var(--ac-shadow);
}

.product_name a:hover {
    color: var(--ac-brand) !important;
}

.price_box .current_price {
    color: var(--ac-brand) !important;
    font-weight: 800;
}

a.price-inquire {
    display: inline-flex;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(1, 142, 196, 0.1);
    color: var(--ac-brand) !important;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
}

a.price-inquire:hover {
    background: var(--ac-brand);
    color: #fff !important;
}

/* Guides / blog cards */
.ac-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ac-guide-card {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ac-guide-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--ac-shadow);
    color: inherit;
}

.ac-guide-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.ac-guide-card .body {
    padding: 16px;
}

.ac-guide-card h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 800;
}

.ac-guide-card p {
    margin: 0;
    font-size: 13px;
    color: var(--ac-muted);
}

@media (max-width: 991px) {
    .ac-guide-grid {
        grid-template-columns: 1fr;
    }
}

/* Conversion band */
.ac-convert {
    margin: 20px 0 10px;
    padding: 36px 22px;
    border-radius: var(--ac-radius);
    background:
        linear-gradient(120deg, #0b1c28 0%, #0f3a52 55%, #018ec4 140%);
    color: #fff;
    text-align: center;
}

.ac-convert h2 {
    margin: 0 0 8px;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 800;
    color: #fff;
}

.ac-convert p {
    margin: 0 auto 18px;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.85);
}

.ac-convert .ac-btn-primary {
    background: #fff;
    color: var(--ac-navy) !important;
}

.ac-convert .ac-btn-ghost {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.35);
}

/* Breadcrumbs / shop / content panels */
.breadcrumbs_area {
    background: transparent !important;
    margin: 16px 0 8px;
}

.breadcrumb_content ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 999px;
    padding: 8px 14px;
}

.breadcrumbs_area h1,
.page_heading,
.product_d_right h1,
.blog_header h1,
.post_header h1.post_title,
.faq_content_wrapper h1,
.contact_message h1 {
    font-weight: 800 !important;
}

.page_heading {
    text-align: center;
    margin: 0 0 16px;
}

.product_details_wrapper,
.product_d_info,
.blog_details,
.blog_wrapper,
.shop_wrapper,
.widget_list,
.category_seo_copy {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
}

.product_details_wrapper {
    padding: 20px;
}

.category_seo_copy {
    margin-top: 20px;
    padding: 20px;
    color: var(--ac-muted);
    line-height: 1.9;
}

.card_dipult {
    border: 1px solid var(--ac-line) !important;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fff;
}

.pagination ul li a:hover,
.pagination ul li.current {
    background: var(--ac-brand) !important;
    color: #fff !important;
}

.button,
a.button,
button.button {
    border-radius: 999px !important;
    font-weight: 700;
}

/* Footer */
.footer_widgets {
    margin-top: 0;
}

.footer_top {
    background: var(--ac-navy) !important;
}

.footer_widgets .footer_top h3 {
    color: #fff !important;
    font-weight: 800;
}

.footer_widgets .footer_top,
.footer_widgets .footer_top p,
.footer_widgets .footer_top a,
.footer_widgets .aff_content p,
.footer_widgets .footer_contact p,
.footer_widgets .footer_menu ul li a {
    color: rgba(255, 255, 255, 0.78) !important;
}

.footer_widgets .footer_menu ul li a:hover {
    color: #fff !important;
}

.footer_bottom {
    background: #07131b;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer_bottom p,
.footer_bottom a {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Footer CTA band (replaces broken newsletter + homepage duplicate) */
.ac-footer-cta {
    background: linear-gradient(120deg, #0b1c28 0%, #0f3a52 55%, #018ec4 140%);
    padding: 36px 0;
}

.ac-footer-cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ac-footer-cta h2 {
    margin: 0 0 8px;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 800;
    color: #fff;
}

.ac-footer-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    max-width: 520px;
}

.ac-footer-cta .ac-btn-primary {
    background: #fff;
    color: var(--ac-navy) !important;
}

.ac-footer-cta .ac-btn-ghost {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.35);
}

.ac-footer .footer_top {
    padding-top: 42px;
    padding-bottom: 28px;
}

.ac-footer .widgets_container h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.ac-footer .widgets_container h3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: var(--ac-brand);
}

.ac-footer-phone {
    font-size: 20px;
    font-weight: 800;
    color: #fff !important;
}

.ac-footer .footer_social ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px;
}

.ac-footer .footer_social img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

.ac-footer .ac-enamad {
    margin-top: 14px;
}

.ac-footer .ac-enamad img {
    max-width: 125px;
    height: auto;
}

/* Header: single nav row, no duplicate sticky menu */
.ac-user-icon {
    border: 1.5px solid var(--ac-line) !important;
    display: inline-block;
    height: 50px;
    line-height: 44px;
    text-align: center;
    width: 50px;
    border-radius: 100%;
    font-size: 20px;
    color: #111827 !important;
    background: #fff;
}

.ac-main-nav nav > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 18px;
}

.ac-sticky-bar .search_container {
    margin: 8px 0;
}

/* Contact page */
.ac-contact-hero {
    background: linear-gradient(135deg, #0b1c28, #018ec4);
    color: #fff;
    padding: 48px 0;
    text-align: center;
}

.ac-contact-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: #fff;
}

.ac-contact-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
}

.ac-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 24px;
    align-items: start;
}

.ac-contact-cards {
    display: grid;
    gap: 12px;
}

.ac-contact-card {
    display: block;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ac-contact-card:hover {
    box-shadow: var(--ac-shadow);
    border-color: rgba(1, 142, 196, 0.35);
    color: inherit;
}

.ac-contact-card strong {
    display: block;
    font-size: 13px;
    color: var(--ac-muted);
    margin-bottom: 4px;
}

.ac-contact-card span {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: var(--ac-ink);
}

.ac-contact-card small {
    display: block;
    margin-top: 4px;
    color: var(--ac-muted);
    font-size: 12px;
}

.ac-contact-card-primary {
    background: rgba(1, 142, 196, 0.08);
    border-color: rgba(1, 142, 196, 0.25);
}

.ac-contact-form-wrap {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
    padding: 24px;
}

.ac-contact-form-wrap h2 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 800;
}

.ac-contact-form-wrap > p {
    margin: 0 0 18px;
    color: var(--ac-muted);
    font-size: 14px;
}

.ac-contact-form label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 13px;
}

.ac-contact-form input,
.ac-contact-form textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 12px 14px;
    border: 1px solid var(--ac-line);
    border-radius: 10px;
    font-size: 14px;
    background: #fff;
    color: var(--ac-ink);
}

.ac-contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.ac-map-wrap {
    border-radius: var(--ac-radius);
    overflow: hidden;
    border: 1px solid var(--ac-line);
    background: #fff;
}

.ac-map-wrap iframe {
    display: block;
    width: 100%;
    min-height: 380px;
}

/* Favorites */
.ac-fav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

.ac-fav-card {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
    overflow: hidden;
}

.ac-fav-thumb img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
    background: #f8fafc;
    padding: 10px;
}

.ac-fav-body {
    padding: 14px;
}

.ac-fav-body h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 800;
}

.ac-fav-body h3 a {
    color: var(--ac-ink);
}

.ac-fav-cat {
    display: block;
    font-size: 12px;
    color: var(--ac-muted);
    margin-bottom: 8px;
}

.ac-fav-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.ac-btn-sm {
    min-height: 36px;
    padding: 0 14px;
    font-size: 13px;
}

.ac-empty-state {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
}

.ac-empty-state p {
    margin: 0 0 16px;
    color: var(--ac-muted);
}

/* Clean shop filters */
.ac-filter-list > li {
    margin-bottom: 6px;
}

.ac-filter-list a {
    display: block;
    padding: 7px 10px;
    border-radius: 8px;
    color: #111827 !important;
    font-weight: 600;
}

.ac-filter-list a:hover,
.ac-filter-list a.active {
    background: rgba(1, 142, 196, 0.1);
    color: var(--ac-brand) !important;
}

.ac-filter-list .widget_dropdown_categories {
    margin: 4px 0 8px 0;
    padding-right: 8px;
    border-right: 2px solid #e5e7eb;
}

.ac-filter-sub {
    list-style: none;
    margin: 4px 0 0;
    padding-right: 10px;
}

.ac-filter-sub a {
    font-weight: 500;
    font-size: 13px;
    color: #4b5563 !important;
}

@media (max-width: 767px) {
    .ac-section {
        padding: 32px 0;
    }

    .slider_c_four::before {
        inset: 8% 4%;
        width: auto;
        background: rgba(11, 28, 40, 0.5);
    }

    .ac-contact-grid {
        grid-template-columns: 1fr;
    }

    .ac-footer-cta-inner {
        flex-direction: column;
        text-align: center;
    }

    .ac-footer-cta .ac-cta-row {
        justify-content: center;
    }
}

/* =========================================================
   RESPONSIVE HEADER + BOTTOM NAV
   Desktop nav ≥1200px | Drawer + bottom nav below 1200px
   ========================================================= */

.ac-mobile-nav {
    display: none !important;
}

.ac-mnav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 4px;
    border: 0;
    background: transparent;
    text-decoration: none;
    color: #64748b !important;
    font-family: inherit;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.ac-mnav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #f1f5f9;
    color: #475569;
    font-size: 17px;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.ac-mnav-label {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.ac-mnav-item:active .ac-mnav-icon,
.ac-mnav-item.is-active .ac-mnav-icon {
    background: rgba(1, 142, 196, 0.14);
    color: var(--ac-brand);
}

.ac-mnav-item.is-active .ac-mnav-label {
    color: var(--ac-brand) !important;
}

.ac-mnav-menu .ac-mnav-icon {
    background: linear-gradient(135deg, var(--ac-brand), #0174a3);
    color: #fff;
    box-shadow: 0 4px 12px rgba(1, 142, 196, 0.35);
}

.ac-mnav-menu.is-active .ac-mnav-icon,
.ac-mnav-menu:active .ac-mnav-icon {
    background: linear-gradient(135deg, #0174a3, var(--ac-brand));
    color: #fff;
}

/* Legacy class kept for compatibility */
.ac-mobile-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
    padding: 4px 2px;
    border: 0;
    background: transparent;
    color: #374151;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
}

.ac-mobile-nav-menu span {
    font-size: 18px;
    line-height: 1;
}

.ac-mobile-nav-menu:active,
.ac-mobile-nav-menu:hover {
    color: var(--ac-brand);
}

@media (min-width: 768px) and (max-width: 1199px) {
    .ac-header-main-inner {
        grid-template-columns: auto 1fr auto;
        grid-template-areas:
            "toggle brand tools"
            "search search search";
    }
}

@media (min-width: 1200px) {
    .ac-header-toggle {
        display: none;
    }

    .ac-header-main-inner {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "brand search tools";
        padding: 14px 0;
    }

    .ac-header-brand {
        justify-self: start;
    }

    .ac-header-brand img {
        max-height: 56px;
    }

    .ac-header-bar {
        display: block;
    }
}

@media (max-width: 1199px) {
    body {
        padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.ac-nav-open .ac-mobile-nav {
        opacity: 0;
        pointer-events: none;
    }

    body.ac-nav-open #scrollUp,
    body.ac-nav-open .contact-floating-btn,
    body.ac-nav-open .contact-box {
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    #scrollUp {
        bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
        left: auto !important;
        right: 14px !important;
        z-index: 9980 !important;
        width: 42px !important;
        height: 42px !important;
        line-height: 38px !important;
        font-size: 17px !important;
        box-shadow: 0 4px 14px rgba(1, 142, 196, 0.35);
    }

    .ac-header-strip-inner {
        font-size: 11px;
        gap: 6px 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ac-header-strip span {
        white-space: nowrap;
    }

    .ac-mobile-nav {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-top: 1px solid var(--ac-line);
        box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.08);
        min-height: 64px;
        box-sizing: border-box;
        padding: 8px 6px max(8px, env(safe-area-inset-bottom, 0px));
        transform: translateZ(0);
        transition: opacity 0.2s ease;
    }

    .ac-mobile-nav .ac-mnav-item {
        min-height: 52px;
    }

    .contact-floating-btn {
        bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
        left: 14px !important;
        right: auto !important;
        width: 52px !important;
        height: 52px !important;
        font-size: 22px !important;
        z-index: 9985 !important;
    }

    .contact-box {
        bottom: calc(142px + env(safe-area-inset-bottom, 0px)) !important;
        left: 14px !important;
        right: auto !important;
        z-index: 9985 !important;
    }
}

@media (max-width: 1199px) {
    .ac-mobile-nav a,
    .ac-mobile-nav-menu,
    .ac-mobile-nav .ac-mnav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .ac-trustbar .container {
        gap: 6px 14px;
        padding: 8px 10px;
    }

    .ac-trustbar span {
        font-size: 11px;
    }

    .ac-brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ac-steps-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ac-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ac-trust-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .ac-nav-sales {
        grid-template-columns: 1fr;
    }

    .ac-header-main-inner {
        gap: 8px;
        padding: 10px 0;
    }

    .ac-header-brand img {
        max-height: 42px;
    }

    .ac-header-search form {
        flex-wrap: wrap;
    }

    .ac-header-search select,
    .ac-header-search input {
        width: 100%;
        max-width: none;
    }

    .ac-header-search button {
        width: 100%;
        min-height: 42px;
    }

    .ac-nav-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ac-steps-grid,
    .ac-trust-grid {
        grid-template-columns: 1fr;
    }
}

/* Homepage competitor-style blocks */
.ac-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ac-step-card {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: var(--ac-radius);
    padding: 20px 16px;
    text-align: center;
}

.ac-step-card .num {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(1, 142, 196, 0.12);
    color: var(--ac-brand);
    font-weight: 800;
    margin-bottom: 10px;
}

.ac-step-card h3 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 800;
}

.ac-step-card p {
    margin: 0;
    font-size: 13px;
    color: var(--ac-muted);
    line-height: 1.7;
}

.ac-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ac-product-card {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ac-product-thumb img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: #f8fafc;
    padding: 8px;
}

.ac-product-body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.ac-product-body h3 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.ac-product-body h3 a {
    color: var(--ac-ink);
}

.ac-faq-list {
    max-width: 820px;
    margin: 0 auto;
}

.ac-faq-item {
    background: #fff;
    border: 1px solid var(--ac-line);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
}

.ac-faq-item summary {
    padding: 16px 18px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.ac-faq-item summary::-webkit-details-marker {
    display: none;
}

.ac-faq-answer {
    padding: 0 18px 16px;
    color: var(--ac-muted);
    line-height: 1.8;
    font-size: 14px;
}

@media (max-width: 991px) {
    .ac-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ac-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== Product zoom (softer lens) ===== */
.single-zoom .zoomLens {
    border: 2px solid rgba(1, 142, 196, 0.35) !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12) !important;
    opacity: 0.95;
}

.single-zoom #zoom1 {
    transition: transform 0.25s ease;
}

@media (min-width: 768px) {
    .single-zoom:hover #zoom1 {
        transform: scale(1.015);
    }
}

@media (max-width: 767px) {
    .zoomContainer,
    .zoomLens,
    .zoomTint {
        display: none !important;
    }
}

/* ===== Search recommendations ===== */
.ac-search-rec {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid var(--ac-line);
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbfd 0%, #fff 100%);
}

.ac-search-rec-empty {
    margin: 0 0 8px;
    color: #b45309;
    font-weight: 700;
}

.ac-search-rec-tip {
    margin: 0 0 12px;
    color: var(--ac-muted);
    font-size: 13px;
    line-height: 1.7;
}

.ac-search-chips,
.ac-search-cats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.ac-search-chips-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--ac-ink);
}

.ac-search-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(1, 142, 196, 0.1);
    color: var(--ac-brand) !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.ac-search-chip:hover {
    background: var(--ac-brand);
    color: #fff !important;
}

.ac-search-chip-soft {
    background: #fff;
    border: 1px solid var(--ac-line);
    color: var(--ac-ink) !important;
}

.ac-search-chip-soft:hover {
    border-color: var(--ac-brand);
    color: var(--ac-brand) !important;
    background: #fff;
}

.ac-search-rec-block {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed var(--ac-line);
}

.ac-search-rec-block h2 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 800;
}

.ac-search-rec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ac-search-rec-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border: 1px solid var(--ac-line);
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    color: var(--ac-ink) !important;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.ac-search-rec-card:hover {
    border-color: rgba(1, 142, 196, 0.35);
    box-shadow: var(--ac-shadow);
}

.ac-search-rec-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    background: #f8fafc;
    border-radius: 8px;
}

.ac-search-rec-card span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767px) {
    .ac-search-rec-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
