.store-main {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 22px 0 58px;
}

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

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

.store-profile-card {
    overflow: hidden;
    border-radius: 26px;
    background: var(--krealy-white);
    border: 1px solid rgba(35, 22, 63, 0.10);
    box-shadow: 0 22px 64px rgba(35, 22, 63, 0.08);
}

.store-cover {
    position: relative;
    height: 205px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(26, 20, 16, 0.32), rgba(255,255,255,0.02) 42%, rgba(26, 20, 16, 0.22)),
        radial-gradient(circle at 18% 40%, rgba(255,255,255,0.16), transparent 18%),
        linear-gradient(135deg, #8f6b4d 0%, #c79d75 44%, #ecd5b6 100%);
}

.store-cover::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 9% 70%, rgba(232, 210, 184, 0.95) 0 68px, transparent 69px),
        radial-gradient(circle at 26% 72%, rgba(145, 101, 62, 0.72) 0 80px, transparent 82px),
        radial-gradient(circle at 45% 58%, rgba(238, 218, 190, 0.95) 0 92px, transparent 94px),
        radial-gradient(circle at 63% 72%, rgba(218, 184, 145, 0.88) 0 58px, transparent 60px),
        radial-gradient(circle at 78% 60%, rgba(172, 122, 78, 0.78) 0 74px, transparent 76px);
    filter: blur(0.2px);
}

.store-cover::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 0 60%, rgba(53, 34, 22, 0.28) 100%),
        radial-gradient(circle at 86% 24%, rgba(31, 72, 45, 0.30), transparent 20%);
}

