/* public/assets/css/styles-append.css */

/*====================================
  Brand Color Variables — Overrides
  These use CSS variables set from
  Settings via the main layout blade.
=====================================*/

/* ============================================
   NAVIGATION BACKGROUND
   ============================================ */
.header,
.navbar-default,
.header.header-fixed,
.header.header-transparent.header-fixed {
    background-color: var(--nav-bg-color) !important;
    background: var(--nav-bg-color) !important;
    /* Must be above Bootstrap sticky-top (1020) so dropdowns appear over sticky sidebars */
    z-index: 1030 !important;
}

/* Mobile off-canvas panel must sit ABOVE the overlay (z-index 19999) */
.navigation-portrait .nav-menus-wrapper {
    background-color: var(--nav-bg-color) !important;
    background: var(--nav-bg-color) !important;
    z-index: 20000 !important;
}

/* Ensure sticky sidebars/cards never overlap the nav dropdown */
.sticky-top {
    z-index: 900 !important;
}

/* Nav dropdown must paint above sticky sidebars (z-index 900) and fixed header (z-index 1030).
   The base .header has no position so doesn't create a stacking context until header-fixed is added;
   the dropdown's own z-index must therefore beat sticky-top directly. */
.nav-dropdown,
.nav-menu > li > .nav-dropdown {
    z-index: 1050 !important;
}

/* ============================================
   NAVIGATION TEXT COLORS
   ============================================ */

/* Normal State */
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color: var(--nav-text-color) !important;
}

/* Hover State */
.nav-menu>li:hover>a,
.nav-menu>li>a:hover,
.nav-menu>li>a:focus {
    color: var(--nav-text-hover-color) !important;
}

/* Active State */
.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li>a.active {
    color: var(--nav-text-active-color) !important;
}

/* ============================================
   DROPDOWN MENU
   ============================================ */
.nav-dropdown>li>a {
    color: #333c56;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: var(--nav-text-hover-color) !important;
}

/* ============================================
   MOBILE NAVIGATION
   ============================================ */
.mobile_nav ul li a {
    color: var(--nav-text-color) !important;
}

.mobile_nav ul li a:hover,
.mobile_nav ul li a:focus {
    color: var(--nav-text-hover-color) !important;
}

/* ============================================
   SUBMENU INDICATORS (CHEVRONS)
   ============================================ */
.submenu-indicator-chevron {
    border-color: transparent var(--nav-text-color) var(--nav-text-color) transparent !important;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent var(--nav-text-hover-color) var(--nav-text-hover-color) transparent !important;
}

/* ============================================
   SALES MENU
   ============================================ */

/* Default (inactive) state */
.sales-menu-link .sales-menu-text {
    color: var(--nav-text-color) !important;
}

.sales-menu-link i {
    color: var(--nav-text-color) !important;
}

/* Hover state */
.sales-menu-link:hover .sales-menu-text,
.sales-menu-link:focus .sales-menu-text {
    color: var(--nav-text-hover-color) !important;
}

.sales-menu-link:hover i,
.sales-menu-link:focus i {
    color: var(--nav-text-hover-color) !important;
}

/* Active state */
.sales-menu-link.active .sales-menu-text {
    color: var(--nav-text-active-color) !important;
}

.sales-menu-link.active i {
    color: var(--nav-text-active-color) !important;
}

/* ============================================
   USER AVATAR
   ============================================ */
.nav-menu img.rounded-circle {
    border: none !important;
}

/* ============================================
   CART & WISHLIST BADGES
   ============================================ */

/* Wishlist badge */
.wishlist-count.dn-counter {
    background-color: var(--wishlist-badge-color) !important;
}

/* Cart badge */
.cart-count.dn-counter {
    background-color: var(--cart-badge-color) !important;
}

/* ============================================
   FOOTER
   ============================================ */
footer.dark-footer,
footer.skin-dark-footer {
    background: var(--color-footer-bg) !important;
}

footer.dark-footer p,
footer.skin-dark-footer p,
footer.dark-footer a,
footer.skin-dark-footer a,
footer.dark-footer li,
footer.skin-dark-footer li,
footer.dark-footer span,
footer.skin-dark-footer span {
    color: var(--text-footer) !important;
}

footer.dark-footer h1,
footer.skin-dark-footer h1,
footer.dark-footer h2,
footer.skin-dark-footer h2,
footer.dark-footer h3,
footer.skin-dark-footer h3,
footer.dark-footer h4,
footer.skin-dark-footer h4,
footer.dark-footer h5,
footer.skin-dark-footer h5,
footer.dark-footer h6,
footer.skin-dark-footer h6 {
    color: var(--text-footer-heading) !important;
}

