.fcm-store {
    --fcm-green: #21745f;
    --fcm-deep: #143f35;
    --fcm-ink: #1f2927;
    --fcm-muted: #6e7d79;
    --fcm-line: #dce7e2;
    --fcm-gold: #b98b42;
    --fcm-paper: #f6f3ed;
    --fcm-soft: #eef5f1;
    color: var(--fcm-ink);
    background: #f4f6f5;
    font-family: inherit;
}

.fcm-store * {
    box-sizing: border-box;
}

.fcm-page .site-navigation .menu > li:not(.fcm-menu-item),
.fcm-page .main-navigation .menu > li:not(.fcm-menu-item),
.fcm-page .navbar .menu > li:not(.fcm-menu-item),
.fcm-page .nav .menu > li:not(.fcm-menu-item),
.fcm-page #nav .menu > li:not(.fcm-menu-item) {
    display: none;
}

.fcm-page .fcm-menu-item > a {
    font-weight: 700;
}

.fcm-page .fcm-menu-item:nth-child(2) > a {
    color: var(--fcm-green);
}

.fcm-page-head {
    width: min(1180px, calc(100% - 32px));
    margin: 22px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: end;
    border: 1px solid rgba(33, 116, 95, .18);
    border-radius: 8px;
    padding: 30px;
    background:
        linear-gradient(135deg, rgba(33, 116, 95, .1), rgba(185, 139, 66, .08)),
        #fff;
    box-shadow: 0 14px 36px rgba(31, 41, 39, .08);
}

.fcm-page-head__content {
    max-width: 720px;
}

.fcm-eyebrow,
.fcm-title span,
.fcm-product__meta span {
    display: inline-flex;
    color: var(--fcm-gold);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fcm-page-head h1 {
    margin: 10px 0 12px;
    color: var(--fcm-ink);
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: 0;
}

.fcm-page-head p {
    max-width: 620px;
    margin: 0;
    color: var(--fcm-muted);
    font-size: 15px;
    line-height: 1.8;
}

.fcm-page-head__stats {
    display: grid;
    gap: 8px;
}

.fcm-page-head__stats span {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(33, 116, 95, .16);
    border-radius: 8px;
    padding: 9px 12px;
    color: var(--fcm-deep);
    background: rgba(255, 255, 255, .74);
    font-size: 13px;
    font-weight: 800;
}

.fcm-page-head__stats strong {
    margin-right: 4px;
    color: var(--fcm-green);
    font-size: 24px;
    line-height: 1;
}

.fcm-page-head__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.fcm-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.fcm-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.fcm-btn--primary {
    background: var(--fcm-green);
    color: #fff;
}

.fcm-btn--primary:hover {
    background: var(--fcm-deep);
    color: #fff;
}

.fcm-btn--ghost {
    border-color: var(--fcm-line);
    color: var(--fcm-ink);
    background: #fff;
}

.fcm-btn--ghost:hover {
    color: var(--fcm-green);
}

.fcm-btn--dark {
    color: #fff;
    background: #202a27;
}

.fcm-btn--danger {
    color: #fff;
    background: #b3261e;
}

.fcm-btn--danger:hover {
    color: #fff;
    background: #8f1e18;
}

.fcm-alert,
.fcm-notice,
.fcm-filter,
.fcm-result-bar,
.fcm-products,
.fcm-pagination,
.fcm-checkout {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.fcm-alert,
.fcm-notice {
    margin-top: 22px;
    border: 1px solid #ead5a6;
    border-radius: 8px;
    padding: 14px 16px;
    color: #5d4824;
    background: #fff8e8;
}

.fcm-notice {
    border-color: #bfdfd1;
    color: #214e43;
    background: #edf8f3;
}

.fcm-filter {
    padding: 24px 0 12px;
}

.fcm-filter-summary {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--fcm-muted);
    background: #fff;
    font-size: 13px;
    font-weight: 800;
}

.fcm-filter-summary a,
.fcm-empty a {
    color: var(--fcm-green);
    font-weight: 800;
    text-decoration: none;
}

.fcm-filter-summary a:hover,
.fcm-empty a:hover {
    text-decoration: underline;
}

.fcm-filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 10px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 10px 12px;
    background: #fff;
}

.fcm-filter-group > span {
    min-height: 36px;
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    color: var(--fcm-muted);
    font-size: 13px;
    font-weight: 800;
}

.fcm-filter-group > span::after {
    content: "";
    width: 1px;
    height: 18px;
    margin-left: auto;
    background: var(--fcm-line);
}

.fcm-filter-group a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    padding: 8px 12px;
    color: var(--fcm-ink);
    background: #fbfcfb;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.fcm-result-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 13px 16px;
    background: #fff;
}

.fcm-result-bar div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
}

