:root {
    --primary: #0284c7;
    --primary-hover: #0369a1;
    --primary-light: #e0f2fe;
    --secondary: #475569;
    --secondary-hover: #334155;
    --accent: #0d9488;
    --accent-subtle: #ccfbf1;
    --success: #16a34a;
    --warning: #d97706;
    --danger: #dc2626;
    --background-main: #f8fafc;
    --background-surface: #ffffff;
    --background-elevated: #f1f5f9;
    --border-color: #e2e8f0;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #94a3b8;
    --font-primary: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    background-color: var(--background-main);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

/* ===== header ===== */
.bloom-main-header {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
    z-index: 1030;
}

.bloom-main-header .bloom-top-bar {
    background-color: #f8fafc;
    border-color: #e2e8f0 !important;
    font-size: 0.8125rem;
}

.bloom-main-header .bloom-top-link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bloom-main-header .bloom-top-link:hover {
    color: #0284c7;
}

.bloom-main-header .bloom-top-link i {
    color: #0284c7;
    font-size: 0.95rem;
}

.bloom-main-header .bloom-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    background-color: #e0f2fe;
    color: #0284c7;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.bloom-main-header .bloom-navbar {
    background-color: #ffffff !important;
    border-color: #e2e8f0 !important;
}

.bloom-main-header .bloom-logo-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.bloom-main-header .bloom-brand-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.bloom-main-header .bloom-nav-link {
    color: #0f172a;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.5rem 0.875rem !important;
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bloom-main-header .bloom-nav-link:hover,
.bloom-main-header .bloom-nav-link:focus {
    color: #0284c7;
    background-color: #f1f5f9;
}

.bloom-main-header .bloom-cart-btn {
    background-color: #f8fafc;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    padding: 0;
    transition: all 0.2s ease;
}

.bloom-main-header .bloom-cart-btn:hover {
    background-color: #e0f2fe;
    color: #0284c7;
    border-color: #bae6fd;
}

.bloom-main-header .bloom-cart-count {
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25em 0.5em;
    background-color: #0284c7 !important;
}

.bloom-main-header .navbar-toggler {
    color: #0f172a;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px;
}

.bloom-main-header .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

@media (max-width: 991.98px) {
    .bloom-main-header .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem 0;
        margin-top: 0.5rem;
        border-top: 1px solid #e2e8f0;
    }

    .bloom-main-header .bloom-nav-link {
        padding: 0.625rem 0.75rem !important;
    }

    .bloom-main-header .bloom-brand-title {
        font-size: 1.0625rem;
    }
}

/* ===== hero ===== */
.bloom-hero-section {
    background: radial-gradient(circle at 85% 15%, #0f274a 0%, #071224 55%, #030812 100%);
    color: #ffffff;
    min-height: 520px;
    box-sizing: border-box;
}

.bloom-hero-section .bloom-hero-glow-layer {
    background: radial-gradient(circle at 20% 40%, rgba(2, 132, 199, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.bloom-hero-section .bloom-hero-badge {
    background: rgba(2, 132, 199, 0.16);
    border: 1px solid rgba(56, 189, 248, 0.35);
}

.bloom-hero-section .bloom-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #facc15;
    display: inline-block;
}

.bloom-hero-section .bloom-badge-text {
    color: #38bdf8;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.bloom-hero-section .bloom-hero-title {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.02em;
    font-size: 2.25rem;
    margin: 0;
}

.bloom-hero-section .bloom-highlight-accent {
    color: #facc15;
}

.bloom-hero-section .bloom-hero-subtitle {
    color: #38bdf8;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
}

.bloom-hero-section .bloom-hero-desc {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 540px;
}

.bloom-hero-section .bloom-btn-primary {
    background: #0284c7;
    color: #ffffff;
    border: 1px solid #0284c7;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bloom-hero-section .bloom-btn-primary:hover {
    background: #0369a1;
    border-color: #0369a1;
    color: #ffffff;
    transform: translateY(-2px);
}

.bloom-hero-section .bloom-btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.bloom-hero-section .bloom-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: #38bdf8;
    color: #ffffff;
    transform: translateY(-2px);
}

.bloom-hero-section .bloom-stat-icon {
    color: #38bdf8;
    font-size: 1.15rem;
}

.bloom-hero-section .bloom-stat-text {
    color: #e2e8f0;
    font-size: 0.8rem;
    font-weight: 600;
}

.bloom-hero-section .bloom-stat-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
}

.bloom-hero-section .bloom-hero-visual-card {
    background: linear-gradient(145deg, rgba(15, 39, 74, 0.8) 0%, rgba(7, 18, 36, 0.95) 100%);
    border: 1px solid rgba(56, 189, 248, 0.25);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}

.bloom-hero-section .bloom-color-chip {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
}

.bloom-hero-section .bloom-chip-c {
    background: #00e5ff;
}

.bloom-hero-section .bloom-chip-m {
    background: #ff007f;
}

.bloom-hero-section .bloom-chip-y {
    background: #ffea00;
}

.bloom-hero-section .bloom-chip-k {
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.bloom-hero-section .bloom-cmyk-label {
    font-size: 0.7rem;
    color: #94a3b8;
    letter-spacing: 0.08em;
    font-family: monospace;
}

.bloom-hero-section .bloom-target-mark i {
    font-size: 1.15rem;
}

.bloom-hero-section .bloom-media-frame {
    height: 310px;
    background: #0b1528;
}

.bloom-hero-section .bloom-hero-main-img {
    object-fit: cover;
}

.bloom-hero-section .bloom-media-overlay {
    background: linear-gradient(180deg, rgba(3, 8, 18, 0.1) 0%, rgba(3, 8, 18, 0.65) 100%);
    pointer-events: none;
}

.bloom-hero-section .bloom-floating-badge {
    background: rgba(3, 8, 18, 0.85);
    border: 1px solid rgba(250, 204, 21, 0.4);
    backdrop-filter: blur(6px);
}

.bloom-hero-section .bloom-badge-small-title {
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.bloom-hero-section .bloom-badge-small-sub {
    color: #38bdf8;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.bloom-hero-section .bloom-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    display: inline-block;
    transition: all 0.2s ease;
}

.bloom-hero-section .bloom-dot.active {
    width: 22px;
    border-radius: 6px;
    background: #facc15;
}

.bloom-hero-section .bloom-tech-id {
    color: #94a3b8;
    font-size: 0.72rem;
    font-family: monospace;
}

@media (max-width: 767.98px) {
    .bloom-hero-section .bloom-hero-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .bloom-hero-section .bloom-hero-subtitle {
        font-size: 0.85rem;
        hyphens: auto;
    }

    .bloom-hero-section .bloom-hero-desc {
        font-size: 0.85rem;
    }

    .bloom-hero-section .bloom-media-frame {
        height: 220px;
    }
}

/* ===== close-up-product ===== */
.product-spotlight {
    background-color: #ffffff;
    color: #0f172a;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif
}

.product-spotlight .spotlight-crumb {
    color: #475569;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease
}

.product-spotlight .spotlight-crumb:hover {
    color: #0284c7
}

.product-spotlight .spotlight-media-frame {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    padding: 1.5rem
}

.product-spotlight .spotlight-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px
}

.product-spotlight .spotlight-main-img {
    max-height: 480px;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1)
}

.product-spotlight .spotlight-image-wrap:hover .spotlight-main-img {
    transform: scale(1.02)
}

.product-spotlight .spotlight-badge-status {
    background-color: #dcfce7;
    color: #16a34a;
    border: 1px solid #bbf7d0;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 6px;
    z-index: 2
}

.product-spotlight .spotlight-chip {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-family: 'JetBrains Mono', monospace;
    color: #475569;
    font-weight: 500;
    display: inline-flex;
    align-items: center
}

.product-spotlight .spotlight-title {
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 700;
    color: #0f172a
}

.product-spotlight .spotlight-title-link {
    color: #0f172a;
    transition: color 0.2s ease
}

.product-spotlight .spotlight-title-link:hover {
    color: #0284c7
}

.product-spotlight .spotlight-price-box {
    line-height: 1
}

.product-spotlight .spotlight-currency {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0284c7
}

.product-spotlight .spotlight-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    font-family: 'JetBrains Mono', monospace
}

.product-spotlight .spotlight-tax-label {
    font-size: 0.8125rem;
    color: #475569;
    font-weight: 500
}

.product-spotlight .spotlight-summary {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569
}

.product-spotlight .spotlight-buy-btn {
    background-color: #0284c7;
    border: 1px solid #0284c7;
    color: #ffffff;
    border-radius: 8px;
    transition: all 0.2s ease
}

.product-spotlight .spotlight-buy-btn:hover {
    background-color: #0369a1;
    border-color: #0369a1;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25)
}

.product-spotlight .spotlight-details-btn {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0f172a;
    border-radius: 8px;
    transition: all 0.2s ease
}

.product-spotlight .spotlight-details-btn:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
    transform: translateY(-1px)
}

.product-spotlight .spotlight-specs-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px
}

.product-spotlight .spotlight-specs-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.04em
}

.product-spotlight .spotlight-spec-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.product-spotlight .spotlight-spec-name {
    font-size: 0.8125rem;
    color: #475569;
    font-weight: 500
}

.product-spotlight .spotlight-spec-value {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
    font-family: 'JetBrains Mono', monospace
}

.product-spotlight .spotlight-why-heading {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a
}