footer.dark-footer a:hover,
footer.skin-dark-footer a:hover {
    color: #ffffff !important;
}

.skin-dark-footer .footer-bottom {
    border-top-color: color-mix(in srgb, var(--color-footer-bg) 60%, #fff 40%);
}

/* ============================================
   BODY & TEXT
   ============================================ */
body {
    color: var(--text-body) !important;
}

p,
li,
td,
th,
label,
.form-label,
.card-text {
    color: var(--text-body);
}

.text-muted,
.text-secondary,
small {
    color: var(--text-muted) !important;
}

/* ============================================
   HEADINGS
   ============================================ */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--text-heading);
}

/* ============================================
   LINKS (storefront only, not Filament)
   ============================================ */
.content a:not(.btn):not(.nav-brand):not(.nav-menu a):not([class*="filament"]) {
    color: var(--color-primary);
}

.content a:not(.btn):not(.nav-brand):hover {
    color: color-mix(in srgb, var(--color-primary) 75%, black 25%);
}

/* Product card name link */
.product_grid .card a.text-dark-hover,
.product_grid .card h5 a {
    color: var(--text-heading) !important;
}

.product_grid .card a.text-dark-hover:hover,
.product_grid .card h5 a:hover {
    color: var(--color-primary) !important;
}

/* ============================================
   BUTTONS — PRIMARY
   ============================================ */
.btn-primary,
.btn-primary:visited {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: color-mix(in srgb, var(--color-primary) 80%, black 20%) !important;
    border-color: color-mix(in srgb, var(--color-primary) 80%, black 20%) !important;
    color: #fff !important;
}

.btn-outline-primary {
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

/* ============================================
   BUTTONS — DARK / FOOTER BG
   ============================================ */
.btn-dark,
.btn-dark:visited {
    background-color: var(--color-footer-bg) !important;
    border-color: var(--color-footer-bg) !important;
    color: #fff !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    background-color: color-mix(in srgb, var(--color-footer-bg) 80%, white 20%) !important;
    border-color: color-mix(in srgb, var(--color-footer-bg) 80%, white 20%) !important;
    color: #fff !important;
}

/* ============================================
   BUTTONS — SUCCESS
   ============================================ */
.btn-success,
.btn-success:visited {
    background-color: var(--color-success) !important;
    border-color: var(--color-success) !important;
    color: #fff !important;
}

.btn-success:hover,
.btn-success:focus {
    background-color: color-mix(in srgb, var(--color-success) 80%, black 20%) !important;
    border-color: color-mix(in srgb, var(--color-success) 80%, black 20%) !important;
    color: #fff !important;
}

/* ============================================
   BADGES
   ============================================ */

/* Bootstrap warning badge (used for price) */
.badge.bg-warning,
.badge.text-bg-warning {
    background-color: var(--color-primary) !important;
    color: #fff !important;
}

/* Bootstrap danger badge (used for sale) */
.badge.bg-danger,
.badge.text-bg-danger {
    background-color: var(--color-secondary) !important;
    color: #fff !important;
}

/* Bootstrap success badge */
.badge.bg-success,
.badge.text-bg-success {
    background-color: var(--color-success) !important;
    color: #fff !important;
}

/* ============================================
   BACK TO TOP BUTTON
   ============================================ */
#back2Top,
.top-scroll {
    background: var(--color-footer-bg) !important;
    border-color: var(--color-footer-bg) !important;
}

#back2Top:hover,
.top-scroll:hover {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

/* ============================================
   PAGINATION
   ============================================ */
.page-item.active .page-link {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

.page-link {
    color: var(--color-primary) !important;
}

.page-link:hover {
    color: color-mix(in srgb, var(--color-primary) 75%, black 25%) !important;
}

/* ============================================
   BREADCRUMBS
   ============================================ */
.breadcrumb-item a {
    color: var(--color-primary) !important;
}

.breadcrumb-item.active {
    color: var(--text-muted) !important;
}

/* ============================================
   FILTER SIDEBAR
   ============================================ */

/* Price range slider handle */
.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-bar {
    background-color: var(--color-primary) !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: var(--color-primary) !important;
}

/* Checkbox / radio filter active */
.form-check-input:checked {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--color-primary) 30%, transparent 70%) !important;
}

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */

/* Add to cart / buy buttons */
.btn-cart,
.add-to-cart-btn,
[class*="cart-btn"] {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

/* Quantity controls */
.qty-btn,
.quantity-btn {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: #fff !important;
}

/* ============================================
   SECTION / DIVIDER ACCENTS
   ============================================ */

/* Section title underline accents */
.sec-heading h2::after,
.section-title::after {
    background-color: var(--color-primary) !important;
}

/* ============================================
   FACEBOOK SHARE BUTTON (exception — keeps Facebook blue)
   ============================================ */
.btn-facebook,
.btn-facebook:visited {
    background-color: #1877F2 !important;
    border-color: #1877F2 !important;
    color: #fff !important;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
    background-color: #145dbf !important;
    border-color: #145dbf !important;
    color: #fff !important;
}

/* ============================================
   FORM FOCUS STATES
   ============================================ */
.form-control:focus,
.form-select:focus {
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--color-primary) 25%, transparent 75%) !important;
}