.fcm-result-bar span {
    color: var(--fcm-gold);
    font-size: 12px;
    font-weight: 900;
}

.fcm-result-bar strong {
    color: var(--fcm-ink);
    font-size: 15px;
}

.fcm-result-bar a {
    color: var(--fcm-green);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.fcm-filter-group a:hover,
.fcm-filter-group a.is-active {
    border-color: var(--fcm-green);
    color: #fff;
    background: var(--fcm-green);
    text-decoration: none;
}

.fcm-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 16px 0 42px;
}

.fcm-product {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 41, 39, .06);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.fcm-product:hover {
    border-color: rgba(33, 116, 95, .34);
    box-shadow: 0 16px 34px rgba(31, 41, 39, .1);
    transform: translateY(-2px);
}

.fcm-product__media {
    position: relative;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(238, 245, 241, .95), rgba(246, 243, 237, .95));
}

.fcm-product__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .32s ease;
}

.fcm-product:hover .fcm-product__media img {
    transform: scale(1.04);
}

.fcm-product__media figcaption {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    border-radius: 6px;
    padding: 5px 8px;
    color: #fff;
    background: rgba(20, 63, 53, .92);
    font-size: 12px;
    font-weight: 800;
}

.fcm-product__body {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.fcm-product__meta,
.fcm-product__footer,
.fcm-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fcm-product__meta strong {
    color: var(--fcm-muted);
    font-size: 12px;
}

.fcm-product h2 {
    min-height: 46px;
    margin: 0;
    color: var(--fcm-ink);
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: 0;
}

.fcm-product p {
    min-height: 44px;
    margin: 0;
    color: var(--fcm-muted);
    font-size: 13px;
    line-height: 1.7;
}

.fcm-product dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin: 0;
}

.fcm-product dl div {
    min-width: 0;
    border: 1px solid #edf2f0;
    border-radius: 6px;
    padding: 7px 8px;
    background: #fbfcfb;
}

.fcm-product dt {
    color: #899490;
    font-size: 12px;
}

.fcm-product dd {
    margin: 3px 0 0;
    color: var(--fcm-ink);
    font-size: 13px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fcm-product__footer > span {
    color: var(--fcm-deep);
    font-size: 18px;
    font-weight: 900;
}

.fcm-product__footer em {
    color: var(--fcm-muted);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.fcm-product__media a {
    display: block;
    width: 100%;
    height: 100%;
}

.fcm-product h2 a {
    color: var(--fcm-ink);
    text-decoration: none;
}

.fcm-product h2 a:hover {
    color: var(--fcm-green);
    text-decoration: none;
}

.fcm-product__footer .fcm-btn {
    min-height: 36px;
    padding: 8px 12px;
    white-space: nowrap;
}

.fcm-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 0 48px;
}

.fcm-pagination a,
.fcm-pagination span {
    min-width: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    padding: 8px 12px;
    color: var(--fcm-ink);
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.fcm-pagination a:hover,
.fcm-pagination a.is-active {
    border-color: var(--fcm-green);
    color: #fff;
    background: var(--fcm-green);
    text-decoration: none;
}

.fcm-collector,
.fcm-manual-entry,
.fcm-admin-products,
.fcm-inquiry-stats,
.fcm-saved-products,
.fcm-collected-table,
.fcm-breadcrumb,
.fcm-detail {
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
}

.fcm-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--fcm-muted);
    font-size: 13px;
    font-weight: 800;
}

.fcm-breadcrumb a {
    color: var(--fcm-green);
    text-decoration: none;
}

.fcm-breadcrumb a:hover {
    text-decoration: underline;
}

.fcm-collector {
    margin-top: 18px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

.fcm-collector form {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 160px auto;
    gap: 12px;
    align-items: end;
}

.fcm-manual-entry {
    margin-top: 18px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

.fcm-admin-products,
.fcm-inquiry-stats {
    margin-top: 18px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

.fcm-saved-products {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

.fcm-saved-products h2 {
    margin: 0;
    color: var(--fcm-ink);
    font-size: 22px;
    letter-spacing: 0;
}

.fcm-saved-products > a:not(.fcm-btn) {
    display: grid;
    gap: 4px;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--fcm-ink);
    background: #fbfcfb;
    font-weight: 800;
    text-decoration: none;
}

.fcm-saved-products > a:not(.fcm-btn) span {
    color: var(--fcm-muted);
    font-size: 13px;
    font-weight: 700;
}

.fcm-admin-products h2,
.fcm-inquiry-stats h2 {
    margin: 0 0 8px;
    color: var(--fcm-ink);
    font-size: 22px;
    letter-spacing: 0;
}

.fcm-admin-products p,
.fcm-inquiry-stats p {
    margin: 0 0 14px;
    color: var(--fcm-muted);
    font-size: 14px;
}

.fcm-admin-product-list {
    display: grid;
    gap: 8px;
}

.fcm-bulk-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 12px 0;
}

.fcm-bulk-actions label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--fcm-muted);
    font-size: 13px;
    font-weight: 800;
}

