/* AHLMALL marketing components — trust bar, hero brand, social proof, why section, offers */

/* ── Trust bar (header top) ── */
.ahlmall-trust-bar {
    background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
    color: #f8fafc;
    font-size: 13px;
    border-bottom: 1px solid rgba(201, 162, 39, .35);
}

.ahlmall-trust-bar__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 20px;
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.ahlmall-trust-bar__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.ahlmall-trust-bar__item i,
.ahlmall-trust-bar__link i {
    color: #c9a227;
    font-size: 15px;
}

.ahlmall-trust-bar__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
}

.ahlmall-trust-bar__link:hover {
    color: #fde68a;
}

@media (max-width: 575px) {
    .ahlmall-trust-bar__list {
        gap: 6px 12px;
        font-size: 11px;
    }
}

/* ── Hero brand block ── */
.ahlmall-hero-brand {
    background: linear-gradient(135deg, #fff9eb 0%, #fff 45%, #f0fdf4 100%);
    border: 1px solid rgba(201, 162, 39, .25);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
}

.ahlmall-hero-brand__grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 24px 20px;
}

.ahlmall-hero-brand__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #92400e;
    background: rgba(201, 162, 39, .15);
    padding: 4px 12px;
    border-radius: 999px;
    margin-bottom: 8px;
}

.ahlmall-hero-brand__title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.15;
}

.ahlmall-hero-brand__lead {
    font-size: 15px;
    color: #475569;
    margin-bottom: 14px;
    max-width: 560px;
    line-height: 1.65;
}

.ahlmall-hero-brand__usps {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 16px;
}

.ahlmall-hero-brand__usps li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #334155;
}

.ahlmall-hero-brand__usps i {
    color: #16a34a;
    font-size: 14px;
}

.ahlmall-hero-brand__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ahlmall-hero-brand__btn {
    min-width: 140px;
    font-weight: 600;
    border-radius: 8px;
}

.ahlmall-hero-brand__btn--secondary {
    border-width: 2px;
}

.ahlmall-hero-brand__badge {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ahlmall-hero-brand__badge-inner {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(145deg, #c9a227, #eab308);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(201, 162, 39, .35);
    text-align: center;
}

.ahlmall-hero-brand__badge-inner strong {
    font-size: 1.5rem;
    line-height: 1;
}

.ahlmall-hero-brand__badge-inner span {
    font-size: 12px;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .ahlmall-hero-brand__grid {
        grid-template-columns: 1fr;
    }

    .ahlmall-hero-brand__badge {
        justify-content: flex-start;
    }

    .ahlmall-hero-brand__usps {
        grid-template-columns: 1fr;
    }
}

/* ── Trust proof strip ── */
.ahlmall-trust-proof {
    margin: 12px 0 16px;
}

.ahlmall-trust-proof__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    list-style: none;
    margin: 0;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}

.ahlmall-trust-proof__list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}

.ahlmall-trust-proof__list i {
    color: #16a34a;
}

/* ── Live social proof ── */
.ahlmall-live-proof {
    margin: 0 0 14px;
    text-align: center;
}

.ahlmall-live-proof__inner {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 10px;
    padding: 7px 14px 7px 10px;
    background: linear-gradient(135deg, rgba(240, 253, 244, .95) 0%, rgba(236, 253, 245, .9) 100%);
    border: 1px solid rgba(34, 197, 94, .28);
    border-radius: 999px;
    font-size: 13px;
    color: #14532d;
    box-shadow: 0 4px 18px rgba(15, 23, 42, .06);
    backdrop-filter: blur(6px);
}

.ahlmall-live-proof__live-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(34, 197, 94, .14);
    color: #15803d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
}

.ahlmall-live-proof__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 2px 4px;
}

.ahlmall-live-proof__chip > i {
    color: #16a34a;
    font-size: 14px;
    opacity: .9;
}

.ahlmall-live-proof__item {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
}