/* ============================================
   TYPOGRAPHY — Inter font
   ============================================ */
body,
p, li, td, th, label,
input, select, textarea, button,
.form-label, .card-text {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 60%, transparent 100%);
    z-index: 1;
}

/* ============================================
   PRODUCT CARD — equal height + chips
   ============================================ */

/* Force all cards in a row to stretch to the same height */
.rows-products {
    align-items: stretch !important;
}

.product_grid .card-footer {
    background: transparent;
    border-top: none;
}

/* Card-level info chips (smaller than product detail chips) */
.card-info-chip {
    display: inline-flex;
    align-items: baseline;
    gap: 3px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 2px 7px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.card-chip-label {
    color: var(--text-muted);
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .2px;
    flex-shrink: 0;
}

.card-chip-value {
    font-weight: 600;
    color: var(--text-heading);
    font-size: .72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}

/* ============================================
   PRODUCT DETAIL — info chips
   ============================================ */
.product-info-chip {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 5px 12px;
    font-size: .875rem;
    white-space: nowrap;
}

.chip-label {
    color: var(--text-muted);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.chip-value {
    font-weight: 600;
    color: var(--text-heading);
}

.chip-unit {
    color: var(--text-muted);
    font-size: .72rem;
}

/* ============================================
   MODERN SEARCH OVERLAY  (mobile-first)
   ============================================ */

/* Prevent body scroll when overlay is open */
body.search-open { overflow: hidden; }

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    visibility: hidden;
}

.search-overlay.is-open {
    pointer-events: auto;
    visibility: visible;
}

/* Semi-transparent backdrop */
.search-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    transition: opacity .22s ease;
}

.search-overlay.is-open .search-overlay-backdrop {
    opacity: 1;
}

/* The white panel — slides up from bottom on mobile */
.search-overlay-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    max-height: 90dvh;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform .28s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 -4px 24px rgba(0,0,0,.12);
    overflow: hidden;
}

.search-overlay.is-open .search-overlay-panel {
    transform: translateY(0);
}

/* Header row */
.search-overlay-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px 10px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

/* Input wrapper */
.search-input-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 0 12px;
    height: 46px;
    gap: 8px;
}

.search-icon-left {
    color: var(--text-muted);
    font-size: 1rem;
    flex-shrink: 0;
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 1rem;
    color: var(--text-heading);
    min-width: 0;
}

.search-input::placeholder { color: var(--text-muted); }

.search-clear-btn {
    background: none;
    border: none;
    padding: 0;
    color: var(--text-muted);
    cursor: pointer;
    font-size: .8rem;
    line-height: 1;
    flex-shrink: 0;
}

