.stores-main {
    width: min(1320px, calc(100% - 56px));
    margin: 0 auto;
    padding: 22px 0 68px;
}

.stores-topline {
    margin-bottom: 16px;
}

.stores-back-link {
    color: var(--krealy-purple);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.stores-hero {
    margin-bottom: 24px;
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    align-items: end;
    border-radius: 28px;
    background:
        radial-gradient(circle at 82% 12%, rgba(255, 111, 97, 0.16), transparent 25%),
        linear-gradient(135deg, rgba(75, 43, 191, 0.09), rgba(16, 179, 158, 0.06));
    border: 1px solid rgba(35, 22, 63, 0.09);
    box-shadow: 0 18px 48px rgba(35, 22, 63, 0.07);
}

.stores-hero span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--krealy-coral);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.stores-hero h1 {
    max-width: 640px;
    margin: 0;
    color: var(--krealy-dark);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 40px;
    line-height: 1.06;
    letter-spacing: -1.5px;
}

.stores-hero p {
    max-width: 620px;
    margin: 12px 0 0;
    color: var(--krealy-muted);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}

.stores-search-card {
    padding: 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(35, 22, 63, 0.10);
    box-shadow: 0 14px 34px rgba(35, 22, 63, 0.07);
}

.stores-search-card label {
    display: block;
    margin-bottom: 10px;
    color: var(--krealy-dark);
    font-size: 13px;
    font-weight: 900;
}

.stores-search-card div {
    display: grid;
    grid-template-columns: 1fr 96px;
    gap: 10px;
}

.stores-search-card input,
.stores-toolbar select {
    width: 100%;
    height: 44px;
    padding: 0 13px;
    border-radius: 13px;
    border: 1px solid rgba(35, 22, 63, 0.13);
    background: #fff;
    color: var(--krealy-dark);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    outline: none;
}

.stores-search-card input:focus,
.stores-toolbar select:focus {
    border-color: rgba(75, 43, 191, 0.48);
    box-shadow: 0 0 0 4px rgba(75, 43, 191, 0.08);
}

.stores-search-card button,
.stores-filter-button {
    height: 44px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, var(--krealy-purple), #6537d8);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(75, 43, 191, 0.22);
}

.stores-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
}

.stores-sidebar,
.stores-content,
.store-list-card {
    background: #fff;
    border: 1px solid rgba(35, 22, 63, 0.10);
    box-shadow: 0 18px 48px rgba(35, 22, 63, 0.07);
}

.stores-sidebar {
    position: sticky;
    top: 18px;
    padding: 22px;
    border-radius: 24px;
}

.stores-filter-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(35, 22, 63, 0.09);
}

.stores-filter-group:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.stores-filter-group h2 {
    margin: 0 0 14px;
    color: var(--krealy-dark);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 17px;
    letter-spacing: -0.3px;
}

.stores-filter-group label {
    min-height: 34px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--krealy-text);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.stores-filter-group input {
    accent-color: var(--krealy-purple);
}

.stores-filter-button {
    width: 100%;
    margin-top: 18px;
}

.stores-content {
    padding: 22px;
    border-radius: 24px;
}

.stores-toolbar {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.stores-toolbar strong {
    display: block;
    color: var(--krealy-dark);
    font-size: 20px;
    font-weight: 900;
}

.stores-toolbar span {
    display: block;
    margin-top: 4px;
    color: var(--krealy-muted);
    font-size: 13px;
    font-weight: 700;
}

.stores-toolbar form {
    min-width: 210px;
}

.stores-toolbar label {
    display: block;
    margin-bottom: 8px;
    color: var(--krealy-muted);
    font-size: 12px;
    font-weight: 900;
}

.stores-founder-highlight {
    margin-bottom: 20px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 18px;
    align-items: center;
    border-radius: 20px;
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 200, 87, 0.22), transparent 24%),
        linear-gradient(135deg, rgba(255, 200, 87, 0.15), rgba(75, 43, 191, 0.06));
    border: 1px solid rgba(255, 200, 87, 0.32);
}