.ahlmall-live-proof__pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .55);
    animation: ahlmall-live-pulse 1.8s ease-in-out infinite;
}

@keyframes ahlmall-live-pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, .45);
    }
    50% {
        opacity: .85;
        transform: scale(1.15);
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }
}

.ahlmall-live-proof__count {
    color: #047857;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.ahlmall-live-proof__label {
    font-size: 12px;
    font-weight: 600;
    color: #166534;
}

.ahlmall-live-proof__sep {
    width: 1px;
    height: 22px;
    background: rgba(22, 101, 52, .22);
    margin: 0 2px;
}

@media (max-width: 575px) {
    .ahlmall-live-proof__inner {
        gap: 8px;
        padding: 8px 12px;
        font-size: 12px;
    }

    .ahlmall-live-proof__count {
        font-size: 15px;
    }

    .ahlmall-live-proof__label {
        font-size: 11px;
    }
}

/* ── Why AHLMALL ── */
.ahlmall-why {
    padding: 28px 0 8px;
}

.ahlmall-why__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #c9a227;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 6px;
}

.ahlmall-why__title {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    margin-bottom: 8px;
}

.ahlmall-why__subtitle {
    color: #64748b;
    max-width: 520px;
    margin: 0 auto 24px;
}

.ahlmall-why__col {
    margin-bottom: 16px;
}

.ahlmall-why__card {
    height: 100%;
    padding: 20px 16px;
    text-align: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.ahlmall-why__card:hover {
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
    transform: translateY(-2px);
}

.ahlmall-why__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #fef3c7, #fde68a);
    color: #92400e;
    font-size: 24px;
}

.ahlmall-why__card-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.ahlmall-why__card-text {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.55;
}

/* ── Slider marketing overlay ── */
.ahlmall-hero-slide__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 32px;
    background: linear-gradient(90deg, rgba(15, 23, 42, .72) 0%, rgba(15, 23, 42, .25) 55%, transparent 100%);
    pointer-events: none;
    z-index: 2;
}

.ahlmall-hero-slide__overlay-content {
    max-width: 420px;
    color: #fff;
    pointer-events: auto;
}

.ahlmall-hero-slide__overlay-badge {
    display: inline-block;
    background: #dc2626;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.ahlmall-hero-slide__overlay-title {
    font-size: clamp(1.1rem, 2.5vw, 1.75rem);
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.25;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
}

.ahlmall-hero-slide__overlay-desc {
    font-size: 14px;
    margin: 0 0 14px;
    opacity: .92;
    line-height: 1.5;
}

.ahlmall-hero-slide__overlay-cta {
    display: inline-block;
    background: #c9a227;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s ease;
}

.ahlmall-hero-slide__overlay-cta:hover {
    background: #b8921f;
    color: #fff;
}

.ahlmall-hero-slide__media {
    position: relative;
}

/* ── PDP insights — coordinated conversion strip ── */
.ahlmall-pdp-insights {
    --ahlmall-pdp-accent: var(--color-1st, #fd6a00);
    position: relative;
    margin: 0 0 18px;
    padding: 14px 16px 12px 20px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    box-shadow: 0 6px 20px rgba(15, 23, 42, .04);
    overflow: hidden;
}

.ahlmall-pdp-insights::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 14px;
    bottom: 14px;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, var(--ahlmall-pdp-accent) 0%, #f59e0b 100%);
}

.ahlmall-pdp-insights__lead {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.ahlmall-pdp-insights__lead-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(253, 106, 0, .1);
    color: var(--ahlmall-pdp-accent);
    flex-shrink: 0;
}

.ahlmall-pdp-insights__lead-icon i {
    font-size: 17px;
}

.ahlmall-pdp-insights__lead-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #475569;
}

.ahlmall-pdp-insights__lead-text strong {
    color: #c2410c;
    font-weight: 800;
}

