﻿.store-home-hero {
    padding: 34px 0 24px;
}

.store-home-hero__inner {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 58px;
    align-items: center;
}

.store-home-hero h1 {
    margin: 0;
    color: #0b1430;
    font-size: 42px;
    line-height: 1.12;
    letter-spacing: -0.6px;
}

.store-home-hero p {
    margin: 18px 0 0;
    color: #27334d;
    font-size: 18px;
    line-height: 1.45;
}

.store-hero-placeholder {
    height: 260px;
    border: 2px dashed #cbd7e8;
    background: #f8fbff;
    color: #6e7d99;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.45;
    font-weight: 700;
}

.store-home-sections {
    padding: 12px 0 28px;
}

.store-last-ads {
    padding: 0 0 18px;
}

.store-last-ads__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

    .store-last-ads__head h2 {
        margin: 0;
        font-size: 26px;
        line-height: 1.2;
    }

    .store-last-ads__head a {
        color: #2453c4;
        text-decoration: underline;
    }

.store-benefits {
    padding: 0 0 22px;
}

.store-benefits__grid {
    border: 1px solid #dde6f3;
    border-radius: 10px;
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 12px 32px rgba(25, 45, 90, 0.06);
}

.store-benefit {
    min-height: 92px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-right: 1px solid #dde6f3;
}

    .store-benefit:last-child {
        border-right: none;
    }

.store-benefit__icon {
    width: 54px;
    height: 54px;
    border: 1px dashed #a9b8d4;
    border-radius: 14px;
    color: #7c8ba6;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
}

.store-benefit b {
    display: block;
    font-size: 16px;
}

.store-benefit p {
    margin: 6px 0 0;
    color: #5f6d85;
    font-size: 14px;
    line-height: 1.35;
}

.store-home-hero__img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    display: block;
}

.store-section-card__img {
    width: 96px;
    height: 96px;
    object-fit: contain;
    flex-shrink: 0;
}

.store-benefit__icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}
.store-city-test-inline {
    padding: 8px 0;
    background: #f7f8fb;
}

.store-city-inline {
    display: flex;
    align-items: center;
    gap: 10px;
}

.store-city-inline__label {
    font-size: 14px;
    color: #64748b;
    white-space: nowrap;
}
.store-city-suggest {
    position: relative;
    width: 100%;
}

.store-city-suggest__input--inline {
    width: 100%;
    height: 48px;
    border: 1px solid #d8dee9;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 16px;
    outline: none;
    background: #ffffff;
    color: #0f172a;
    box-sizing: border-box;
}

    .store-city-suggest__input--inline:focus {
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
    }

.store-city-suggest__list {
    display: none;
    position: absolute;
    z-index: 100;
    top: 56px;
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    overflow: hidden;
    max-height: 320px;
    overflow-y: auto;
}

.store-city-suggest__list--show {
    display: block;
}

.store-city-suggest__item {
    width: 100%;
    border: 0;
    background: #ffffff;
    padding: 12px 16px;
    text-align: left;
    cursor: pointer;
    display: block;
}

    .store-city-suggest__item:hover {
        background: #f1f5f9;
    }

.store-city-suggest__title {
    display: block;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.store-city-suggest__subtitle {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.25;
}