body {
    background: #f7f8f4;
}
.brand-badge {
    letter-spacing: .04em;
}
.site-logo {
    width: 42px;
    height: 42px;
}
.bonsai-card img {
    display: block;
    width: 100%;
}
.sidebar-card, .content-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.35rem 1rem rgba(0,0,0,.06);
}
.product-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: .75rem;
}
.hero-panel {
    background: linear-gradient(135deg, #24452d, #5d8a5c);
    color: white;
    border-radius: 1.25rem;
}
.hero-panel-home {
    background:
            radial-gradient(circle at top left, rgba(165, 228, 119, 0.16), transparent 26%),
            radial-gradient(circle at 88% 12%, rgba(255, 214, 102, 0.14), transparent 22%),
            linear-gradient(135deg, #173523 0%, #234932 45%, #335d3f 100%);
    min-height: 112px;
}
.hero-title {
    font-size: clamp(1.15rem, 2vw, 1.8rem);
    line-height: 1.15;
}
.hero-subtitle {
    font-size: .9rem;
    max-width: 560px;
}
.hero-bonsai-illustration {
    max-height: 88px;
    filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.20));
}
.hero-blur {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    pointer-events: none;
}
.hero-blur-1 {
    width: 180px;
    height: 180px;
    background: rgba(113, 196, 95, 0.12);
    top: -48px;
    left: -24px;
}
.hero-blur-2 {
    width: 150px;
    height: 150px;
    background: rgba(255, 224, 133, 0.08);
    right: 8%;
    bottom: -46px;
}
.price-range-value {
    font-weight: 600;
}
.table-wrap {
    overflow-x: auto;
}
.store-rating {
    font-size: .95rem;
}
.blog-content {
    line-height: 1.75;
}
.category-list .list-group-item {
    background: #f8faf5;
    transition: all .2s ease;
}
.category-list .list-group-item:hover,
.category-list .list-group-item.active {
    background: #2f6b42;
    color: #fff;
}
.bonsai-card-home {
    transition: transform .2s ease, box-shadow .2s ease;
}
.bonsai-card-home:hover {
    transform: translateY(-4px);
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1) !important;
}
.product-title {
    min-height: 2.8rem;
}
.pagination-soft .page-link {
    border: 0;
    border-radius: .85rem;
    margin: 0 .15rem;
    color: #2f6b42;
    background: #f3f7f0;
}
.pagination-soft .page-item.active .page-link {
    background: #2f6b42;
    color: #fff;
}
.pagination-soft .page-item.disabled .page-link {
    background: #edf2e8;
    color: #93a08f;
}

@media (max-width: 991.98px) {
    .hero-panel-home {
        min-height: 0;
    }
    .hero-bonsai-illustration {
        max-height: 72px;
    }
    .hero-title {
        font-size: 1.1rem;
    }
    .hero-subtitle {
        font-size: .82rem;
    }
}

.bonsai-card-image-wrap {
    display: block;
    width: 100%;
    height: 220px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: #eef4e7;
    border-bottom: 1px solid rgba(0,0,0,.04);
}

.bonsai-card-home .bonsai-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    background: transparent;
    transition: transform .2s ease;
}

.bonsai-card-home:hover .bonsai-card-image {
    transform: scale(1.02);
}

.paid-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: .2rem .45rem;
    border-radius: 999px;
    background: rgba(255, 193, 7, 0.92);
    color: #3d2b00;
    box-shadow: 0 .2rem .6rem rgba(0,0,0,.15);
}