.stores-founder-highlight span {
    display: inline-flex;
    margin-bottom: 6px;
    color: var(--krealy-coral);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.stores-founder-highlight h2 {
    margin: 0;
    color: var(--krealy-dark);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.16;
    letter-spacing: -0.5px;
}

.stores-founder-highlight p {
    margin: 0;
    color: var(--krealy-muted);
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
}

.stores-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.store-list-card {
    overflow: hidden;
    border-radius: 22px;
}

.store-list-card.featured {
    border-color: rgba(255, 200, 87, 0.52);
    box-shadow: 0 20px 54px rgba(255, 200, 87, 0.12);
}

.store-list-cover {
    height: 132px;
    display: block;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.32), transparent 20%),
        linear-gradient(135deg, #ead2b8, #c89363);
}

.store-list-cover::before {
    content: '';
    position: absolute;
    left: 28px;
    bottom: -28px;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.store-list-cover::after {
    content: '';
    position: absolute;
    right: 28px;
    bottom: 24px;
    width: 116px;
    height: 82px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow:
        -68px -28px 0 rgba(255, 255, 255, 0.14),
        -128px 12px 0 rgba(255, 255, 255, 0.10);
}

.store-cover-ceramic {
    background:
        radial-gradient(circle at 82% 20%, rgba(255, 200, 87, 0.24), transparent 20%),
        linear-gradient(135deg, #d9b98f, #9e6d44);
}

.store-cover-crochet {
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.24), transparent 18%),
        linear-gradient(135deg, #d6b894, #b27a58);
}

.store-cover-paper {
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.30), transparent 18%),
        linear-gradient(135deg, #f2dcbf, #e2a7a1);
}

.store-cover-wood {
    background:
        radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.22), transparent 18%),
        linear-gradient(135deg, #c18a57, #805433);
}

.store-list-body {
    padding: 17px;
}

.store-list-profile {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 13px;
    align-items: center;
}

.store-list-avatar {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--krealy-purple), #6c3ee6);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(75, 43, 191, 0.20);
}

.store-list-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.store-list-title-row a {
    color: inherit;
    text-decoration: none;
}

.store-list-title-row h3 {
    margin: 0;
    color: var(--krealy-dark);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.12;
    letter-spacing: -0.5px;
}

.store-list-title-row span,
.store-list-founder {
    min-height: 25px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    background: #fbfaf8;
    border: 1px solid rgba(35, 22, 63, 0.08);
    color: var(--krealy-dark);
    font-size: 11px;
    font-weight: 900;
}

.store-list-title-row img,
.store-list-founder img {
    width: 16px;
    height: 16px;
}

.store-list-founder {
    width: fit-content;
    margin-top: 8px;
    color: var(--krealy-purple);
}

.store-list-body p {
    margin: 14px 0 0;
    color: var(--krealy-muted);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 650;
}

.store-list-meta {
    margin-top: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.store-list-meta span {
    min-height: 28px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #fbfaf8;
    border: 1px solid rgba(35, 22, 63, 0.08);
    color: var(--krealy-text);
    font-size: 11px;
    font-weight: 900;
}

.store-list-meta span:first-child {
    color: var(--krealy-purple);
}

.store-list-products-preview {
    margin-top: 14px;
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    border-radius: 16px;
    background: #fbfaf8;
    border: 1px solid rgba(35, 22, 63, 0.08);
}

.store-preview-item {
    min-height: 64px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    background:
        radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.36), transparent 20%),
        linear-gradient(135deg, #f0d2b2, #c28a57);
    text-decoration: none;
}

.store-preview-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 42px;
    transform: translate(-50%, -50%);
    border-radius: 14px 14px 10px 10px;
    background: rgba(139, 85, 40, 0.42);
    box-shadow: inset 0 -8px 0 rgba(35, 22, 63, 0.06);
}