.product-spotlight .spotlight-benefit-text {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #475569
}

@media(max-width:767.98px) {
    .product-spotlight .spotlight-title {
        font-size: 1.25rem
    }

    .product-spotlight .spotlight-specs-heading {
        font-size: 0.875rem
    }

    .product-spotlight .spotlight-why-heading {
        font-size: 0.9375rem
    }

    .product-spotlight .spotlight-media-frame {
        padding: 1rem
    }

    .product-spotlight .spotlight-image-wrap {
        min-height: 240px
    }
}

/* ===== how-to-choose ===== */
.guide-section {
    background-color: #f8fafc;
}

.guide-section .guide-section__badge {
    background-color: #e0f2fe;
    color: #0284c7;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    border: 1px solid #bae6fd;
}

.guide-section .guide-section__title {
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.guide-section .guide-section__lead {
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.guide-section .guide-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.guide-section .guide-card:hover {
    border-color: #0284c7;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -4px rgba(2, 132, 199, 0.12);
}

.guide-section .guide-card__icon-wrap {
    width: 48px;
    height: 48px;
    background: #e0f2fe;
    color: #0284c7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.guide-section .guide-card__title {
    color: #0f172a;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.guide-section .guide-card__text {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.guide-section .guide-card__tip {
    border-color: #f1f5f9 !important;
    font-size: 0.8125rem;
}

.guide-section .guide-card__tip-label {
    display: block;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.guide-section .guide-card__tip-val {
    display: block;
    color: #0f172a;
    font-weight: 600;
}

.guide-section .guide-section__comparison {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.guide-section .guide-compare-box {
    border-radius: 8px;
}

.guide-section .guide-compare-box--good {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.guide-section .guide-compare-box--avoid {
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.guide-section .guide-compare-box__heading {
    color: #0f172a;
    font-size: 1.125rem;
    font-weight: 600;
}

.guide-section .guide-compare-box__list {
    color: #334155;
    font-size: 0.875rem;
    line-height: 1.55;
}

.guide-section .guide-section__btn-primary {
    background: #0284c7;
    color: #ffffff;
    border: 1px solid #0284c7;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.guide-section .guide-section__btn-primary:hover {
    background: #0369a1;
    border-color: #0369a1;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.guide-section .guide-section__btn-secondary {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.guide-section .guide-section__btn-secondary:hover {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .guide-section .guide-section__title {
        font-size: 16px;
        hyphens: auto;
    }

    .guide-section .guide-card__title,
    .guide-section .guide-compare-box__heading {
        font-size: 14px;
        hyphens: auto;
    }
}

/* ===== trending-now ===== */
.trending-products-section {
    background-color: #f8fafc;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif
}

.trending-products-section .trending-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    background-color: #e0f2fe;
    color: #0284c7;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em
}

.trending-products-section .trending-heading {
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.5rem
}

.trending-products-section .trending-subheading {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 680px
}

.trending-products-section .trending-view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #0284c7;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease
}

.trending-products-section .trending-view-all-link:hover {
    color: #0369a1;
    transform: translateX(3px)
}

.trending-products-section .trending-product-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.08);
    transition: border-color 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1)
}

.trending-products-section .trending-product-card:hover {
    border-color: #0284c7;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -4px rgba(2, 132, 199, 0.12)
}

.trending-products-section .trending-card-media {
    background-color: #f1f5f9;
    border-radius: 9px 9px 0 0;
    overflow: hidden
}

.trending-products-section .trending-card-img {
    aspect-ratio: 1/1;
    object-fit: cover;
    transition: transform 0.35s ease
}

.trending-products-section .trending-product-card:hover .trending-card-img {
    transform: scale(1.03)
}

.trending-products-section .trending-status-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    border-radius: 6px
}

.trending-products-section .trending-status-badge.in-stock {
    background-color: #dcfce7;
    color: #16a34a;
    border: 1px solid #bbf7d0
}

.trending-products-section .trending-status-badge.high-demand {
    background-color: #ccfbf1;
    color: #0d9488;
    border: 1px solid #99f6e4
}

.trending-products-section .trending-status-badge.sale {
    background-color: #fef3c7;
    color: #d97706;
    border: 1px solid #fde68a
}

.trending-products-section .trending-spec-pill {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 0.6875rem;
    color: #475569
}

.trending-products-section .trending-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem
}

.trending-products-section .trending-title-link {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease
}

.trending-products-section .trending-title-link:hover {
    color: #0284c7
}