.fcm-admin-product-row {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.fcm-product-checkbox {
    width: 18px;
    height: 18px;
}

.fcm-admin-product-list a {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 4px;
    align-items: center;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--fcm-ink);
    background: #fbfcfb;
    text-decoration: none;
}

.fcm-admin-product-list a:hover {
    border-color: var(--fcm-green);
    text-decoration: none;
}

.fcm-admin-product-thumb {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    background: var(--fcm-paper);
}

.fcm-admin-product-thumb img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fcm-admin-product-info {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.fcm-admin-product-info strong,
.fcm-admin-product-info span,
.fcm-admin-product-info em {
    overflow-wrap: anywhere;
}

.fcm-admin-product-info span,
.fcm-admin-product-info em {
    color: var(--fcm-muted);
    font-size: 13px;
}

.fcm-admin-product-info em {
    color: var(--fcm-green);
    font-style: normal;
    font-weight: 800;
}

.fcm-clear-products {
    display: grid;
    grid-template-columns: minmax(180px, 260px) auto;
    gap: 12px;
    align-items: end;
    margin-top: 16px;
    border-top: 1px solid var(--fcm-line);
    padding-top: 16px;
}

.fcm-clear-products label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--fcm-muted);
    font-size: 13px;
    font-weight: 800;
}

.fcm-clear-products input {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--fcm-ink);
    background: #fff;
    font: inherit;
}

.fcm-manual-entry h2 {
    margin: 0 0 14px;
    color: var(--fcm-ink);
    font-size: 22px;
    letter-spacing: 0;
}

.fcm-manual-entry form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    align-items: end;
}

.fcm-collector label,
.fcm-manual-entry label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--fcm-muted);
    font-size: 13px;
    font-weight: 800;
}

.fcm-field-wide {
    grid-column: 1 / -1;
}

.fcm-collector input,
.fcm-collector textarea,
.fcm-manual-entry input,
.fcm-manual-entry textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--fcm-ink);
    background: #fff;
    font: inherit;
}

.fcm-manual-entry textarea {
    resize: vertical;
}

.fcm-collector textarea {
    min-height: 138px;
    resize: vertical;
}

.fcm-collected-table {
    margin-top: 18px;
    margin-bottom: 58px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 18px;
    background: #fff;
}

.fcm-collected-table h2 {
    margin: 0 0 14px;
    color: var(--fcm-ink);
    font-size: 22px;
    letter-spacing: 0;
}

.fcm-table-wrap {
    overflow-x: auto;
}

.fcm-collected-table table,
.fcm-inquiry-stats table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.fcm-collected-table th,
.fcm-collected-table td,
.fcm-inquiry-stats th,
.fcm-inquiry-stats td {
    border-bottom: 1px solid #edf2f0;
    padding: 10px 12px;
    color: var(--fcm-ink);
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

.fcm-collected-table th,
.fcm-inquiry-stats th {
    color: var(--fcm-muted);
    background: #fbfcfb;
    font-weight: 800;
}

.fcm-detail {
    display: grid;
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
    gap: 28px;
    margin-top: 24px;
    margin-bottom: 58px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 24px;
    background: #fff;
}

.fcm-detail__gallery {
    display: grid;
    gap: 16px;
    align-content: start;
}

.fcm-detail__media {
    position: relative;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--fcm-paper);
}

.fcm-detail__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fcm-detail__summary {
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 16px;
    background: #fbfcfb;
}

.fcm-detail__summary h2 {
    margin: 0 0 8px;
    color: var(--fcm-ink);
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 0;
}

.fcm-detail__summary p {
    margin: 0;
    color: var(--fcm-muted);
    font-size: 15px;
    line-height: 1.8;
}

.fcm-detail__content {
    min-width: 0;
}

.fcm-detail__content > p {
    display: none;
}

.fcm-detail__content h1 {
    margin: 10px 0 14px;
    color: var(--fcm-ink);
    font-size: 34px;
    line-height: 1.25;
    letter-spacing: 0;
}

.fcm-detail__content p {
    margin: 0 0 18px;
    color: var(--fcm-muted);
    font-size: 15px;
    line-height: 1.8;
}

.fcm-detail__content dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    overflow: hidden;
}

.fcm-detail__content dl div {
    border-right: 1px solid var(--fcm-line);
    border-bottom: 1px solid var(--fcm-line);
    padding: 14px;
    background: #fbfcfb;
}

.fcm-detail__content dl div:nth-child(2n) {
    border-right: 0;
}

