.ahlmall-social-proof__stat,
.ahlmall-trust-badge,
.ahlmall-bundle-card,
.ahlmall-checkout-shipping-bar,
.ahlmall-checkout-sticky-summary,
.ahlmall-instant-search-dropdown {
    font-family: inherit;
}

.ahlmall-social-proof__stat {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 18px 20px;
    height: 100%;
}

.ahlmall-social-proof__stat strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
}

.ahlmall-social-proof__activity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.92rem;
}

.ahlmall-social-proof__activity-item small {
    margin-inline-start: auto;
    color: #888;
}

.ahlmall-trust-badge {
    text-align: center;
    padding: 16px 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    height: 100%;
}

.ahlmall-trust-badge i {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.ahlmall-trust-badge p {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
}

.ahlmall-checkout-shipping-bar {
    margin-bottom: 1rem;
}

.ahlmall-checkout-shipping-bar__track {
    height: 8px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.ahlmall-checkout-shipping-bar__fill {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #ff6b35, #f7931e);
    border-radius: 999px;
    transition: width 0.3s ease;
}

.ahlmall-checkout-sticky-summary {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    padding: 12px 16px;
}

.ahlmall-checkout-sticky-summary__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.ahlmall-instant-search-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    z-index: 1050;
    max-height: 420px;
    overflow: auto;
    display: none;
}

.ahlmall-instant-search-dropdown.is-open {
    display: block;
}

.ahlmall-instant-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ahlmall-instant-search-item:hover {
    background: rgba(0, 0, 0, 0.03);
}

.ahlmall-instant-search-item img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
}

.ahlmall-bundle-card {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 12px;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.ahlmall-bundle-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.ahlmall-pdp-recommendations {
    margin-bottom: 10px;
}

.ahlmall-pdp-recommendations__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ahlmall-pdp-recommendations__title {
    margin-bottom: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.ahlmall-pdp-recommendations__title h3 {
    margin-bottom: 0;
    text-align: start;
}

.ahlmall-pdp-recommendations__divider {
    margin-top: 0;
    margin-bottom: 0;
}

.ahlmall-pdp-recommendations__divider-space {
    height: 20px;
}

.ahlmall-product-compare-widget {
    flex: 0 0 auto;
    align-self: center;
}

.ahlmall-product-compare-widget .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.ahlmall-compare-results {
    margin-top: 16px;
    overflow-x: auto;
}

.ahlmall-compare-results .table {
    margin-bottom: 0;
    min-width: 320px;
}

.ahlmall-compare-results .table th {
    font-size: 0.85rem;
    white-space: nowrap;
}

html.ahlmall-dark-mode .ahlmall-social-proof__stat,
html.ahlmall-dark-mode .ahlmall-trust-badge,
html.ahlmall-dark-mode .ahlmall-instant-search-dropdown,
html.ahlmall-dark-mode .ahlmall-checkout-sticky-summary {
    background: #1a1d24;
    border-color: rgba(255, 255, 255, 0.08);
    color: #e8eaed;
}