.ahlmall-pdp-insights__metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 0;
}

.ahlmall-pdp-insights__metrics--bordered {
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, .06);
}

.ahlmall-pdp-insights__metric {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 6px 10px;
    text-align: center;
}

.ahlmall-pdp-insights__metric + .ahlmall-pdp-insights__metric::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 18%;
    height: 64%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, .12), transparent);
}

.ahlmall-pdp-insights__metric > i {
    font-size: 15px;
    color: var(--ahlmall-pdp-accent);
    line-height: 1;
}

.ahlmall-pdp-insights__metric-value {
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    direction: ltr;
    unicode-bidi: isolate;
}

.ahlmall-pdp-insights__metric-label {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.ahlmall-pdp-insights__metric--stock.ahlmall-pdp-insights__metric--low .ahlmall-pdp-insights__metric-value {
    color: #c2410c;
}

.ahlmall-pdp-insights__metric--stock.ahlmall-pdp-insights__metric--low > i {
    color: #ea580c;
}

.ahlmall-pdp-insights__metric--stock.ahlmall-pdp-insights__metric--medium .ahlmall-pdp-insights__metric-value {
    color: #b45309;
}

.ahlmall-pdp-insights__urgency {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.ahlmall-pdp-insights__urgency-label {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 600;
    color: #b45309;
}

.ahlmall-pdp-insights__urgency-bar {
    flex: 1;
    height: 4px;
    background: #fde68a;
    border-radius: 999px;
    overflow: hidden;
}

.ahlmall-pdp-insights__urgency-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #f59e0b, var(--ahlmall-pdp-accent));
    border-radius: 999px;
}

.ahlmall-pdp-insights__divider {
    position: relative;
    height: 14px;
    margin: 12px 0 10px;
}

.ahlmall-pdp-insights__divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    transform: translateY(-50%);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(15, 23, 42, .1) 18%,
        rgba(253, 106, 0, .28) 50%,
        rgba(15, 23, 42, .1) 82%,
        transparent 100%
    );
}

.ahlmall-pdp-insights__divider span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 1px;
    background: var(--ahlmall-pdp-accent);
    box-shadow: 0 0 0 2px #fff;
}

.ahlmall-pdp-insights__related-heading {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.ahlmall-pdp-insights__related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ahlmall-pdp-insights__related-card {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 7px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 10px;
    background: #fff;
    text-decoration: none !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.ahlmall-pdp-insights__related-card:hover {
    border-color: rgba(253, 106, 0, .28);
    box-shadow: 0 6px 16px rgba(15, 23, 42, .06);
    transform: translateY(-1px);
}

.ahlmall-pdp-insights__related-media {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
}

.ahlmall-pdp-insights__related-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ahlmall-pdp-insights__related-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ahlmall-pdp-insights__related-name {
    font-size: 11px;
    line-height: 1.35;
    font-weight: 600;
    color: #334155;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ahlmall-pdp-insights__related-price {
    font-size: 12px;
    font-weight: 800;
    color: var(--ahlmall-pdp-accent);
    direction: ltr;
    unicode-bidi: isolate;
    align-self: flex-start;
}

.ahlmall-pdp-insights__assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(15, 23, 42, .06);
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.ahlmall-pdp-insights__assurance span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ahlmall-pdp-insights__assurance i {
    font-size: 13px;
    color: #94a3b8;
}

@media (max-width: 767px) {
    .ahlmall-pdp-insights {
        padding: 12px 12px 10px 18px;
    }

    .ahlmall-pdp-insights__related-grid {
        grid-template-columns: 1fr;
    }

    .ahlmall-pdp-insights__metric + .ahlmall-pdp-insights__metric::before {
        display: none;
    }

    .ahlmall-pdp-insights__metrics {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }

    .ahlmall-pdp-insights__metric {
        padding: 8px;
        border: 1px solid rgba(15, 23, 42, .06);
        border-radius: 8px;
        background: rgba(255, 255, 255, .7);
    }
}

/* ── PDP FAQ ── */
.ahlmall-pdp-faq__accordion .card {
    border-color: #e2e8f0;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.ahlmall-pdp-faq__accordion .card-header {
    background: #f8fafc;
    padding: 0;
    border-bottom: none;
}

.ahlmall-pdp-faq__accordion .btn-link {
    width: 100%;
    text-align: start;
    color: #0f172a;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
}

.ahlmall-pdp-faq__accordion .btn-link:hover,
.ahlmall-pdp-faq__accordion .btn-link:focus {
    text-decoration: none;
    color: #c9a227;
}

/* ── Offers page ── */
.ahlmall-offers-page__hero {
    padding: 20px 0 8px;
}

.ahlmall-offers-page__eyebrow {
    display: inline-block;
    color: #dc2626;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 6px;
}

.ahlmall-offers-page__title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 8px;
}

.ahlmall-offers-page__lead {
    color: #64748b;
    max-width: 560px;
    margin: 0 auto;
}

.ahlmall-offers-page__section {
    margin-top: 32px;
    padding-top: 8px;
}

/* Offers page — compact flash deals */
.ahlmall-offers-flash {
    border: 1px solid rgba(201, 162, 39, .35);
    border-radius: 14px;
    padding: 14px 16px 16px;
    background: linear-gradient(135deg, rgba(255, 248, 235, .5) 0%, rgba(255, 255, 255, .6) 100%);
}

.ahlmall-offers-flash__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.ahlmall-offers-flash__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #dc2626;
    margin-bottom: 2px;
}