.fcm-detail__content dl div:last-child,
.fcm-detail__content dl div:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
}

.fcm-detail__content dt {
    color: var(--fcm-muted);
    font-size: 12px;
    font-weight: 800;
}

.fcm-detail__content dd {
    margin: 5px 0 0;
    color: var(--fcm-ink);
    font-size: 15px;
    font-weight: 800;
}

.fcm-qr {
    margin-top: 18px;
}

.fcm-qr span {
    display: block;
    margin-bottom: 8px;
    color: var(--fcm-muted);
    font-size: 13px;
    font-weight: 800;
}

.fcm-qr img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    object-fit: cover;
}

.fcm-app-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.fcm-app-grid .fcm-qr {
    margin-top: 0;
}

.fcm-detail__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.fcm-detail-consult {
    margin-top: 18px;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 16px;
    background: #fbfcfb;
}

.fcm-detail-consult h2,
.fcm-modal__dialog h2 {
    margin: 0 0 8px;
    color: var(--fcm-ink);
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
}

.fcm-detail-consult p,
.fcm-modal__dialog p {
    margin: 0 0 12px;
    color: var(--fcm-muted);
    font-size: 14px;
    line-height: 1.7;
}

.fcm-form-message {
    color: var(--fcm-green) !important;
    font-weight: 800;
}

.fcm-contact-choice {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.fcm-contact-choice label {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    padding: 8px 12px;
    color: var(--fcm-ink);
    background: #fff;
    font-size: 14px;
    font-weight: 800;
}

.fcm-detail-consult__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.fcm-detail-consult input[type="text"],
.fcm-modal__dialog input[type="text"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    padding: 10px 12px;
    color: var(--fcm-ink);
    background: #fff;
    font: inherit;
}

.fcm-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(20, 63, 53, .52);
}

.fcm-modal.is-open {
    display: flex;
}

.fcm-modal__dialog {
    position: relative;
    width: min(440px, 100%);
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(20, 63, 53, .22);
}

.fcm-modal__dialog form {
    display: grid;
    gap: 12px;
}

.fcm-modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid var(--fcm-line);
    border-radius: 6px;
    color: var(--fcm-ink);
    background: #fff;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.fcm-image-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: var(--fcm-muted);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.fcm-empty {
    grid-column: 1 / -1;
    border: 1px solid var(--fcm-line);
    border-radius: 8px;
    padding: 36px;
    text-align: center;
    color: var(--fcm-muted);
    background: #fff;
}

@media (max-width: 1100px) {
    .fcm-products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .fcm-page-head {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 20px;
    }

    .fcm-page-head__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fcm-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fcm-detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .fcm-page-head__stats {
        grid-template-columns: 1fr;
    }

    .fcm-result-bar {
        align-items: flex-start;
        flex-direction: column;
    }

    .fcm-filter-group {
        align-items: flex-start;
        gap: 8px 6px;
        padding: 10px;
    }

    .fcm-filter-group > span {
        min-height: auto;
        flex: 0 0 100%;
        padding-bottom: 2px;
    }

    .fcm-filter-group > span::after {
        display: none;
    }

    .fcm-filter-group a {
        flex: 1 1 calc(33.333% - 6px);
        min-width: 72px;
        padding-inline: 10px;
    }

    .fcm-page-head h1 {
        font-size: 30px;
    }

    .fcm-products {
        grid-template-columns: 1fr;
    }

    .fcm-collector form {
        grid-template-columns: 1fr;
    }

    .fcm-manual-entry form {
        grid-template-columns: 1fr;
    }

    .fcm-clear-products {
        grid-template-columns: 1fr;
    }

    .fcm-collector .fcm-btn,
    .fcm-manual-entry .fcm-btn,
    .fcm-clear-products .fcm-btn {
        width: 100%;
    }

    .fcm-detail {
        padding: 16px;
    }

    .fcm-detail__content h1 {
        font-size: 28px;
    }

    .fcm-detail__content dl {
        grid-template-columns: 1fr;
    }

    .fcm-detail__content dl div,
    .fcm-detail__content dl div:nth-child(2n),
    .fcm-detail__content dl div:nth-last-child(2):nth-child(odd) {
        border-right: 0;
        border-bottom: 1px solid var(--fcm-line);
    }

    .fcm-detail__content dl div:last-child {
        border-bottom: 0;
    }

    .fcm-detail__actions .fcm-btn,
    .fcm-detail-consult__row {
        width: 100%;
    }

    .fcm-detail-consult__row {
        grid-template-columns: 1fr;
    }

    .fcm-app-grid {
        grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    }

    .fcm-product h2,
    .fcm-product p {
        min-height: 0;
    }

    .fcm-product__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .fcm-product__footer .fcm-btn {
        width: 100%;
    }
}