.trending-products-section .trending-card-desc {
    color: #475569;
    font-size: 0.8125rem;
    line-height: 1.45;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.trending-products-section .trending-card-price {
    color: #0f172a;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
    font-size: 1.1875rem;
    font-weight: 700
}

.trending-products-section .trending-meta-volume {
    font-size: 0.75rem;
    color: #475569;
    font-weight: 500
}

.trending-products-section .trending-cart-btn {
    background-color: #0284c7;
    border: 1px solid #0284c7;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.625rem 1rem;
    border-radius: 8px;
    transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease
}

.trending-products-section .trending-cart-btn:hover {
    background-color: #0369a1;
    border-color: #0369a1;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
    transform: translateY(-1px)
}

.trending-products-section .trending-cart-btn:active {
    transform: scale(0.98)
}

@media (max-width:767.98px) {
    .trending-products-section .trending-heading {
        font-size: 1rem;
        hyphens: auto
    }

    .trending-products-section .trending-card-title {
        font-size: 0.875rem;
        hyphens: auto
    }

    .trending-products-section .trending-card-price {
        font-size: 1.0625rem
    }
}

/* ===== categories-grid ===== */
.bloom-categories-section {
    background-color: #f8fafc;
    color: #0f172a;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.bloom-categories-section .bloom-cat-badge-label {
    color: #0284c7;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

.bloom-categories-section .bloom-cat-heading {
    color: #0f172a;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}

.bloom-categories-section .bloom-cat-intro {
    color: #475569;
    font-size: 0.9375rem;
    line-height: 1.6;
    max-width: 680px;
}

.bloom-categories-section .bloom-cat-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.08);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.bloom-categories-section .bloom-cat-card:hover {
    border-color: #0284c7;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -4px rgba(2, 132, 199, 0.12);
}

.bloom-categories-section .bloom-cat-media {
    overflow: hidden;
    background-color: #f1f5f9;
}

.bloom-categories-section .bloom-cat-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.bloom-categories-section .bloom-cat-card:hover .bloom-cat-img {
    transform: scale(1.03);
}

.bloom-categories-section .bloom-cat-chip {
    background-color: rgba(15, 23, 42, 0.85);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    display: inline-flex;
    align-items: center;
}

.bloom-categories-section .bloom-cat-meta-tag {
    color: #0d9488;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

.bloom-categories-section .bloom-cat-price-range {
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 500;
}

.bloom-categories-section .bloom-cat-card-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0f172a;
}

.bloom-categories-section .bloom-cat-title-link {
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bloom-categories-section .bloom-cat-title-link:hover {
    color: #0284c7;
}

.bloom-categories-section .bloom-cat-card-desc {
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.55;
}

.bloom-categories-section .bloom-cat-features {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.bloom-categories-section .bloom-cat-pill {
    display: inline-flex;
    align-items: center;
    background-color: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
}

.bloom-categories-section .bloom-cat-pill i {
    color: #0284c7;
}

.bloom-categories-section .bloom-cat-action-btn {
    background-color: #0284c7;
    color: #ffffff;
    border: 1px solid #0284c7;
    border-radius: 8px;
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bloom-categories-section .bloom-cat-action-btn:hover,
.bloom-categories-section .bloom-cat-action-btn:focus {
    background-color: #0369a1;
    border-color: #0369a1;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

@media (max-width: 767.98px) {
    .bloom-categories-section .bloom-cat-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .bloom-categories-section .bloom-cat-card-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .bloom-categories-section .bloom-cat-img {
        height: 190px;
    }

    .bloom-categories-section .bloom-cat-body {
        padding: 1rem;
    }
}

/* ===== footer ===== */
.site-footer {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.site-footer .footer-content-wrap {
    max-width: 1360px;
}

.site-footer .footer-brand-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-footer .footer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #0f172a;
}

.site-footer .footer-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    display: block;
}

.site-footer .footer-brand-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.site-footer .footer-description {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.site-footer .footer-payment-methods {
    margin-top: 0.5rem;
}

.site-footer .payment-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.site-footer .payment-badges-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.site-footer .payment-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 34px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 1.75rem;
    color: #1e293b;
    box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.site-footer .footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.site-footer .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.site-footer .footer-link {
    color: #475569;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.site-footer .footer-link:hover,
.site-footer .footer-link:focus {
    color: #0284c7;
    transform: translateX(2px);
}

.site-footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.site-footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.875rem;
    color: #475569;
}

.site-footer .contact-icon {
    font-size: 1.15rem;
    color: #0284c7;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.site-footer .contact-link {
    color: #475569;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.2s ease;
}

.site-footer .contact-link:hover,
.site-footer .contact-link:focus {
    color: #0284c7;
}

.site-footer .contact-text {
    word-break: break-word;
}

.site-footer .footer-map-container {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.site-footer .footer-map-frame {
    display: block;
    border: 0;
}

.site-footer .footer-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.site-footer .copyright-text {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.site-footer .bottom-legal-link {
    font-size: 0.8125rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .bottom-legal-link:hover,
.site-footer .bottom-legal-link:focus {
    color: #0284c7;
}

@media (max-width: 767.98px) {
    .site-footer {
        padding-top: 2.5rem;
        padding-bottom: 1.75rem;
    }

    .site-footer .footer-heading {
        font-size: 0.9375rem;
        margin-bottom: 0.75rem;
    }

    .site-footer .footer-bottom-bar {
        text-align: center;
        justify-content: center !important;
    }

    .site-footer .footer-bottom-links {
        justify-content: center;
    }
}

/* ===== PAGE: about ===== */
.about-section {
  background-color: #f8fafc;
  color: #0f172a;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.about-section .about-main-title {
  color: #0f172a;
  line-height: 1.25;
}

.about-section .about-badge-wrapper .badge {
  background-color: #e0f2fe !important;
  color: #0284c7 !important;
  border-color: #bae6fd !important;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.about-section .about-image-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.5rem;
  overflow: hidden;
}

.about-section .stat-card {
  background: #ffffff;
  border-color: #e2e8f0 !important;
  border-radius: 10px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
}

.about-section .stat-card:hover {
  transform: translateY(-3px);
  border-color: #0284c7 !important;
}

.about-section .value-card {
  background: #ffffff;
  border-color: #e2e8f0 !important;
  border-radius: 10px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
}

.about-section .value-card:hover {
  transform: translateY(-3px);
  border-color: #0284c7 !important;
}

.about-section .btn-primary {
  background-color: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.about-section .btn-primary:hover {
  background-color: #0369a1;
  border-color: #0369a1;
  color: #ffffff;
  transform: translateY(-1px);
}

.about-section .btn-outline-secondary {
  background-color: #ffffff;
  border-color: #cbd5e1;
  color: #0f172a;
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.about-section .btn-outline-secondary:hover {
  background-color: #f8fafc;
  border-color: #94a3b8;
  color: #0f172a;
  transform: translateY(-1px);
}

@media (max-width: 767.98px) {
  .about-section .about-main-title {
    font-size: 1.125rem;
  }
  .about-section h2 {
    font-size: 1rem;
  }
  .about-section h3 {
    font-size: 0.875rem;
  }
}

/* ===== PAGE: auto-chemicals ===== */
.auto-chem-catalog {
  background-color: #f8fafc;
  color: #0f172a;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.auto-chem-catalog .auto-chem-catalog__badge {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0284c7;
  background-color: #e0f2fe;
  border: 1px solid #bae6fd;
  border-radius: 9999px;
}

.auto-chem-catalog .auto-chem-catalog__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
}

.auto-chem-catalog .auto-chem-catalog__subtitle {
  color: #475569;
  font-size: 0.95rem;
  max-width: 680px;
  line-height: 1.5;
}

.auto-chem-catalog .auto-chem-catalog__count-chip {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.85rem;
  color: #334155;
}

.auto-chem-catalog .auto-chem-catalog__toolbar {
  background-color: #ffffff;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px;
}

.auto-chem-catalog .auto-chem-catalog__filter-btn {
  background-color: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
  font-weight: 500;
  font-size: 0.8rem;
  border-radius: 6px;
  padding: 0.35rem 0.75rem;
  transition: all 0.2s ease;
}

.auto-chem-catalog .auto-chem-catalog__filter-btn:hover {
  background-color: #e2e8f0;
  color: #0f172a;
}

.auto-chem-catalog .auto-chem-catalog__filter-btn.active {
  background-color: #0284c7;
  color: #ffffff;
  border-color: #0284c7;
}

.auto-chem-catalog .form-control,
.auto-chem-catalog .form-select {
  font-size: 0.875rem;
  color: #0f172a;
  background-color: #ffffff;
  border-color: #e2e8f0;
}

.auto-chem-catalog .form-control:focus,
.auto-chem-catalog .form-select:focus {
  border-color: #0284c7;
  box-shadow: 0 0 0 0.2rem rgba(2, 132, 199, 0.15);
}

.auto-chem-catalog .auto-chem-catalog__card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.25s ease;
}

.auto-chem-catalog .auto-chem-catalog__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -4px rgba(2, 132, 199, 0.12), 0 4px 6px -2px rgba(15, 23, 42, 0.04);
  border-color: #0284c7;
}

.auto-chem-catalog .auto-chem-catalog__media-wrap {
  position: relative;
  background-color: #f8fafc;
  overflow: hidden;
}

.auto-chem-catalog .auto-chem-catalog__img-link {
  display: block;
  overflow: hidden;
}

.auto-chem-catalog .auto-chem-catalog__img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.auto-chem-catalog .auto-chem-catalog__card:hover .auto-chem-catalog__img {
  transform: scale(1.04);
}

.auto-chem-catalog .auto-chem-catalog__stock-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #dcfce7;
  color: #16a34a;
  border: 1px solid #bbf7d0;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  z-index: 2;
}

.auto-chem-catalog .auto-chem-catalog__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.auto-chem-catalog .auto-chem-catalog__chip {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  color: #475569;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
}

.auto-chem-catalog .auto-chem-catalog__product-title a {
  color: #0f172a;
  font-weight: 700;
  transition: color 0.2s ease;
}

.auto-chem-catalog .auto-chem-catalog__product-title a:hover {
  color: #0284c7;
}

.auto-chem-catalog .auto-chem-catalog__product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
}

.auto-chem-catalog .auto-chem-catalog__price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  font-family: 'JetBrains Mono', monospace;
}

.auto-chem-catalog .addBasketBtn {
  background-color: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  font-weight: 600;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.auto-chem-catalog .addBasketBtn:hover {
  background-color: #0369a1;
  border-color: #0369a1;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.25);
}

.auto-chem-catalog .pagination .page-item .page-link {
  color: #334155;
  border: 1px solid #e2e8f0;
  margin: 0 2px;
  border-radius: 6px;
  font-size: 0.85rem;
  padding: 0.4rem 0.75rem;
  background-color: #ffffff;
}

.auto-chem-catalog .pagination .page-item.active .page-link {
  background-color: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
}

.auto-chem-catalog .pagination .page-item.disabled .page-link {
  color: #94a3b8;
  background-color: #f8fafc;
  border-color: #e2e8f0;
}

@media (max-width: 767.98px) {
  .auto-chem-catalog .auto-chem-catalog__title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .auto-chem-catalog .auto-chem-catalog__product-title {
    font-size: 0.95rem;
    hyphens: auto;
  }
}

/* ===== PAGE: accessories ===== */
.accessories-catalog-section {
  background-color: #f8fafc;
}

.accessories-catalog-section h1 {
  color: #0f172a;
  line-height: 1.25;
}

.accessories-catalog-section h2 {
  color: #0f172a;
  line-height: 1.3;
}

.accessories-catalog-section h3 {
  color: #0f172a;
  line-height: 1.35;
}

.accessories-catalog-section .fs-7 {
  font-size: 0.8125rem;
}

.accessories-catalog-section .shadow-xs {
  box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.accessories-catalog-section .product-card {
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.accessories-catalog-section .product-card:hover {
  border-color: #0284c7;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px -4px rgba(2, 132, 199, 0.12), 0 4px 6px -2px rgba(15, 23, 42, 0.04);
}

.accessories-catalog-section .product-img-wrap {
  height: 200px;
  background-color: #f1f5f9;
}

.accessories-catalog-section .product-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.accessories-catalog-section .product-card:hover .product-img {
  transform: scale(1.04);
}

.accessories-catalog-section .product-chip {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 4px;
  background-color: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.accessories-catalog-section .product-title-link {
  transition: color 0.2s ease;
}

.accessories-catalog-section .product-title-link:hover {
  color: #0284c7 !important;
}

.accessories-catalog-section .addBasketBtn {
  background-color: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  font-weight: 600;
  padding: 0.55rem 1rem;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.accessories-catalog-section .addBasketBtn:hover {
  background-color: #0369a1;
  border-color: #0369a1;
  color: #ffffff;
}

.accessories-catalog-section .addBasketBtn:active {
  transform: scale(0.98);
}

.accessories-catalog-section .js-filter-btn.active {
  background-color: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .accessories-catalog-section h1 {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .accessories-catalog-section h2 {
    font-size: 1rem;
    hyphens: auto;
  }
  .accessories-catalog-section h3 {
    font-size: 0.875rem;
    hyphens: auto;
  }
  .accessories-catalog-section .product-img-wrap {
    height: 180px;
  }
  .accessories-catalog-section .product-img {
    height: 180px;
  }
}

/* ===== PAGE: blog ===== */
.bloom-blog-section { background-color: #f8fafc; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
.bloom-blog-section__badge { background-color: #e0f2fe; color: #0284c7; font-weight: 600; font-size: 0.75rem; letter-spacing: 0.05em; padding: 0.4rem 0.75rem; border-radius: 6px; border: 1px solid #bae6fd; }
.bloom-blog-section__main-title { color: #0f172a; font-weight: 700; font-size: 1.75rem; line-height: 1.25; }
.bloom-blog-section__subtitle { font-size: 0.9375rem; line-height: 1.5; color: #475569; max-width: 680px; }
.bloom-blog-section__search-box { width: 100%; max-width: 320px; }
.bloom-blog-section .form-control { background-color: #ffffff; border-color: #cbd5e1; color: #0f172a; font-size: 0.875rem; padding: 0.6rem 0.875rem; border-radius: 8px; }
.bloom-blog-section .form-control:focus { border-color: #0284c7; box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15); }
.bloom-blog-section .form-control::placeholder { color: #94a3b8; }
.bloom-blog-section .input-group-text { border-color: #cbd5e1; border-top-left-radius: 8px; border-bottom-left-radius: 8px; font-size: 1.15rem; }
.bloom-blog-section__filter-btn { background-color: #ffffff; color: #475569; border: 1px solid #cbd5e1; font-weight: 500; font-size: 0.8125rem; border-radius: 20px; padding: 0.35rem 0.85rem; transition: all 0.2s ease; }
.bloom-blog-section__filter-btn:hover { background-color: #f1f5f9; color: #0f172a; border-color: #94a3b8; }
.bloom-blog-section__filter-btn.active { background-color: #0284c7; color: #ffffff; border-color: #0284c7; font-weight: 600; }
.bloom-blog-section__card { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05); transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; overflow: hidden; }
.bloom-blog-section__card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px -4px rgba(2, 132, 199, 0.12), 0 4px 6px -2px rgba(15, 23, 42, 0.04); border-color: #93c5fd; }
.bloom-blog-section__card-media { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background-color: #e2e8f0; }
.bloom-blog-section__media-link { width: 100%; height: 100%; }
.bloom-blog-section__image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.bloom-blog-section__card:hover .bloom-blog-section__image { transform: scale(1.03); }
.bloom-blog-section__category-pill { position: absolute; top: 12px; left: 12px; background-color: rgba(15, 23, 42, 0.85); color: #ffffff; font-size: 0.75rem; font-weight: 600; padding: 0.35rem 0.65rem; border-radius: 6px; backdrop-filter: blur(4px); border: 1px solid rgba(255, 255, 255, 0.15); }
.bloom-blog-section__meta { font-size: 0.75rem; font-family: 'JetBrains Mono', monospace; color: #64748b; }
.bloom-blog-section__meta-item { display: inline-flex; align-items: center; }
.bloom-blog-section__card-title { font-weight: 700; color: #0f172a; line-height: 1.3; }
.bloom-blog-section__title-link { color: #0f172a; text-decoration: none; transition: color 0.2s ease; }
.bloom-blog-section__title-link:hover { color: #0284c7; }
.bloom-blog-section__card-text { font-size: 0.875rem; line-height: 1.55; color: #475569; }
.bloom-blog-section__tech-spec { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; font-weight: 600; color: #334155; background-color: #f1f5f9; padding: 0.25rem 0.5rem; border-radius: 4px; border: 1px solid #e2e8f0; }
.bloom-blog-section__read-btn { background-color: #0284c7; color: #ffffff; font-size: 0.8125rem; font-weight: 600; padding: 0.45rem 0.9rem; border-radius: 6px; border: 1px solid #0284c7; text-decoration: none; transition: all 0.2s ease; }
.bloom-blog-section__read-btn:hover { background-color: #0369a1; border-color: #0369a1; color: #ffffff; }
.bloom-blog-section__reset-btn { background-color: #0284c7; color: #ffffff; font-weight: 600; font-size: 0.875rem; padding: 0.55rem 1.25rem; border-radius: 6px; border: 1px solid #0284c7; }
.bloom-blog-section__reset-btn:hover { background-color: #0369a1; border-color: #0369a1; color: #ffffff; }
@media (max-width: 767.98px) {
  .bloom-blog-section__main-title { font-size: 1.125rem; hyphens: auto; }
  .bloom-blog-section__subtitle { font-size: 0.8125rem; }
  .bloom-blog-section__search-box { max-width: 100%; }
  .bloom-blog-section__card-title { font-size: 0.95rem; }
  .bloom-blog-section__card-text { font-size: 0.8125rem; }
}

/* ===== PAGE: delivery ===== */
.bloom-delivery-section {
  background-color: #f8fafc;
  color: #0f172a;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.bloom-delivery-section h1,
.bloom-delivery-section h2,
.bloom-delivery-section h3,
.bloom-delivery-section h4 {
  color: #0f172a;
}

.bloom-delivery-section .bloom-delivery-card {
  border-color: #e2e8f0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bloom-delivery-section .bloom-delivery-card:hover {
  transform: translateY(-3px);
  border-color: #0284c7;
  box-shadow: 0 12px 24px -4px rgba(2, 132, 199, 0.12), 0 4px 6px -2px rgba(15, 23, 42, 0.04) !important;
}

.bloom-delivery-section .bloom-delivery-card__icon-wrap {
  width: 48px;
  height: 48px;
  border: 1px solid #e2e8f0;
}

.bloom-delivery-section .bloom-delivery-card__chip {
  font-size: 0.75rem;
  color: #475569;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

.bloom-delivery-section .table th {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #e2e8f0;
}

.bloom-delivery-section .table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f1f5f9;
}

.bloom-delivery-section .accordion-button:not(.collapsed) {
  color: #0284c7;
  background-color: #f0f9ff;
  box-shadow: none;
}

.bloom-delivery-section .accordion-button:focus {
  border-color: #0284c7;
  box-shadow: 0 0 0 0.25rem rgba(2, 132, 199, 0.15);
}

.bloom-delivery-section .btn-primary {
  background-color: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  transition: all 0.2s ease;
}

.bloom-delivery-section .btn-primary:hover,
.bloom-delivery-section .btn-primary:focus {
  background-color: #0369a1;
  border-color: #0369a1;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.bloom-delivery-section .btn-outline-secondary {
  border-color: #cbd5e1;
  color: #0f172a;
  transition: all 0.2s ease;
}

.bloom-delivery-section .btn-outline-secondary:hover,
.bloom-delivery-section .btn-outline-secondary:focus {
  background-color: #f1f5f9;
  border-color: #94a3b8;
  color: #0f172a;
  transform: translateY(-1px);
}

.bloom-delivery-section .form-select {
  border-color: #cbd5e1;
  background-color: #ffffff;
  color: #0f172a;
}

.bloom-delivery-section .form-select:focus {
  border-color: #0284c7;
  box-shadow: 0 0 0 0.2rem rgba(2, 132, 199, 0.15);
}

.bloom-delivery-section .bg-success-subtle {
  background-color: #dcfce7 !important;
}

.bloom-delivery-section .border-success-subtle {
  border-color: #bbf7d0 !important;
}

/* ===== PAGE: contact ===== */
.bloom-contact-page { background-color: #f8fafc; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; } .bloom-contact-page .bloom-contact-badge { border-color: #e2e8f0; font-size: 0.75rem; letter-spacing: 0.05em; } .bloom-contact-page .bloom-contact-lead { max-width: 680px; font-size: 1rem; line-height: 1.6; } .bloom-contact-page .bloom-contact-card { border-radius: 10px; background-color: #ffffff; border: 1px solid #e2e8f0 !important; transition: transform 0.2s ease, box-shadow 0.2s ease; } .bloom-contact-page .bloom-contact-card:hover { transform: translateY(-2px); box-shadow: 0 10px 20px -3px rgba(15, 23, 42, 0.08) !important; } .bloom-contact-page .bloom-contact-icon-box { width: 56px; height: 56px; border: 1px solid #e2e8f0; } .bloom-contact-page .bloom-map-wrapper { min-height: 340px; } .bloom-contact-page .btn { border-radius: 8px; padding: 0.5rem 1rem; } .bloom-contact-page .btn-primary { background-color: #0284c7; border-color: #0284c7; color: #ffffff; } .bloom-contact-page .btn-primary:hover { background-color: #0369a1; border-color: #0369a1; } .bloom-contact-page .btn-outline-primary { color: #0284c7; border-color: #0284c7; } .bloom-contact-page .btn-outline-primary:hover { background-color: #0284c7; border-color: #0284c7; color: #ffffff; } .bloom-contact-page .btn-success { background-color: #16a34a; border-color: #16a34a; } .bloom-contact-page .btn-success:hover { background-color: #15803d; border-color: #15803d; } .bloom-contact-page h1, .bloom-contact-page h2, .bloom-contact-page h3 { color: #0f172a; }

/* ===== PAGE: cart ===== */
.bloom-cart-page {
  background-color: #f8fafc;
  min-height: 70vh;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.bloom-cart-page .bloom-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.bloom-cart-page .bloom-badge-primary {
  background: #e0f2fe;
  color: #0284c7;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 4px;
  border: 1px solid #bae6fd;
}

.bloom-cart-page .bloom-bg-subtle {
  background-color: #f8fafc;
}

.bloom-cart-page .bloom-btn-primary {
  background-color: #0284c7;
  color: #ffffff;
  border: 1px solid #0284c7;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.bloom-cart-page .bloom-btn-primary:hover,
.bloom-cart-page .bloom-btn-primary:focus {
  background-color: #0369a1;
  border-color: #0369a1;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.bloom-cart-page .bloom-btn-outline {
  background-color: #ffffff;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.bloom-cart-page .bloom-btn-outline:hover {
  background-color: #f8fafc;
  border-color: #94a3b8;
  color: #0f172a;
}

.bloom-cart-page .bloom-input {
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  color: #0f172a;
  border-radius: 6px;
  font-size: 0.9375rem;
  padding: 0.625rem 0.875rem;
}

.bloom-cart-page .bloom-input:focus {
  background-color: #ffffff;
  border-color: #0284c7;
  box-shadow: 0 0 0 0.2rem rgba(2, 132, 199, 0.15);
  color: #0f172a;
}

.bloom-cart-page .bloom-input::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.bloom-cart-page .cart-item-row {
  border-bottom: 1px solid #f1f5f9;
  padding: 1rem 0;
  transition: background-color 0.2s ease;
}

.bloom-cart-page .cart-item-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.bloom-cart-page .cart-item-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
}

.bloom-cart-page .cart-item-img-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  background-color: #f1f5f9;
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
}

.bloom-cart-page .cart-qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background-color: #ffffff;
  overflow: hidden;
}

.bloom-cart-page .cart-qty-btn {
  border: none;
  background: transparent;
  color: #475569;
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.bloom-cart-page .cart-qty-btn:hover {
  background-color: #f1f5f9;
  color: #0284c7;
}

.bloom-cart-page .cart-qty-val {
  width: 36px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  font-family: 'JetBrains Mono', monospace;
}

.bloom-cart-page .cart-remove-item-button {
  color: #94a3b8;
  background: none;
  border: none;
  padding: 0.35rem;
  border-radius: 4px;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.bloom-cart-page .cart-remove-item-button:hover {
  color: #dc2626;
  background-color: #fee2e2;
}

@media (max-width: 767.98px) {
  .bloom-cart-page .bloom-main-title {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .bloom-cart-page .cart-item-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

/* ===== PAGE: privacy ===== */
.privacy-policy-section { background-color: #f8fafc; font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; }
.privacy-policy-section .privacy-nav-card { top: 90px; border-radius: 10px; background-color: #ffffff; border: 1px solid #e2e8f0 !important; }
.privacy-policy-section .privacy-content-card { border-radius: 10px; background-color: #ffffff; border: 1px solid #e2e8f0 !important; }
.privacy-policy-section .section-number { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; background-color: #e0f2fe; color: #0284c7; font-weight: 700; font-size: 0.875rem; font-family: 'JetBrains Mono', monospace; flex-shrink: 0; }
.privacy-policy-section .privacy-quick-links .list-group-item { border: none; border-radius: 6px; margin-bottom: 4px; padding: 0.65rem 0.85rem; font-size: 0.875rem; font-weight: 500; color: #475569; transition: all 0.2s ease; background-color: transparent; }
.privacy-policy-section .privacy-quick-links .list-group-item:hover { background-color: #f1f5f9; color: #0284c7; transform: translateX(3px); }
.privacy-policy-section .privacy-quick-links .list-group-item.active { background-color: #0284c7; color: #ffffff; border-color: #0284c7; }
.privacy-policy-section .privacy-summary-box { background-color: #f0fdf4; border: 1px solid #bbf7d0; }
.privacy-policy-section .bg-primary-subtle { background-color: #e0f2fe !important; }
.privacy-policy-section .border-primary-subtle { border-color: #bae6fd !important; }
.privacy-policy-section .breadcrumb-item a { color: #0284c7; }
.privacy-policy-section .breadcrumb-item.active { color: #64748b; }
.privacy-policy-section h1, .privacy-policy-section h2, .privacy-policy-section h3 { line-height: 1.3; color: #0f172a; }
.privacy-policy-section p, .privacy-policy-section li { line-height: 1.6; color: #475569; }
.privacy-policy-section .table { border-color: #e2e8f0; }
.privacy-policy-section .table th { background-color: #f8fafc; color: #0f172a; font-weight: 600; }
.privacy-policy-section .table td { color: #475569; }
.privacy-policy-section .btn-primary { background-color: #0284c7; border-color: #0284c7; color: #ffffff; font-weight: 600; padding: 0.5rem 1.25rem; border-radius: 8px; }
.privacy-policy-section .btn-primary:hover { background-color: #0369a1; border-color: #0369a1; }
.privacy-policy-section .btn-outline-secondary { border-color: #cbd5e1; color: #334155; font-weight: 500; padding: 0.5rem 1rem; border-radius: 8px; background-color: #ffffff; }
.privacy-policy-section .btn-outline-secondary:hover { background-color: #f8fafc; border-color: #94a3b8; color: #0284c7; }
@media (max-width: 767.98px) {
  .privacy-policy-section h1 { font-size: 1.125rem; }
  .privacy-policy-section h2 { font-size: 1rem; }
  .privacy-policy-section h3 { font-size: 0.875rem; }
  .privacy-policy-section { hyphens: auto; }
}

/* ===== PAGE: terms ===== */
.bloom-terms-section {
  background-color: #f8fafc;
  color: #0f172a;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.bloom-terms-section h1,
.bloom-terms-section h2,
.bloom-terms-section h3 {
  color: #0f172a;
  letter-spacing: -0.01em;
}

.bloom-terms-section .bg-primary-subtle {
  background-color: #e0f2fe;
}

.bloom-terms-section .border-primary-subtle {
  border-color: #bae6fd;
}

.bloom-terms-section .text-primary {
  color: #0284c7 !important;
}

.bloom-terms-section .btn-primary {
  background-color: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.bloom-terms-section .btn-primary:hover {
  background-color: #0369a1;
  border-color: #0369a1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.2);
}

.bloom-terms-section .btn-outline-secondary {
  border-color: #cbd5e1;
  color: #334155;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}

.bloom-terms-section .btn-outline-secondary:hover {
  background-color: #f1f5f9;
  border-color: #94a3b8;
  color: #0f172a;
  transform: translateY(-1px);
}

.bloom-terms-section__nav-wrapper {
  top: 1.5rem;
  z-index: 10;
}

.bloom-terms-section__toc .js-toc-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  transition: all 0.2s ease;
  border-left: 2px solid transparent;
  border-radius: 4px;
}

.bloom-terms-section__toc .js-toc-link:hover {
  color: #0284c7;
  background-color: #f0f9ff;
}

.bloom-terms-section__toc .js-toc-link.active {
  color: #0284c7;
  background-color: #e0f2fe;
  font-weight: 600;
  border-left-color: #0284c7;
}

.bloom-terms-section__content {
  border-color: #e2e8f0;
}

.bloom-terms-section__block {
  scroll-margin-top: 2rem;
}

@media (max-width: 991.98px) {
  .bloom-terms-section__nav-wrapper {
    position: static;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .bloom-terms-section h1 {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .bloom-terms-section h2 {
    font-size: 1rem;
    hyphens: auto;
  }
  .bloom-terms-section h3 {
    font-size: 0.875rem;
    hyphens: auto;
  }
}

/* ===== PAGE: disclaimer ===== */
.bloom-disclaimer-section {
  background-color: #f8fafc;
  color: #0f172a;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
}

.bloom-disclaimer-section .bloom-disclaimer-header {
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  border-color: #e2e8f0 !important;
}

.bloom-disclaimer-section .bloom-page-h1 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
}

.bloom-disclaimer-section .bloom-page-lead {
  font-size: 1.0625rem;
  max-width: 820px;
}

.bloom-disclaimer-section .bloom-disclaimer-sidebar {
  border-color: #e2e8f0 !important;
  top: 90px;
}

.bloom-disclaimer-section .bloom-sidebar-title {
  color: #0f172a;
  font-weight: 600;
}

.bloom-disclaimer-section .bloom-sidebar-subtitle {
  color: #0f172a;
  font-weight: 600;
}

.bloom-disclaimer-section .bloom-toc-link {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  color: #475569;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  border-left: 2px solid transparent;
}

.bloom-disclaimer-section .bloom-toc-link:hover {
  color: #0284c7;
  background-color: #f0f9ff;
  border-left-color: #0284c7;
}

.bloom-disclaimer-section .bloom-toc-link.active {
  color: #0284c7;
  background-color: #e0f2fe;
  border-left-color: #0284c7;
  font-weight: 600;
}

.bloom-disclaimer-section .bloom-disclaimer-body {
  border-color: #e2e8f0 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
}

.bloom-disclaimer-section .bloom-section-title {
  color: #0f172a;
  font-weight: 700;
}

.bloom-disclaimer-section .bloom-notice-box {
  background-color: #fffbeb;
  border-color: #fde68a !important;
}

.bloom-disclaimer-section .btn-primary {
  background-color: #0284c7;
  border-color: #0284c7;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.bloom-disclaimer-section .btn-primary:hover {
  background-color: #0369a1;
  border-color: #0369a1;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.bloom-disclaimer-section .btn-outline-primary {
  color: #0284c7;
  border-color: #0284c7;
  font-weight: 600;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.2s ease;
}

.bloom-disclaimer-section .btn-outline-primary:hover {
  background-color: #0284c7;
  color: #ffffff;
}

.bloom-disclaimer-section .btn-outline-secondary {
  color: #0f172a;
  border-color: #cbd5e1;
  background: #ffffff;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.bloom-disclaimer-section .btn-outline-secondary:hover {
  background-color: #f8fafc;
  border-color: #94a3b8;
}

@media (max-width: 767.98px) {
  .bloom-disclaimer-section .bloom-page-h1 {
    font-size: 1.125rem;
    hyphens: auto;
  }
  .bloom-disclaimer-section .bloom-section-title {
    font-size: 1rem;
    hyphens: auto;
  }
  .bloom-disclaimer-section .bloom-sidebar-title,
  .bloom-disclaimer-section .bloom-sidebar-subtitle {
    font-size: 0.875rem;
  }
  .bloom-disclaimer-section .bloom-disclaimer-sidebar {
    position: static;
  }
}

/* ===== PAGE: refound ===== */
.bloom-refund-policy { font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif; background-color: #f8fafc; } .bloom-refund-policy h1, .bloom-refund-policy h2, .bloom-refund-policy h3, .bloom-refund-policy h4 { color: #0f172a; letter-spacing: -0.01em; } .bloom-refund-policy p, .bloom-refund-policy li { color: #475569; line-height: 1.65; } .bloom-refund-policy .font-monospace { font-family: 'JetBrains Mono', monospace; font-size: 0.75rem; } .bloom-refund-policy .bg-primary-subtle { background-color: #e0f2fe !important; } .bloom-refund-policy .border-primary-subtle { border-color: #bae6fd !important; } .bloom-refund-policy .bg-secondary-subtle { background-color: #f1f5f9 !important; } .bloom-refund-policy .border-secondary-subtle { border-color: #e2e8f0 !important; } .bloom-refund-policy .btn-primary { background-color: #0284c7; border-color: #0284c7; color: #ffffff; font-weight: 600; border-radius: 8px; transition: background-color 0.2s ease, transform 0.2s ease; } .bloom-refund-policy .btn-primary:hover { background-color: #0369a1; border-color: #0369a1; color: #ffffff; transform: translateY(-1px); } .bloom-refund-policy .btn-outline-secondary { background-color: #ffffff; border-color: #cbd5e1; color: #0f172a; font-weight: 500; border-radius: 8px; transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease; } .bloom-refund-policy .btn-outline-secondary:hover { background-color: #f8fafc; border-color: #94a3b8; color: #0f172a; transform: translateY(-1px); }

.cc-review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cc-review-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.05);
}

.cc-reviewer-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    object-fit: cover;
    border: 2px solid #f1f5f9;
}

.cc-status-indicator {
    width: 12px;
    height: 12px;
    background: #16a34a;
    border: 2px solid #ffffff;
}

.cc-reviewer-name {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.2;
}

.cc-badge-verified {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #16a34a;
    background: #dcfce7;
    border: 1px solid #bbf7d0;
    border-radius: 4px;
    padding: 0.15rem 0.45rem;
}

.cc-meta-chip {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.6875rem;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 0.15rem 0.45rem;
}

.cc-star-rating {
    color: #f59e0b;
    font-size: 0.875rem;
    gap: 1px;
}

.cc-rating-score {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0f172a;
}

.cc-dot-divider {
    color: #94a3b8;
    font-size: 0.75rem;
}

.cc-review-date {
    font-size: 0.8125rem;
    color: #94a3b8;
}

.cc-review-title {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.35;
}

.cc-review-text {
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #334155;
    margin-bottom: 0;
}

.cc-spec-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.25rem 0.6rem;
    font-size: 0.75rem;
}

.cc-spec-label {
    color: #64748b;
    font-weight: 500;
}

.cc-spec-value {
    color: #0f172a;
    font-weight: 600;
}

.cc-font-mono {
    font-family: 'JetBrains Mono', monospace;
}

.cc-review-footer {
    border-color: #f1f5f9 !important;
}

.cc-btn-feedback {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    box-shadow: none;
}

.cc-btn-feedback:hover {
    background: #f1f5f9;
    color: #0284c7;
    border-color: #cbd5e1;
}

.cc-count-badge {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0284c7;
}

.cc-btn-reply {
    background: transparent;
    border: 1px solid transparent;
    color: #0284c7;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    border-radius: 6px;
    box-shadow: none;
}

.cc-btn-reply:hover {
    background: #e0f2fe;
    color: #0369a1;
}

.cc-btn-utility {
    background: transparent;
    border: none;
    color: #94a3b8;
    box-shadow: none;
}

.cc-btn-utility:hover {
    color: #0f172a;
    background: #f1f5f9;
    border-radius: 6px;
}

.cc-dropdown-menu {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.08);
    font-size: 0.8125rem;
    padding: 0.4rem;
}

.cc-dropdown-menu .dropdown-item {
    border-radius: 4px;
    padding: 0.4rem 0.75rem;
    font-weight: 500;
}

.cc-reply-container {
    position: relative;
    border-left: 2px solid #e2e8f0;
    padding-left: 1rem;
}

.cc-reply-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.2s ease;
}

.cc-reply-card:hover {
    border-color: #cbd5e1;
}

.cc-staff-avatar {
    width: 36px;
    height: 36px;
    min-width: 36px;
    object-fit: cover;
    border: 2px solid #0284c7;
}

.cc-staff-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.2;
}

.cc-badge-official {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #0284c7;
    background: #e0f2fe;
    border: 1px solid #bae6fd;
    border-radius: 4px;
    padding: 0.12rem 0.4rem;
}

.cc-badge-verified-rep {
    font-size: 0.6875rem;
    font-weight: 600;
    color: #0d9488;
    background: #ccfbf1;
    border: 1px solid #99f6e4;
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
    display: inline-flex;
    align-items: center;
}

.cc-reply-date {
    font-size: 0.75rem;
    color: #94a3b8;
}

.cc-reply-text {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #334155;
    margin-bottom: 0;
}

.cc-reply-footer {
    border-color: #e2e8f0 !important;
}

.cc-btn-sm {
    font-size: 0.75rem;
    padding: 0.25rem 0.55rem;
}


/* ===== PAGE TEMPLATE: auto-chemicals ===== */
.bloom-main-header {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
    z-index: 1030;
}

.bloom-main-header .bloom-top-bar {
    background-color: #f8fafc;
    border-color: #e2e8f0 !important;
    font-size: 0.8125rem;
}

.bloom-main-header .bloom-top-link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bloom-main-header .bloom-top-link:hover {
    color: #0284c7;
}

.bloom-main-header .bloom-top-link i {
    color: #0284c7;
    font-size: 0.95rem;
}

.bloom-main-header .bloom-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    background-color: #e0f2fe;
    color: #0284c7;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.bloom-main-header .bloom-navbar {
    background-color: #ffffff !important;
    border-color: #e2e8f0 !important;
}

.bloom-main-header .bloom-logo-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.bloom-main-header .bloom-brand-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.bloom-main-header .bloom-nav-link {
    color: #0f172a;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.5rem 0.875rem !important;
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bloom-main-header .bloom-nav-link:hover,
.bloom-main-header .bloom-nav-link:focus,
.bloom-main-header .bloom-nav-link.active {
    color: #0284c7;
    background-color: #f1f5f9;
}

.bloom-main-header .bloom-cart-btn {
    background-color: #f8fafc;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    padding: 0;
    transition: all 0.2s ease;
}

.bloom-main-header .bloom-cart-btn:hover {
    background-color: #e0f2fe;
    color: #0284c7;
    border-color: #bae6fd;
}

.bloom-main-header .bloom-cart-count {
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25em 0.5em;
    background-color: #0284c7 !important;
}

.bloom-main-header .navbar-toggler {
    color: #0f172a;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px;
}

.bloom-main-header .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.bloom-detail-page {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #0f172a;
}

.bloom-detail-page .bloom-breadcrumb {
    font-size: 0.875rem;
    border-color: #e2e8f0 !important;
}

.bloom-detail-page .bloom-breadcrumb a {
    color: #0284c7;
}

.bloom-detail-page .bloom-breadcrumb a:hover {
    color: #0369a1;
}

.bloom-detail-page .bloom-product-gallery {
    border-color: #e2e8f0 !important;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
}

.bloom-detail-page .bloom-main-image-box {
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.bloom-detail-page .bloom-single-product-img {
    max-height: 420px;
    transition: transform 0.3s ease;
}

.bloom-detail-page .bloom-single-product-img:hover {
    transform: scale(1.02);
}

.bloom-detail-page .bloom-product-info {
    border-color: #e2e8f0 !important;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
}

.bloom-detail-page .bloom-detail-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.bloom-detail-page .bloom-price-box {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
}

.bloom-detail-page .bloom-current-price {
    color: #0284c7 !important;
}

.bloom-detail-page .bloom-detail-lead {
    font-size: 0.95rem;
    line-height: 1.6;
}

.bloom-detail-page .btn-primary {
    background-color: #0284c7;
    border-color: #0284c7;
    font-weight: 600;
    transition: all 0.2s ease;
}

.bloom-detail-page .btn-primary:hover,
.bloom-detail-page .btn-primary:focus {
    background-color: #0369a1;
    border-color: #0369a1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.bloom-detail-page .bloom-share-btn {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 6px;
    color: #475569;
    border-color: #cbd5e1;
}

.bloom-detail-page .bloom-share-btn:hover {
    background-color: #e0f2fe;
    color: #0284c7;
    border-color: #bae6fd;
}

.bloom-detail-page .bloom-tabs-wrapper {
    border-color: #e2e8f0 !important;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
}

.bloom-detail-page .bloom-tab-trigger {
    background-color: #f8fafc;
    color: #475569;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.bloom-detail-page .bloom-tab-trigger:hover {
    color: #0284c7;
    background-color: #f1f5f9;
}

.bloom-detail-page .bloom-tab-trigger.active {
    background-color: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
}

.bloom-detail-page .bloom-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
}

.bloom-detail-page .bloom-section-heading {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0f172a;
}

.bloom-detail-page .bloom-content-text {
    font-size: 0.9375rem;
    line-height: 1.65;
}

.bloom-detail-page .bloom-spec-table th,
.bloom-detail-page .bloom-spec-table td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}

.bloom-detail-page .bloom-procedure-list {
    line-height: 1.6;
}

.bloom-detail-page .bloom-preview-card {
    border-color: #e2e8f0 !important;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.05);
    transition: all 0.25s ease;
}

.bloom-detail-page .bloom-preview-card:hover {
    border-color: #0284c7 !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px -4px rgba(2, 132, 199, 0.12);
}

.bloom-detail-page .bloom-preview-img-box {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloom-detail-page .bloom-card-img {
    max-height: 140px;
}

.bloom-detail-page .bloom-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.site-footer {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.site-footer .footer-content-wrap {
    max-width: 1360px;
}

.site-footer .footer-brand-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-footer .footer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #0f172a;
}

.site-footer .footer-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    display: block;
}

.site-footer .footer-brand-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.site-footer .footer-description {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.site-footer .footer-payment-methods {
    margin-top: 0.5rem;
}

.site-footer .payment-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.site-footer .payment-badges-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.site-footer .payment-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 34px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 1.75rem;
    color: #1e293b;
    box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.site-footer .footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.site-footer .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.site-footer .footer-link {
    color: #475569;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.site-footer .footer-link:hover,
.site-footer .footer-link:focus {
    color: #0284c7;
    transform: translateX(2px);
}

.site-footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.site-footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.875rem;
    color: #475569;
}

.site-footer .contact-icon {
    font-size: 1.15rem;
    color: #0284c7;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.site-footer .contact-link {
    color: #475569;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.2s ease;
}

.site-footer .contact-link:hover,
.site-footer .contact-link:focus {
    color: #0284c7;
}

.site-footer .contact-text {
    word-break: break-word;
}

.site-footer .footer-map-container {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.site-footer .footer-map-frame {
    display: block;
    border: 0;
}

.site-footer .footer-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.site-footer .copyright-text {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.site-footer .bottom-legal-link {
    font-size: 0.8125rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .bottom-legal-link:hover,
.site-footer .bottom-legal-link:focus {
    color: #0284c7;
}

@media (max-width: 991.98px) {
    .bloom-main-header .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem 0;
        margin-top: 0.5rem;
        border-top: 1px solid #e2e8f0;
    }

    .bloom-main-header .bloom-nav-link {
        padding: 0.625rem 0.75rem !important;
    }

    .bloom-main-header .bloom-brand-title {
        font-size: 1.0625rem;
    }
}

@media (max-width: 767.98px) {
    .bloom-detail-page .bloom-detail-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .bloom-detail-page .bloom-section-heading {
        font-size: 1rem;
        hyphens: auto;
    }

    .bloom-detail-page .bloom-section-title {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .bloom-detail-page .bloom-main-image-box {
        min-height: 220px;
    }

    .bloom-detail-page .bloom-single-product-img {
        max-height: 220px;
    }

    .site-footer {
        padding-top: 2.5rem;
        padding-bottom: 1.75rem;
    }

    .site-footer .footer-heading {
        font-size: 0.9375rem;
        margin-bottom: 0.75rem;
    }

    .site-footer .footer-bottom-bar {
        text-align: center;
        justify-content: center !important;
    }

    .site-footer .footer-bottom-links {
        justify-content: center;
    }
}

/* ===== PAGE TEMPLATE: accessories ===== */
.bloom-main-header {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
    z-index: 1030;
}

.bloom-main-header .bloom-top-bar {
    background-color: #f8fafc;
    border-color: #e2e8f0 !important;
    font-size: 0.8125rem;
}

.bloom-main-header .bloom-top-link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bloom-main-header .bloom-top-link:hover {
    color: #0284c7;
}

.bloom-main-header .bloom-top-link i {
    color: #0284c7;
    font-size: 0.95rem;
}

.bloom-main-header .bloom-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    background-color: #e0f2fe;
    color: #0284c7;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.bloom-main-header .bloom-navbar {
    background-color: #ffffff !important;
    border-color: #e2e8f0 !important;
}

.bloom-main-header .bloom-logo-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.bloom-main-header .bloom-brand-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.bloom-main-header .bloom-nav-link {
    color: #0f172a;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.5rem 0.875rem !important;
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bloom-main-header .bloom-nav-link:hover,
.bloom-main-header .bloom-nav-link:focus,
.bloom-main-header .bloom-nav-link.active {
    color: #0284c7;
    background-color: #f1f5f9;
}

.bloom-main-header .bloom-cart-btn {
    background-color: #f8fafc;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    padding: 0;
    transition: all 0.2s ease;
}

.bloom-main-header .bloom-cart-btn:hover {
    background-color: #e0f2fe;
    color: #0284c7;
    border-color: #bae6fd;
}

.bloom-main-header .bloom-cart-count {
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25em 0.5em;
    background-color: #0284c7 !important;
}

.bloom-main-header .navbar-toggler {
    color: #0f172a;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px;
}

.bloom-main-header .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.bloom-detail-wrapper {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
    color: #0f172a;
}

.bloom-detail-wrapper .bloom-breadcrumb-nav {
    background-color: #f8fafc;
}

.bloom-detail-wrapper .bloom-breadcrumb-link {
    color: #64748b;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.bloom-detail-wrapper .bloom-breadcrumb-link:hover {
    color: #0284c7;
}

.bloom-detail-wrapper .bloom-single-media-card {
    background-color: #ffffff;
    border-color: #e2e8f0 !important;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.05);
}

.bloom-detail-wrapper .bloom-tech-sku {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
}

.bloom-detail-wrapper .bloom-single-img-frame {
    height: 380px;
    background-color: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloom-detail-wrapper .bloom-single-img-frame img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

.bloom-detail-wrapper .bloom-detail-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    color: #0f172a;
}

.bloom-detail-wrapper .bloom-price-box {
    background-color: #f8fafc;
    border-color: #e2e8f0 !important;
}

.bloom-detail-wrapper .bloom-price-tag {
    font-size: 1.75rem;
    color: #0284c7;
}

.bloom-detail-wrapper .bloom-buy-btn {
    background-color: #0284c7;
    border-color: #0284c7;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.bloom-detail-wrapper .bloom-buy-btn:hover {
    background-color: #0369a1;
    border-color: #0369a1;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.25);
}

.bloom-detail-wrapper .bloom-view-cart-btn {
    border-radius: 8px;
    color: #475569;
    border-color: #cbd5e1;
    font-weight: 600;
    background-color: #ffffff;
}

.bloom-detail-wrapper .bloom-view-cart-btn:hover {
    background-color: #f1f5f9;
    color: #0f172a;
    border-color: #94a3b8;
}

.bloom-detail-wrapper .bloom-tab-btn {
    background-color: #ffffff;
    color: #475569;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.bloom-detail-wrapper .bloom-tab-btn.active,
.bloom-detail-wrapper .bloom-tab-btn:hover {
    background-color: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
}

.bloom-detail-wrapper .bloom-section-subhead {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.site-footer {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.site-footer .footer-content-wrap {
    max-width: 1360px;
}

.site-footer .footer-brand-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-footer .footer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #0f172a;
}

.site-footer .footer-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    display: block;
}

.site-footer .footer-brand-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.site-footer .footer-description {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.site-footer .footer-payment-methods {
    margin-top: 0.5rem;
}

.site-footer .payment-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.site-footer .payment-badges-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.site-footer .payment-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 34px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 1.75rem;
    color: #1e293b;
    box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.site-footer .footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.site-footer .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.site-footer .footer-link {
    color: #475569;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.site-footer .footer-link:hover,
.site-footer .footer-link:focus {
    color: #0284c7;
    transform: translateX(2px);
}

.site-footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.site-footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.875rem;
    color: #475569;
}

.site-footer .contact-icon {
    font-size: 1.15rem;
    color: #0284c7;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.site-footer .contact-link {
    color: #475569;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.2s ease;
}

.site-footer .contact-link:hover,
.site-footer .contact-link:focus {
    color: #0284c7;
}

.site-footer .contact-text {
    word-break: break-word;
}

.site-footer .footer-map-container {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.site-footer .footer-map-frame {
    display: block;
    border: 0;
}

.site-footer .footer-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.site-footer .copyright-text {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.site-footer .bottom-legal-link {
    font-size: 0.8125rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .bottom-legal-link:hover,
.site-footer .bottom-legal-link:focus {
    color: #0284c7;
}

@media (max-width: 991.98px) {
    .bloom-main-header .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem 0;
        margin-top: 0.5rem;
        border-top: 1px solid #e2e8f0;
    }

    .bloom-main-header .bloom-nav-link {
        padding: 0.625rem 0.75rem !important;
    }

    .bloom-main-header .bloom-brand-title {
        font-size: 1.0625rem;
    }
}

@media (max-width: 767.98px) {
    .bloom-detail-wrapper .bloom-detail-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .bloom-detail-wrapper .bloom-section-subhead {
        font-size: 1rem;
        hyphens: auto;
    }

    .bloom-detail-wrapper .bloom-single-img-frame {
        height: 250px;
    }

    .site-footer {
        padding-top: 2.5rem;
        padding-bottom: 1.75rem;
    }

    .site-footer .footer-heading {
        font-size: 0.9375rem;
        margin-bottom: 0.75rem;
    }

    .site-footer .footer-bottom-bar {
        text-align: center;
        justify-content: center !important;
    }

    .site-footer .footer-bottom-links {
        justify-content: center;
    }
}

/* ===== PAGE TEMPLATE: blog ===== */
.bloom-main-header {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
    z-index: 1030;
}

.bloom-main-header .bloom-top-bar {
    background-color: #f8fafc;
    border-color: #e2e8f0 !important;
    font-size: 0.8125rem;
}

.bloom-main-header .bloom-top-link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.bloom-main-header .bloom-top-link:hover {
    color: #0284c7;
}

.bloom-main-header .bloom-top-link i {
    color: #0284c7;
    font-size: 0.95rem;
}

.bloom-main-header .bloom-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    background-color: #e0f2fe;
    color: #0284c7;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
}

.bloom-main-header .bloom-navbar {
    background-color: #ffffff !important;
    border-color: #e2e8f0 !important;
}

.bloom-main-header .bloom-logo-img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.bloom-main-header .bloom-brand-title {
    font-weight: 700;
    font-size: 1.25rem;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.bloom-main-header .bloom-nav-link {
    color: #0f172a;
    font-weight: 600;
    font-size: 0.9375rem;
    padding: 0.5rem 0.875rem !important;
    border-radius: 6px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bloom-main-header .bloom-nav-link:hover,
.bloom-main-header .bloom-nav-link:focus {
    color: #0284c7;
    background-color: #f1f5f9;
}

.bloom-main-header .bloom-cart-btn {
    background-color: #f8fafc;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    width: 42px;
    height: 42px;
    padding: 0;
    transition: all 0.2s ease;
}

.bloom-main-header .bloom-cart-btn:hover {
    background-color: #e0f2fe;
    color: #0284c7;
    border-color: #bae6fd;
}

.bloom-main-header .bloom-cart-count {
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25em 0.5em;
    background-color: #0284c7 !important;
}

.bloom-main-header .navbar-toggler {
    color: #0f172a;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px;
}

.bloom-main-header .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

@media (max-width: 991.98px) {
    .bloom-main-header .navbar-collapse {
        background-color: #ffffff;
        padding: 1rem 0;
        margin-top: 0.5rem;
        border-top: 1px solid #e2e8f0;
    }

    .bloom-main-header .bloom-nav-link {
        padding: 0.625rem 0.75rem !important;
    }

    .bloom-main-header .bloom-brand-title {
        font-size: 1.0625rem;
    }
}

.bloom-blog-detail-section {
    background-color: #f8fafc;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    min-height: calc(100vh - 350px);
}

.bloom-blog-detail-section .bloom-breadcrumb-list {
    font-size: 0.8125rem;
    color: #64748b;
}

.bloom-blog-detail-section .bloom-breadcrumb-link {
    color: #475569;
    text-decoration: none;
    font-weight: 500;
}

.bloom-blog-detail-section .bloom-breadcrumb-link:hover {
    color: #0284c7;
}

.bloom-blog-detail-section .bloom-breadcrumb-separator {
    color: #94a3b8;
}

.bloom-blog-detail-section .bloom-article-wrapper {
    background-color: #ffffff;
    border-color: #e2e8f0 !important;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.08);
}

.bloom-blog-detail-section .bloom-chip-category {
    background-color: #e0f2fe;
    color: #0284c7;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
}

.bloom-blog-detail-section .bloom-chip-date,
.bloom-blog-detail-section .bloom-chip-author {
    background-color: #f1f5f9;
    color: #475569;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-family: 'JetBrains Mono', monospace;
}

.bloom-blog-detail-section .bloom-article-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
}

.bloom-blog-detail-section .bloom-article-lead {
    color: #475569;
    font-size: 1.0625rem;
    line-height: 1.6;
}

.bloom-blog-detail-section .bloom-single-image-frame {
    max-height: 450px;
    border-color: #e2e8f0 !important;
    background-color: #f1f5f9;
}

.bloom-blog-detail-section .bloom-article-hero-img {
    height: auto;
    max-height: 450px;
    display: block;
}

.bloom-blog-detail-section .bloom-article-content {
    color: #334155;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.bloom-blog-detail-section .bloom-article-content h2 {
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.bloom-blog-detail-section .bloom-article-content h3 {
    color: #0f172a;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.bloom-blog-detail-section .bloom-article-content p {
    margin-bottom: 1.25rem;
}

.bloom-blog-detail-section .bloom-article-content ul,
.bloom-blog-detail-section .bloom-article-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.5rem;
}

.bloom-blog-detail-section .bloom-article-content li {
    margin-bottom: 0.375rem;
}

.bloom-blog-detail-section .bloom-btn-share {
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.4rem 0.85rem;
    border-radius: 6px;
    border: 1px solid transparent;
}

.bloom-blog-detail-section .bloom-share-fb {
    background-color: #1877f2;
    color: #ffffff;
}

.bloom-blog-detail-section .bloom-share-fb:hover {
    background-color: #166fe5;
    color: #ffffff;
}

.bloom-blog-detail-section .bloom-share-tw {
    background-color: #0f172a;
    color: #ffffff;
}

.bloom-blog-detail-section .bloom-share-tw:hover {
    background-color: #1e293b;
    color: #ffffff;
}

.bloom-blog-detail-section .bloom-share-in {
    background-color: #0a66c2;
    color: #ffffff;
}

.bloom-blog-detail-section .bloom-share-in:hover {
    background-color: #095196;
    color: #ffffff;
}

.bloom-blog-detail-section .bloom-sidebar-widget {
    background-color: #ffffff;
    border-color: #e2e8f0 !important;
    box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.08);
}

.bloom-blog-detail-section .bloom-widget-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
}

.bloom-blog-detail-section .bloom-related-heading {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #0f172a;
    transition: color 0.2s ease;
}

.bloom-blog-detail-section .bloom-related-link:hover .bloom-related-heading {
    color: #0284c7;
}

.bloom-blog-detail-section .bloom-related-meta {
    font-size: 0.75rem;
}

.bloom-blog-detail-section .bloom-sidebar-text {
    font-size: 0.875rem;
    line-height: 1.55;
}

.bloom-blog-detail-section .bloom-sidebar-action-btn {
    background-color: #0284c7;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    text-decoration: none;
}

.bloom-blog-detail-section .bloom-sidebar-action-btn:hover {
    background-color: #0369a1;
    color: #ffffff;
}

.bloom-blog-detail-section .bloom-sidebar-action-outline-btn {
    background-color: #ffffff;
    color: #0f172a;
    border: 1px solid #cbd5e1;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.6rem 1rem;
    border-radius: 6px;
    text-decoration: none;
}

.bloom-blog-detail-section .bloom-sidebar-action-outline-btn:hover {
    background-color: #f8fafc;
    color: #0284c7;
    border-color: #94a3b8;
}

@media (max-width: 767.98px) {
    .bloom-blog-detail-section .bloom-article-title {
        font-size: 1.125rem;
        hyphens: auto;
    }

    .bloom-blog-detail-section .bloom-article-content h2 {
        font-size: 1rem;
        hyphens: auto;
    }

    .bloom-blog-detail-section .bloom-article-content h3 {
        font-size: 0.875rem;
        hyphens: auto;
    }

    .bloom-blog-detail-section .bloom-widget-title {
        font-size: 1rem;
    }
}

.site-footer {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    color: #475569;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.site-footer .footer-content-wrap {
    max-width: 1360px;
}

.site-footer .footer-brand-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-footer .footer-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #0f172a;
}

.site-footer .footer-logo {
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    display: block;
}

.site-footer .footer-brand-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.site-footer .footer-description {
    font-size: 0.875rem;
    color: #475569;
    line-height: 1.55;
    margin: 0;
}

.site-footer .footer-payment-methods {
    margin-top: 0.5rem;
}

.site-footer .payment-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.site-footer .payment-badges-row {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.site-footer .payment-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 34px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 1.75rem;
    color: #1e293b;
    box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.05);
}

.site-footer .footer-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.site-footer .footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.site-footer .footer-link {
    color: #475569;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.site-footer .footer-link:hover,
.site-footer .footer-link:focus {
    color: #0284c7;
    transform: translateX(2px);
}

.site-footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.site-footer .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.875rem;
    color: #475569;
}

.site-footer .contact-icon {
    font-size: 1.15rem;
    color: #0284c7;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.site-footer .contact-link {
    color: #475569;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.2s ease;
}

.site-footer .contact-link:hover,
.site-footer .contact-link:focus {
    color: #0284c7;
}

.site-footer .contact-text {
    word-break: break-word;
}

.site-footer .footer-map-container {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.site-footer .footer-map-frame {
    display: block;
    border: 0;
}

.site-footer .footer-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.site-footer .copyright-text {
    font-size: 0.8125rem;
    color: #64748b;
    margin: 0;
}

.site-footer .bottom-legal-link {
    font-size: 0.8125rem;
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .bottom-legal-link:hover,
.site-footer .bottom-legal-link:focus {
    color: #0284c7;
}

@media (max-width: 767.98px) {
    .site-footer {
        padding-top: 2.5rem;
        padding-bottom: 1.75rem;
    }

    .site-footer .footer-heading {
        font-size: 0.9375rem;
        margin-bottom: 0.75rem;
    }

    .site-footer .footer-bottom-bar {
        text-align: center;
        justify-content: center !important;
    }

    .site-footer .footer-bottom-links {
        justify-content: center;
    }
}