body {
    font-size: 0.95rem;
}

.storefront-body {
    background: #f8f5f1;
    color: #1d1b1a;
}

.storefront-header {
    background: #fcfaf7;
}

.brand-wordmark {
    color: #1f1a17;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.storefront-search {
    max-width: 540px;
}

.storefront-footer {
    background: #f1ece5;
}

.footer-link {
    color: #4b443f;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.hero-banner {
    background: linear-gradient(125deg, #27201c 0%, #5d4a3f 55%, #a4876e 100%);
}

.promo-banner {
    background: linear-gradient(120deg, #3b2f26 0%, #8a6f57 100%);
}

.product-card {
    border-radius: 1rem;
    overflow: hidden;
}

.product-image-wrap {
    background: #f4eee9;
}

.product-image {
    aspect-ratio: 4 / 5;
    object-fit: contain;
}

.catalog-card-image {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background-color: #f8f5f1;
}

.product-detail-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background-color: #fff;
}

.product-detail-thumbnail {
    width: 88px;
    height: 88px;
    object-fit: contain;
    background-color: #fff;
}

.product-detail-thumbnail-button {
    line-height: 0;
}

.product-admin-preview-image {
    max-height: 220px;
    object-fit: contain;
}

.product-image-row-preview,
.media-library-thumb {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background-color: #fff;
}

.media-upload-preview,
.media-edit-preview {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    background-color: #fff;
}

.testimonial-card {
    margin: 0;
    padding: 1.2rem;
    border-radius: 0.8rem;
    border: 1px solid #e5ded6;
    background: #fff;
    color: #4f4741;
}

.newsletter-box {
    background: #eee5db;
}

.nav-link {
    font-weight: 500;
}

.admin-sidebar {
    width: 280px;
}

.admin-nav-scroll {
    overflow-y: auto;
}

.admin-nav-link {
    border-radius: 0.5rem;
}

.admin-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
}

.admin-shell .card {
    border-radius: 0.85rem;
}

.kpi-card {
    min-height: 135px;
}

.customer-growth-chart .bar-track {
    height: 12px;
    border-radius: 999px;
    background-color: #e9ecef;
    overflow: hidden;
}

.customer-growth-chart .bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #0d6efd, #6ea8fe);
}
