.store-item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.store-item__text {
    display: flex;
    align-items: center;
    gap: 4px;
}

.store-item__icon {
    flex: none;
    height: 15px;
    width: 15px;
    object-fit: contain;
}