.ahlmall-offers-flash__title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0;
    color: #0f172a;
}

.ahlmall-offers-flash__badge {
    flex-shrink: 0;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, #dc2626, #f97316);
}

.ahlmall-offers-flash__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 768px) {
    .ahlmall-offers-flash__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ahlmall-offers-flash-card {
    display: flex;
    align-items: stretch;
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(253, 106, 0, .25);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .06);
    min-height: 0;
}

.ahlmall-offers-flash-card__media {
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    border-radius: 10px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ahlmall-offers-flash-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 4px;
}

.ahlmall-offers-flash-card__body {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.ahlmall-offers-flash-card__title {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: 1.35;
}

.ahlmall-offers-flash-card__title a {
    color: inherit;
    text-decoration: none;
}

.ahlmall-offers-flash-card__title a:hover {
    color: var(--color-1st, #fd6a00);
}

.ahlmall-offers-flash-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}

.ahlmall-offers-flash-card__price .price {
    font-size: 15px;
    font-weight: 800;
    color: var(--color-1st, #fd6a00);
}

.ahlmall-offers-flash-card__price del {
    font-size: 12px;
    color: #94a3b8;
}

.ahlmall-offers-flash-card__discount {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: var(--color-1st, #fd6a00);
    padding: 2px 6px;
    border-radius: 4px;
}

.ahlmall-offers-flash-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    font-size: 11px;
    color: #64748b;
}

.ahlmall-offers-flash-card__meta strong {
    color: #334155;
}

.ahlmall-offers-flash-card__progress {
    height: 4px;
    margin: 2px 0 0;
    background: #fde68a;
    border-radius: 999px;
}

.ahlmall-offers-flash-card__progress .progress-bar {
    background: linear-gradient(90deg, #f59e0b, #fd6a00);
    border-radius: 999px;
}

.ahlmall-offers-flash-card__countdown.countdown_style4 {
    display: flex !important;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}

.ahlmall-offers-flash-card__countdown .countdown_box {
    min-width: 0 !important;
    flex: 0 0 auto;
}

.ahlmall-offers-flash-card__countdown .countdown-wrap {
    min-width: 42px !important;
    max-width: 48px !important;
    padding: 3px 4px !important;
    border-radius: 6px !important;
}

.ahlmall-offers-flash-card__countdown .countdown,
.ahlmall-offers-flash-card__countdown .countdown.days,
.ahlmall-offers-flash-card__countdown .countdown.hours,
.ahlmall-offers-flash-card__countdown .countdown.minutes,
.ahlmall-offers-flash-card__countdown .countdown.seconds {
    font-size: 13px !important;
    line-height: 1.1 !important;
}

.ahlmall-offers-flash-card__countdown .cd_text {
    font-size: 9px !important;
    line-height: 1 !important;
}

html.ahlmall-dark-mode .ahlmall-offers-flash {
    background: rgba(30, 41, 59, .6);
    border-color: rgba(201, 162, 39, .25);
}

html.ahlmall-dark-mode .ahlmall-offers-flash__title {
    color: #f1f5f9;
}

html.ahlmall-dark-mode .ahlmall-offers-flash-card {
    background: #1e293b;
    border-color: rgba(253, 106, 0, .2);
}

html.ahlmall-dark-mode .ahlmall-offers-flash-card__media {
    background: #0f172a;
    border-color: #334155;
}

html.ahlmall-dark-mode .ahlmall-offers-flash-card__meta {
    color: #94a3b8;
}

html.ahlmall-dark-mode .ahlmall-offers-flash-card__meta strong {
    color: #e2e8f0;
}

/* Legacy offers grid overrides — keep minimal if old markup cached */
.ahlmall-flash-sale--offers-grid .ahlmall-flash-deal__media {
    aspect-ratio: unset;
    max-height: none;
}

/* ── Dark / night mode (html.ahlmall-dark-mode) ── */
html.ahlmall-dark-mode .ahlmall-trust-bar {
    background: linear-gradient(90deg, #0b1220 0%, #1e293b 100%);
    border-bottom-color: rgba(201, 162, 39, .45);
}

html.ahlmall-dark-mode .ahlmall-trust-bar__item i,
html.ahlmall-dark-mode .ahlmall-trust-bar__link i {
    color: #eab308;
}

html.ahlmall-dark-mode .ahlmall-hero-brand {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-color: rgba(201, 162, 39, .3);
}

html.ahlmall-dark-mode .ahlmall-hero-brand__eyebrow {
    color: #fde68a;
    background: rgba(201, 162, 39, .18);
}

html.ahlmall-dark-mode .ahlmall-hero-brand__title {
    color: #f8fafc;
}

html.ahlmall-dark-mode .ahlmall-hero-brand__lead,
html.ahlmall-dark-mode .ahlmall-hero-brand__usps li {
    color: #cbd5e1;
}

html.ahlmall-dark-mode .ahlmall-hero-brand__btn--secondary {
    color: #e2e8f0;
    border-color: rgba(201, 162, 39, .55);
}

html.ahlmall-dark-mode .ahlmall-hero-brand__btn--secondary:hover {
    background: rgba(201, 162, 39, .12);
    color: #fde68a;
}

html.ahlmall-dark-mode .ahlmall-trust-proof__list,
html.ahlmall-dark-mode .ahlmall-pdp-insights,
html.ahlmall-dark-mode .ahlmall-why__card {
    background: linear-gradient(180deg, rgba(30, 41, 59, .95) 0%, rgba(15, 23, 42, .72) 100%);
    border-color: rgba(148, 163, 184, .16);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

html.ahlmall-dark-mode .ahlmall-trust-proof__list li {
    color: #e2e8f0;
}

html.ahlmall-dark-mode .ahlmall-live-proof__inner {
    background: linear-gradient(135deg, rgba(6, 78, 59, .42) 0%, rgba(15, 23, 42, .72) 100%);
    border-color: rgba(52, 211, 153, .32);
    color: #a7f3d0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .22);
}

html.ahlmall-dark-mode .ahlmall-live-proof__live-tag {
    background: rgba(16, 185, 129, .16);
    color: #6ee7b7;
}

html.ahlmall-dark-mode .ahlmall-live-proof__chip > i {
    color: #34d399;
}

html.ahlmall-dark-mode .ahlmall-live-proof__count {
    color: #6ee7b7;
}

html.ahlmall-dark-mode .ahlmall-live-proof__label {
    color: #86efac;
}

html.ahlmall-dark-mode .ahlmall-live-proof__sep {
    background: rgba(110, 231, 183, .28);
}

html.ahlmall-dark-mode .ahlmall-why__title {
    color: #f8fafc !important;
}

html.ahlmall-dark-mode .ahlmall-why__subtitle {
    color: #94a3b8 !important;
}

html.ahlmall-dark-mode .ahlmall-why__card-title {
    color: #f1f5f9 !important;
}

html.ahlmall-dark-mode .ahlmall-why__card-text {
    color: #94a3b8 !important;
}

html.ahlmall-dark-mode .ahlmall-pdp-insights__lead-text {
    color: #cbd5e1;
}

html.ahlmall-dark-mode .ahlmall-pdp-insights__lead-text strong {
    color: #fdba74;
}

html.ahlmall-dark-mode .ahlmall-pdp-insights__metric-value {
    color: #f8fafc;
}

html.ahlmall-dark-mode .ahlmall-pdp-insights__metric-label,
html.ahlmall-dark-mode .ahlmall-pdp-insights__assurance {
    color: #94a3b8;
}

html.ahlmall-dark-mode .ahlmall-pdp-insights__metrics--bordered,
html.ahlmall-dark-mode .ahlmall-pdp-insights__assurance {
    border-top-color: rgba(148, 163, 184, .14);
}

html.ahlmall-dark-mode .ahlmall-pdp-insights__related-card {
    background: rgba(15, 23, 42, .72);
    border-color: rgba(148, 163, 184, .14);
}

html.ahlmall-dark-mode .ahlmall-pdp-insights__related-name {
    color: #e2e8f0;
}

html.ahlmall-dark-mode .ahlmall-pdp-insights__divider span {
    box-shadow: 0 0 0 2px rgba(30, 41, 59, .95);
}

html.ahlmall-dark-mode .ahlmall-pdp-faq__accordion .card {
    background: #1e293b;
    border-color: #334155;
}

html.ahlmall-dark-mode .ahlmall-pdp-faq__accordion .card-header button {
    color: #e2e8f0;
}

html.ahlmall-dark-mode .ahlmall-pdp-faq__accordion .card-body {
    color: #94a3b8;
}

/* ── Store social proof stats (homepage bottom) ── */
.ahlmall-store-stats__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 100%;
    min-height: 132px;
    padding: 18px 14px;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.ahlmall-store-stats__card:hover {
    transform: translateY(-2px);
    border-color: rgba(253, 106, 0, .25);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.ahlmall-store-stats__card > i {
    font-size: 1.75rem;
    color: var(--color-1st, #fd6a00);
    line-height: 1;
}

.ahlmall-store-stats__value {
    display: block;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.15;
    color: #0f172a;
    direction: ltr;
    unicode-bidi: isolate;
}

.ahlmall-store-stats__star {
    margin-inline-start: 2px;
    color: #f59e0b;
    font-size: 1.1rem;
}

.ahlmall-store-stats__label {
    display: block;
    font-size: .88rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.35;
}

html.ahlmall-dark-mode .ahlmall-store-stats__card {
    background: rgba(30, 41, 59, .92);
    border-color: rgba(148, 163, 184, .16);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

html.ahlmall-dark-mode .ahlmall-store-stats__card:hover {
    border-color: rgba(253, 106, 0, .35);
}

html.ahlmall-dark-mode .ahlmall-store-stats__value {
    color: #f8fafc;
}

html.ahlmall-dark-mode .ahlmall-store-stats__label {
    color: #94a3b8;
}