.search-cancel-btn {
    background: none;
    border: none;
    padding: 6px 4px;
    color: var(--color-primary);
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Suggestions list */
.search-suggestions {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.search-results-list {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.search-result-item { border-bottom: 1px solid #f5f5f5; }
.search-result-item:last-child { border-bottom: none; }

.search-result-item.is-active { background: #fafafa; }

.search-result-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    text-decoration: none;
    color: inherit;
    transition: background .12s;
}

.search-result-link:hover,
.search-result-link:focus { background: #f8f8f8; text-decoration: none; }

.search-result-img {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-result-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-img-placeholder { color: #ccc; font-size: 1.4rem; }

.search-result-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.search-result-name {
    font-size: .9rem;
    font-weight: 500;
    color: var(--text-heading);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-result-name mark {
    background: none;
    color: var(--color-primary);
    font-weight: 700;
    padding: 0;
}

.search-result-price {
    font-size: .8rem;
    color: var(--color-primary);
    font-weight: 600;
}

/* Empty / loading states */
.search-no-results,
.search-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 16px;
    color: var(--text-muted);
    gap: 10px;
}

.search-no-results i { font-size: 2rem; opacity: .4; }
.search-no-results p { margin: 0; font-size: .9rem; }

/* Spinner */
.search-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #eee;
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: spin .7s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

/* Footer submit button */
.search-footer {
    padding: 12px 16px 20px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.search-submit-btn {
    width: 100%;
    padding: 13px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .15s;
}

.search-submit-btn:hover { opacity: .9; }

/* ── Desktop: center panel instead of bottom sheet ── */
@media (min-width: 768px) {
    .search-overlay-panel {
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translate(-50%, -40%);
        width: min(560px, 92vw);
        border-radius: 16px;
        max-height: 80vh;
        opacity: 0;
        transition: transform .25s cubic-bezier(.4,0,.2,1), opacity .2s ease;
    }

    .search-overlay.is-open .search-overlay-panel {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

/* ============================================
   NAV SPACER — offsets fixed nav on pages
   that don't have a banner/hero section
   ============================================ */
.nav-spacer { height: 66px; }

/* ============================================
   HERO — compact mode when search is active
   ============================================ */
@media (max-width: 767px) {
    .hero-compact,
    .hero-compact .row { min-height: 120px !important; }
    .hero-compact .hero-title { font-size: 1.1rem !important; }
    .hero-compact p,
    .hero-compact .btn { display: none; }
}

/* ============================================
   HOME PAGE — featured sections
   ============================================ */

.hp-section { padding: 20px 0 4px; }

.hp-section-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.hp-section-icon { font-size: 1.2rem; line-height: 1; }

.hp-section-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-heading);
    margin: 0;
    flex: 1;
}

.hp-section-more {
    font-size: .8rem;
    color: var(--color-primary);
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
}
.hp-section-more:hover { text-decoration: underline; }

/* Horizontal scroll row */
.hp-scroll-row {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
    -webkit-mask-image: linear-gradient(to right, black 88%, transparent 100%);
    mask-image: linear-gradient(to right, black 88%, transparent 100%);
    scroll-snap-type: x mandatory;
}
.hp-scroll-row::-webkit-scrollbar { display: none; }

/* Mini card */
.mini-card {
    flex: 0 0 148px;
    width: 148px;
    scroll-snap-align: start;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
    transition: box-shadow .15s;
}
.mini-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }

.mini-card-img-wrap {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f8f8f8;
}
.mini-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
}
.mini-card:hover .mini-card-img-wrap img { transform: scale(1.04); }

.mini-card-badge {
    position: absolute;
    top: 6px; right: 6px;
    background: var(--color-secondary);
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 1;
}
.mini-card-group-badge {
    position: absolute;
    top: 6px; left: 6px;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: .6rem;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 1;
}

.mini-card-body { padding: 8px 10px 10px; }

.mini-card-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .78rem;
    font-weight: 600;
    color: var(--text-heading);
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 5px;
}
.mini-card-name:hover { color: var(--color-primary); }

.mini-card-price { display: flex; flex-direction: column; gap: 1px; }

.mini-price-orig {
    font-size: .68rem;
    color: var(--text-muted);
    text-decoration: line-through;
}
.mini-price-final {
    font-size: .82rem;
    font-weight: 700;
    color: var(--color-secondary);
}

/* Desktop: wider cards */
@media (min-width: 768px) {
    .hp-section { padding: 28px 0 8px; }
    .mini-card { flex: 0 0 186px; width: 186px; }
    .hp-section-title { font-size: 1.2rem; }
}

/* Category cards scroll */
.hp-cat-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
}
.hp-cat-scroll::-webkit-scrollbar { display: none; }

.hp-cat-card {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 14px 20px;
    border-radius: 12px;
    background: #f8f8f8;
    text-decoration: none;
    color: var(--text-heading);
    border: 1px solid #eee;
    transition: background .15s, color .15s, box-shadow .15s;
    white-space: nowrap;
}
.hp-cat-card:hover {
    background: var(--color-primary);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
    text-decoration: none;
}
.hp-cat-card i { font-size: 1.5rem; }
.hp-cat-card-name { font-size: .82rem; font-weight: 600; }
.hp-cat-card-count { font-size: .7rem; opacity: .65; }

