﻿    .store-prototype-hero {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 30px;
        background: linear-gradient(135deg, rgba(17,183,107,.94), rgba(15,23,42,.94));
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
    }

    .store-prototype-hero.has-banner {
        background-position: center;
        background-size: cover;
    }

    .store-prototype-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.36));
    }

    .store-prototype-body {
        position: relative;
        z-index: 1;
        padding: 36px 34px;
    }

    .store-prototype-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 6px 14px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        background: rgba(255,255,255,0.16);
        margin-bottom: 18px;
    }

    .store-prototype-logo {
        width: 112px;
        height: 112px;
        border-radius: 50%;
        border: 4px solid rgba(255,255,255,0.28);
        object-fit: cover;
        background: #fff;
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.2);
    }

    .store-prototype-title {
        color: #fff;
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .store-prototype-meta,
    .store-prototype-copy,
    .store-prototype-detail {
        color: rgba(255,255,255,0.88);
    }

    .store-prototype-copy {
        margin-top: 12px;
        font-size: 15px;
        line-height: 1.7;
    }

    .store-prototype-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: 22px;
    }

    .store-prototype-stat {
        border-radius: 16px;
        padding: 16px 18px;
        background: rgba(255,255,255,0.12);
        backdrop-filter: blur(8px);
    }

    .store-prototype-stat strong {
        display: block;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.1;
    }

    .store-prototype-stat span {
        color: rgba(255,255,255,0.82);
        font-size: 13px;
    }

    .store-prototype-links {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 18px;
    }

    .store-prototype-links a {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 14px;
        border-radius: 999px;
        background: rgba(255,255,255,0.14);
        color: #fff;
        text-decoration: none;
        transition: .2s ease;
    }

    .store-prototype-links a:hover {
        background: rgba(255,255,255,0.22);
        color: #fff;
    }

    .store-prototype-panel {
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 16px;
        padding: 22px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
        height: 100%;
    }

    .store-prototype-panel h5 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .store-consultant-card {
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 16px;
        padding: 18px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
        height: 100%;
        text-align: center;
    }

    .store-consultant-card img {
        width: 88px;
        height: 88px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 14px;
        background: #f8fafc;
    }

    .store-consultant-card h6 {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .store-consultant-card p {
        margin: 0;
        color: #64748b;
        font-size: 14px;
    }

    .store-prototype-detail {
        color: #475569;
        margin-bottom: 10px;
    }

    .store-prototype-detail strong {
        color: #0f172a;
        margin-right: 8px;
    }

    .store-prototype-empty {
        border-radius: 16px;
        padding: 34px 24px;
        border: 1px dashed rgba(17,183,107,.32);
        background: #f3fcf7;
        text-align: center;
    }

    .store-prototype-empty i {
        color: #11b76b;
        font-size: 42px;
        margin-bottom: 12px;
    }

    .store-prototype-card .product-img {
        height: 240px;
        overflow: hidden;
    }

    .store-prototype-card .product-img > a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .store-prototype-card .product-img > a > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .store-prototype-card .product-title {
        min-height: 48px;
    }

    .store-prototype-tabs {
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
        overflow: hidden;
    }

    .store-prototype-tabs .tab-content {
        padding: 24px;
    }

    .store-listing-filters {
        padding: 18px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 16px;
        background: #f8fafc;
        margin-bottom: 22px;
    }

    .store-listing-summary {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 22px;
    }

    .store-listing-summary strong {
        color: #0f172a;
    }

    .store-listing-reset {
        color: #11b76b;
        font-weight: 600;
        text-decoration: none;
    }

    .store-listing-reset:hover {
        color: #0e9a5b;
    }

    .store-listing-pagination {
        margin-top: 10px;
    }

    .store-contact-map {
        padding: 0;
        overflow: hidden;
        min-height: 420px;
    }

    .store-contact-map iframe {
        width: 100%;
        min-height: 420px;
        height: 100%;
        border: 0;
        display: block;
    }

    .store-contact-actions {
        height: 100%;
    }

    .shop-single-btn {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .shop-single-btn a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin-right: 3px !important;
        margin-left: 0 !important;
        margin-bottom: 3px !important;
        padding-left: .5rem !important;
        padding-right: calc(.5rem + 5px) !important;
        transition: width .18s ease;
    }

    .shop-single-btn a .action-hover-text {
        display: inline-block;
        max-width: 0;
        white-space: nowrap;
        padding-left: 0;
        margin-left: 0;
        color: #fff;
        pointer-events: none;
        opacity: 0;
        overflow: hidden;
        transition: max-width .18s ease, opacity .12s ease, padding-left .18s ease, margin-left .18s ease;
    }

    .shop-single-btn a.action-hover-title:hover .action-hover-text {
        opacity: 1;
        max-width: 220px;
        padding-left: 10px;
        margin-left: 2px;
    }

    .shop-single-btn a .action-hover-text strong,
    .shop-single-btn a .action-hover-text small {
        display: block;
        color: #fff;
        line-height: 1.15;
    }

    .shop-single-btn a .action-hover-text strong {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 3px;
    }

    .shop-single-btn a .action-hover-text small {
        font-size: 10px;
        padding-top: 3px;
        border-top: 1px solid rgba(255,255,255,.35);
    }

    .shop-single-btn a:last-child {
        margin-right: 0 !important;
    }

    .shop-single-btn .detail-action-button {
        cursor: pointer;
    }

    .shop-single-btn .detail-action-button.is-active {
        background: #11b76b !important;
        border-color: #11b76b !important;
        box-shadow: 0 12px 25px rgba(17, 183, 107, 0.25);
    }

    .shop-single-btn .detail-action-button.is-active,
    .shop-single-btn .detail-action-button.is-active i,
    .shop-single-btn .detail-action-button.is-active strong,
    .shop-single-btn .detail-action-button.is-active small,
    .shop-single-btn .detail-action-button.is-active .action-hover-text,
    .shop-single-btn .detail-action-button.is-active .action-hover-text strong,
    .shop-single-btn .detail-action-button.is-active .action-hover-text small {
        color: #fff !important;
    }

    .shop-single-btn .detail-action-button.is-loading {
        opacity: .72;
        pointer-events: none;
    }

    .shop-single-btn .detail-action-button.is-disabled,
    .shop-single-btn .detail-protected-link.is-disabled {
        opacity: .58;
    }

    .detail-action-feedback {
        display: none;
        margin-top: 12px;
        padding: 11px 14px;
        border-radius: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .detail-action-feedback.is-visible {
        display: block;
    }

    .detail-action-feedback.is-error {
        background: #fff1f2;
        color: #be123c;
    }

    .detail-action-feedback.is-success {
        background: #ecfdf3;
        color: #15803d;
    }

    .store-contact-address {
        margin-top: 0;
    }

    .store-assistant-panel {
        margin-top: 16px;
    }

    @media (max-width: 991.98px) {
        .store-prototype-body {
            padding: 28px 22px;
        }

        .store-prototype-title {
            font-size: 28px;
        }

        .store-prototype-stats {
            grid-template-columns: 1fr;
        }
    }

.store-prototype-hero-cover {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.store-prototype-hero-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