.store-cover-vase {
    position: absolute;
    bottom: -18px;
    z-index: 2;
    background:
        radial-gradient(circle at 42% 24%, rgba(255, 255, 255, 0.22), transparent 21%),
        linear-gradient(145deg, #d9ba93, #9c6b43);
    box-shadow:
        inset 0 -16px 0 rgba(35, 22, 63, 0.08),
        0 18px 34px rgba(35, 22, 63, 0.14);
}

.store-cover-vase-one {
    left: 82px;
    width: 74px;
    height: 118px;
    border-radius: 46px 46px 28px 28px;
}

.store-cover-vase-two {
    left: 250px;
    width: 150px;
    height: 164px;
    border-radius: 48% 48% 34% 34%;
}

.store-cover-vase-three {
    right: 278px;
    width: 92px;
    height: 122px;
    border-radius: 44px 44px 28px 28px;
}

.store-cover-vase-four {
    right: 150px;
    width: 132px;
    height: 150px;
    border-radius: 48% 48% 34% 34%;
}

.store-cover-plant {
    position: absolute;
    right: 46px;
    bottom: -18px;
    z-index: 3;
    width: 112px;
    height: 132px;
    border-radius: 44% 44% 18px 18px;
    background:
        radial-gradient(ellipse at 20% 10%, #163a2a 0 26px, transparent 27px),
        radial-gradient(ellipse at 50% 0%, #246443 0 40px, transparent 41px),
        radial-gradient(ellipse at 78% 10%, #173c2b 0 28px, transparent 29px),
        linear-gradient(180deg, transparent 0 68%, #8d5a37 68%);
}

.store-profile-content {
    position: relative;
    padding: 30px 42px 28px;
    display: grid;
    grid-template-columns: 176px 1fr 210px;
    gap: 30px;
    align-items: start;
}

.store-avatar-large {
    width: 168px;
    height: 168px;
    margin-top: -96px;
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: radial-gradient(circle at 34% 28%, #fff 0 30%, #fbf7ef 72%);
    border: 9px solid var(--krealy-white);
    box-shadow: 0 22px 52px rgba(35, 22, 63, 0.15);
}

.store-avatar-large span {
    color: #7a4d26;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 68px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -4px;
}

.store-profile-info {
    min-width: 0;
}

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

.store-title-row h1 {
    margin: 0;
    color: var(--krealy-dark);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -1.5px;
}

.store-verified {
    min-height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(16, 179, 158, 0.12);
    color: #087a5d;
    font-size: 13px;
    font-weight: 900;
}

.store-founder-badge {
    min-height: 30px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 200, 87, 0.22), rgba(255, 111, 97, 0.12));
    border: 1px solid rgba(255, 200, 87, 0.55);
    color: #7a4d12;
    font-size: 13px;
    font-weight: 900;
    box-shadow: inset 0 -1px 0 rgba(122, 77, 18, 0.08);
}

.store-verified img,
.store-founder-badge img {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
}

.store-verified,
.store-founder-badge {
    gap: 7px;
}

.store-meta {
    margin-top: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    color: var(--krealy-muted);
    font-size: 15px;
    font-weight: 700;
}

.store-meta span,
.store-meta a {
    display: inline-flex;
    align-items: center;
    color: var(--krealy-muted);
}

.store-meta a {
    color: var(--krealy-purple);
    text-decoration: none;
}

.store-meta span + span::before,
.store-meta a + span::before,
.store-meta span + a::before {
    content: '';
    width: 1px;
    height: 16px;
    margin: 0 13px;
    background: rgba(35, 22, 63, 0.16);
}

.store-meta .store-rating {
    color: #f5a400;
    font-weight: 900;
}

.store-profile-info p {
    max-width: 610px;
    margin: 22px 0 0;
    color: #34303e;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.store-actions {
    display: grid;
    gap: 12px;
    padding-top: 16px;
}

.store-follow-button,
.store-message-button {
    width: 100%;
    min-height: 54px;
    border-radius: 13px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.store-follow-button {
    border: 0;
    background: linear-gradient(135deg, var(--krealy-purple), #6f45d8);
    color: #fff;
    box-shadow: 0 18px 34px rgba(75, 43, 191, 0.22);
}

.store-message-button {
    border: 1px solid rgba(35, 22, 63, 0.14);
    background: #fff;
    color: var(--krealy-dark);
}

.store-service-row {
    margin: 0 42px 28px 218px;
    padding-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    border-top: 1px solid rgba(35, 22, 63, 0.08);
}

.store-service-item {
    min-height: 66px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff, #faf7f3);
    border: 1px solid rgba(35, 22, 63, 0.06);
}

.store-service-item span {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f5f2ff;
    color: var(--krealy-purple);
    font-size: 19px;
}

.store-service-item strong {
    display: block;
    color: var(--krealy-dark);
    font-size: 14px;
    font-weight: 900;
}

.store-service-item p {
    margin: 4px 0 0;
    color: var(--krealy-muted);
    font-size: 12px;
    font-weight: 600;
}

.store-products-section {
    margin-top: 26px;
    padding: 26px;
    border-radius: 24px;
    background: var(--krealy-white);
    border: 1px solid rgba(35, 22, 63, 0.10);
    box-shadow: 0 18px 48px rgba(35, 22, 63, 0.07);
}

.store-products-section .section-header {
    margin-bottom: 18px;
}

.store-products-section .section-header h2 {
    font-size: 22px;
    letter-spacing: -0.5px;
}

.store-products-section .section-header a {
    color: var(--krealy-purple);
    font-size: 15px;
    font-weight: 900;
}

.store-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.store-product-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: var(--krealy-white);
    border: 1px solid rgba(35, 22, 63, 0.10);
    box-shadow: 0 12px 30px rgba(35, 22, 63, 0.06);
}

.store-product-image {
    min-height: 220px;
    display: block;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 34%, rgba(255,255,255,0.22), transparent 24%),
        linear-gradient(135deg, #f3dfc7, #d1a780);
}

.store-product-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 16%, rgba(255,255,255,0.26), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(70, 45, 27, 0.05));
}

.store-product-vase::before,
.store-product-board::before,
.store-product-bag::before,
.store-product-keychain::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    background:
        radial-gradient(circle at 38% 24%, rgba(255,255,255,0.18), transparent 22%),
        linear-gradient(145deg, #d2a16e, #b97a40);
    box-shadow:
        inset 0 -14px 0 rgba(35, 22, 63, 0.08),
        0 18px 22px rgba(35, 22, 63, 0.10);
}

.store-product-vase::before {
    width: 84px;
    height: 120px;
    transform: translate(-50%, -48%);
    border-radius: 48% 48% 34% 34%;
}

.store-product-board::before {
    width: 128px;
    height: 128px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background:
        radial-gradient(circle at 38% 35%, rgba(255,255,255,0.16), transparent 17%),
        linear-gradient(135deg, #9f6334, #d3a066);
}

.store-product-bag::before {
    width: 108px;
    height: 120px;
    transform: translate(-50%, -42%);
    border-radius: 18px 18px 12px 12px;
    background:
        linear-gradient(90deg, transparent 0 22%, rgba(255,255,255,0.18) 22% 24%, transparent 24% 76%, rgba(255,255,255,0.18) 76% 78%, transparent 78%),
        #d3ad81;
}

.store-product-bag::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 28%;
    z-index: 2;
    width: 72px;
    height: 56px;
    transform: translateX(-50%);
    border: 7px solid #c79662;
    border-bottom: 0;
    border-radius: 80px 80px 0 0;
}

.store-product-keychain::before {
    width: 118px;
    height: 118px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background:
        radial-gradient(circle, transparent 0 39px, #d1a16f 40px 51px, transparent 52px);
    box-shadow: none;
}

.store-product-content {
    position: relative;
    padding: 16px 17px 18px;
}

.store-product-favorite {
    position: absolute;
    right: 13px;
    top: -202px;
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--krealy-dark);
    font-size: 21px;
    box-shadow: 0 10px 24px rgba(35, 22, 63, 0.12);
}

.store-product-content h3 {
    margin: 0;
    color: var(--krealy-dark);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.store-product-content strong {
    display: block;
    margin-top: 10px;
    color: var(--krealy-purple);
    font-size: 19px;
    font-weight: 900;
}

.store-trust-section {
    margin-top: 26px;
    padding: 24px 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-radius: 22px;
    background: var(--krealy-white);
    border: 1px solid rgba(35, 22, 63, 0.10);
    box-shadow: 0 18px 48px rgba(35, 22, 63, 0.06);
}

.store-trust-section div {
    text-align: center;
    padding: 2px 22px;
    border-right: 1px solid rgba(35, 22, 63, 0.10);
}

.store-trust-section div:last-child {
    border-right: 0;
}

.store-trust-section span {
    width: 52px;
    height: 52px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f8f3ec;
    color: var(--krealy-purple);
    font-size: 23px;
}

.store-trust-section strong {
    display: block;
    color: var(--krealy-dark);
    font-size: 16px;
    font-weight: 900;
}

.store-trust-section p {
    max-width: 190px;
    margin: 8px auto 0;
    color: var(--krealy-muted);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 600;
}

@media (max-width: 1080px) {
    .store-profile-content {
        grid-template-columns: 150px 1fr;
        padding: 28px 30px 24px;
    }

    .store-avatar-large {
        width: 142px;
        height: 142px;
        margin-top: -84px;
    }

    .store-avatar-large span {
        font-size: 56px;
    }

    .store-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 0;
    }

    .store-service-row {
        margin: 0 30px 26px;
        grid-template-columns: repeat(3, 1fr);
    }

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

    .store-trust-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px 0;
    }

    .store-trust-section div:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 760px) {
    .store-main {
        width: min(100% - 24px, 1180px);
        padding-bottom: 96px;
    }

    .store-cover {
        height: 170px;
    }

    .store-cover-vase-one {
        left: 22px;
        width: 58px;
        height: 96px;
    }

    .store-cover-vase-two {
        left: 108px;
        width: 105px;
        height: 124px;
    }

    .store-cover-vase-three {
        right: 104px;
        width: 62px;
        height: 90px;
    }

    .store-cover-vase-four {
        right: 34px;
        width: 86px;
        height: 112px;
    }

    .store-cover-plant {
        display: none;
    }

    .store-profile-content {
        padding: 22px;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .store-avatar-large {
        width: 118px;
        height: 118px;
        margin-top: -78px;
        border-width: 8px;
    }

    .store-avatar-large span {
        font-size: 46px;
    }

    .store-title-row h1 {
        font-size: 29px;
    }

    .store-meta {
        font-size: 13px;
        row-gap: 8px;
    }

    .store-meta span + span::before,
    .store-meta a + span::before,
    .store-meta span + a::before {
        height: 14px;
        margin: 0 9px;
    }

    .store-profile-info p {
        margin-top: 16px;
        font-size: 15px;
    }

    .store-actions {
        grid-template-columns: 1fr;
    }

    .store-service-row {
        margin: 0 22px 22px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .store-products-section {
        padding: 22px 18px 24px;
    }

    .store-products-grid {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 6px;
        scroll-snap-type: x mandatory;
    }

    .store-products-grid::-webkit-scrollbar {
        display: none;
    }

    .store-product-card {
        min-width: 235px;
        scroll-snap-align: start;
    }

    .store-product-image {
        min-height: 188px;
    }

    .store-product-favorite {
        top: -170px;
    }

    .store-trust-section {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .store-trust-section div {
        border-right: 0;
        border-bottom: 1px solid rgba(35, 22, 63, 0.10);
        padding: 18px 10px;
    }

    .store-trust-section div:last-child {
        border-bottom: 0;
    }
}

/* ==========================================================================
   Loja pública - dados reais
   ========================================================================== */

.store-cover.has-real-cover {
    overflow: hidden;
    background: #f8fafc;
}

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

.store-avatar-large.has-real-logo {
    overflow: hidden;
    background: #ffffff;
}

.store-avatar-large.has-real-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.store-product-image.has-real-product-image {
    overflow: hidden;
    background: #fffaf4;
    display: block;
}

.store-product-image.has-real-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.store-products-empty {
    padding: 36px 22px;
    border: 1px dashed #cbd5e1;
    border-radius: 22px;
    background: #fbfcff;
    text-align: center;
}

.store-products-empty strong {
    color: #171036;
    display: block;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

.store-products-empty p {
    max-width: 420px;
    margin: 8px auto 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.store-profile-card .store-actions button {
    cursor: pointer;
}

@media (max-width: 768px) {
    .store-cover.has-real-cover {
        min-height: 180px;
        border-radius: 22px 22px 0 0;
    }

    .store-profile-content {
        align-items: flex-start;
    }

    .store-avatar-large.has-real-logo {
        width: 82px;
        height: 82px;
    }

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

    .store-product-image.has-real-product-image {
        min-height: 220px;
    }
}


/* ==========================================================================
   Loja pública - ações reais/honestas
   ========================================================================== */

.store-actions {
    display: grid;
    gap: 10px;
    align-content: start;
    min-width: 170px;
}

.store-actions .store-follow-button,
.store-actions .store-message-button {
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.store-actions a.store-follow-button {
    border: 0;
    background: #6736e6;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(103, 54, 230, .18);
}

.store-actions .store-message-button.disabled {
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #667085;
    cursor: not-allowed;
    box-shadow: none;
}

.store-product-favorite.disabled {
    color: #10b39e;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 768px) {
    .store-actions {
        width: 100%;
        min-width: 0;
        grid-template-columns: 1fr;
    }

    .store-actions .store-follow-button,
    .store-actions .store-message-button {
        width: 100%;
    }
}

