.store-summary-strip {
    padding: 0.8rem 0 1rem;
}

.layout-store {
    padding-top: 0 !important;
}

.store-toolbar {
    background: transparent;
}

.store-toolbar-shell {
    display: flex;
    align-items: center;
    gap: 1rem 1.4rem;
    padding: 0.9rem 1.1rem;
    border-radius: 999px;
    background: #f7f2e9;
    border: 1px solid rgba(223, 212, 194, 0.9);
    box-shadow: 0 10px 26px rgba(74, 51, 35, 0.08);
}

.store-toolbar-nav,
.store-toolbar-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    min-width: 0;
}

.store-toolbar-actions {
    margin-left: auto;
}

.store-toolbar-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.7rem 1.3rem !important;
    border-radius: 999px;
    background: transparent;
    color: var(--ink) !important;
    font-family: 'Manrope', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.store-toolbar-link:hover,
.store-toolbar-link:focus {
    color: var(--ink) !important;
    background: rgba(255, 255, 255, 0.64);
}

.store-toolbar-link.is-active {
    color: var(--accent-strong) !important;
    background: rgba(81, 175, 171, 0.26);
    box-shadow: 0 10px 20px rgba(81, 175, 171, 0.16);
}

.store-toolbar-login-link {
    padding-inline: 0.4rem !important;
}

.store-toolbar-account .dropdown-toggle::after {
    margin-left: 0.7rem;
    vertical-align: middle;
}

.store-toolbar-account-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    max-width: 320px;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(110, 92, 75, 0.1);
    background: #f3efe8;
    color: var(--ink) !important;
    font-family: 'Manrope', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    box-shadow: none !important;
}

.store-toolbar-account-toggle:hover,
.store-toolbar-account-toggle:focus,
.store-toolbar-account-toggle.is-active {
    color: var(--ink) !important;
    background: #ede6da;
    border-color: rgba(81, 175, 171, 0.22);
}

.store-toolbar-account-email {
    display: block;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.store-toolbar-dropdown-menu {
    min-width: 250px;
    padding: 0.65rem;
    border: 1px solid rgba(110, 92, 75, 0.08);
    border-radius: 24px;
    box-shadow: 0 20px 34px rgba(39, 48, 65, 0.12);
}

.store-toolbar-dropdown-email {
    padding: 0.45rem 0.65rem 0.6rem;
    color: var(--ink-soft);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
    word-break: break-word;
}

.store-toolbar-dropdown-item {
    display: flex;
    align-items: center;
    min-height: 42px;
    border-radius: 16px;
    color: var(--ink) !important;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.7rem 0.8rem;
}

.store-toolbar-dropdown-item:hover,
.store-toolbar-dropdown-item:focus,
.store-toolbar-dropdown-item.is-active {
    color: var(--accent-strong) !important;
    background: rgba(81, 175, 171, 0.14);
}

.store-summary-shell {
    margin-top: 1rem;
    padding: 1.55rem 1.7rem;
    border-radius: 30px;
    background: #273041;
    box-shadow: var(--shadow-md);
}

.store-summary-title {
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 0.94;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 0.45rem;
    text-transform: uppercase;
}

.store-summary-address {
    margin-bottom: 0.75rem;
    color: rgba(132, 224, 219, 0.96);
    font-size: 1.08rem;
}

.store-summary-shell .rating-value,
.store-summary-shell .rating-stars,
.store-summary-shell .rating-count {
    color: #fff;
}

.store-summary-shell .rating-count {
    color: rgba(255, 255, 255, 0.86);
}

.store-summary-shell .write-review {
    color: rgba(132, 224, 219, 0.96) !important;
}

.store-summary-shell .write-review:hover {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .store-toolbar-shell {
        border-radius: 30px;
        align-items: flex-start;
        padding: 0.85rem 0.95rem;
    }

    .store-toolbar-actions {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .store-summary-strip {
        padding: 0.55rem 0 0.9rem;
    }

    .store-toolbar-shell {
        gap: 0.65rem 0.9rem;
        padding: 0.75rem 0.85rem;
        border-radius: 26px;
    }

    .store-toolbar-link,
    .store-toolbar-account-toggle {
        min-height: 40px;
        font-size: 0.9rem;
        padding: 0.6rem 0.9rem !important;
    }

    .store-toolbar-account-email {
        max-width: 160px;
    }

    .store-summary-shell {
        margin-top: 0.8rem;
        padding: 1.2rem;
        border-radius: 24px;
    }

    .store-summary-title {
        font-size: 1.85rem;
    }

    .store-summary-address {
        font-size: 0.98rem;
    }
}