.store-preview-vase::before {
    width: 34px;
    height: 46px;
    border-radius: 48% 48% 34% 34%;
}

.store-preview-cup::before {
    width: 42px;
    height: 34px;
    border-radius: 12px 12px 18px 18px;
}

.store-preview-bowl::before {
    width: 48px;
    height: 30px;
    border-radius: 10px 10px 26px 26px;
}

.store-preview-bag::before {
    width: 40px;
    height: 44px;
    border-radius: 14px 14px 10px 10px;
}

.store-preview-crochet::before {
    width: 46px;
    height: 34px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 28% 52%, rgba(255,255,255,0.20) 0 5px, transparent 6px),
        radial-gradient(circle at 50% 52%, rgba(255,255,255,0.20) 0 5px, transparent 6px),
        radial-gradient(circle at 72% 52%, rgba(255,255,255,0.20) 0 5px, transparent 6px),
        rgba(139, 85, 40, 0.42);
}

.store-preview-keychain::before {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background:
        radial-gradient(circle, transparent 0 13px, rgba(139, 85, 40, 0.42) 14px 20px, transparent 21px);
    box-shadow: none;
}

.store-preview-paper::before,
.store-preview-card::before,
.store-preview-gift::before {
    width: 38px;
    height: 48px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.54);
}

.store-preview-card::before {
    height: 36px;
    transform: translate(-50%, -50%) rotate(-5deg);
}

.store-preview-gift::before {
    width: 42px;
    height: 38px;
    border-radius: 9px;
    background:
        linear-gradient(90deg, transparent 0 43%, rgba(75, 43, 191, 0.20) 43% 57%, transparent 57%),
        rgba(255, 255, 255, 0.54);
}

.store-preview-board::before,
.store-preview-wood::before,
.store-preview-decor::before {
    width: 46px;
    height: 46px;
    border-radius: 999px;
}

.store-preview-wood::before {
    width: 50px;
    height: 28px;
    border-radius: 10px;
}

.store-preview-decor::before {
    width: 36px;
    height: 44px;
    border-radius: 10px 10px 20px 20px;
}

.store-list-stats {
    margin-top: 14px;
    padding-top: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    border-top: 1px solid rgba(35, 22, 63, 0.08);
}

.store-list-stats span {
    min-height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #fbfaf8;
    color: var(--krealy-text);
    font-size: 12px;
    font-weight: 900;
}

.store-list-stats span:first-child {
    color: #f5a400;
}

.store-list-actions {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.store-list-actions a {
    min-height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.store-list-actions a:first-child {
    background: linear-gradient(135deg, var(--krealy-purple), #6537d8);
    color: #fff;
    box-shadow: 0 12px 26px rgba(75, 43, 191, 0.20);
}

.store-list-actions a:last-child {
    background: #fff;
    color: var(--krealy-purple);
    border: 1px solid rgba(75, 43, 191, 0.16);
}

.stores-pagination {
    margin-top: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.stores-pagination a {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(35, 22, 63, 0.10);
    color: var(--krealy-dark);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.stores-pagination a.active {
    background: var(--krealy-purple);
    border-color: var(--krealy-purple);
    color: #fff;
}

@media (max-width: 1100px) {
    .stores-layout {
        grid-template-columns: 1fr;
    }

    .stores-sidebar {
        position: static;
    }

    .stores-sidebar form {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .stores-filter-group {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }

    .stores-filter-button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 860px) {
    .stores-main {
        width: min(100% - 24px, 1320px);
        padding-bottom: 96px;
    }

    .stores-hero,
    .stores-founder-highlight {
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .stores-hero h1 {
        font-size: 31px;
    }

    .stores-search-card div,
    .stores-toolbar {
        display: grid;
        grid-template-columns: 1fr;
    }

    .stores-sidebar form,
    .stores-grid,
    .store-list-actions {
        grid-template-columns: 1fr;
    }

    .store-list-cover {
        height: 140px;
    }
}
