.shop-section {
    margin-bottom: var(--spacing-md);
}

.shop-section__title {
    font-weight: 800;
    letter-spacing: 0.01em;
    margin-bottom: 2px;
}

.shop-section__subtitle {
    margin-bottom: var(--spacing-sm);
}

.shop-section--alchemy {
    margin-top: var(--spacing-md);
    padding-top: var(--spacing-sm);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shop-item-visual {
    width: 72px;
    height: 72px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.shop-item-visual__fallback,
.shop-item-visual--icon-only {
    line-height: 1;
}

.shop-item-visual--icon-only {
    background: rgba(255, 255, 255, 0.04);
    border: 1px dashed rgba(255, 255, 255, 0.18);
}

@media (max-width: 420px) {
    .shop-item-visual {
        width: 60px;
        height: 60px;
    }
}
