.amo-shop-wrap {
    flex: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding: 100px 20px 64px;
    width: 100%;
}
.amo-shop-hero {
    margin-bottom: 22px;
}
.amo-shop-hero h1 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #152a3d;
    margin-bottom: 10px;
}
.amo-shop-hero p {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #5a6f82;
    max-width: 40rem;
}
.amo-shop-back {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--ht-accent-strong);
    text-decoration: none;
}
.amo-shop-back:hover {
    color: var(--ht-accent-hover);
    text-decoration: underline;
}
.amo-shop-toolbar {
    display: grid;
    gap: 12px;
    margin: 0 0 34px;
    grid-template-columns: 1fr;
    align-items: end;
}
@media (min-width: 720px) {
    .amo-shop-toolbar {
        grid-template-columns: 1.2fr 0.9fr 0.9fr 1fr;
        gap: 14px;
    }
}
.amo-shop-field label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #96a3b0;
    margin-bottom: 6px;
}
.amo-shop-field input,
.amo-shop-field select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(46, 64, 83, 0.09);
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    font-family: inherit;
    color: #30475d;
}
.amo-shop-field input:focus,
.amo-shop-field select:focus {
    outline: 2px solid rgba(242, 159, 79, 0.22);
    border-color: rgba(242, 159, 79, 0.55);
}
.amo-shop-err {
    background: #fdeaea;
    border: 1px solid #e8b4b4;
    color: #7a2222;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.amo-shop-empty {
    text-align: center;
    padding: 48px 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(46, 64, 83, 0.08);
    color: #6b7c90;
    font-size: 1rem;
}
.amo-shop-empty.amo-shop-empty--hidden {
    display: none;
}
.amo-shop-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 320px));
    gap: 22px;
    justify-content: start;
}
.amo-shop-grid .amo-shop-card {
    max-width: 320px;
    width: 100%;
}
.amo-shop-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(46, 64, 83, 0.1);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(30, 50, 69, 0.08);
    transition: box-shadow 0.2s, transform 0.15s, border-color 0.2s;
    text-align: left;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.amo-shop-card:hover {
    box-shadow: 0 14px 34px rgba(30, 50, 69, 0.13);
    transform: translateY(-3px);
    border-color: rgba(242, 159, 79, 0.35);
}
.amo-shop-card.amo-shop-card--hidden {
    display: none;
}
.amo-shop-card.amo-shop-card--extended {
    border-color: rgba(242, 159, 79, 0.45);
    box-shadow: 0 10px 28px rgba(242, 159, 79, 0.12);
}
.amo-shop-card-img-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #e8ecf0;
}
.amo-shop-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.amo-shop-card-img-ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #8a96a3;
}
.amo-shop-card-type-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: rgba(21, 42, 61, 0.8);
    padding: 6px 9px;
    border-radius: 999px;
    pointer-events: none;
}
.amo-shop-card-body {
    padding: 14px 16px 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 7px;
    background: #fff;
}
.amo-shop-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.amo-shop-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(46, 64, 83, 0.11);
    background: #f8fafc;
    color: #5d7083;
    font-size: 0.72rem;
    line-height: 1;
    padding: 5px 8px;
}
.amo-shop-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #152a3d;
    line-height: 1.32;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.64em;
}
.amo-shop-card-price {
    font-size: 1.18rem;
    font-weight: 800;
    color: #152a3d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
}
.amo-shop-card-seller {
    font-size: 0.8rem;
    color: #8b99a8;
    font-weight: 500;
    margin-top: 2px;
}
.amo-shop-card-cta-wrap {
    margin-top: auto;
    padding-top: 10px;
}
.amo-shop-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 10px;
    border: 1px solid rgba(242, 159, 79, 0.35);
    background: rgba(242, 159, 79, 0.1);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--ht-accent-strong);
}
.amo-shop-card:hover .amo-shop-card-cta {
    color: var(--ht-accent-hover);
    background: rgba(242, 159, 79, 0.16);
    border-color: rgba(242, 159, 79, 0.6);
}
